You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by an...@apache.org on 2004/11/21 21:11:26 UTC

svn commit: r106111 - /cocoon/trunk/tools/targets/init-build.xml

Author: antonio
Date: Sun Nov 21 12:11:26 2004
New Revision: 106111

Modified:
   cocoon/trunk/tools/targets/init-build.xml
Log:
Use fixed version, since is posible to rewrite the 'source.vm' in local.build.properties file. Perhaps we need a new system variable to avoid the constants here?

Modified: cocoon/trunk/tools/targets/init-build.xml
Url: http://svn.apache.org/viewcvs/cocoon/trunk/tools/targets/init-build.xml?view=diff&rev=106111&p1=cocoon/trunk/tools/targets/init-build.xml&r1=106110&p2=cocoon/trunk/tools/targets/init-build.xml&r2=106111
==============================================================================
--- cocoon/trunk/tools/targets/init-build.xml	(original)
+++ cocoon/trunk/tools/targets/init-build.xml	Sun Nov 21 12:11:26 2004
@@ -152,8 +152,8 @@
            debug="off"
            optimize="on"
            deprecation="on"
-           source="${source.vm}"
-           target="${source.vm}"
+           source="1.4"
+           target="1.4"
            nowarn="on"
            classpathref="tasks.classpath"/>
 
@@ -178,8 +178,8 @@
            debug="off"
            optimize="on"
            deprecation="on"
-           source="${source.vm}"
-           target="${source.vm}"
+           source="1.4"
+           target="1.4"
            nowarn="on"/>
 
     <!-- Ant-Contrib tasks -->