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:
parent
24e54732ab
commit
5f615ea361
1 changed files with 4 additions and 1 deletions
|
@ -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"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue