blob: c9d157754868d15e004a87ebd22a7aacf18baa30 [file] [log] [blame]
Michael Ernst3aff85d2016-04-20 22:01:40 -07001# Annotation File Utilities project
Mahmood Ali10353ed2009-07-06 15:18:44 -04002# 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
Michael Ernstddd655f2009-11-07 10:18:50 -08008# ${workspace} contains the top-level checkouts.
9
10# If this property file is included from elsewhere, ${workspace} should
Michael Ernst02976d12011-04-02 22:07:39 -070011# already be defined (and hopefully to an absolute pathname, such as by
12# starting with ${basedir}); in that case, this definition has no effect.
Michael Ernstddd655f2009-11-07 10:18:50 -080013workspace : ..
Michael Ernst5dd5eb82009-08-01 11:07:51 -070014
Michael Ernst71666052009-07-08 19:33:01 -070015annotation-tools : ${workspace}/annotation-tools
Michael Ernst76e1fb12009-08-12 23:00:40 -070016afu : ${annotation-tools}/annotation-file-utilities
Dan Browne0a33f52016-03-31 10:38:58 -070017asmx : ${annotation-tools}/asmx
Michael Ernst71666052009-07-08 19:33:01 -070018scene-lib : ${annotation-tools}/scene-lib
Mahmood Ali10353ed2009-07-06 15:18:44 -040019
20# Compiler. For annotations-compiler builds, use: antfile="make/build.xml"
Michael Ernst71666052009-07-08 19:33:01 -070021annotations-compiler : ${workspace}/jsr308-langtools
22annotations-disassembler : ${workspace}/jsr308-langtools
Mahmood Ali10353ed2009-07-06 15:18:44 -040023
24# Other tools
Michael Ernst3aff85d2016-04-20 22:01:40 -070025checkerframework : ${workspace}/checker-framework