Changeset 15 in tmcsimulator-scriptbuilder for trunk/nbproject/project.properties


Ignore:
Timestamp:
07/27/2017 09:36:33 AM (9 years ago)
Author:
jdalbey
Message:

Add Jar files for Junit 3.8.2 and Mockito 1.10.19. Update project properties file.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:ignore
      •  

        old new  
        11build 
         2dist 
  • trunk/nbproject/project.properties

    r14 r15  
    3030endorsed.classpath= 
    3131excludes= 
     32file.reference.junit-3.8.2.jar=lib/junit-3.8.2.jar 
    3233file.reference.mockito-1.10.19.jar=/Users/bryanmcguffin/Desktop/Work/NetBeans/mockito-1.10.19.jar 
    3334includes=** 
    3435jar.compress=false 
    3536javac.classpath=\ 
    36     ${libs.swing-layout.classpath} 
     37    ${libs.swing-layout.classpath}:\ 
     38    ${file.reference.junit-3.8.2.jar} 
    3739# Space-separated list of extra javac options 
    3840javac.compilerargs= 
    3941javac.deprecation=false 
     42javac.external.vm=false 
    4043javac.processorpath=\ 
    4144    ${javac.classpath} 
Note: See TracChangeset for help on using the changeset viewer.