Skip to content

Commit ae1849b

Browse files
authored
Bump eclipse 2021 12 (#213)
* bump tycho 2.5.0 and eclipse 2021-12 * fix diffviewer classpath Signed-off-by: Didier Vojtisek <didier.vojtisek@inria.fr>
1 parent bd4801b commit ae1849b

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

.mvn/extensions.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
<extension>
44
<groupId>org.eclipse.tycho.extras</groupId>
55
<artifactId>tycho-pomless</artifactId>
6-
<version>2.2.0</version>
6+
<version>2.5.0</version>
77
</extension>
88
</extensions>

simulationmodelanimation/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
</licenses>
2828

2929
<properties>
30-
<tycho-version>2.2.0</tycho-version>
30+
<tycho-version>2.5.0</tycho-version>
3131
<tycho.scmUrl>scm:git:https://github.com/SiriusLab/ModelDebugging.git</tycho.scmUrl>
3232
</properties>
3333

trace/manager/plugins/org.eclipse.gemoc.addon.diffviewer/.classpath

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<classpath>
3-
<<<<<<< HEAD
43
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11">
5-
=======
6-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
7-
>>>>>>> branch 'master' of https://github.com/eclipse/gemoc-studio-modeldebugging.git
84
<attributes>
95
<attribute name="module" value="true"/>
106
</attributes>

0 commit comments

Comments
 (0)