mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-28 19:35:36 +02:00
Put everything back to build EDC.
This commit is contained in:
parent
7260a252be
commit
ec3b74b238
2 changed files with 10 additions and 9 deletions
|
@ -97,4 +97,12 @@
|
||||||
id="org.eclipse.cdt.p2"
|
id="org.eclipse.cdt.p2"
|
||||||
version="0.0.0"/>
|
version="0.0.0"/>
|
||||||
|
|
||||||
|
<includes
|
||||||
|
id="org.eclipse.cdt.debug.edc"
|
||||||
|
version="0.0.0"/>
|
||||||
|
|
||||||
|
<includes
|
||||||
|
id="org.eclipse.tm.tcf.feature"
|
||||||
|
version="0.0.0"/>
|
||||||
|
|
||||||
</feature>
|
</feature>
|
||||||
|
|
|
@ -21,19 +21,12 @@ export PATH=/opt/public/common/ibm-java2-ppc-50/bin:$PATH
|
||||||
# make sure we're in the releng project dir
|
# make sure we're in the releng project dir
|
||||||
cd `dirname $0`
|
cd `dirname $0`
|
||||||
|
|
||||||
# make sure the umask doesn't allow for group execute permissions\
|
|
||||||
# TODO not sure we really need this any more
|
|
||||||
umask 0022
|
|
||||||
|
|
||||||
# Checkout basebuilder to run the build
|
# Checkout basebuilder to run the build
|
||||||
mkdir -p tools
|
mkdir -p tools
|
||||||
cd tools
|
cd tools
|
||||||
#cvs -d:pserver:anonymous@dev.eclipse.org:/cvsroot/eclipse
|
|
||||||
#cvs -d /cvsroot/eclipse co -r R36_M3 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 \
|
|
||||||
# org.eclipse.releng.basebuilder/plugins
|
|
||||||
|
|
||||||
cvs -d /cvsroot/eclipse co -r R3_5_1 org.eclipse.releng.basebuilder
|
cvs -d /cvsroot/eclipse co -r R3_5_1 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 \
|
||||||
|
org.eclipse.releng.basebuilder/plugins
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
# Let's go!
|
# Let's go!
|
||||||
|
|
Loading…
Add table
Reference in a new issue