source: trunk/build.prp@ 8

Last change on this file since 8 was 8, checked in by lpino, 18 years ago
  • Initial commit
File size: 801 bytes
Line 
1# build.prp: EclipseOS2 build options
2
3# path to the original Eclipse source distribution
4eclipsedir.orig=F:/eclipse
5
6# default part and step number for test (run) target
7# currently the value for part can be 'swt' only
8test.part.default=swt
9test.step.default=001
10# does test target depend on compile
11test.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.