mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-25 09:55:29 +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>
|
</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"/>
|
||||||
|
-->
|
||||||
<zip destfile="${zipsdir}/${masterFile}"
|
<zip destfile="${zipsdir}/${masterFile}"
|
||||||
basedir="${buildDirectory}/site/eclipse"/>
|
basedir="${buildDirectory}/site/eclipse"/>
|
||||||
</target>
|
</target>
|
||||||
|
|
|
@ -73,7 +73,7 @@ feature@org.eclipse.cdt.xlc.feature=@cdtTag@,:pserver:anonymous@dev.eclipse.org:
|
||||||
|
|
||||||
! C99 parser
|
! 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@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
|
!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
|
! 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