Rev 1023 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
## Modify this file to suit your environment.# The values of these properties will# override the values of properties of the# same name in the build.xml file.## See build.xml for versions and descriptions# of each of the required JAR files.## Use forward slashes for path names even if# you are in a Windows environment!##==================== File and Directory Names ========================app.name=Supportapp.version=0.1source.home=./src/main/javalib.home=../libthirdparty.location=../lib#used for Jar files that are needed for compiling#but should not be part of the war filelib.external=./lib_externalwebapp.home=./WebContentbuild.home=./builddist.home=./distconf.home=./src/main/resources#==================== Compilation Control Options =====================compile.debug=truecompile.deprecation=falsecompile.optimize=true