Last change
on this file was
11354,
checked in by ehuelsmann, 16 years ago
|
More steps toward a release:
- Mark some files with native line endings, such as README
- Edit README to reflect the current situation
|
-
Property svn:eol-style set to
LF
|
File size:
641 bytes
|
Line | |
---|
1 | # build.properties |
---|
2 | # $Id: build.properties,v 1.23 2007-03-03 19:19:11 piso Exp $ |
---|
3 | # The location of the JDK that will be used to compile the classes. |
---|
4 | jdk=c:\\Program\ Files\\Java\\jdk1.5.0_11 |
---|
5 | |
---|
6 | # The location of the Java executable to be used at runtime. If not specified, |
---|
7 | # the Java executable from the JDK specified for the "jdk" property will be |
---|
8 | # used. |
---|
9 | #java=c:\\jdk1.5.0\\bin\\java |
---|
10 | #java_options=-server |
---|
11 | |
---|
12 | # Extensions (XP etc.) |
---|
13 | #extensions=/usr/share/java/repository |
---|
14 | |
---|
15 | # Use jikes. |
---|
16 | #build.compiler=jikes |
---|
17 | #build.compiler.emacs=on |
---|
18 | |
---|
19 | # Use javac. |
---|
20 | build.compiler=javac1.4 |
---|
21 | |
---|
22 | # Build jpty. |
---|
23 | #jpty=yes |
---|
24 | |
---|
25 | # Build with debugging information. |
---|
26 | debug=yes |
---|
Note: See
TracBrowser
for help on using the repository browser.