Subversion Repositories SmartDukaan

Rev

Rev 1007 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
618 chandransh 1
# Use forward slashes for path names even if
2
# you are in a Windows environment!
3
#
4
 
5
#==================== File and Directory Names ========================
6
app.name=ClientAgent
7
app.version=0.1
8
 
1007 chandransh 9
source.home=./src/main/java
10
resource.home=./src/main/resources
618 chandransh 11
dist.home=../lib
12
build.home=./build
1007 chandransh 13
thirdparty.location=../lib
618 chandransh 14
 
15
#==================== Compilation Control Options =====================
16
compile.debug=true
17
compile.deprecation=false
18
compile.optimize=true
19
 
20
 
21
 
22