1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-24 01:15:29 +02:00

Try again and fix the post assemble for c99.

This commit is contained in:
Doug Schaefer 2007-05-02 14:54:29 +00:00
parent 94c1e9b271
commit 13d1f4b61d

View file

@ -104,7 +104,7 @@
<!-- ===================================================================== -->
<target name="postAssemble">
<!-- Add the LPG Java Runtime bundle into runtime zip -->
<zip destfile="${buildDirectory}/${buildLabel}/${archiveName}" update="true">
<zip destfile="${buildDirectory}/${buildLabel}/cdt-c99-${branchVersion}-${buildId}.zip" update="true">
<zipfileset dir="${buildDirectory}/plugins"
includes="net.sourceforge.lpg.lpgjavaruntime_1.1.*.jar"
prefix="eclipse/plugins"/>