source: tags/0.00.9/j/build.properties

Last change on this file was 10088, checked in by piso, 19 years ago

Use 1.5.0_05 on Windows.

File size: 705 bytes
Line 
1# build.properties
2# $Id: build.properties,v 1.18 2005-10-08 03:38:23 piso Exp $
3
4# The location of the JDK that will be used to compile the classes.
5#jdk=c:\\jdk1.5.0
6#jdk=c:\\j2sdk1.4.2_03
7jdk=c:\\Program\ Files\\Java\\jdk1.5.0_05
8
9# The location of the Java executable to be used at runtime. If not specified,
10# the Java executable from the JDK specified for the "jdk" property will be
11# used.
12#java=c:\\jdk1.5.0\\bin\\java
13#java_options=-server
14
15# Extensions (XP etc.)
16#extensions=/usr/share/java/repository
17
18# Use jikes.
19#build.compiler=jikes
20#build.compiler.emacs=on
21
22# Use javac.
23build.compiler=javac1.4
24#build.compiler=jikes
25
26# Build jpty.
27#jpty=yes
28
29# Build with debugging information.
30debug=yes
Note: See TracBrowser for help on using the repository browser.