Subversion Repositories SmartDukaan

Rev

Rev 1023 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
490 rajveer 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=Support
18
app.version=0.1
19
 
1023 chandransh 20
source.home=./src/main/java
490 rajveer 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=./WebContent
27
build.home=./build
28
dist.home=./dist
1027 chandransh 29
conf.home=./src/main/resources
490 rajveer 30
 
31
 
32
#==================== Compilation Control Options =====================
33
 
34
compile.debug=true
35
compile.deprecation=false
36
compile.optimize=true
37
 
38
 
39
 
40