mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-01 22:25:25 +02:00
[283482] Provide execution environments for nightly builds (CDC-1.1, J2SE-1.4, J2SE-1.5)
This commit is contained in:
parent
461d502774
commit
9264b12c0e
1 changed files with 3 additions and 2 deletions
|
@ -59,8 +59,9 @@ if [ "$3" != "" ]; then
|
|||
fi
|
||||
rm -rf "${buildDirectory}"
|
||||
|
||||
#default value of the bootclasspath attribute used in ant javac calls.
|
||||
bootclasspath="/shared/dsdp/JDKs/win32/j2sdk1.4.2_19/jre/lib/rt.jar:/shared/dsdp/JDKs/j2sdk1.4.2_19/jre/lib/jsse.jar"
|
||||
#default value of the bootclasspath attribute used in ant javac calls.
|
||||
#these pathes are valid on build.eclipse.org
|
||||
bootclasspath="/shared/dsdp/JDKs/win32/j2sdk1.4.2_19/jre/lib/rt.jar:/shared/dsdp/JDKs/win32/j2sdk1.4.2_19/jre/lib/jsse.jar"
|
||||
bootclasspath_15="/shared/common/jdk-1.5.0_16/jre/lib/rt.jar"
|
||||
#bootclasspath_16="$builderDir/jdk/win32_16/jdk6/jre/lib/rt.jar"
|
||||
#bootclasspath_foundation="/shared/common/Java_ME_platform_SDK_3.0_EA/runtimes/cdc-hi/lib/rt.jar"
|
||||
|
|
Loading…
Add table
Reference in a new issue