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:09:04 +00:00
parent 24e54732ab
commit 5f615ea361

View file

@ -177,8 +177,11 @@
<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}"
@ -191,7 +194,7 @@
</target>
<target name="copyOrbit" if="copyOrbit">
<copy todir="${buildDirectory}/tmpsite/new/eclipse/plugins">
<copy todir="${orbitDest}/plugins">
<fileset dir="${buildDirectory}/plugins">
<include name="org.apache.commons.net_*.jar"/>
<include name="org.apache.oro_*.jar"/>