You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ddlutils-dev@db.apache.org by to...@apache.org on 2005/09/15 23:18:01 UTC

svn commit: r289321 - /db/ddlutils/trunk/build.xml

Author: tomdz
Date: Thu Sep 15 14:17:56 2005
New Revision: 289321

URL: http://svn.apache.org/viewcvs?rev=289321&view=rev
Log:
Fix for DDLUTILS-13

Modified:
    db/ddlutils/trunk/build.xml

Modified: db/ddlutils/trunk/build.xml
URL: http://svn.apache.org/viewcvs/db/ddlutils/trunk/build.xml?rev=289321&r1=289320&r2=289321&view=diff
==============================================================================
--- db/ddlutils/trunk/build.xml (original)
+++ db/ddlutils/trunk/build.xml Thu Sep 15 14:17:56 2005
@@ -50,6 +50,8 @@
                destdir="${build.java.dir}"
                deprecation="true"
                debug="true"
+               source="1.2"
+               target="1.2"
                optimize="false">
             <classpath refid="compilation-classpath"/>
         </javac>