mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-07 09:46:02 +02:00
Still trying...
This commit is contained in:
parent
a4ae820b34
commit
f705bf184e
3 changed files with 5 additions and 13 deletions
|
@ -97,12 +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
|
<includes
|
||||||
id="org.eclipse.tm.tcf.feature"
|
id="org.eclipse.tm.tcf.feature"
|
||||||
version="0.0.0"/>
|
version="0.0.0"/>
|
||||||
|
|
||||||
|
<includes
|
||||||
|
id="org.eclipse.cdt.debug.edc"
|
||||||
|
version="0.0.0"/>
|
||||||
|
|
||||||
</feature>
|
</feature>
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
export DISPLAY=:1
|
export DISPLAY=:1
|
||||||
|
|
||||||
# set up to use the Java 5 JRE
|
# 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
|
# make sure we're in the releng project dir
|
||||||
cd `dirname $0`
|
cd `dirname $0`
|
||||||
|
|
|
@ -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
|
|
Loading…
Add table
Reference in a new issue