langtools/make/build.xml
changeset 2850 307d7719ccb7
parent 2212 1d3dc0e0ba0c
child 2988 094272984b53
equal deleted inserted replaced
2849:5535b1718db1 2850:307d7719ccb7
    30  JDK itself, in which case it is invoked from the wrapper Makefile.
    30  JDK itself, in which case it is invoked from the wrapper Makefile.
    31  -->
    31  -->
    32 
    32 
    33 <project name="langtools" default="build" basedir="..">
    33 <project name="langtools" default="build" basedir="..">
    34     
    34     
       
    35     <!-- Force full debuginfo for javac if the debug.classfiles
       
    36     property is set.  This must be BEFORE the include of
       
    37     build.properties because it sets javac.debuglevel.  -->
       
    38     <condition property="javac.debuglevel" value="source,lines,vars">
       
    39         <equals arg1="${debug.classfiles}" arg2="true"/>
       
    40     </condition>
       
    41 
    35     <!-- The following locations can be used to override default property values. -->
    42     <!-- The following locations can be used to override default property values. -->
    36 
    43 
    37     <!-- Use this location for customizations specific to this instance of this workspace -->
    44     <!-- Use this location for customizations specific to this instance of this workspace -->
    38     <property file="build.properties"/>
    45     <property file="build.properties"/>
    39 
    46