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:
parent
289cec73be
commit
4443451c11
1 changed files with 6 additions and 3 deletions
|
@ -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. -->
|
||||
<!-- ===================================================================== -->
|
||||
|
|
Loading…
Add table
Reference in a new issue