Rev | Line | |
---|
[8] | 1 | # build.prp: EclipseOS2 build options
|
---|
| 2 |
|
---|
| 3 | # path to the original Eclipse source distribution
|
---|
| 4 | eclipsedir.orig=F:/eclipse
|
---|
| 5 |
|
---|
| 6 | # default part and step number for test (run) target
|
---|
| 7 | # currently the value for part can be 'swt' only
|
---|
| 8 | test.part.default=swt
|
---|
| 9 | test.step.default=001
|
---|
| 10 | # does test target depend on compile
|
---|
| 11 | test.dependoncompile=false
|
---|
| 12 | # the JVM to use for launching testcases.
|
---|
| 13 | # if commented the current JVM will be used.
|
---|
| 14 | # this property is intended to make it possible to compile
|
---|
| 15 | # Eclipse under one JVM and run it under another
|
---|
| 16 | # test.jvm=D:/Java131/jre/bin/java.exe
|
---|
| 17 |
|
---|
| 18 | # path where to find Java runtime library.
|
---|
| 19 | # if the project is being built under OS/2, this can be left
|
---|
| 20 | # commented to be picked up from the current JVM environment
|
---|
| 21 | #bootclasspath=C:/Java131/jre/lib/rt.jar
|
---|
| 22 |
|
---|
| 23 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.