1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-09-10 12:03:16 +02:00

fixing build of C99 to bundle LPG - bug 184848

This commit is contained in:
Chris Recoskie 2007-05-02 13:10:21 +00:00
parent 289cec73be
commit 4443451c11

View file

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