source: MDUTILS/build.properties

Last change on this file was 1646, checked in by vronk, 12 years ago

adding basic ant-build scripts

File size: 969 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=MDUTILS
18app.version=0.1
19
20source.home=./src
21lib.home=C:/Users/m/3lingua/clarin/CMDI/_repo2/MDService_simple3/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
25#webapp.home=./WebContent
26build.home=./build
27dist.home=./dist
28#deploy.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.