Changeset 17 in tmcsimulator-scriptbuilder for trunk/nbproject


Ignore:
Timestamp:
07/28/2017 10:50:46 AM (9 years ago)
Author:
bmcguffin
Message:

Resolved dependency issue with missing Hamcrest library.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/nbproject/project.properties

    r16 r17  
    4747    ${file.reference.mockito-1.10.19.jar}:\ 
    4848    ${libs.junit_4.classpath}:\ 
    49     ${libs.hamcrest.classpath} 
     49    ${libs.Hamcrest.classpath} 
    5050javadoc.private=false 
    5151annotation.processing.run.all.processors=true 
     
    5858mkdist.disabled=false 
    5959endorsed.classpath= 
    60 javac.classpath=${libs.swing-layout.classpath}\:${file.reference.junit-3.8.2.jar} 
     60javac.classpath=\ 
     61    ${file.reference.junit-3.8.2.jar}:\ 
     62    ${libs.swing-layout.classpath}:\ 
     63    ${libs.Hamcrest.classpath} 
    6164annotation.processing.enabled.in.editor=false 
    6265build.generated.sources.dir=${build.dir}/generated-sources 
Note: See TracChangeset for help on using the changeset viewer.