Changeset 2 in tmcsimulator-scriptbuilder for nbproject/project.properties


Ignore:
Timestamp:
07/18/2017 09:53:37 AM (9 years ago)
Author:
bmcguffin
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • nbproject/project.properties

    r1 r2  
    11annotation.processing.enabled=true 
    22annotation.processing.enabled.in.editor=false 
     3annotation.processing.processor.options= 
    34annotation.processing.processors.list= 
    45annotation.processing.run.all.processors=true 
    5 application.title=ScriptBuilder_Most_Current 
    6 application.vendor=nathaniellehrer 
     6annotation.processing.source.output=${build.generated.sources.dir}/ap-source-output 
    77build.classes.dir=${build.dir}/classes 
    88build.classes.excludes=**/*.java,**/*.form 
     
    2121debug.test.classpath=\ 
    2222    ${run.test.classpath} 
     23# Files in build.classes.dir which should be excluded from distribution jar 
     24dist.archive.excludes= 
    2325# This directory is removed when the project is cleaned: 
    2426dist.dir=dist 
    25 dist.jar=${dist.dir}/ScriptBuilder_Most_Current.jar 
     27dist.jar=${dist.dir}/ScriptBuilder.jar 
    2628dist.javadoc.dir=${dist.dir}/javadoc 
    27 endorsed.classpath= 
    2829excludes= 
    2930includes=** 
     
    3637javac.processorpath=\ 
    3738    ${javac.classpath} 
    38 javac.source=1.5 
    39 javac.target=1.5 
     39javac.source=1.7 
     40javac.target=1.7 
    4041javac.test.classpath=\ 
    4142    ${javac.classpath}:\ 
    42     ${build.classes.dir}:\ 
    43     ${libs.junit.classpath}:\ 
    44     ${libs.junit_4.classpath} 
     43    ${build.classes.dir} 
     44javac.test.processorpath=\ 
     45    ${javac.test.classpath} 
    4546javadoc.additionalparam= 
    4647javadoc.author=false 
     
    5455javadoc.version=false 
    5556javadoc.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 
     57main.class=scriptbuilder.ScriptBuilder 
    6358manifest.file=manifest.mf 
    6459meta.inf.dir=${src.dir}/META-INF 
     
    6863    ${javac.classpath}:\ 
    6964    ${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=value 
    72 # 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: 
    7368run.jvmargs= 
    7469run.test.classpath=\ 
Note: See TracChangeset for help on using the changeset viewer.