Subversion Repositories SmartDukaan

Rev

Rev 317 | Rev 1034 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 317 Rev 318
Line 12... Line 12...
12
#
12
#
13
 
13
 
14
 
14
 
15
#==================== File and Directory Names ========================
15
#==================== File and Directory Names ========================
16
 
16
 
17
app.name=Basic_Struts2_Ant
17
app.name=Website
18
app.version=0.1
18
app.version=0.1
19
 
19
 
20
source.home=./src
20
source.home=./src
21
lib.home=./WebContent/WEB-INF/lib
21
lib.home=../lib
-
 
22
thirdparty.location=../lib
22
#used for Jar files that are needed for compiling
23
#used for Jar files that are needed for compiling
23
#but should not be part of the war file
24
#but should not be part of the war file
24
lib.external=./lib_external
25
lib.external=./lib_external
25
webapp.home=./WebContent
26
webapp.home=./WebContent
26
build.home=./build
27
build.home=./build
27
dist.home=./dist
28
dist.home=./dist
28
 
-
 
-
 
29
conf.home=./conf
29
 
30
 
30
 
31
 
31
#==================== Compilation Control Options =====================
32
#==================== Compilation Control Options =====================
32
 
33
 
33
compile.debug=true
34
compile.debug=true