mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45: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
|
@ -114,11 +114,10 @@
|
|||
<replacefilter token="@buildVersion@" value="${branchVersion}.${timestamp}"/>
|
||||
</replace>
|
||||
<copy file="pack.properties" todir="${buildDirectory}/site/eclipse"/>
|
||||
<!-- for some reason LPG isn't getting picked up-->
|
||||
<!--
|
||||
<copy file="${buildDirectory}/plugins/net.sourceforge.lpg.lpgjavaruntime_1.1.0.v200706111738.jar"
|
||||
<!-- for some reason LPG isn't getting picked up-->
|
||||
<copy file="${buildDirectory}/plugins/net.sourceforge.lpg.lpgjavaruntime_1.1.0.v200711021030.jar"
|
||||
todir="${buildDirectory}/site/eclipse/plugins"/>
|
||||
-->
|
||||
|
||||
<zip destfile="${zipsdir}/${masterFile}"
|
||||
basedir="${buildDirectory}/site/eclipse"/>
|
||||
</target>
|
||||
|
|
Loading…
Add table
Reference in a new issue