Skip to content

Commit 12e0e52

Browse files
committed
1 parent 7ea36ba commit 12e0e52

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

nbproject/project.properties

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
annotation.processing.enabled=true
22
annotation.processing.enabled.in.editor=false
3-
annotation.processing.processor.options=
43
annotation.processing.processors.list=
54
annotation.processing.run.all.processors=true
65
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
79
build.classes.dir=${build.dir}/classes
810
build.classes.excludes=**/*.java,**/*.form
911
# This directory is removed when the project is cleaned:
@@ -32,11 +34,14 @@ dist.jar=${dist.dir}/oaicat-figshare.jar
3234
dist.javadoc.dir=${dist.dir}/javadoc
3335
dist.jlink.dir=${dist.dir}/jlink
3436
dist.jlink.output=${dist.jlink.dir}/oaicat-figshare
37+
endorsed.classpath=
3538
excludes=
3639
file.reference.json-simple-1.1.1.jar=lib\\json-simple-1.1.1.jar
3740
file.reference.oaicat-1.5.63.jar=lib\\oaicat-1.5.63.jar
3841
includes=**
42+
jar.archive.disabled=${jnlp.enabled}
3943
jar.compress=false
44+
jar.index=${jnlp.enabled}
4045
javac.classpath=\
4146
${file.reference.oaicat-1.5.63.jar}:\
4247
${file.reference.json-simple-1.1.1.jar}
@@ -75,9 +80,27 @@ jlink.additionalmodules=
7580
jlink.additionalparam=
7681
jlink.launcher=true
7782
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=
78100
meta.inf.dir=${src.dir}/META-INF
79101
mkdist.disabled=true
80102
platform.active=default_platform
103+
project.license=bsd
81104
run.classpath=\
82105
${javac.classpath}:\
83106
${build.classes.dir}

0 commit comments

Comments
 (0)