mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Try to fix test failure due to classformatexception.
This commit is contained in:
parent
58c019fe95
commit
68aa1d5408
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@
|
||||||
<replace file="${buildDirectory}/site/eclipse/site.xml">
|
<replace file="${buildDirectory}/site/eclipse/site.xml">
|
||||||
<replacefilter token="@buildVersion@" value="${branchVersion}.${timestamp}"/>
|
<replacefilter token="@buildVersion@" value="${branchVersion}.${timestamp}"/>
|
||||||
</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.v200706111738.jar"
|
<copy file="${buildDirectory}/plugins/net.sourceforge.lpg.lpgjavaruntime_1.1.0.v200706111738.jar"
|
||||||
todir="${buildDirectory}/site/eclipse/plugins"/>
|
todir="${buildDirectory}/site/eclipse/plugins"/>
|
||||||
|
|
Loading…
Add table
Reference in a new issue