3 Commits
0.6 ... 1.1

Author SHA1 Message Date
216b3c5303 Updated to library 2.1. Fixed auto-generated start script. 2013-10-11 16:34:36 -05:00
d473d74112 Updated lib version 2.0 and promoted CLI to 1.0
`timestamper-lib-java` introduces a breaking change in the way timeline files
are written, so this is considered a new major version change.
2013-10-11 20:04:12 +00:00
15750f65d4 Upgrading timestamper-lib version. 2013-09-22 15:23:15 -05:00
7 changed files with 5 additions and 4 deletions

View File

@ -10,6 +10,7 @@
<copy file="${build.dir}/${name}-${version}.${build.number}.jar"
tofile="${package.dir}/${name}-${version}.jar"/>
<copy todir="${package.dir}">
<filterset><filter token="VERSION" value="${version}"/></filterset>
<fileset dir="${resources.dir}/bin"/>
</copy>
<copy todir="${package.dir}/lib">

Binary file not shown.

Binary file not shown.

View File

@ -1,7 +1,7 @@
#Fri, 13 Sep 2013 09:05:06 -0500
#Fri, 11 Oct 2013 16:33:41 -0500
lib.local=true
name=timestamper-cli
version=0.6
build.number=4
version=1.1
build.number=3
main.class=com.jdblabs.timestamper.cli.TimeStamperCLI
executable.jar=true

View File

@ -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"