Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnthony Dahanne2011-10-05 19:19:41 +0000
committerPascal Rapicault2011-11-22 04:24:40 +0000
commitb8665f25c667146a6d1011d86cd23402a1f665e0 (patch)
tree6137cc2df99f120d2267a18a50ee124bb3b1adcb /org.eclipse.equinox.p2.releng
parent71ea2a1c53d8758b5be8fe3e58f0bda552f0b292 (diff)
downloadrt.equinox.p2-b8665f25c667146a6d1011d86cd23402a1f665e0.tar.gz
rt.equinox.p2-b8665f25c667146a6d1011d86cd23402a1f665e0.tar.xz
rt.equinox.p2-b8665f25c667146a6d1011d86cd23402a1f665e0.zip
added an ant script, launched via maven (using maven ant runner in bundles/org.eclipse.equinox.p2.tests/pom.xml)that downloads eclipse platform 3.7 in its tar.gz format by default, override with -Dplatform.archive.name=eclipse-indigo-platform.zip when building on windows
Signed-off-by: Pascal Rapicault <pascal@sonatype.com>
Diffstat (limited to 'org.eclipse.equinox.p2.releng')
-rw-r--r--org.eclipse.equinox.p2.releng/org.eclipse.equinox.p2-aggregator/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.equinox.p2.releng/org.eclipse.equinox.p2-aggregator/pom.xml b/org.eclipse.equinox.p2.releng/org.eclipse.equinox.p2-aggregator/pom.xml
index 215d23132..738f56f87 100644
--- a/org.eclipse.equinox.p2.releng/org.eclipse.equinox.p2-aggregator/pom.xml
+++ b/org.eclipse.equinox.p2.releng/org.eclipse.equinox.p2-aggregator/pom.xml
@@ -46,7 +46,7 @@
<module>../../bundles/org.eclipse.equinox.p2.repository</module>
<module>../../bundles/org.eclipse.equinox.p2.repository.tools</module>
<module>../../bundles/org.eclipse.equinox.p2.sar</module>
-<!-- <module>../../bundles/org.eclipse.equinox.p2.tests</module> -->
+ <module>../../bundles/org.eclipse.equinox.p2.tests</module>
<!-- <module>../../bundles/org.eclipse.equinox.p2.tests.discovery</module>-->
<!-- <module>../../bundles/org.eclipse.equinox.p2.tests.ui</module>-->
<!-- <module>../../bundles/org.eclipse.equinox.p2.tests.verifier</module> -->

Back to the top