mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-29 11:55:40 +02:00
try to fix build error: [eclipse.fetch] Could not retrieve feature.xml and/or build.properties: java.io.IOException: java.io.IOException: svn: not found.
This commit is contained in:
parent
f946054513
commit
e95033ded7
2 changed files with 8 additions and 8 deletions
|
@ -25,7 +25,7 @@ cd `dirname $0`
|
||||||
# Checkout basebuilder to run the build
|
# Checkout basebuilder to run the build
|
||||||
mkdir -p tools
|
mkdir -p tools
|
||||||
cd tools
|
cd tools
|
||||||
cvs -d /cvsroot/eclipse co -r R36_RC1 org.eclipse.releng.basebuilder
|
cvs -d /cvsroot/eclipse co -r R36_RC4 org.eclipse.releng.basebuilder
|
||||||
cp /home/data/httpd/download.eclipse.org/technology/subversive/0.7/pde-update-site/plugins/org.eclipse.team.svn.pde.build_0.7.8.I20090525-1500.jar \
|
cp /home/data/httpd/download.eclipse.org/technology/subversive/0.7/pde-update-site/plugins/org.eclipse.team.svn.pde.build_0.7.8.I20090525-1500.jar \
|
||||||
org.eclipse.releng.basebuilder/plugins
|
org.eclipse.releng.basebuilder/plugins
|
||||||
cd ..
|
cd ..
|
||||||
|
|
|
@ -153,13 +153,13 @@ plugin@org.eclipse.cdt.scripting=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/edc/or
|
||||||
feature@org.eclipse.cdt.debug.edc=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/edc/org.eclipse.cdt.debug.edc-feature
|
feature@org.eclipse.cdt.debug.edc=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/edc/org.eclipse.cdt.debug.edc-feature
|
||||||
|
|
||||||
! TCF Requirements for EDC
|
! TCF Requirements for EDC
|
||||||
plugin@org.eclipse.tm.tcf=SVN,url=svn://dev.eclipse.org/svnroot/dsdp/org.eclipse.tm.tcf,tag=tags,path=0.3.0/plugins/org.eclipse.tm.tcf
|
plugin@org.eclipse.tm.tcf=SVN,url=http://dev.eclipse.org/svnroot/dsdp/org.eclipse.tm.tcf,tag=tags,path=0.3.0/plugins/org.eclipse.tm.tcf
|
||||||
plugin@org.eclipse.tm.tcf.cdt.ui=SVN,url=svn://dev.eclipse.org/svnroot/dsdp/org.eclipse.tm.tcf,tag=tags,path=0.3.0/plugins/org.eclipse.tm.tcf.cdt.ui
|
plugin@org.eclipse.tm.tcf.cdt.ui=SVN,url=http://dev.eclipse.org/svnroot/dsdp/org.eclipse.tm.tcf,tag=tags,path=0.3.0/plugins/org.eclipse.tm.tcf.cdt.ui
|
||||||
plugin@org.eclipse.tm.tcf.core=SVN,url=svn://dev.eclipse.org/svnroot/dsdp/org.eclipse.tm.tcf,tag=tags,path=0.3.0/plugins/org.eclipse.tm.tcf.core
|
plugin@org.eclipse.tm.tcf.core=SVN,url=http://dev.eclipse.org/svnroot/dsdp/org.eclipse.tm.tcf,tag=tags,path=0.3.0/plugins/org.eclipse.tm.tcf.core
|
||||||
plugin@org.eclipse.tm.tcf.debug=SVN,url=svn://dev.eclipse.org/svnroot/dsdp/org.eclipse.tm.tcf,tag=tags,path=0.3.0/plugins/org.eclipse.tm.tcf.debug
|
plugin@org.eclipse.tm.tcf.debug=SVN,url=http://dev.eclipse.org/svnroot/dsdp/org.eclipse.tm.tcf,tag=tags,path=0.3.0/plugins/org.eclipse.tm.tcf.debug
|
||||||
plugin@org.eclipse.tm.tcf.debug.ui=SVN,url=svn://dev.eclipse.org/svnroot/dsdp/org.eclipse.tm.tcf,tag=tags,path=0.3.0/plugins/org.eclipse.tm.tcf.debug.ui
|
plugin@org.eclipse.tm.tcf.debug.ui=SVN,url=http://dev.eclipse.org/svnroot/dsdp/org.eclipse.tm.tcf,tag=tags,path=0.3.0/plugins/org.eclipse.tm.tcf.debug.ui
|
||||||
plugin@org.eclipse.tm.tcf.rse=SVN,url=svn://dev.eclipse.org/svnroot/dsdp/org.eclipse.tm.tcf,tag=tags,path=0.3.0/plugins/org.eclipse.tm.tcf.rse
|
plugin@org.eclipse.tm.tcf.rse=SVN,url=http://dev.eclipse.org/svnroot/dsdp/org.eclipse.tm.tcf,tag=tags,path=0.3.0/plugins/org.eclipse.tm.tcf.rse
|
||||||
feature@org.eclipse.tm.tcf.feature=SVN,url=svn://dev.eclipse.org/svnroot/dsdp/org.eclipse.tm.tcf,tag=tags,path=0.3.0/features/org.eclipse.tm.tcf.feature
|
feature@org.eclipse.tm.tcf.feature=SVN,url=http://dev.eclipse.org/svnroot/dsdp/org.eclipse.tm.tcf,tag=tags,path=0.3.0/features/org.eclipse.tm.tcf.feature
|
||||||
|
|
||||||
! Berkeley UPC
|
! Berkeley UPC
|
||||||
plugin@org.eclipse.cdt.managedbuilder.bupc.ui=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/upc/org.eclipse.cdt.managedbuilder.bupc.ui
|
plugin@org.eclipse.cdt.managedbuilder.bupc.ui=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/upc/org.eclipse.cdt.managedbuilder.bupc.ui
|
||||||
|
|
Loading…
Add table
Reference in a new issue