make/build.properties

Print this page




  99 # findbugs.home = /opt/findbugs/1.2.1
 100 
 101 # vizant (graph visualization tool for Ant)
 102 # See http://vizant.sourceforge.net/
 103 # Override this path as needed, either on the command line or in
 104 # one of the standard user build.properties files (see build.xml)
 105 
 106 # vizant.jar = /opt/vizant/0.1.2/vizant-0.1.2.jar
 107 # dot = dot
 108 
 109 #------------------------------------------------------------
 110 
 111 # The following properties define the packages for each of the tools.
 112 # Syntactically, they should be suitable as arguments for the "includes"
 113 # parameter of Ant filesets. In particular, note the trailing '/'.
 114 
 115 javac.includes = \
 116         javax/annotation/processing/ \
 117         javax/lang/model/ \
 118         javax/tools/ \

 119         com/sun/source/ \
 120         com/sun/tools/javac/ \
 121         com/sun/tools/doclint/
 122 
 123 javac.tests = \
 124         tools/javac
 125 
 126 #
 127 
 128 javadoc.includes = \
 129         com/sun/javadoc/ \
 130         com/sun/tools/javadoc/
 131 
 132 javadoc.tests = \
 133         tools/javadoc/
 134 
 135 #
 136 
 137 doclets.includes = \
 138         com/sun/tools/doclets/




  99 # findbugs.home = /opt/findbugs/1.2.1
 100 
 101 # vizant (graph visualization tool for Ant)
 102 # See http://vizant.sourceforge.net/
 103 # Override this path as needed, either on the command line or in
 104 # one of the standard user build.properties files (see build.xml)
 105 
 106 # vizant.jar = /opt/vizant/0.1.2/vizant-0.1.2.jar
 107 # dot = dot
 108 
 109 #------------------------------------------------------------
 110 
 111 # The following properties define the packages for each of the tools.
 112 # Syntactically, they should be suitable as arguments for the "includes"
 113 # parameter of Ant filesets. In particular, note the trailing '/'.
 114 
 115 javac.includes = \
 116         javax/annotation/processing/ \
 117         javax/lang/model/ \
 118         javax/tools/ \
 119         jdk/ \
 120         com/sun/source/ \
 121         com/sun/tools/javac/ \
 122         com/sun/tools/doclint/
 123 
 124 javac.tests = \
 125         tools/javac
 126 
 127 #
 128 
 129 javadoc.includes = \
 130         com/sun/javadoc/ \
 131         com/sun/tools/javadoc/
 132 
 133 javadoc.tests = \
 134         tools/javadoc/
 135 
 136 #
 137 
 138 doclets.includes = \
 139         com/sun/tools/doclets/