mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-24 01:15:29 +02:00
Try again and fix the post assemble for c99.
This commit is contained in:
parent
94c1e9b271
commit
13d1f4b61d
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@
|
|||
<!-- ===================================================================== -->
|
||||
<target name="postAssemble">
|
||||
<!-- Add the LPG Java Runtime bundle into runtime zip -->
|
||||
<zip destfile="${buildDirectory}/${buildLabel}/${archiveName}" update="true">
|
||||
<zip destfile="${buildDirectory}/${buildLabel}/cdt-c99-${branchVersion}-${buildId}.zip" update="true">
|
||||
<zipfileset dir="${buildDirectory}/plugins"
|
||||
includes="net.sourceforge.lpg.lpgjavaruntime_1.1.*.jar"
|
||||
prefix="eclipse/plugins"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue