Skip to content
Snippets Groups Projects
Commit eab05108 authored by tobias's avatar tobias
Browse files

Add build tool & update application.yml

parent ae9bc029
No related branches found
No related tags found
No related merge requests found
<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
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment