diff --git a/build.xml b/build.xml index 84bf454..4ea9f49 100644 --- a/build.xml +++ b/build.xml @@ -10,6 +10,7 @@ + diff --git a/lib/compile/jar/timestamper-lib-2.0.0.jar b/lib/compile/jar/timestamper-lib-2.0.0.jar deleted file mode 100644 index ae02d64..0000000 Binary files a/lib/compile/jar/timestamper-lib-2.0.0.jar and /dev/null differ diff --git a/lib/compile/jar/timestamper-lib-2.1.jar b/lib/compile/jar/timestamper-lib-2.1.jar new file mode 100644 index 0000000..7f496a7 Binary files /dev/null and b/lib/compile/jar/timestamper-lib-2.1.jar differ diff --git a/lib/runtime/jar/timestamper-lib-2.0.0.jar b/lib/runtime/jar/timestamper-lib-2.0.0.jar deleted file mode 100644 index ae02d64..0000000 Binary files a/lib/runtime/jar/timestamper-lib-2.0.0.jar and /dev/null differ diff --git a/lib/runtime/jar/timestamper-lib-2.1.jar b/lib/runtime/jar/timestamper-lib-2.1.jar new file mode 100644 index 0000000..7f496a7 Binary files /dev/null and b/lib/runtime/jar/timestamper-lib-2.1.jar differ diff --git a/project.properties b/project.properties index b51119f..a80ca9b 100644 --- a/project.properties +++ b/project.properties @@ -1,7 +1,7 @@ -#Fri, 11 Oct 2013 19:16:24 +0000 +#Fri, 11 Oct 2013 16:33:41 -0500 lib.local=true name=timestamper-cli -version=1.0 -build.number=1 +version=1.1 +build.number=3 main.class=com.jdblabs.timestamper.cli.TimeStamperCLI executable.jar=true diff --git a/resources/bin/ts b/resources/bin/ts index ba9797a..bef3945 100755 --- a/resources/bin/ts +++ b/resources/bin/ts @@ -1,4 +1,4 @@ curdir="`pwd`" -cd ~/programs/timestamper-cli-0.4 +cd ~/programs/timestamper-cli-@VERSION@ java -cp "lib:lib/*:./*" com.jdblabs.timestamper.cli.TimeStamperCLI -d "$curdir" "$@" cd "$curdir"