diff options
Diffstat (limited to 'nbproject')
-rw-r--r-- | nbproject/project.properties | 36 |
1 files changed, 30 insertions, 6 deletions
diff --git a/nbproject/project.properties b/nbproject/project.properties index 745544d..905cf14 100644 --- a/nbproject/project.properties +++ b/nbproject/project.properties @@ -1,10 +1,14 @@ +annotation.processing.enabled=true +annotation.processing.enabled.in.editor=false +annotation.processing.processors.list= +annotation.processing.run.all.processors=true application.args= application.desc=An OpenType font development environment. -application.homepage=http://synchroma.org/typecast/ -application.splash=/Users/david/Pictures/Meyke/14012009224.jpg +application.homepage=https://github.com/dcsch/typecast +application.splash= application.title=Typecast -application.vendor=Synchroma Pty Ltd -auxiliary.org-netbeans-modules-editor-indent.CodeStyle.usedProfile=default +application.vendor=David Schweinsberg +auxiliary.org-netbeans-spi-editor-hints-projects.perProjectHintSettingsFile=nbproject/cfg_hints.xml build.classes.dir=${build.dir}/classes build.classes.excludes=**/*.java,**/*.form # This directory is removed when the project is cleaned: @@ -23,16 +27,22 @@ debug.test.classpath=\ dist.dir=dist dist.jar=${dist.dir}/typecast.jar dist.javadoc.dir=${dist.dir}/javadoc +endorsed.classpath= excludes= file.reference.jlfgr-1_0.jar=lib/jlfgr-1_0.jar includes=** +jar.archive.disabled=${jnlp.enabled} jar.compress=true +jar.index=${jnlp.enabled} javac.classpath= # Space-separated list of extra javac options javac.compilerargs=-Xlint javac.deprecation=true -javac.source=1.5 -javac.target=1.5 +javac.external.vm=false +javac.processorpath=\ + ${javac.classpath} +javac.source=1.8 +javac.target=1.8 javac.test.classpath=\ ${javac.classpath}:\ ${build.classes.dir}:\ @@ -52,12 +62,26 @@ jnlp.codebase.type=local jnlp.codebase.url=file:/Users/david/sandbox/typecast/dist/ jnlp.descriptor=application jnlp.enabled=false +jnlp.mixed.code=default jnlp.offline-allowed=false jnlp.signed=false +jnlp.signing= +jnlp.signing.alias= +jnlp.signing.keystore= main.class=net.java.dev.typecast.app.editor.Main +# Optional override of default Application-Library-Allowable-Codebase attribute identifying the locations where your signed RIA is expected to be found. +manifest.custom.application.library.allowable.codebase= +# Optional override of default Caller-Allowable-Codebase attribute identifying the domains from which JavaScript code can make calls to your RIA without security prompts. +manifest.custom.caller.allowable.codebase= +# Optional override of default Codebase manifest attribute, use to prevent RIAs from being repurposed +manifest.custom.codebase= +# Optional override of default Permissions manifest attribute (supported values: sandbox, all-permissions) +manifest.custom.permissions= manifest.file=manifest.mf meta.inf.dir=${src.dir}/META-INF +mkdist.disabled=false platform.active=default_platform +project.license=apache20 run.classpath=\ ${javac.classpath}:\ ${build.classes.dir}:\ |