Ticket #54478: patch-build.xml.diff

File patch-build.xml.diff, 440 bytes (added by chicagotripp (Altoine Barker), 7 years ago)

Patch file for jsch-0.1.54.

  • build.xml

    old new  
    3535    </available>
    3636    <javac srcdir="${src}"
    3737           destdir="${build}"
    38            target="1.4"
    39            source="1.4"
     38           target="1.7"
     39           source="1.7"
    4040           debug="${javac.debug}">
    4141      <classpath refid="lib.path.ref"/>
    4242      <exclude name="com/jcraft/jsch/jcraft/Compression.java"