mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-23 17:05:26 +02:00
remove c99 and upc from build (bug 212890)
This commit is contained in:
parent
ab972ae5ed
commit
74659247c5
2 changed files with 3 additions and 1 deletions
|
@ -118,8 +118,10 @@
|
|||
</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"
|
||||
todir="${buildDirectory}/site/eclipse/plugins"/>
|
||||
-->
|
||||
<zip destfile="${zipsdir}/${masterFile}"
|
||||
basedir="${buildDirectory}/site/eclipse"/>
|
||||
</target>
|
||||
|
|
|
@ -73,7 +73,7 @@ feature@org.eclipse.cdt.xlc.feature=@cdtTag@,:pserver:anonymous@dev.eclipse.org:
|
|||
|
||||
! C99 parser
|
||||
!plugin@org.eclipse.cdt.core.parser.c99=@cdtTag@,:pserver:anonymous@dev.eclipse.org:/cvsroot/tools,,org.eclipse.cdt/c99/org.eclipse.cdt.core.parser.c99
|
||||
plugin@net.sourceforge.lpg.lpgjavaruntime,1.1.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/R200706131308/bundles/net.sourceforge.lpg.lpgjavaruntime_1.1.0.v200706111738.jar
|
||||
!plugin@net.sourceforge.lpg.lpgjavaruntime,1.1.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/R200706131308/bundles/net.sourceforge.lpg.lpgjavaruntime_1.1.0.v200706111738.jar
|
||||
!feature@org.eclipse.cdt.core.parser.c99.feature=@cdtTag@,:pserver:anonymous@dev.eclipse.org:/cvsroot/tools,,org.eclipse.cdt/c99/org.eclipse.cdt.core.parser.c99.feature
|
||||
|
||||
! UPC parser - also uses LPG but since we already download it above no need to download again
|
||||
|
|
Loading…
Add table
Reference in a new issue