Skip to content

Commit

Permalink
fix build in packages related to #908
Browse files Browse the repository at this point in the history
  • Loading branch information
walterxie committed Jul 30, 2020
1 parent cd799de commit bd92a68
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Expand Up @@ -825,7 +825,7 @@

<!-- Define the appbundler task -->
<!-- <taskdef name="bundleapp" classname="com.oracle.appbundler.AppBundlerTask" classpath="../beast2/lib/bundler/appbundler-1.0.jar"/>-->
<taskdef name="jarbundler" classname="com.ultramixer.jarbundler.JarBundler" classpath="${Mac_dir}/jarbundler-core-3.3.0.jar"/>
<taskdef name="jarbundler" classname="com.ultramixer.jarbundler.JarBundler" classpath="../beast2/lib/bundler/jarbundler-core-3.3.0.jar"/>

<!--property name="AppleSigner" value="Developer ID Application: Alexei Drummond (6M6Y6L7RUP)" /-->
<!--<property name="AppleSigner" value="Developer ID Application: Remco Bouckaert (LHFJWE5U63)" />-->
Expand Down
File renamed without changes.

0 comments on commit bd92a68

Please sign in to comment.