make/build.properties

Print this page




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

 111 
 112 javac.tests = \
 113         tools/javac
 114 
 115 #
 116 
 117 javadoc.includes = \
 118         com/sun/javadoc/ \
 119         com/sun/tools/javadoc/
 120 
 121 javadoc.tests = \
 122         tools/javadoc/
 123 
 124 #
 125 
 126 doclets.includes = \
 127         com/sun/tools/doclets/
 128 
 129 doclets.tests = \
 130         com/sun/javadoc/




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