mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-24 17:35:35 +02:00
[releng] Revert from Orbit bundle consumption again
This commit is contained in:
parent
64a9c54270
commit
e990f7db75
2 changed files with 17 additions and 14 deletions
|
@ -23,16 +23,16 @@ mapVersionTag=HEAD
|
|||
#adds checksum suffix to directory names
|
||||
generateFeatureVersionSuffix=true
|
||||
|
||||
#Packager
|
||||
configs=*,*,*
|
||||
baseos=linux
|
||||
basews=gtk
|
||||
basearch=x86
|
||||
#bootclasspath=${java.home}/lib/*.jar
|
||||
runPackager=true
|
||||
archivesFormat = *,*,*-antZip
|
||||
## We do not build individual source bundles yet because Eclipse 3.3 dont understand it
|
||||
#individualSourceBundles=true
|
||||
##Packager
|
||||
#configs=*,*,*
|
||||
#baseos=linux
|
||||
#basews=gtk
|
||||
#basearch=x86
|
||||
##bootclasspath=${java.home}/lib/*.jar
|
||||
#runPackager=true
|
||||
#archivesFormat = *,*,*-antZip
|
||||
### We do not build individual source bundles yet because Eclipse 3.3 dont understand it
|
||||
##individualSourceBundles=true
|
||||
|
||||
#Compiler options
|
||||
javacFailOnError=false
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
plugin@org.apache.commons.net,1.4.1=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20080605234217/bundles/org.apache.commons.net_1.4.1.v200803071935.jar
|
||||
plugin@org.apache.commons.net.source,1.4.1=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20080605234217/bundles/org.apache.commons.net.source_1.4.1.v200803071935.jar
|
||||
plugin@org.apache.oro,2.0.8=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20080605234217/bundles/org.apache.oro_2.0.8.v200803061811.jar
|
||||
plugin@org.apache.oro.source,2.0.8=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20080605234217/bundles/org.apache.oro.source_2.0.8.v200803061811.jar
|
||||
! plugin@org.apache.commons.net,1.4.1=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20080605234217/bundles/org.apache.commons.net_1.4.1.v200803071935.jar
|
||||
! plugin@org.apache.commons.net.source,1.4.1=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20080605234217/bundles/org.apache.commons.net.source_1.4.1.v200803071935.jar
|
||||
! plugin@org.apache.oro,2.0.8=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20080605234217/bundles/org.apache.oro_2.0.8.v200803061811.jar
|
||||
! plugin@org.apache.oro.source,2.0.8=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20080605234217/bundles/org.apache.oro.source_2.0.8.v200803061811.jar
|
||||
|
||||
plugin@org.apache.commons.net=v200803061811,:pserver:anonymous:none@dev.eclipse.org:/cvsroot/tools,,org.eclipse.orbit/org.apache.commons.net
|
||||
plugin@org.apache.oro=v200803061811,:pserver:anonymous:none@dev.eclipse.org:/cvsroot/tools,,org.eclipse.orbit/org.apache.oro
|
Loading…
Add table
Reference in a new issue