You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
14 lines
440 B
Diff
14 lines
440 B
Diff
--- build.xml.orig 2017-07-15 15:28:15.000000000 -0500
|
|
+++ build.xml 2017-07-15 15:28:37.000000000 -0500
|
|
@@ -35,8 +35,8 @@
|
|
</available>
|
|
<javac srcdir="${src}"
|
|
destdir="${build}"
|
|
- target="1.4"
|
|
- source="1.4"
|
|
+ target="1.7"
|
|
+ source="1.7"
|
|
debug="${javac.debug}">
|
|
<classpath refid="lib.path.ref"/>
|
|
<exclude name="com/jcraft/jsch/jcraft/Compression.java"
|