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
dc16c0553b
commit
58c019fe95
2 changed files with 2 additions and 1 deletions
1
core/org.eclipse.cdt.core.tests/META-INF/eclipse.inf
Normal file
1
core/org.eclipse.cdt.core.tests/META-INF/eclipse.inf
Normal file
|
@ -0,0 +1 @@
|
|||
pack200.args = -E4
|
|
@ -108,7 +108,7 @@
|
|||
<replace file="${buildDirectory}/site/eclipse/site.xml">
|
||||
<replacefilter token="@buildVersion@" value="${branchVersion}.${timestamp}"/>
|
||||
</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-->
|
||||
<copy file="${buildDirectory}/plugins/net.sourceforge.lpg.lpgjavaruntime_1.1.0.v200706111738.jar"
|
||||
todir="${buildDirectory}/site/eclipse/plugins"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue