Changeset 280


Ignore:
Timestamp:
11/19/02 18:58:00 (20 years ago)
Author:
piso
Message:

java=/home/peter/blackdown/j2sdk1.4.1/bin/java
build.compiler=jikes
debug=yes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/j/build.properties

    r248 r280  
    11# build.properties
    2 # $Id: build.properties,v 1.5 2002-11-14 17:31:49 piso Exp $
     2# $Id: build.properties,v 1.6 2002-11-19 18:58:00 piso Exp $
    33
    44# The location of the JDK that will be used to compile the classes that don't
     
    2121# the Java executable from the JDK specified with the "jdk" property will be
    2222# used.
    23 java=/home/peter/sun/j2sdk1.4.1_01/bin/java
     23#java=/home/peter/sun/j2sdk1.4.1_01/bin/java
    2424#java=/home/peter/sun/j2sdk1.4.1/bin/java
    25 #java=/home/peter/blackdown/j2sdk1.4.1/bin/java
     25java=/home/peter/blackdown/j2sdk1.4.1/bin/java
    2626java_options=-server
    2727
     
    3030
    3131# Use jikes.
    32 #build.compiler=jikes
    33 build.compiler=javac1.4
     32build.compiler=jikes
     33#build.compiler=javac1.4
    3434build.compiler.emacs=on
    3535
     
    3838
    3939# Build with debugging information.
    40 #debug=yes
     40debug=yes
    4141
    4242# Needed for testing only!
Note: See TracChangeset for help on using the changeset viewer.