Skip to content

Commit 6f4cd14

Browse files
committed
U removes specific netbeans ide files, added new contributors and enhanced README file
1 parent 102082b commit 6f4cd14

File tree

5 files changed

+11
-90
lines changed

5 files changed

+11
-90
lines changed

.factorypath

Lines changed: 0 additions & 53 deletions
This file was deleted.

CHANGES.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

CONTRIBUTORS.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# JavaPackager contributors
22

3-
Thanks to the following contributors, who have provided patches and some other assistance:
3+
Thanks to the following contributors, who have provided patches and support:
44

55
* **[Heinrich Drendorf (nachsommer)](https://github.com/nachsommer)**
6+
* **[John Dimeo (jdimeo)](https://github.com/jdimeo)**
7+
* **[Marco Ristuccia (mristuccia)](https://github.com/mristuccia)**
68
* **[Martín López (mlopezFC)](https://github.com/mlopezFC)**
79
* **[Pyeroh's Dev Concept (Pyeroh)](https://github.com/Pyeroh)**

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -78,25 +78,25 @@ And by default it will generate next artifacts in `target ` folder:
7878

7979
| Property | Mandatory | Default value | Description |
8080
| ----------------------- | --------- | ------------------------------ | ------------------------------------------------------------ |
81-
| `additionalModules` | No | [] | Adds additional modules other than the ones identified by `jdeps` before calling `jlink`. |
81+
| `additionalModules` | No | [] | Additional modules to the ones identified by `jdeps` or the specified with `modules` property. |
8282
| `additionalResources` | No | [] | Additional files and folders to include in the bundled app. |
83-
| `administratorRequired` | No | `false` | If `true`, app will run with administrator privileges. |
83+
| `administratorRequired` | No | `false` | App will run as administrator (with elevated privileges). |
8484
| `bundleJre` | No | `false` | Embeds a customized JRE with the app. |
85-
| `copyDependencies` | No | `true` | If `true`, all dependencies (JAR files) will be bundled with the app. |
86-
| `customizedJre` | No | `true` | If `true`, a customized JRE will be generated, including only needed modules. Otherwise, all modules will be included. |
85+
| `copyDependencies` | No | `true` | Bundles all dependencies (JAR files) with the app. |
86+
| `customizedJre` | No | `true` | Generates a customized JRE, including only identified or specified modules. Otherwise, all modules will be included. |
8787
| `displayName` | No | `${project.name}` | App name to show. |
88-
| `envPath` | No | `null` | Defines environment variable PATH in GNU/Linux and Mac OS X startup scripts. |
88+
| `envPath` | No | `null` | Defines PATH environment variable in GNU/Linux and Mac OS X startup scripts. |
8989
| `generateInstaller` | No | `true` | Generates an installer for the app. |
9090
| `iconFile` | No | `null` | Path to the app icon file (PNG, ICO or ICNS). |
9191
| `jrePath` | No | `""` | Path to JRE folder. If specified, it will bundle this JRE with the app, and won't generate a customized JRE. For Java 8 version or least. |
9292
| `licenseFile` | No | `${project.licenses[0].url}` | Path to project license file. |
9393
| `mainClass` | Yes | `null` | Full path to your app main class. |
94-
| `modules` | No | [] | Uses specified modules to customize the bundled JRE. Don't use `jdeps` to get module dependencies. |
94+
| `modules` | No | [] | Defines modules to customize the bundled JRE. Don't use `jdeps` to get module dependencies. |
9595
| `organizationName` | No | `${project.organization.name}` | Organization name. |
9696
| `organizationUrl` | No | `${project.organization.url}` | Organization website URL. |
9797
| `organizationEmail` | No | `null` | Organization email. |
98-
| `platform` | No | `auto` | Specifies the target platform, which could be different to current one. Possible values: `auto`, `mac`, `linux`, `windows`. Use `auto` for using current platform as target. |
99-
| `runnableJar` | No | `null` | Specifies your own JAR file to be bundled. If it's ommited, the plugin packages your code in a runnable JAR and bundle it with the app. |
98+
| `platform` | No | `auto` | Defines the target platform, which could be different to the execution platform. Possible values: `auto`, `mac`, `linux`, `windows`. Use `auto` for using execution platform as target. |
99+
| `runnableJar` | No | `null` | Defines your own JAR file to be bundled. If it's ommited, the plugin packages your code in a runnable JAR and bundle it with the app. |
100100
| `url` | No | `null` | App website URL. |
101101
| `vmArgs` | No | [] | Adds VM arguments. |
102102

nb-configuration.xml

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)