This repository was archived by the owner on Feb 4, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ChangeLog
2+ ---------
3+
4+ ### v0.6.1 (2014-07-27)
5+ * Standard Working Directory for Apple PList apparently is the AppRoot directory
6+
7+ ### v0.6 * (2014-07-12)*
8+ * also catch fixed paths for Plist key ` JVMWorkDir ` * (thanks @dpolivaev )*
9+
10+ ### v0.5 * (2014-06-30)*
11+ * bugfix for pathes / App bundles containing spaces (#2 )
12+
13+ ### v0.4 * (2014-06-30)*
14+ * read and set WorkingDirectory based on the key in ` Info.plist ` (#1 )
15+ * interpret the 3 different values $JAVAROOT, $APP_PACKAGE, $USER_HOME
16+ * fallback to root / as standard
17+
18+ ### v0.3 * (2014-03-16)*
19+ * enable drag&drop to the dock icon
20+
21+ ### v0.2 * (2014-03-16)*
22+ * trim whitespace from variables and commandline
23+ * don't show errors in output for Info.plist querying
24+
25+ ### v0.1 * (2014-03-09)*
26+ * initial release of 'universalJavaApplicationStub'
Original file line number Diff line number Diff line change @@ -123,34 +123,6 @@ At the moment, there's no support for
123123An AppleScript dialog would be nice to prevent Java execution if the requirements aren't met.
124124
125125
126- ChangeLog
127- ---------
128-
129- ### v0.6.1 (2014-07-27)
130- * Standard Working Directory for Apple PList apparently is the AppRoot directory
131-
132- ### v0.6 * (2014-07-12)*
133- * also catch fixed paths for Plist key ` JVMWorkDir ` * (thanks @dpolivaev )*
134-
135- ### v0.5 * (2014-06-30)*
136- * bugfix for pathes / App bundles containing spaces (#2 )
137-
138- ### v0.4 * (2014-06-30)*
139- * read and set WorkingDirectory based on the key in ` Info.plist ` (#1 )
140- * interpret the 3 different values $JAVAROOT, $APP_PACKAGE, $USER_HOME
141- * fallback to root / as standard
142-
143- ### v0.3 * (2014-03-16)*
144- * enable drag&drop to the dock icon
145-
146- ### v0.2 * (2014-03-16)*
147- * trim whitespace from variables and commandline
148- * don't show errors in output for Info.plist querying
149-
150- ### v0.1 * (2014-03-09)*
151- * initial release
152-
153-
154126License
155127-------
156128
You can’t perform that action at this time.
0 commit comments