|
1 | 1 | annotation.processing.enabled=true |
2 | 2 | annotation.processing.enabled.in.editor=false |
3 | | -annotation.processing.processor.options= |
4 | 3 | annotation.processing.processors.list= |
5 | 4 | annotation.processing.run.all.processors=true |
6 | 5 | annotation.processing.source.output=${build.generated.sources.dir}/ap-source-output |
| 6 | +application.homepage=https://github.com/lylewinton/oaicat-figshare/ |
| 7 | +application.title=oaicat-figshare |
| 8 | +application.vendor=Lyle Winton |
7 | 9 | build.classes.dir=${build.dir}/classes |
8 | 10 | build.classes.excludes=**/*.java,**/*.form |
9 | 11 | # This directory is removed when the project is cleaned: |
@@ -32,11 +34,14 @@ dist.jar=${dist.dir}/oaicat-figshare.jar |
32 | 34 | dist.javadoc.dir=${dist.dir}/javadoc |
33 | 35 | dist.jlink.dir=${dist.dir}/jlink |
34 | 36 | dist.jlink.output=${dist.jlink.dir}/oaicat-figshare |
| 37 | +endorsed.classpath= |
35 | 38 | excludes= |
36 | 39 | file.reference.json-simple-1.1.1.jar=lib\\json-simple-1.1.1.jar |
37 | 40 | file.reference.oaicat-1.5.63.jar=lib\\oaicat-1.5.63.jar |
38 | 41 | includes=** |
| 42 | +jar.archive.disabled=${jnlp.enabled} |
39 | 43 | jar.compress=false |
| 44 | +jar.index=${jnlp.enabled} |
40 | 45 | javac.classpath=\ |
41 | 46 | ${file.reference.oaicat-1.5.63.jar}:\ |
42 | 47 | ${file.reference.json-simple-1.1.1.jar} |
@@ -75,9 +80,27 @@ jlink.additionalmodules= |
75 | 80 | jlink.additionalparam= |
76 | 81 | jlink.launcher=true |
77 | 82 | jlink.launcher.name=oaicat-figshare |
| 83 | +jnlp.codebase.type=no.codebase |
| 84 | +jnlp.descriptor=application |
| 85 | +jnlp.enabled=false |
| 86 | +jnlp.mixed.code=default |
| 87 | +jnlp.offline-allowed=false |
| 88 | +jnlp.signed=false |
| 89 | +jnlp.signing= |
| 90 | +jnlp.signing.alias= |
| 91 | +jnlp.signing.keystore= |
| 92 | +# Optional override of default Application-Library-Allowable-Codebase attribute identifying the locations where your signed RIA is expected to be found. |
| 93 | +manifest.custom.application.library.allowable.codebase= |
| 94 | +# Optional override of default Caller-Allowable-Codebase attribute identifying the domains from which JavaScript code can make calls to your RIA without security prompts. |
| 95 | +manifest.custom.caller.allowable.codebase= |
| 96 | +# Optional override of default Codebase manifest attribute, use to prevent RIAs from being repurposed |
| 97 | +manifest.custom.codebase= |
| 98 | +# Optional override of default Permissions manifest attribute (supported values: sandbox, all-permissions) |
| 99 | +manifest.custom.permissions= |
78 | 100 | meta.inf.dir=${src.dir}/META-INF |
79 | 101 | mkdist.disabled=true |
80 | 102 | platform.active=default_platform |
| 103 | +project.license=bsd |
81 | 104 | run.classpath=\ |
82 | 105 | ${javac.classpath}:\ |
83 | 106 | ${build.classes.dir} |
|
0 commit comments