Subversion Repositories SmartDukaan

Rev

Rev 1027 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1027 Rev 1028
Line 21... Line 21...
21
lib.home=../lib
21
lib.home=../lib
22
thirdparty.location=../lib
22
thirdparty.location=../lib
23
#used for Jar files that are needed for compiling
23
#used for Jar files that are needed for compiling
24
#but should not be part of the war file
24
#but should not be part of the war file
25
lib.external=./lib_external
25
lib.external=./lib_external
26
webapp.home=./WebContent
26
webapp.home=./src/main/webapp
27
build.home=./build
27
build.home=./build
28
dist.home=./dist
28
dist.home=./dist
29
conf.home=./src/main/resources
29
conf.home=./src/main/resources
30
 
30
 
31
 
31