You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
License links in top level license file to include third party information. Specifically, in follow up to processing 5753, some updates to the license.txt file, reformatting to make it easier to find third party license information and to navigate the processing license itself.
Copy file name to clipboardExpand all lines: build/macosx/appbundler/README.md
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
appbundler
2
2
==========
3
3
4
-
This is a fork of the [infinitekind fork](https://bitbucket.org/infinitekind/appbundler) of Oracle's appbundler.
4
+
This is a fork of the [infinitekind fork](https://bitbucket.org/infinitekind/appbundler) of Oracle's appbundler.
5
5
(Many thanks for their additional work!) This fork covers several additional features (ability to remove JavaFX
6
-
binaries, a rewritten Info.plist writer, etc). See changes in the commits to this source.
6
+
binaries, a rewritten Info.plist writer, etc). See changes in the commits to this source. appbundler itself is under the GPL v2 with classpath license.
7
7
8
8
And here's the README from the [infinitekind fork](https://bitbucket.org/infinitekind/appbundler):
9
9
10
-
A fork of the [Java Application Bundler](https://svn.java.net/svn/appbundler~svn)
10
+
A fork of the [Java Application Bundler](https://svn.java.net/svn/appbundler~svn)
11
11
with the following changes:
12
12
13
13
- The native binary is created as universal (32/64)
@@ -16,7 +16,7 @@ with the following changes:
16
16
- Allows to specify the name of the executable instead of using the default `"JavaAppLauncher"`**(contributed by Karl von Randow)**
17
17
- Adds `classpathref` support to the `bundleapp` task
18
18
- Adds support for `JVMArchs` and `LSArchitecturePriority` keys
19
-
- Allows to specify a custom value for `CFBundleVersion`
19
+
- Allows to specify a custom value for `CFBundleVersion`
20
20
- Allows specifying registered file extensions using `CFBundleDocumentTypes`
21
21
- Passes to the Java application a set of environment variables with the paths of
22
22
the OSX special folders and whether the application is running in the
@@ -34,11 +34,11 @@ These are the environment variables passed to the JVM:
0 commit comments