Skip to content
This repository was archived by the owner on Feb 4, 2023. It is now read-only.

Commit 362c1aa

Browse files
committed
version 0.5 + update README.md with a ChangeLog
1 parent 9ca7ee7 commit 362c1aa

2 files changed

Lines changed: 26 additions & 3 deletions

File tree

README.md

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
universalJavaApplicationStub
22
=====================
33

4-
A shellscript JavaApplicationStub for Java Apps on Mac OS X that works with both Apple's and Oracle's plist format.
4+
A shellscript JavaApplicationStub for Java Apps on Mac OS X that works with both Apple's and Oracle's plist format. It is released under the MIT License.
55

66

77
Why
@@ -49,7 +49,7 @@ The shell script reads JVM properties from `Info.plist` regardless of which form
4949
${JVMOptions:+$JVMOptions }\
5050
${JVMDefaultOptions:+$JVMDefaultOptions }\
5151
${JVMMainClass}\
52-
${JVMArguments:+ $JVMArguments"}
52+
${JVMArguments:+ $JVMArguments}
5353
```
5454

5555
It sets the classpath, the dock icon, the *AboutMenuName* (in Xdock style) and then every *JVMOptions*, *JVMDefaultOptions* or *JVMArguments* found in the `Info.plist` file.
@@ -122,6 +122,29 @@ At the moment, there's no support for
122122

123123
An AppleScript dialog would be nice to prevent Java execution if the requirements aren't met.
124124

125+
126+
ChangeLog
127+
---------
128+
129+
### v0.5 *(2014-06-30)*
130+
* bugfix for pathes / App bundles containing spaces (#2)
131+
132+
### v0.4 *(2014-06-30)*
133+
* read and set WorkingDirectory based on the key in `Info.plist` (#1)
134+
* interpret the 3 different values $JAVAROOT, $APP_PACKAGE, $USER_HOME
135+
* fallback to root / as standard
136+
137+
### v0.3 *(2014-03-16)*
138+
* enable drag&drop to the dock icon
139+
140+
### v0.2 *(2014-03-16)*
141+
* trim whitespace from variables and commandline
142+
* don't show errors in output for Info.plist querying
143+
144+
### v0.1 *(2014-03-09)*
145+
* initial release
146+
147+
125148
License
126149
-------
127150

src/universalJavaApplicationStub

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# @author Tobias Fischer #
1515
# @url https://github.com/tofi86/universalJavaApplicationStub #
1616
# @date 2014-06-30 #
17-
# @version 0.4 #
17+
# @version 0.5 #
1818
# #
1919
# #
2020
##################################################################################

0 commit comments

Comments
 (0)