mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-06 17:26:01 +02:00
add lrparser to build (bug 222474)
This commit is contained in:
parent
c6068febf4
commit
6c43615d10
1 changed files with 3 additions and 4 deletions
|
@ -115,10 +115,9 @@
|
||||||
</replace>
|
</replace>
|
||||||
<copy file="pack.properties" todir="${buildDirectory}/site/eclipse"/>
|
<copy file="pack.properties" todir="${buildDirectory}/site/eclipse"/>
|
||||||
<!-- for some reason LPG isn't getting picked up-->
|
<!-- for some reason LPG isn't getting picked up-->
|
||||||
<!--
|
<copy file="${buildDirectory}/plugins/net.sourceforge.lpg.lpgjavaruntime_1.1.0.v200711021030.jar"
|
||||||
<copy file="${buildDirectory}/plugins/net.sourceforge.lpg.lpgjavaruntime_1.1.0.v200706111738.jar"
|
|
||||||
todir="${buildDirectory}/site/eclipse/plugins"/>
|
todir="${buildDirectory}/site/eclipse/plugins"/>
|
||||||
-->
|
|
||||||
<zip destfile="${zipsdir}/${masterFile}"
|
<zip destfile="${zipsdir}/${masterFile}"
|
||||||
basedir="${buildDirectory}/site/eclipse"/>
|
basedir="${buildDirectory}/site/eclipse"/>
|
||||||
</target>
|
</target>
|
||||||
|
|
Loading…
Add table
Reference in a new issue