1
0
Fork 0
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:
Chris Recoskie 2007-05-02 15:26:25 +00:00
parent 13d1f4b61d
commit a0142f9148

View file

@ -102,8 +102,14 @@
<!-- ===================================================================== --> <!-- ===================================================================== -->
<!-- Steps to do after running assemble. --> <!-- Steps to do after running assemble. -->
<!-- ===================================================================== --> <!-- ===================================================================== -->
<target name="postAssemble"> <target name="postAssemble">
</target> <!-- 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>
<!-- ===================================================================== --> <!-- ===================================================================== -->
<!-- Steps to do after the build is done. --> <!-- Steps to do after the build is done. -->