Subversion Repositories SmartDukaan

Rev

Go to most recent revision | Details | 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
 
9
source.home=./src
10
dist.home=../lib
11
build.home=./build
12
 
13
#==================== Compilation Control Options =====================
14
compile.debug=true
15
compile.deprecation=false
16
compile.optimize=true
17
 
18
 
19
 
20