Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLorenzo Bettini2016-07-06 11:19:20 +0000
committerLorenzo Bettini2016-07-06 11:19:20 +0000
commitea4f01a635c308ee21cd1ce36e51f549f0e9b4e5 (patch)
treebefdcf09f398c155411fde07239884dd24068d70 /releng/org.eclipse.emf.parsley.repository/pom.xml
parenta0cb75fd97421a40162e29904d3b8497f6e9f674 (diff)
downloadorg.eclipse.emf-parsley-ea4f01a635c308ee21cd1ce36e51f549f0e9b4e5.tar.gz
org.eclipse.emf-parsley-ea4f01a635c308ee21cd1ce36e51f549f0e9b4e5.tar.xz
org.eclipse.emf-parsley-ea4f01a635c308ee21cd1ce36e51f549f0e9b4e5.zip
single tycho-eclipserun-plugin with two executions
Diffstat (limited to 'releng/org.eclipse.emf.parsley.repository/pom.xml')
-rw-r--r--releng/org.eclipse.emf.parsley.repository/pom.xml81
1 files changed, 37 insertions, 44 deletions
diff --git a/releng/org.eclipse.emf.parsley.repository/pom.xml b/releng/org.eclipse.emf.parsley.repository/pom.xml
index 5eba9f16b..65daa1c2d 100644
--- a/releng/org.eclipse.emf.parsley.repository/pom.xml
+++ b/releng/org.eclipse.emf.parsley.repository/pom.xml
@@ -131,55 +131,48 @@
</repositories>
</configuration>
</execution>
- </executions>
- </plugin>
- <plugin>
- <groupId>org.eclipse.tycho.extras</groupId>
- <artifactId>tycho-eclipserun-plugin</artifactId>
- <version>${tycho-version}</version>
- <configuration>
- <appArgLine>-application org.eclipse.ant.core.antRunner -buildfile ${project.basedir}/../org.eclipse.emf.parsley.parent/ant/packaging-p2composite.ant p2.composite.add -Dsoftware.download.area=${parsley.download.area} -Dupdates.dir=${parsley.updates.dir} -Dsite.label="Emf Parsley Site" -Dproject.build.directory=${project.build.directory} -DunqualifiedVersion=${unqualifiedVersion} -DbuildQualifier=${buildQualifier}</appArgLine>
- <repositories>
- <repository>
- <id>luna</id>
- <layout>p2</layout>
- <url>http://download.eclipse.org/releases/mars</url>
- </repository>
- </repositories>
- <dependencies>
- <dependency>
- <artifactId>org.eclipse.ant.core</artifactId>
- <type>eclipse-plugin</type>
- </dependency>
- <dependency>
- <artifactId>org.apache.ant</artifactId>
- <type>eclipse-plugin</type>
- </dependency>
- <dependency>
- <artifactId>org.eclipse.equinox.p2.repository.tools</artifactId>
- <type>eclipse-plugin</type>
- </dependency>
- <dependency>
- <artifactId>org.eclipse.equinox.p2.core.feature</artifactId>
- <type>eclipse-feature</type>
- </dependency>
- <dependency>
- <artifactId>org.eclipse.equinox.p2.extras.feature</artifactId>
- <type>eclipse-feature</type>
- </dependency>
- <dependency>
- <artifactId>org.eclipse.equinox.ds</artifactId>
- <type>eclipse-plugin</type>
- </dependency>
- </dependencies>
- </configuration>
- <executions>
<execution>
<id>add-p2-composite-repository</id>
- <phase>package</phase>
<goals>
<goal>eclipse-run</goal>
</goals>
+ <phase>package</phase>
+ <configuration>
+ <appArgLine>-application org.eclipse.ant.core.antRunner -buildfile ${project.basedir}/../org.eclipse.emf.parsley.parent/ant/packaging-p2composite.ant p2.composite.add -Dsoftware.download.area=${parsley.download.area} -Dupdates.dir=${parsley.updates.dir} -Dsite.label="Emf Parsley Site" -Dproject.build.directory=${project.build.directory} -DunqualifiedVersion=${unqualifiedVersion} -DbuildQualifier=${buildQualifier}</appArgLine>
+ <repositories>
+ <repository>
+ <id>luna</id>
+ <layout>p2</layout>
+ <url>http://download.eclipse.org/releases/mars</url>
+ </repository>
+ </repositories>
+ <dependencies>
+ <dependency>
+ <artifactId>org.eclipse.ant.core</artifactId>
+ <type>eclipse-plugin</type>
+ </dependency>
+ <dependency>
+ <artifactId>org.apache.ant</artifactId>
+ <type>eclipse-plugin</type>
+ </dependency>
+ <dependency>
+ <artifactId>org.eclipse.equinox.p2.repository.tools</artifactId>
+ <type>eclipse-plugin</type>
+ </dependency>
+ <dependency>
+ <artifactId>org.eclipse.equinox.p2.core.feature</artifactId>
+ <type>eclipse-feature</type>
+ </dependency>
+ <dependency>
+ <artifactId>org.eclipse.equinox.p2.extras.feature</artifactId>
+ <type>eclipse-feature</type>
+ </dependency>
+ <dependency>
+ <artifactId>org.eclipse.equinox.ds</artifactId>
+ <type>eclipse-plugin</type>
+ </dependency>
+ </dependencies>
+ </configuration>
</execution>
</executions>
</plugin>

Back to the top