Author: antonio Date: Sun Nov 21 11:40:52 2004 New Revision: 106108 Modified: cocoon/branches/BRANCH_2_1_X/tools/targets/init-build.xml Log: Allow compile ant taks using target='1.3' in java 1.5
Modified: cocoon/branches/BRANCH_2_1_X/tools/targets/init-build.xml Url: http://svn.apache.org/viewcvs/cocoon/branches/BRANCH_2_1_X/tools/targets/init-build.xml?view=diff&rev=106108&p1=cocoon/branches/BRANCH_2_1_X/tools/targets/init-build.xml&r1=106107&p2=cocoon/branches/BRANCH_2_1_X/tools/targets/init-build.xml&r2=106108 ============================================================================== --- cocoon/branches/BRANCH_2_1_X/tools/targets/init-build.xml (original) +++ cocoon/branches/BRANCH_2_1_X/tools/targets/init-build.xml Sun Nov 21 11:40:52 2004 @@ -131,7 +131,6 @@ </target> <target name="init-tasks" depends="init"> - <!-- Set classpath for building ant tasks --> <path id="tasks.classpath"> <path refid="classpath"/> @@ -148,9 +147,9 @@ debug="off" optimize="on" deprecation="on" + source="1.3" target="1.3" nowarn="on" - compiler="${compiler}" classpathref="tasks.classpath"/> <!-- A task to patch xml files --> @@ -174,9 +173,9 @@ debug="off" optimize="on" deprecation="on" + source="1.3" target="1.3" - nowarn="on" - compiler="${compiler}"/> + nowarn="on"/> <!-- Ant-Contrib tasks --> <taskdef resource="net/sf/antcontrib/antcontrib.properties" />