1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-23 17:05:26 +02:00

Try again and fix the post assemble for c99.

This commit is contained in:
Doug Schaefer 2007-05-02 14:36:45 +00:00
parent 2963eea39a
commit 94c1e9b271

View file

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