build/utilities.xml
branchRCL_3
changeset 24 0fd27995241b
parent 19 04becd199f91
child 67 63b81d807542
equal deleted inserted replaced
20:f9bb0fca356a 24:0fd27995241b
   314       target="${javac.target}"
   314       target="${javac.target}"
   315       destdir="${dst.dir}"
   315       destdir="${dst.dir}"
   316       debug="${javac.debug.on}"
   316       debug="${javac.debug.on}"
   317       debuglevel="lines,vars,source"
   317       debuglevel="lines,vars,source"
   318       bootclasspath="${bcp}:${int.bcp}:${platform.api.jar}:${public.api.jar}${eswt.jar}">
   318       bootclasspath="${bcp}:${int.bcp}:${platform.api.jar}:${public.api.jar}${eswt.jar}">
       
   319       
       
   320    <!-- Uncomment the following line if you want to see Javac warnings. -->      
       
   321    <!--   <compilerarg value="-Xlint"/> -->
       
   322 
   319       <src path="${jsrc.for.javac}"/>
   323       <src path="${jsrc.for.javac}"/>
   320     </javac>
   324     </javac>
   321   </presetdef>
   325   </presetdef>
   322 
   326 
   323   <!--Do the first Java compilation. May be overridden-->
   327   <!--Do the first Java compilation. May be overridden-->