Skip to content

Instantly share code, notes, and snippets.

@antonarhipov
Created March 10, 2015 21:44
Show Gist options
  • Save antonarhipov/97365c1d9c6d61901341 to your computer and use it in GitHub Desktop.
Save antonarhipov/97365c1d9c6d61901341 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<project name="muCommander" default="default" basedir=".">
<taskdef name="bundleapp"
classname="com.oracle.appbundler.AppBundlerTask"
classpath="appbundler-1.0.jar" />
<target name="bundle">
<bundleapp outputdirectory="."
name="muCommander"
displayname="muCommander"
identifier="muCommander"
mainclassname="com.mucommander.Launcher">
<classpath file="mucommander.jar" />
</bundleapp>
</target>
</project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment