Cleanup and readme
1 parent 22b8582 commit b49a2647481482f3c7040bafc7765bccadaf13a4
rnentjes authored on 11 Dec 2016
Showing 71 changed files
View
.gitignore
View
.idea/workspace.xml
View
data/database.properties 100644 → 0
View
lib/build/findbugs-1.3.9/annotations.jar 100644 → 0
Not supported
View
lib/build/findbugs-1.3.9/ant.jar 100644 → 0
Not supported
View
lib/build/findbugs-1.3.9/asm-3.1.jar 100644 → 0
Not supported
View
lib/build/findbugs-1.3.9/asm-analysis-3.1.jar 100644 → 0
Not supported
View
lib/build/findbugs-1.3.9/asm-commons-3.1.jar 100644 → 0
Not supported
View
lib/build/findbugs-1.3.9/asm-tree-3.1.jar 100644 → 0
Not supported
View
lib/build/findbugs-1.3.9/asm-util-3.1.jar 100644 → 0
Not supported
View
lib/build/findbugs-1.3.9/asm-xml-3.1.jar 100644 → 0
Not supported
View
lib/build/findbugs-1.3.9/bcel.jar 100644 → 0
Not supported
View
lib/build/findbugs-1.3.9/commons-lang-2.4.jar 100644 → 0
Not supported
View
lib/build/findbugs-1.3.9/dom4j-1.6.1.jar 100644 → 0
Not supported
View
lib/build/findbugs-1.3.9/findbugs-ant.jar 100644 → 0
Not supported
View
lib/build/findbugs-1.3.9/findbugs.jar 100644 → 0
Not supported
View
lib/build/findbugs-1.3.9/jFormatString.jar 100644 → 0
Not supported
View
lib/build/findbugs-1.3.9/jaxen-1.1.1.jar 100644 → 0
Not supported
View
lib/build/findbugs-1.3.9/jdepend-2.9.jar 100644 → 0
Not supported
View
lib/build/findbugs-1.3.9/jsr305.jar 100644 → 0
Not supported
View
lib/build/findbugs-1.3.9/mysql-connector-java-5.1.7-bin.jar 100644 → 0
Not supported
View
lib/build/jacoco/jacocoagent.jar 100644 → 0
Not supported
View
lib/build/jacoco/jacocoant.jar 100644 → 0
Not supported
View
lib/build/jacoco/org.jacoco.agent-0.6.4.20131116-1702.jar 100644 → 0
Not supported
View
lib/build/jacoco/org.jacoco.ant-0.6.4.20131116-1702.jar 100644 → 0
Not supported
View
lib/build/jacoco/org.jacoco.core-0.6.4.20131116-1702.jar 100644 → 0
Not supported
View
lib/build/jacoco/org.jacoco.report-0.6.4.20131116-1702.jar 100644 → 0
Not supported
View
lib/build/junit/junit-4.5.jar 100644 → 0
Not supported
View
lib/build/junit/junit-dep-4.5.jar 100644 → 0
Not supported
View
lib/build/ncss/ccl.jar 100644 → 0
Not supported
View
lib/build/ncss/javacc.jar 100644 → 0
Not supported
View
lib/build/ncss/javancss.jar 100644 → 0
Not supported
View
lib/build/ncss/javancssanttask.jar 100644 → 0
Not supported
View
lib/build/ncss/jhbasic.jar 100644 → 0
Not supported
View
lib/build/pmd/asm-3.2.jar 100644 → 0
Not supported
View
lib/build/pmd/commons-io-2.2.jar 100644 → 0
Not supported
View
lib/build/pmd/dom4j-1.6.1.jar 100644 → 0
Not supported
View
lib/build/pmd/javacc-4.1.jar 100644 → 0
Not supported
View
lib/build/pmd/jaxen-1.1.1.jar 100644 → 0
Not supported
View
lib/build/pmd/jcommander-1.27.jar 100644 → 0
Not supported
View
lib/build/pmd/jdom-1.0.jar 100644 → 0
Not supported
View
lib/build/pmd/junit-4.4.jar 100644 → 0
Not supported
View
lib/build/pmd/pmd-5.0.5.jar 100644 → 0
Not supported
View
lib/build/pmd/rhino-1.7R3.jar 100644 → 0
Not supported
View
lib/build/pmd/saxon-9.1.0.8-dom.jar 100644 → 0
Not supported
View
lib/build/pmd/saxon-9.1.0.8.jar 100644 → 0
Not supported
View
lib/build/pmd/xercesImpl-2.9.1.jar 100644 → 0
Not supported
View
lib/build/pmd/xml-apis-1.3.02.jar 100644 → 0
Not supported
View
lib/build/pmd/xmlParserAPIs-2.6.2.jar 100644 → 0
Not supported
View
lib/build/pmd/xom-1.0.jar 100644 → 0
Not supported
View
lib/compile/jsr305.jar 100644 → 0
Not supported
View
readme.md 0 → 100644
View
script/build.properties.example 100644 → 0
View
script/build.xml 100644 → 0
View
script/default.build.properties 100644 → 0
View
script/default.properties 100644 → 0
View
script/findbug-exclude.xml 100644 → 0
View
script/findbug-include.xml 100644 → 0
View
script/javadoc.css 100644 → 0
View
script/pmd-ruleset.xml 100644 → 0
View
script/version.properties 100644 → 0
View
src/nl/astraeus/database/SimpleDatabase.java
View
src/nl/astraeus/database/jdbc/ConnectionPool.java
View
src/nl/astraeus/database/jdbc/ConnectionProvider.java
View
test/nl/astraeus/database/Example.java 100644 → 0
View
test/nl/astraeus/database/TestCache.java
View
test/nl/astraeus/database/TestCollection.java
View
test/nl/astraeus/database/TestInsert.java
View
test/nl/astraeus/database/TestSelectAll.java
View
test/nl/astraeus/database/example/Example.java 0 → 100644
View
test/nl/astraeus/database/example/MinimalExample.java 0 → 100644