Skip to content

Commit

Permalink
Merge ebdae06 into f015064
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzoBettini committed Nov 22, 2019
2 parents f015064 + ebdae06 commit 96917c8
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 57 deletions.
4 changes: 2 additions & 2 deletions edelta.parent/edelta.feature/feature.xml
Expand Up @@ -6,8 +6,8 @@
provider-name="Lorenzo Bettini">

<requires>
<import feature="org.eclipse.xtext.xbase" version="2.17.1" match="equivalent"/>
<import feature="org.eclipse.xtext.ui" version="2.17.1" match="equivalent"/>
<import feature="org.eclipse.xtext.xbase" version="2.19.0" match="equivalent"/>
<import feature="org.eclipse.xtext.ui" version="2.19.0" match="equivalent"/>
<import plugin="org.eclipse.pde.ui"/>
</requires>

Expand Down
24 changes: 0 additions & 24 deletions edelta.parent/edelta.lib.tests/pom.xml
Expand Up @@ -17,28 +17,4 @@
<sonar.tests>src</sonar.tests>
</properties>

<build>
<plugins>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>target-platform-configuration</artifactId>
<configuration>
<dependency-resolution>
<extraRequirements>
<!--
Required in Java 11
See
https://bugs.eclipse.org/bugs/show_bug.cgi?id=539038
https://github.com/eclipse/xtext-core/pull/934 -->
<requirement>
<type>eclipse-feature</type>
<id>org.eclipse.rcp</id>
<versionRange>0.0.0</versionRange>
</requirement>
</extraRequirements>
</dependency-resolution>
</configuration>
</plugin>
</plugins>
</build>
</project>
6 changes: 3 additions & 3 deletions edelta.parent/edelta.target/edelta.target.target
Expand Up @@ -17,15 +17,15 @@
<unit id="org.hamcrest.library" version="0.0.0"/>
<unit id="org.eclipse.swtbot.ide.feature.group" version="0.0.0"/>
<unit id="org.eclipse.swtbot.eclipse.feature.group" version="0.0.0"/>
<repository location="http://download.eclipse.org/releases/2019-03"/>
<repository location="http://download.eclipse.org/releases/2019-09"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.emf.mwe2.launcher.feature.group" version="0.0.0"/>
<repository location="http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.10.0/"/>
<repository location="http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.11.0/"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.xtext.sdk.feature.group" version="0.0.0"/>
<repository location="http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.17.1/"/>
<repository location="http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.19.0/"/>
</location>
</locations>
</target>
2 changes: 1 addition & 1 deletion edelta.parent/edelta.tests/META-INF/MANIFEST.MF
Expand Up @@ -9,7 +9,7 @@ Require-Bundle: edelta,
edelta.testutils,
org.junit;bundle-version="4.7.0",
org.eclipse.xtext.xbase.lib;bundle-version="2.13.0",
org.objectweb.asm;bundle-version="[7.0.0,7.1.0)";resolution:=optional,
org.objectweb.asm;bundle-version="[7.1.0,7.2.0)";resolution:=optional,
org.eclipse.xtext.ecore,
org.eclipse.jdt.core,
org.eclipse.xtext.testing,
Expand Down
19 changes: 0 additions & 19 deletions edelta.parent/edelta.tests/pom.xml
Expand Up @@ -17,25 +17,6 @@
<groupId>org.eclipse.xtend</groupId>
<artifactId>xtend-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>target-platform-configuration</artifactId>
<configuration>
<dependency-resolution>
<extraRequirements>
<!-- Required in Java 11
See
https://bugs.eclipse.org/bugs/show_bug.cgi?id=539038
https://github.com/eclipse/xtext-core/pull/934 -->
<requirement>
<type>eclipse-feature</type>
<id>org.eclipse.rcp</id>
<versionRange>0.0.0</versionRange>
</requirement>
</extraRequirements>
</dependency-resolution>
</configuration>
</plugin>
</plugins>
</build>

Expand Down
5 changes: 3 additions & 2 deletions edelta.parent/edelta/META-INF/MANIFEST.MF
Expand Up @@ -10,15 +10,16 @@ Require-Bundle: org.eclipse.xtext,
org.eclipse.equinox.common;bundle-version="3.5.0",
org.eclipse.emf.ecore,
org.eclipse.xtext.common.types,
org.eclipse.xtext.xbase.lib;bundle-version="2.13.0",org.antlr.runtime;bundle-version="[3.2.0,3.2.1)",
org.eclipse.xtext.xbase.lib;bundle-version="2.13.0",
org.antlr.runtime;bundle-version="[3.2.0,3.2.1)",
org.eclipse.xtext.util,
org.eclipse.xtend.lib;bundle-version="2.13.0",
org.eclipse.emf.common,
edelta.lib;visibility:=reexport,
edelta.mwe2;resolution:=optional,
org.eclipse.jdt.core,
org.eclipse.core.resources,
org.objectweb.asm;bundle-version="[7.0.0,7.1.0)";resolution:=optional
org.objectweb.asm;bundle-version="[7.1.0,7.2.0)";resolution:=optional
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Export-Package: edelta,
edelta.compiler,
Expand Down
8 changes: 4 additions & 4 deletions edelta.parent/pom.xml
Expand Up @@ -7,10 +7,10 @@
<packaging>pom</packaging>

<properties>
<tycho-version>1.3.0</tycho-version>
<xtextVersion>2.17.1</xtextVersion>
<eclipseVersion>2019-03</eclipseVersion>
<mwe2Version>2.10.0</mwe2Version>
<tycho-version>1.5.0</tycho-version>
<xtextVersion>2.19.0</xtextVersion>
<eclipseVersion>2019-09</eclipseVersion>
<mwe2Version>2.11.0</mwe2Version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
Expand Down
4 changes: 2 additions & 2 deletions travis_build.sh
Expand Up @@ -4,13 +4,13 @@ set -ev
if [ "$TRAVIS_OS_NAME" == "osx" ]; then
if [ "${TRAVIS_PULL_REQUEST}" != "false" ]; then
echo "Build on MacOSX: Pull Request"
mvn -f edelta.parent/pom.xml clean verify $ADDITIONAL -Dtycho.disableP2Mirrors=true
mvn -f edelta.parent/pom.xml clean verify $ADDITIONAL
else
echo "Skipping build on MacOSX for standard commit"
fi
else
echo "Build on Linux"
mvn -f edelta.parent/pom.xml clean verify $ADDITIONAL -Dtycho.disableP2Mirrors=true
mvn -f edelta.parent/pom.xml clean verify $ADDITIONAL
fi

# -Dtycho.disableP2Mirrors=true

0 comments on commit 96917c8

Please sign in to comment.