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