1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-03 07:05:24 +02:00

[releng] Another stab at adopting Orbit

This commit is contained in:
Martin Oberhuber 2008-09-16 23:16:47 +00:00
parent 5f615ea361
commit 5538d6bbe6
2 changed files with 3 additions and 5 deletions

View file

@ -30,7 +30,7 @@ collBase=.
archivesFormat =\
linux, gtk, ppc-zip &\
*,*,*-zip
bootclasspath=${java.home}/lib/rt.jar:${java.home}/lib/jsse.jar
# bootclasspath=${java.home}/lib/rt.jar:${java.home}/lib/jsse.jar
baseos=linux
basews=gtk
basearch=ppc

View file

@ -174,15 +174,13 @@
<exec executable="unzip" dir="${buildDirectory}/${buildLabel}">
<arg line="-q ${archiveName} -d ${tmpsite}" />
</exec>
<property name="orbitDest" value="${tmpsite}/eclipse"/>
<antcall target="copyOrbitBundlesToUpdateSite"/>
<copy todir="${buildUpdateSitePath}">
<fileset dir="${tmpsite}/eclipse"/>
</copy>
<property name="orbitDest" value="${buildUpdateSitePath}"/>
<antcall target="copyOrbitBundlesToUpdateSite"/>
<unpackUpdateJars site="${tmpsite}/eclipse" output="${tmpsite}/new/eclipse"/>
<property name="orbitDest" value="${tmpsite}/new/eclipse"/>
<antcall target="copyOrbitBundlesToUpdateSite"/>
<antcall target="packageLicenseFiles"/>
<zip destfile="${buildDirectory}/${buildLabel}/${archiveName}"
basedir="${tmpsite}/new"