source: MDService2/trunk/MDService2/build.properties

Last change on this file was 794, checked in by vronk, 14 years ago

finishing terms (autocomplete, htmlselect)

File size: 916 bytes
Line 
1#
2# Modify this file to suit your environment. 
3# The values of these properties will
4# override the values of properties of the
5# same name in the build.xml file.
6#
7# See build.xml for versions and descriptions
8# of each of the required JAR files.
9#
10# Use forward slashes for path names even if
11# you are in a Windows environment!
12#
13
14
15#==================== File and Directory Names ========================
16
17app.name=MDService2
18app.version=0.1
19
20source.home=./src
21lib.home=./WebContent/WEB-INF/lib
22#used for Jar files that are needed for compiling
23#but should not be part of the war file
24lib.external=./lib_external
25webapp.home=./WebContent
26build.home=./build
27dist.home=./dist
28deploy.dir = C:/apps/apache-tomcat/webapps
29#deploy.dir = C:/apache-tomcat-6.0.26/webapps
30
31
32#==================== Compilation Control Options =====================
33
34compile.debug=true
35compile.deprecation=false
36compile.optimize=true
37
38
39
40
Note: See TracBrowser for help on using the repository browser.