Subversion Repositories SmartDukaan

Rev

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

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