Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
14364 kshitij.so 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=Dtrapi
18
app.version=0.1
19
 
20
source.home=./src/main/java
21
lib.home=../lib
22
thirdparty.location=../lib
23
#used for Jar files that are needed for compiling
24
#but should not be part of the war file
25
lib.external=./lib_external
26
webapp.home=./src/main/webapp
27
build.home=./build
28
dist.home=./dist
29
conf.home=./src/main/resources
30
 
31
 
32
#==================== Compilation Control Options =====================
33
 
34
compile.debug=true
35
compile.deprecation=false
36
compile.optimize=true
37
 
38
 
39
 
40