Changeset 486 in tmcsimulator for branches


Ignore:
Timestamp:
10/15/2019 04:37:53 PM (7 years ago)
Author:
jdalbey
Message:

PizzaOrderIntl? change project properties to junit 4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SVNtutorial/PizzaOrderIntl/nbproject/project.properties

    r485 r486  
    1 #Tue Oct 15 18:09:05 PDT 2019 
     1#Tue Oct 15 18:16:37 PDT 2019 
    22excludes= 
    33javac.deprecation=false 
     
    3434javac.source=1.7 
    3535application.vendor=jdalbey 
    36 junit.selected.version=3 
     36junit.selected.version=4 
    3737debug.classpath=${run.classpath} 
    3838run.jvmargs= 
    39 javac.test.classpath=${javac.classpath}\:${build.classes.dir}\:\:${libs.junit_4.classpath}\:${libs.hamcrest.classpath} 
     39build.generated.dir=${build.dir}/generated 
    4040jar.compress=false 
    41 build.generated.dir=${build.dir}/generated 
     41javac.test.classpath=\ 
     42    ${javac.classpath}:\ 
     43    ${build.classes.dir}:\ 
     44    ${libs.junit_4.classpath}:\ 
     45    ${libs.hamcrest.classpath} 
    4246javadoc.private=false 
    4347annotation.processing.run.all.processors=true 
    4448application.title=PizzaOrderIntl 
    4549meta.inf.dir=${src.dir}/META-INF 
     50manifest.file=manifest.mf 
    4651annotation.processing.enabled=true 
    47 manifest.file=manifest.mf 
    4852dist.javadoc.dir=${dist.dir}/javadoc 
    4953src.dir=src 
     54mkdist.disabled=false 
    5055endorsed.classpath= 
    51 mkdist.disabled=false 
     56javac.classpath=${libs.junit.classpath}\:${libs.junit_4.classpath} 
    5257annotation.processing.enabled.in.editor=false 
    53 javac.classpath=${libs.junit.classpath}\:${libs.junit_4.classpath} 
    5458build.generated.sources.dir=${build.dir}/generated-sources 
    5559javadoc.version=false 
Note: See TracChangeset for help on using the changeset viewer.