Ticket #54478: patch-build.xml.diff
File patch-build.xml.diff, 440 bytes (added by chicagotripp (Altoine Barker), 7 years ago) |
---|
-
build.xml
old new 35 35 </available> 36 36 <javac srcdir="${src}" 37 37 destdir="${build}" 38 target="1. 4"39 source="1. 4"38 target="1.7" 39 source="1.7" 40 40 debug="${javac.debug}"> 41 41 <classpath refid="lib.path.ref"/> 42 42 <exclude name="com/jcraft/jsch/jcraft/Compression.java"