Version 1.0 committed using standard build process.

This commit is contained in:
Jonathan Bernard 2011-01-21 11:33:24 -06:00
parent 8a6181fc84
commit 10b1b15a4a
4 changed files with 8 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
build/
*.sw*

View File

@ -52,6 +52,8 @@
classname="org.codehaus.groovy.ant.Groovy"/> classname="org.codehaus.groovy.ant.Groovy"/>
</target> </target>
<target name="init"/>
<target name="clean" depends="-init"> <target name="clean" depends="-init">
<delete dir="${build.dir}"/> <delete dir="${build.dir}"/>
</target> </target>

View File

@ -1,2 +1,6 @@
#Fri, 21 Jan 2011 11:32:22 -0600
name=jdb-util name=jdb-util
version=1.0 version=1.0
lib.local=true
build.number=3