Permalink
Browse files
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
Showing
with
17 additions
and 5 deletions.
| @@ -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" |