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

Try and fix the post assemble for c99.

This commit is contained in:
Doug Schaefer 2007-05-02 14:08:20 +00:00
parent 7dc3b05c8f
commit 2963eea39a

View file

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