https://github.com/voldemort/voldemort
Revision 460e33d6a5de9ce6697c3b9d96c00edafd6f0217 authored by Alex Feinberg on 27 April 2010, 02:51:36 UTC, committed by Alex Feinberg on 27 April 2010, 02:51:36 UTC
2 parent s d31b3d4 + fc05a68
Raw File
Tip revision: 460e33d6a5de9ce6697c3b9d96c00edafd6f0217 authored by Alex Feinberg on 27 April 2010, 02:51:36 UTC
Merge branch 'master' into release-0802
Tip revision: 460e33d
build.properties
## Main source 
src.dir=src
java.dir=src/java
python.dir=clients/python
protobuff.dir=src/proto
lib.dir=lib
classes.dir=dist/classes
resources.dir=dist/resources
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

## Contrib
contrib.root.dir=contrib
contrib.classes.dir=dist/contrib-classes
contribtestreport.dir=dist/contrib-junit-reports
contribtesthtml.dir=dist/contrib-junit-reports/html
contrib.testclasses.dir=dist/contribtestclasses

## Other dirs
docs.dir=docs
javadoc.dir=docs/javadoc
dist.dir=dist
war.dir=war

## Tomcat
tomcat.manager.url=http://localhost:8080/manager
tomcat.manager.username=tomcat
tomcat.manager.password=tomcat
tomcat.context=/voldemort

## Release
curr.release=0.80.2.RC1
back to top