Created
March 10, 2015 21:44
-
-
Save antonarhipov/97365c1d9c6d61901341 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
<?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