1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +02:00

Still trying...

This commit is contained in:
Doug Schaefer 2010-01-22 16:41:12 +00:00
parent a4ae820b34
commit f705bf184e
3 changed files with 5 additions and 13 deletions

View file

@ -97,12 +97,12 @@
id="org.eclipse.cdt.p2"
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"/>
<includes
id="org.eclipse.cdt.debug.edc"
version="0.0.0"/>
</feature>

View file

@ -16,7 +16,7 @@
export DISPLAY=:1
# set up to use the Java 5 JRE
export PATH=/opt/public/common/ibm-java-jdk-ppc-60/bin:/usr/local/bin:$PATH
export PATH=/opt/public/common/ibm-java-ppc-605/bin:/usr/local/bin:$PATH
# make sure we're in the releng project dir
cd `dirname $0`

View file

@ -1,8 +0,0 @@
#!/usr/bin/expect -f
set passwd [lindex $argv 0]
set timeout 6000
set id [eval spawn scp -qp [lrange $argv 1 end]]
expect "Password:" { send "$passwd\r" }
expect