Changeset 2 in tmcsimulator-scriptbuilder for nbproject/project.properties
- Timestamp:
- 07/18/2017 09:53:37 AM (9 years ago)
- File:
-
- 1 edited
-
nbproject/project.properties (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
nbproject/project.properties
r1 r2 1 1 annotation.processing.enabled=true 2 2 annotation.processing.enabled.in.editor=false 3 annotation.processing.processor.options= 3 4 annotation.processing.processors.list= 4 5 annotation.processing.run.all.processors=true 5 application.title=ScriptBuilder_Most_Current 6 application.vendor=nathaniellehrer 6 annotation.processing.source.output=${build.generated.sources.dir}/ap-source-output 7 7 build.classes.dir=${build.dir}/classes 8 8 build.classes.excludes=**/*.java,**/*.form … … 21 21 debug.test.classpath=\ 22 22 ${run.test.classpath} 23 # Files in build.classes.dir which should be excluded from distribution jar 24 dist.archive.excludes= 23 25 # This directory is removed when the project is cleaned: 24 26 dist.dir=dist 25 dist.jar=${dist.dir}/ScriptBuilder _Most_Current.jar27 dist.jar=${dist.dir}/ScriptBuilder.jar 26 28 dist.javadoc.dir=${dist.dir}/javadoc 27 endorsed.classpath=28 29 excludes= 29 30 includes=** … … 36 37 javac.processorpath=\ 37 38 ${javac.classpath} 38 javac.source=1. 539 javac.target=1. 539 javac.source=1.7 40 javac.target=1.7 40 41 javac.test.classpath=\ 41 42 ${javac.classpath}:\ 42 ${build.classes.dir} :\43 ${libs.junit.classpath}:\44 ${ libs.junit_4.classpath}43 ${build.classes.dir} 44 javac.test.processorpath=\ 45 ${javac.test.classpath} 45 46 javadoc.additionalparam= 46 47 javadoc.author=false … … 54 55 javadoc.version=false 55 56 javadoc.windowtitle= 56 jaxbwiz.endorsed.dirs="${netbeans.home}/../ide12/modules/ext/jaxb/api" 57 jnlp.codebase.type=local 58 jnlp.descriptor=application 59 jnlp.enabled=false 60 jnlp.offline-allowed=false 61 jnlp.signed=false 62 main.class=scriptbuilder.gui.ScriptBuilderFrame 57 main.class=scriptbuilder.ScriptBuilder 63 58 manifest.file=manifest.mf 64 59 meta.inf.dir=${src.dir}/META-INF … … 68 63 ${javac.classpath}:\ 69 64 ${build.classes.dir} 70 # Space-separated list of JVM arguments used when running the project 71 # (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value72 # or test-sys-prop.name=value to set system properties for unit tests):65 # Space-separated list of JVM arguments used when running the project. 66 # You may also define separate properties like run-sys-prop.name=value instead of -Dname=value. 67 # To set system properties for unit tests define test-sys-prop.name=value: 73 68 run.jvmargs= 74 69 run.test.classpath=\
Note: See TracChangeset
for help on using the changeset viewer.
