Changeset 2 in tmcsimulator-scriptbuilder for nbproject


Ignore:
Timestamp:
07/18/2017 09:53:37 AM (9 years ago)
Author:
bmcguffin
Message:
 
Location:
nbproject
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • nbproject/build-impl.xml

    r1 r2  
    2020 
    2121        --> 
    22 <project xmlns:j2seproject1="http://www.netbeans.org/ns/j2se-project/1" xmlns:j2seproject3="http://www.netbeans.org/ns/j2se-project/3" xmlns:jaxrpc="http://www.netbeans.org/ns/j2se-project/jax-rpc" basedir=".." default="default" name="ScriptBuilder_Most_Current-impl"> 
     22<project xmlns:j2seproject1="http://www.netbeans.org/ns/j2se-project/1" xmlns:j2seproject3="http://www.netbeans.org/ns/j2se-project/3" xmlns:jaxrpc="http://www.netbeans.org/ns/j2se-project/jax-rpc" basedir=".." default="default" name="ScriptBuilder-impl"> 
    2323    <fail message="Please build using Ant 1.8.0 or higher."> 
    2424        <condition> 
     
    441441                </union> 
    442442                <taskdef classname="org.testng.TestNGAntTask" classpath="${run.test.classpath}" name="testng"/> 
    443                 <testng classfilesetref="test.set" failureProperty="tests.failed" listeners="org.testng.reporters.VerboseReporter" methods="${testng.methods.arg}" mode="${testng.mode}" outputdir="${build.test.results.dir}" suitename="ScriptBuilder_Most_Current" testname="TestNG tests" workingDir="${work.dir}"> 
     443                <testng classfilesetref="test.set" failureProperty="tests.failed" listeners="org.testng.reporters.VerboseReporter" methods="${testng.methods.arg}" mode="${testng.mode}" outputdir="${build.test.results.dir}" suitename="ScriptBuilder" testname="TestNG tests" workingDir="${work.dir}"> 
    444444                    <xmlfileset dir="${build.test.classes.dir}" includes="@{testincludes}"/> 
    445445                    <propertyset> 
     
    592592                    <isset property="test.method"/> 
    593593                </condition> 
    594                 <condition else="-suitename ScriptBuilder_Most_Current -testname @{testClass} ${test.class.or.method}" property="testng.cmd.args" value="@{testClass}"> 
     594                <condition else="-suitename ScriptBuilder -testname @{testClass} ${test.class.or.method}" property="testng.cmd.args" value="@{testClass}"> 
    595595                    <matches pattern=".*\.xml" string="@{testClass}"/> 
    596596                </condition> 
     
    884884    </target> 
    885885    <target if="already.built.jar.${basedir}" name="-warn-already-built-jar"> 
    886         <echo level="warn" message="Cycle detected: ScriptBuilder_Most_Current was already built"/> 
     886        <echo level="warn" message="Cycle detected: ScriptBuilder was already built"/> 
    887887    </target> 
    888888    <target depends="init,-deps-jar-init" name="deps-jar" unless="no.deps"> 
     
    13661366    </target> 
    13671367    <target if="already.built.clean.${basedir}" name="-warn-already-built-clean"> 
    1368         <echo level="warn" message="Cycle detected: ScriptBuilder_Most_Current was already built"/> 
     1368        <echo level="warn" message="Cycle detected: ScriptBuilder was already built"/> 
    13691369    </target> 
    13701370    <target depends="init,-deps-clean-init" name="deps-clean" unless="no.deps"> 
  • nbproject/genfiles.properties

    r1 r2  
    1 build.xml.data.CRC32=d8b803d7 
    2 build.xml.script.CRC32=004d6282 
     1build.xml.data.CRC32=c690a94a 
     2build.xml.script.CRC32=5682d7f4 
    33build.xml.stylesheet.CRC32=8064a381@1.68.1.46 
    44# This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml. 
    55# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you. 
    6 nbproject/build-impl.xml.data.CRC32=d8b803d7 
    7 nbproject/build-impl.xml.script.CRC32=99aa3a4d 
     6nbproject/build-impl.xml.data.CRC32=c690a94a 
     7nbproject/build-impl.xml.script.CRC32=dfaa002b 
    88nbproject/build-impl.xml.stylesheet.CRC32=5a01deb7@1.68.1.46 
  • 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=\ 
  • nbproject/project.xml

    r1 r2  
    44    <configuration> 
    55        <data xmlns="http://www.netbeans.org/ns/j2se-project/3"> 
    6             <name>ScriptBuilder_Most_Current</name> 
     6            <name>ScriptBuilder</name> 
    77            <source-roots> 
    88                <root id="src.dir"/> 
Note: See TracChangeset for help on using the changeset viewer.