Changeset 280
- Timestamp:
- 11/19/02 18:58:00 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/j/build.properties
r248 r280 1 1 # build.properties 2 # $Id: build.properties,v 1. 5 2002-11-14 17:31:49piso Exp $2 # $Id: build.properties,v 1.6 2002-11-19 18:58:00 piso Exp $ 3 3 4 4 # The location of the JDK that will be used to compile the classes that don't … … 21 21 # the Java executable from the JDK specified with the "jdk" property will be 22 22 # used. 23 java=/home/peter/sun/j2sdk1.4.1_01/bin/java23 #java=/home/peter/sun/j2sdk1.4.1_01/bin/java 24 24 #java=/home/peter/sun/j2sdk1.4.1/bin/java 25 #java=/home/peter/blackdown/j2sdk1.4.1/bin/java25 java=/home/peter/blackdown/j2sdk1.4.1/bin/java 26 26 java_options=-server 27 27 … … 30 30 31 31 # Use jikes. 32 #build.compiler=jikes33 build.compiler=javac1.432 build.compiler=jikes 33 #build.compiler=javac1.4 34 34 build.compiler.emacs=on 35 35 … … 38 38 39 39 # Build with debugging information. 40 #debug=yes40 debug=yes 41 41 42 42 # Needed for testing only!
Note: See TracChangeset
for help on using the changeset viewer.