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:
parent
7dc3b05c8f
commit
2963eea39a
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
<!-- ===================================================================== -->
|
||||
|
|
Loading…
Add table
Reference in a new issue