mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Have to back up the basebuilder since the HEAD doesn't work.
This commit is contained in:
parent
e3119d2a9d
commit
0e1ef5c03c
1 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,8 @@ cd `dirname $0`
|
|||
|
||||
mkdir -p tools
|
||||
cd tools
|
||||
cvs -d:pserver:anonymous@dev.eclipse.org:/home/eclipse checkout org.eclipse.releng.basebuilder
|
||||
cvs -d:pserver:anonymous@dev.eclipse.org:/home/eclipse \
|
||||
checkout -rv20050405 org.eclipse.releng.basebuilder
|
||||
cd ..
|
||||
|
||||
java -cp tools/org.eclipse.releng.basebuilder/startup.jar org.eclipse.core.launcher.Main \
|
||||
|
|
Loading…
Add table
Reference in a new issue