diff options
author | Pascal Rapicault (Ericsson) | 2012-11-21 16:37:20 +0000 |
---|---|---|
committer | Pascal Rapicault | 2012-11-21 16:40:58 +0000 |
commit | ac5a0fc4ac53fe300c6a74a013d2671988201f3c (patch) | |
tree | c255887ec68da8af780bd0b07af84d5db8002412 /bundles/org.eclipse.equinox.p2.tests/pom.xml | |
parent | f813b6677a7590b2636e4a0c1bfca026d1dd85b2 (diff) | |
download | rt.equinox.p2-ac5a0fc4ac53fe300c6a74a013d2671988201f3c.tar.gz rt.equinox.p2-ac5a0fc4ac53fe300c6a74a013d2671988201f3c.tar.xz rt.equinox.p2-ac5a0fc4ac53fe300c6a74a013d2671988201f3c.zip |
Re-enable p2 build to work standalonev20121121-164058
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.tests/pom.xml')
-rw-r--r-- | bundles/org.eclipse.equinox.p2.tests/pom.xml | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/bundles/org.eclipse.equinox.p2.tests/pom.xml b/bundles/org.eclipse.equinox.p2.tests/pom.xml index e70df7134..c92785f1c 100644 --- a/bundles/org.eclipse.equinox.p2.tests/pom.xml +++ b/bundles/org.eclipse.equinox.p2.tests/pom.xml @@ -24,7 +24,7 @@ <groupId>org.eclipse</groupId> <artifactId>org.eclipse.equinox.p2.tests</artifactId> - <version>1.4.0-SNAPSHOT</version> + <version>1.5.0-SNAPSHOT</version> <packaging>eclipse-test-plugin</packaging> <properties> @@ -34,27 +34,27 @@ <build> <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-antrun-plugin</artifactId> - <version>1.6</version> - <executions> - <execution> - <id>compile</id> - <phase>compile</phase> - <configuration> - <target> - <ant antfile="${basedir}/download.eclipse.platform.for.p2.migration.tests.xml"> - <target name="download.eclipse.platform"/> - </ant> - </target> - </configuration> - <goals> - <goal>run</goal> - </goals> - </execution> - </executions> - </plugin> +<!-- <plugin> --> +<!-- <groupId>org.apache.maven.plugins</groupId> --> +<!-- <artifactId>maven-antrun-plugin</artifactId> --> +<!-- <version>1.6</version> --> +<!-- <executions> --> +<!-- <execution> --> +<!-- <id>compile</id> --> +<!-- <phase>compile</phase> --> +<!-- <configuration> --> +<!-- <target> --> +<!-- <ant antfile="${basedir}/download.eclipse.platform.for.p2.migration.tests.xml"> --> +<!-- <target name="download.eclipse.platform"/> --> +<!-- </ant> --> +<!-- </target> --> +<!-- </configuration> --> +<!-- <goals> --> +<!-- <goal>run</goal> --> +<!-- </goals> --> +<!-- </execution> --> +<!-- </executions> --> +<!-- </plugin> --> <plugin> |