Author: aadamchik
Date: Wed Jun 14 09:16:50 2006
New Revision: 414310

URL: http://svn.apache.org/viewvc?rev=414310&view=rev
Log:
fixing tools build - nightly builds were failing because of that

Modified:
    incubator/cayenne/main/trunk/cayenne/cayenne-ant/ant/cayenne-java.xml

Modified: incubator/cayenne/main/trunk/cayenne/cayenne-ant/ant/cayenne-java.xml
URL: 
http://svn.apache.org/viewvc/incubator/cayenne/main/trunk/cayenne/cayenne-ant/ant/cayenne-java.xml?rev=414310&r1=414309&r2=414310&view=diff
==============================================================================
--- incubator/cayenne/main/trunk/cayenne/cayenne-ant/ant/cayenne-java.xml 
(original)
+++ incubator/cayenne/main/trunk/cayenne/cayenne-ant/ant/cayenne-java.xml Wed 
Jun 14 09:16:50 2006
@@ -90,7 +90,7 @@
        <!-- Create jars and test their validity.       -->
        <!-- ========================================== -->
        <target name="jar" depends="build-jar">
-               <compile-1_4 destdir="${core.build.tools}" 
srcref="srcpath-tools"
+               <compile-1_5 destdir="${core.build.tools}" 
srcref="srcpath-tools"
                        classpathref="classpath-tools"/>
                
                <java classname="org.objectstyle.cayenne.tools.ant.JarChecker" 
fork="true" failonerror="true">


Reply via email to