source: MDService2/branches/MDService_simple3/build.properties @ 1613

Last change on this file since 1613 was 1613, checked in by vronk, 13 years ago

various small changes, clean up code

File size: 972 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
22smc.home=C:/Users/m/3lingua/clarin/CMDI/_repo2/SMC/dist
23#used for Jar files that are needed for compiling
24#but should not be part of the war file
25lib.external=./lib_external
26webapp.home=./WebContent
27build.home=./build
28dist.home=./dist
29deploy.dir = C:/apps/apache-tomcat/webapps
30#deploy.dir = C:/apache-tomcat-6.0.26/webapps
31
32
33#==================== Compilation Control Options =====================
34
35compile.debug=true
36compile.deprecation=false
37compile.optimize=true
38
39
40
41
Note: See TracBrowser for help on using the repository browser.