mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-13 20:15:22 +02:00
[releng] trying Nick's suggestions on how to make junits run in hudson.
This commit is contained in:
parent
ea23266307
commit
1e85f8ebd4
2 changed files with 1 additions and 15 deletions
|
@ -45,7 +45,7 @@ JAVA_FOUNDATION_HOME=/opt/public/common/org.eclipse.sdk-feature/libs
|
||||||
JAVA_HOME=${JAVA50_HOME}
|
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/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
|
http://download.eclipse.org/athena/runnables/RXTX-runtime-I20071016-1945.zip
|
||||||
|
|
||||||
|
|
|
@ -18,20 +18,6 @@
|
||||||
-->
|
-->
|
||||||
</target>
|
</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">
|
<target name="extraPackaging">
|
||||||
<!-- USE PDE PACKAGER TO ASSEMBLE THESE ZIPS -->
|
<!-- USE PDE PACKAGER TO ASSEMBLE THESE ZIPS -->
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue