From fa1771a8185ba35f4417a26b85e107d00a371c1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Galland?= Date: Tue, 9 Apr 2019 11:24:08 +0200 Subject: [PATCH] [all] Upgrade to Xtext 2.17.1. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #904 Signed-off-by: Stéphane Galland --- .../feature.xml | 4 +- .../META-INF/MANIFEST.MF | 2 +- .../feature.xml | 14 ++--- .../META-INF/MANIFEST.MF | 8 +-- .../META-INF/MANIFEST.MF | 2 +- .../latex/sarl-beamer-listing.sty | 2 +- .../latex/sarl-colorized-listing.sty | 2 +- formatting-styles/latex/sarl-listing.sty | 2 +- .../io.sarl.eclipse/META-INF/MANIFEST.MF | 8 +-- .../io.sarl.lang.core/META-INF/MANIFEST.MF | 3 +- .../src-gen/io/sarl/lang/SARLVersion.java | 2 +- .../io.sarl.lang.mwe2/META-INF/MANIFEST.MF | 16 +++--- .../io.sarl.lang.ui/META-INF/MANIFEST.MF | 16 +++--- .../io.sarl.lang/META-INF/MANIFEST.MF | 12 ++-- .../compiler/batch/SarlBatchCompiler.java | 5 +- .../io.sarl.m2e/META-INF/MANIFEST.MF | 4 +- main/features/io.sarl.compiler/feature.xml | 55 ++++++++++--------- main/features/io.sarl.ide/feature.xml | 50 ++++++++--------- main/features/io.sarl.lib/feature.xml | 4 +- .../io.sarl.lang.targetplatform.target | 5 +- pom.xml | 6 +- tycho-parent/pom.xml | 4 +- 22 files changed, 115 insertions(+), 111 deletions(-) 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