Home | History | Annotate | Download | only in annotation-tools
      1 # Annotation File Utilities project
      2 # Global properties file that contains absolute paths to all known projects.
      3 
      4 # This file must contain absolute paths for each project.
      5 # Environment variables can be used, but must be enclosed in brackets
      6 # and prefixed with 'env.' as such: ${env.PATH}
      7 
      8 # ${workspace} contains the top-level checkouts.
      9 
     10 # If this property file is included from elsewhere, ${workspace} should
     11 # already be defined (and hopefully to an absolute pathname, such as by
     12 # starting with ${basedir}); in that case, this definition has no effect.
     13 workspace : ..
     14 
     15 annotation-tools : ${workspace}/annotation-tools
     16 afu : ${annotation-tools}/annotation-file-utilities
     17 asmx : ${annotation-tools}/asmx
     18 scene-lib : ${annotation-tools}/scene-lib
     19 
     20 # Compiler.  For annotations-compiler builds, use:   antfile="make/build.xml"
     21 annotations-compiler : ${workspace}/jsr308-langtools
     22 annotations-disassembler : ${workspace}/jsr308-langtools
     23 
     24 # Other tools
     25 checkerframework : ${workspace}/checker-framework
     26