| 
            Last change
 on this file was             94, checked in by lpino, 17 years ago           | 
        
        
          | 
             
(build.prp) - Path changes to adapt to SmartSVN project. Now the build environment is syncronized with netlabs and I don't have to go through Windows to commit changes 
 
           | 
        
        
          | 
            File size:
            823 bytes
           | 
        
      
      
| Line |   | 
|---|
| 1 | # build.prp: EclipseOS2 build options
 | 
|---|
| 2 | 
 | 
|---|
| 3 | # path to the original Eclipse source distribution
 | 
|---|
| 4 | eclipsedir.orig=x:/apps/dev/fuentes/eclipse2.0.1
 | 
|---|
| 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.