Version 1.0 committed using standard build process.
This commit is contained in:
parent
8a6181fc84
commit
10b1b15a4a
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
build/
|
||||||
|
*.sw*
|
@ -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>
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user