diff --git a/PlayWall/build.xml b/PlayWall/build.xml new file mode 100644 index 0000000000000000000000000000000000000000..e8324556f5f6a303a6df0b63b0678131adb3e6c2 --- /dev/null +++ b/PlayWall/build.xml @@ -0,0 +1,32 @@ +<project name="Build App" default="buildApp" basedir="/Users/tobias/Documents/Programmieren/Java/eclipse/"> + + <taskdef name="bundleapp" + classname="com.oracle.appbundler.AppBundlerTask" + classpath="/Users/tobias/Documents/Programmieren/Java/ant/lib/appbundler-1.0.jar" /> + + <taskdef name="launch4j" + classname="net.sf.launch4j.ant.Launch4jTask" + classpath="/Users/tobias/Documents/Programmieren/Java/ant/lib/launch4j/launch4j.jar:${launch4j.dir}/lib/xstream.jar" /> + + <target name="buildApp"> + <bundleapp outputdirectory="/Users/tobias/Documents/Programmieren/Java/eclipse/PlayWall/dist" + name="Play Wall" + displayname="Play Wall" + identifier="de.tobias.playwall" + mainclassname="de.tobias.playpad.PlayPadMain" + icon="/Users/tobias/Documents/Programmieren/Java/git/PlayWall/PlayWall/src/icon.icns"> + <runtime dir="/Library/Java/JavaVirtualMachines/jdk1.8.0_60.jdk/Contents/Home" /> + <classpath file="/Users/tobias/Documents/Programmieren/Java/eclipse/PlayWall/build/PlayWall.jar" /> + </bundleapp> + + <launch4j> + <config headerType="gui" outfile="/Users/tobias/Documents/Programmieren/Java/eclipse/PlayWall/dist/PlayWall.exe" + dontWrapJar="false" jarPath="/Users/tobias/Documents/Programmieren/Java/eclipse/PlayWall/build/PlayWall.jar" + icon="/Users/tobias/Documents/Programmieren/Java/git/PlayWall/PlayWall/src/icon.ico" > + <classPath mainClass="de.tobias.playpad.PlayPadMain" /> + <jre minVersion="1.8.0"> + </jre> + </config> + </launch4j> + </target> +</project> \ No newline at end of file diff --git a/PlayWall/src/application.yml b/PlayWall/src/application.yml index 399d169517d6e08dec15cc896bcc2c5d0c107625..1e0759e56a38dbf730073f695781828eefe17e55 100644 --- a/PlayWall/src/application.yml +++ b/PlayWall/src/application.yml @@ -1,6 +1,6 @@ name: PlayWall -version: 5.0.0 GM -build: 26 +version: 5.0.0 +build: 27 identifier: de.tobias.playpad main: de.tobias.playpad.PlayPadMain author: Tobias Ullerich