mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-22 14:12:10 +02:00
adding LPG to UPC zip
This commit is contained in:
parent
13d1f4b61d
commit
a0142f9148
1 changed files with 8 additions and 2 deletions
|
@ -103,6 +103,12 @@
|
||||||
<!-- Steps to do after running assemble. -->
|
<!-- Steps to do after running assemble. -->
|
||||||
<!-- ===================================================================== -->
|
<!-- ===================================================================== -->
|
||||||
<target name="postAssemble">
|
<target name="postAssemble">
|
||||||
|
<!-- Add the LPG Java Runtime bundle into runtime zip -->
|
||||||
|
<zip destfile="${buildDirectory}/${buildLabel}/cdt-upc-${branchVersion}-${buildId}.zip" update="true">
|
||||||
|
<zipfileset dir="${buildDirectory}/plugins"
|
||||||
|
includes="net.sourceforge.lpg.lpgjavaruntime_1.1.*.jar"
|
||||||
|
prefix="eclipse/plugins"/>
|
||||||
|
</zip>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<!-- ===================================================================== -->
|
<!-- ===================================================================== -->
|
||||||
|
|
Loading…
Add table
Reference in a new issue