Home | History | Annotate | Download | only in annotation-tools
      1 # Annotation File Utilities project
      2 # Global properties file that contains absolute paths to all required
      3 # third-party libraries.
      4 
      5 # This file must contain absolute paths for each library.
      6 # Environment variables can be used, but must be enclosed in brackets
      7 # and prefixed with 'env.' as such: ${env.PATH}
      8 
      9 # The following are required external libraries.
     10 jre1.6.0 : ${env.JAVA_HOME}/jre/lib/rt.jar
     11 
     12 # The JUnit jar file can be downloaded from the JUnit website at:
     13 # http://www.junit.org/index.htm
     14 junit : ${scene-lib}/junit.jar
     15