https://github.com/voldemort/voldemort
Raw File
Tip revision: 08da446f53f9a1f98a094d7a35556859236fc438 authored by Jay Kreps on 30 January 2009, 05:48:04 UTC
Recreate li 907 branch.
Tip revision: 08da446
build.properties
src.dir=src
java.dir=src/java
lib.dir=lib
docs.dir=docs
javadoc.dir=docs/javadoc
dist.dir=dist
war.dir=war
classes.dir=dist/classes
commontestsrc.dir=test/common
unittestsrc.dir=test/unit
inttestsrc.dir=test/integration
testclasses.dir=dist/testclasses
testreport.dir=dist/junit-reports
testhtml.dir=dist/junit-reports/html
tomcat.manager.url=http://localhost:8080/manager
tomcat.manager.username=tomcat
tomcat.manager.password=tomcat
tomcat.context=/voldemort
curr.release=0.4a
back to top