mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-15 13:05:22 +02:00
[releng] Another stab at adopting Orbit
This commit is contained in:
parent
5f615ea361
commit
5538d6bbe6
2 changed files with 3 additions and 5 deletions
|
@ -30,7 +30,7 @@ collBase=.
|
||||||
archivesFormat =\
|
archivesFormat =\
|
||||||
linux, gtk, ppc-zip &\
|
linux, gtk, ppc-zip &\
|
||||||
*,*,*-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
|
baseos=linux
|
||||||
basews=gtk
|
basews=gtk
|
||||||
basearch=ppc
|
basearch=ppc
|
||||||
|
|
|
@ -174,15 +174,13 @@
|
||||||
<exec executable="unzip" dir="${buildDirectory}/${buildLabel}">
|
<exec executable="unzip" dir="${buildDirectory}/${buildLabel}">
|
||||||
<arg line="-q ${archiveName} -d ${tmpsite}" />
|
<arg line="-q ${archiveName} -d ${tmpsite}" />
|
||||||
</exec>
|
</exec>
|
||||||
|
<property name="orbitDest" value="${tmpsite}/eclipse"/>
|
||||||
|
<antcall target="copyOrbitBundlesToUpdateSite"/>
|
||||||
<copy todir="${buildUpdateSitePath}">
|
<copy todir="${buildUpdateSitePath}">
|
||||||
<fileset dir="${tmpsite}/eclipse"/>
|
<fileset dir="${tmpsite}/eclipse"/>
|
||||||
</copy>
|
</copy>
|
||||||
<property name="orbitDest" value="${buildUpdateSitePath}"/>
|
|
||||||
<antcall target="copyOrbitBundlesToUpdateSite"/>
|
|
||||||
|
|
||||||
<unpackUpdateJars site="${tmpsite}/eclipse" output="${tmpsite}/new/eclipse"/>
|
<unpackUpdateJars site="${tmpsite}/eclipse" output="${tmpsite}/new/eclipse"/>
|
||||||
<property name="orbitDest" value="${tmpsite}/new/eclipse"/>
|
|
||||||
<antcall target="copyOrbitBundlesToUpdateSite"/>
|
|
||||||
<antcall target="packageLicenseFiles"/>
|
<antcall target="packageLicenseFiles"/>
|
||||||
<zip destfile="${buildDirectory}/${buildLabel}/${archiveName}"
|
<zip destfile="${buildDirectory}/${buildLabel}/${archiveName}"
|
||||||
basedir="${tmpsite}/new"
|
basedir="${tmpsite}/new"
|
||||||
|
|
Loading…
Add table
Reference in a new issue