3
0
Fork 0
forked from mirrors/nixpkgs

ant-gcj: Add missing file.

svn path=/nixpkgs/trunk/; revision=17402
This commit is contained in:
Ludovic Courtès 2009-09-24 14:50:42 +00:00
parent 18e946cb9d
commit c1f7e5ff90

View file

@ -0,0 +1,18 @@
Setting `java.compiler' or `build.compiler' in `build.properties' isn't enough.
--- apache-ant-1.7.1/build.xml 2008-06-27 07:05:23.000000000 +0200
+++ apache-ant-1.7.1/build.xml 2009-09-24 15:10:53.000000000 +0200
@@ -578,12 +578,7 @@
classname="com.jcraft.jsch.Session"
classpathref="classpath"/>
- <condition property="build.compiler" value="classic">
- <not>
- <isset property="jdk1.3+"/>
- </not>
- </condition>
- <property name="build.compiler" value="modern"/>
+ <property name="build.compiler" value="gcj"/>
<!--check for XSD support in the parser-->
<condition property="xmlschema.present">