forked from macports/macports-ports
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
plantuml: Update to version 1.2019.5
Patch build.xml to use Java 1.7, the minimum supported by Xcode 10.2.
- Loading branch information
1 parent
3be39c0
commit 1fba201
Showing
2 changed files
with
17 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- build.xml~ 2019-04-24 18:14:21.000000000 -0400 | ||
+++ build.xml 2019-04-24 18:15:02.000000000 -0400 | ||
@@ -20,7 +20,7 @@ | ||
<target name="compile"> | ||
<delete dir="build" /> | ||
<mkdir dir="build" /> | ||
- <javac target="1.6" srcdir="src" destdir="build" debug="on" /> | ||
+ <javac target="1.7" srcdir="src" destdir="build" debug="on" /> | ||
<copy file="src/net/sourceforge/plantuml/version/logo.png" | ||
todir="build/net/sourceforge/plantuml/version" /> | ||
<copy file="src/net/sourceforge/plantuml/version/favicon.png" |