Forgot to update the build.xml to reflect move to JDB BD 1.3

This commit is contained in:
Jonathan Bernard 2010-11-07 02:34:58 -06:00
parent 31e340b41f
commit 6497ebc8cb

View File

@ -1,7 +1,7 @@
<project name="gritter" basedir=".">
<property file="project.properties"/>
<import file="jdb-build-1.2.xml"/>
<import file="jdb-build-1.3.xml"/>
<target name="init">
<mkdir dir="${build.dir}/main/classes"/>