mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-15 04:55:22 +02:00
[releng] Another stab at adopting Orbit
This commit is contained in:
parent
24e54732ab
commit
5f615ea361
1 changed files with 4 additions and 1 deletions
|
@ -177,8 +177,11 @@
|
||||||
<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="copyOrbitBundlesToUpdateSite"/>
|
||||||
<antcall target="packageLicenseFiles"/>
|
<antcall target="packageLicenseFiles"/>
|
||||||
<zip destfile="${buildDirectory}/${buildLabel}/${archiveName}"
|
<zip destfile="${buildDirectory}/${buildLabel}/${archiveName}"
|
||||||
|
@ -191,7 +194,7 @@
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target name="copyOrbit" if="copyOrbit">
|
<target name="copyOrbit" if="copyOrbit">
|
||||||
<copy todir="${buildDirectory}/tmpsite/new/eclipse/plugins">
|
<copy todir="${orbitDest}/plugins">
|
||||||
<fileset dir="${buildDirectory}/plugins">
|
<fileset dir="${buildDirectory}/plugins">
|
||||||
<include name="org.apache.commons.net_*.jar"/>
|
<include name="org.apache.commons.net_*.jar"/>
|
||||||
<include name="org.apache.oro_*.jar"/>
|
<include name="org.apache.oro_*.jar"/>
|
||||||
|
|
Loading…
Add table
Reference in a new issue