• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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.
13workspace : ..
14
15annotation-tools : ${workspace}/annotation-tools
16afu : ${annotation-tools}/annotation-file-utilities
17asmx : ${annotation-tools}/asmx
18scene-lib : ${annotation-tools}/scene-lib
19
20# Compiler.  For annotations-compiler builds, use:   antfile="make/build.xml"
21annotations-compiler : ${workspace}/jsr308-langtools
22annotations-disassembler : ${workspace}/jsr308-langtools
23
24# Other tools
25checkerframework : ${workspace}/checker-framework
26