Initial commit
commitf01f90aa3d8196d8736c2cc8b084d1aff775580d
authorTimothy Washington <timothyw@timothy-washingtons-macbook-pro.local>
Tue, 20 Jan 2009 00:20:00 +0000 (19 19:20 -0500)
committerTimothy Washington <timothyw@timothy-washingtons-macbook-pro.local>
Tue, 20 Jan 2009 00:20:00 +0000 (19 19:20 -0500)
tree9788dc664b3e5782daa4474268c0e13a7adc8db6
Initial commit
70 files changed:
.classpath [new file with mode: 0644]
.project [new file with mode: 0644]
build.properties [new file with mode: 0755]
build.xml [new file with mode: 0644]
data/.DO_NOT_DELETE [new file with mode: 0644]
data/README [new file with mode: 0644]
lib/endorsed/resolver-1.2.jar [new file with mode: 0644]
lib/endorsed/serializer-2.9.1.jar [new file with mode: 0644]
lib/endorsed/xalan-2.7.1.jar [new file with mode: 0644]
lib/endorsed/xercesImpl-2.9.1.jar [new file with mode: 0644]
lib/endorsed/xml-apis.jar [new file with mode: 0644]
lib/exist/core/antlr-2.7.6.jar [new file with mode: 0644]
lib/exist/core/commons-collections-3.1.jar [new file with mode: 0644]
lib/exist/core/commons-logging-1.0.4.jar [new file with mode: 0644]
lib/exist/core/commons-pool-1.4.jar [new file with mode: 0644]
lib/exist/core/excalibur-cli-1.0.jar [new file with mode: 0644]
lib/exist/core/jEdit-syntax.jar [new file with mode: 0644]
lib/exist/core/javax.servlet-1.4.jar [new file with mode: 0644]
lib/exist/core/jgroups-all.jar [new file with mode: 0644]
lib/exist/core/jline-0_9_5.jar [new file with mode: 0644]
lib/exist/core/jta.jar [new file with mode: 0644]
lib/exist/core/log4j-1.2.15.jar [new file with mode: 0644]
lib/exist/core/quartz-1.6.0.jar [new file with mode: 0644]
lib/exist/core/stax-api-1.0.1.jar [new file with mode: 0644]
lib/exist/core/sunxacml.jar [new file with mode: 0644]
lib/exist/core/xmldb.jar [new file with mode: 0644]
lib/exist/core/xmlrpc-1.2-patched.jar [new file with mode: 0644]
lib/exist/exist-optional.jar [new file with mode: 0644]
lib/exist/exist.jar [new file with mode: 0644]
lib/exist/extensions/exist-jmx.jar [new file with mode: 0644]
lib/exist/extensions/exist-modules.jar [new file with mode: 0644]
lib/exist/extensions/exist-ngram-module.jar [new file with mode: 0644]
lib/exist/optional/axis-ant.jar [new file with mode: 0644]
lib/exist/optional/axis-schema.jar [new file with mode: 0644]
lib/exist/optional/axis.jar [new file with mode: 0644]
lib/exist/optional/commons-codec-1.3.jar [new file with mode: 0644]
lib/exist/optional/commons-discovery-0.4.jar [new file with mode: 0644]
lib/exist/optional/commons-fileupload-1.1.1.jar [new file with mode: 0644]
lib/exist/optional/commons-httpclient-3.0.1.jar [new file with mode: 0644]
lib/exist/optional/commons-io-1.3.jar [new file with mode: 0644]
lib/exist/optional/jaxrpc.jar [new file with mode: 0644]
lib/exist/optional/saaj.jar [new file with mode: 0644]
lib/exist/optional/wsdl4j-1.5.1.jar [new file with mode: 0644]
lib/exist/start.jar [new file with mode: 0644]
lib/exist/user/README [new file with mode: 0644]
lib/exist/user/nekohtml-0.9.5.jar [new file with mode: 0644]
lib/log4j-1.2.7.jar [new file with mode: 0755]
lib/log4j.properties [new file with mode: 0755]
lib/spittoon.properties [new file with mode: 0644]
lib/zob/AntelopeTasks_3.2.19.jar [new file with mode: 0755]
lib/zob/Piccolo-1.0.4.jar [new file with mode: 0644]
lib/zob/bob.jar [new file with mode: 0644]
lib/zob/commons-cli-1.0.jar [new file with mode: 0755]
lib/zob/commons-logging-api.jar [new file with mode: 0755]
lib/zob/commons-logging.jar [new file with mode: 0755]
lib/zob/javafind.jar [new file with mode: 0755]
lib/zob/junit.jar [new file with mode: 0755]
lib/zob/sablecc.jar [new file with mode: 0755]
lib/zob/velocity-1.3.1.jar [new file with mode: 0755]
lib/zob/velocity-dep-1.3.1.jar [new file with mode: 0755]
src/com/interrupt/spittoon/PContentHandler.java [new file with mode: 0644]
src/com/interrupt/spittoon/SaveOrUpdateVisitor.java [new file with mode: 0644]
src/com/interrupt/spittoon/Spittoon.java [new file with mode: 0644]
src/com/interrupt/spittoon/SpittoonException.java [new file with mode: 0644]
src/com/interrupt/util/Util.java [new file with mode: 0644]
test/com/interrupt/spittoon/AllTests.java [new file with mode: 0755]
test/com/interrupt/spittoon/TestSpittoon.java [new file with mode: 0644]
xml/bookkeeping.empty.xml [new file with mode: 0644]
xml/bookkeeping.system.xml [new file with mode: 0644]
xml/bookkeeping.xml [new file with mode: 0755]