Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
PlayWallDesktop
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
PlayWall
PlayWallDesktop
Commits
eab05108
Commit
eab05108
authored
9 years ago
by
tobias
Browse files
Options
Downloads
Patches
Plain Diff
Add build tool & update application.yml
parent
ae9bc029
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
PlayWall/build.xml
+32
-0
32 additions, 0 deletions
PlayWall/build.xml
PlayWall/src/application.yml
+2
-2
2 additions, 2 deletions
PlayWall/src/application.yml
with
34 additions
and
2 deletions
PlayWall/build.xml
0 → 100644
+
32
−
0
View file @
eab05108
<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
This diff is collapsed.
Click to expand it.
PlayWall/src/application.yml
+
2
−
2
View file @
eab05108
name
:
PlayWall
version
:
5.0.0
GM
build
:
2
6
version
:
5.0.0
build
:
2
7
identifier
:
de.tobias.playpad
main
:
de.tobias.playpad.PlayPadMain
author
:
Tobias Ullerich
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment