Initial commit.

This commit is contained in:
Jonathan Bernard
2011-08-22 15:54:38 -05:00
commit f65d1fc030
8 changed files with 221 additions and 0 deletions

10
build.xml Normal file
View File

@ -0,0 +1,10 @@
<project name="Jonathan's Literate Programming" basedir="." default="release">
<import file="jdb-build-1.6.xml"/>
<property environment="env"/>
<property file="project.properties"/>
<target name="release" depends="build">
</target>
</project>