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 | |
---|
17 | app.name=MDUTILS |
---|
18 | app.version=0.1 |
---|
19 | |
---|
20 | source.home=./src |
---|
21 | lib.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 |
---|
24 | lib.external=./lib_external |
---|
25 | #webapp.home=./WebContent |
---|
26 | build.home=./build |
---|
27 | dist.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 | |
---|
34 | compile.debug=true |
---|
35 | compile.deprecation=false |
---|
36 | compile.optimize=true |
---|
37 | |
---|
38 | |
---|
39 | |
---|
40 | |
---|
Note: See
TracBrowser
for help on using the repository browser.