diff --git a/contribs/io.sarl.experienceindex/io.sarl.experienceindex.feature/feature.xml b/contribs/io.sarl.experienceindex/io.sarl.experienceindex.feature/feature.xml index 0c8c24b675..b198a9ead4 100644 --- a/contribs/io.sarl.experienceindex/io.sarl.experienceindex.feature/feature.xml +++ b/contribs/io.sarl.experienceindex/io.sarl.experienceindex.feature/feature.xml @@ -225,13 +225,13 @@ - - + + - - - - - - - + + + + + + + classpath; if (temporaryClassDirectory != null) { - classpath = Iterables.concat(getClassPath(), getSourcePaths(), - Collections.singletonList(temporaryClassDirectory)); + classpath = Iterables.concat( + Collections.singletonList(temporaryClassDirectory), + getClassPath(), getSourcePaths()); } else { classpath = Iterables.concat(getClassPath(), getSourcePaths()); } diff --git a/main/coreplugins/io.sarl.m2e/META-INF/MANIFEST.MF b/main/coreplugins/io.sarl.m2e/META-INF/MANIFEST.MF index 87e6347f9b..fef4a57445 100644 --- a/main/coreplugins/io.sarl.m2e/META-INF/MANIFEST.MF +++ b/main/coreplugins/io.sarl.m2e/META-INF/MANIFEST.MF @@ -9,8 +9,8 @@ Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Bundle-ActivationPolicy: lazy Bundle-Activator: io.sarl.m2e.SARLMavenEclipsePlugin Require-Bundle: io.sarl.eclipse;bundle-version="0.9.0", - org.eclipse.xtext.util;bundle-version="2.17.0", - org.eclipse.xtext.ui;bundle-version="2.17.0", + org.eclipse.xtext.util;bundle-version="2.17.1", + org.eclipse.xtext.ui;bundle-version="2.17.1", org.eclipse.emf.common;bundle-version="2.15.0", org.eclipse.emf.ecore;bundle-version="2.17.0", org.eclipse.core.runtime;bundle-version="3.15.200", diff --git a/main/features/io.sarl.compiler/feature.xml b/main/features/io.sarl.compiler/feature.xml index a8c5cb1b38..50bd9f1660 100644 --- a/main/features/io.sarl.compiler/feature.xml +++ b/main/features/io.sarl.compiler/feature.xml @@ -223,25 +223,24 @@ - - - - - - + + + + + + - - - - - - - + + + + + + @@ -250,6 +249,8 @@ + + @@ -266,20 +267,20 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + diff --git a/main/features/io.sarl.ide/feature.xml b/main/features/io.sarl.ide/feature.xml index 5c07902edf..b8a96b060b 100644 --- a/main/features/io.sarl.ide/feature.xml +++ b/main/features/io.sarl.ide/feature.xml @@ -224,31 +224,6 @@ tools upon the Eclipse IDE. - - - - - - - - - - - - - - - - - - - - - - - - - @@ -265,7 +240,12 @@ tools upon the Eclipse IDE. + + + + + @@ -273,7 +253,27 @@ tools upon the Eclipse IDE. + + + + + + + + + + + + + + + + + + + + - + - + - @@ -46,6 +45,10 @@ + + + + \ No newline at end of file diff --git a/pom.xml b/pom.xml index 7d93a3db3e..930b2eb77d 100644 --- a/pom.xml +++ b/pom.xml @@ -33,9 +33,9 @@ - 2.17.0 - 2.17.0 - 2.17.1 + 2.17.1 + 2.17.1 + 2.17.2 2.9.0 diff --git a/tycho-parent/pom.xml b/tycho-parent/pom.xml index 3aaa13c8c3..9229d99d16 100644 --- a/tycho-parent/pom.xml +++ b/tycho-parent/pom.xml @@ -240,11 +240,11 @@ The list of the available P2 repositories is available at: https://eclipse.org/Xtext/documentation/350_continuous_integration.html --> - + org.eclipse.ide.photon