1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 22:52:11 +02:00

[releng] trying Nick's suggestions on how to make junits run in hudson.

This commit is contained in:
Anna Dushistova 2010-03-23 01:37:22 +00:00
parent ea23266307
commit 1e85f8ebd4
2 changed files with 1 additions and 15 deletions

View file

@ -45,7 +45,7 @@ JAVA_FOUNDATION_HOME=/opt/public/common/org.eclipse.sdk-feature/libs
JAVA_HOME=${JAVA50_HOME}
dependencyURLs= http://download.eclipse.org/eclipse/downloads/drops/R-3.5.1-200909170800/eclipse-SDK-3.5.1-linux-gtk-ppc.tar.gz,\
dependencyURLs= http://download.eclipse.org/eclipse/downloads/drops/S-3.6M6-201003121448/eclipse-SDK-3.6.M6-linux-gtk-ppc.tar.gz,\
http://download.eclipse.org/modeling/emf/emf/downloads/drops/2.5.0/R200906151043/emf-runtime-2.5.0.zip,\
http://download.eclipse.org/athena/runnables/RXTX-runtime-I20071016-1945.zip

View file

@ -18,20 +18,6 @@
-->
</target>
<target name="getDependencies">
<echo message="Download, then unpack EMF and RXTX" />
<ant target="getDependency"
antfile="${relengCommonBuilderDir}/tools/scripts/getDependencies.xml">
<property name="url" value="${modeling.emf.runtime.url}" />
<property name="file" value="${modeling.emf.runtime.file}" />
</ant>
<ant target="getDependency"
antfile="${relengCommonBuilderDir}/tools/scripts/getDependencies.xml">
<property name="url" value="${downloads.RXTX.runtime.url}" />
<property name="file" value="${downloads.RXTX.runtime.file}" />
</ant>
</target>
<target name="extraPackaging">
<!-- USE PDE PACKAGER TO ASSEMBLE THESE ZIPS -->