Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

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