commit cda3544cac1b95bbc75e67e515283576866b97ed Author: Jonathan Bernard Date: Sun Jun 19 07:23:36 2011 -0500 Creating initial project structure. diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b1cb804 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*.sw? +build/ diff --git a/build.xml b/build.xml new file mode 100644 index 0000000..1d6ba5f --- /dev/null +++ b/build.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/jdb-build-1.6.xml b/jdb-build-1.6.xml new file mode 100644 index 0000000..3a43212 --- /dev/null +++ b/jdb-build-1.6.xml @@ -0,0 +1,201 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/lib/compile/jar/jdb-util-1.1.jar b/lib/compile/jar/jdb-util-1.1.jar new file mode 100644 index 0000000..94962af Binary files /dev/null and b/lib/compile/jar/jdb-util-1.1.jar differ diff --git a/lib/compile/jar/slf4j-api-1.6.1.jar b/lib/compile/jar/slf4j-api-1.6.1.jar new file mode 100644 index 0000000..42e0ad0 Binary files /dev/null and b/lib/compile/jar/slf4j-api-1.6.1.jar differ diff --git a/lib/runtime/jar/jdb-util-1.1.jar b/lib/runtime/jar/jdb-util-1.1.jar new file mode 100644 index 0000000..94962af Binary files /dev/null and b/lib/runtime/jar/jdb-util-1.1.jar differ diff --git a/lib/runtime/jar/logback-classic-0.9.26.jar b/lib/runtime/jar/logback-classic-0.9.26.jar new file mode 100644 index 0000000..b900b64 Binary files /dev/null and b/lib/runtime/jar/logback-classic-0.9.26.jar differ diff --git a/lib/runtime/jar/logback-core-0.9.26.jar b/lib/runtime/jar/logback-core-0.9.26.jar new file mode 100644 index 0000000..d50f3cd Binary files /dev/null and b/lib/runtime/jar/logback-core-0.9.26.jar differ diff --git a/lib/runtime/jar/slf4j-api-1.6.1.jar b/lib/runtime/jar/slf4j-api-1.6.1.jar new file mode 100644 index 0000000..42e0ad0 Binary files /dev/null and b/lib/runtime/jar/slf4j-api-1.6.1.jar differ diff --git a/project.properties b/project.properties new file mode 100644 index 0000000..c4f1cfe --- /dev/null +++ b/project.properties @@ -0,0 +1,4 @@ +lib.local=true +name=timestamper-cli +version=0.1 +build.number=0 diff --git a/resources/main/logback.groovy b/resources/main/logback.groovy new file mode 100644 index 0000000..e69de29 diff --git a/src/main/com/jdblabs/timestamper/cli/Main.groovy b/src/main/com/jdblabs/timestamper/cli/Main.groovy new file mode 100644 index 0000000..e69de29