langtools/make/build.xml
changeset 41519 612f31a9b42b
parent 40599 be40838eb215
child 41936 94139f291be4
equal deleted inserted replaced
41518:8fd0057d88f3 41519:612f31a9b42b
   273                includes="propertiesparser/* anttasks/PropertiesParser* anttasks/PathFileSet*"
   273                includes="propertiesparser/* anttasks/PropertiesParser* anttasks/PathFileSet*"
   274                destdir="${build.tools}"
   274                destdir="${build.tools}"
   275                classpath="${ant.core.lib}"
   275                classpath="${ant.core.lib}"
   276                bootclasspath="${langtools.jdk.home}/jre/lib/rt.jar"
   276                bootclasspath="${langtools.jdk.home}/jre/lib/rt.jar"
   277                includeantruntime="false">
   277                includeantruntime="false">
   278             <compilerarg line="${javac.opts} -XDstringConcat=inline"/>
   278             <compilerarg line="${javac.build.opts} -XDstringConcat=inline"/>
   279         </javac>
   279         </javac>
   280         <taskdef name="pparse"
   280         <taskdef name="pparse"
   281                  classname="anttasks.PropertiesParserTask"
   281                  classname="anttasks.PropertiesParserTask"
   282                  classpath="${build.tools}"/>
   282                  classpath="${build.tools}"/>
   283     </target>
   283     </target>
   289                srcdir="${make.tools.dir}"
   289                srcdir="${make.tools.dir}"
   290                includes="compileproperties/* anttasks/CompileProperties* anttasks/PathFileSet*"
   290                includes="compileproperties/* anttasks/CompileProperties* anttasks/PathFileSet*"
   291                destdir="${build.dir}/toolclasses/"
   291                destdir="${build.dir}/toolclasses/"
   292                classpath="${ant.core.lib}"
   292                classpath="${ant.core.lib}"
   293                includeantruntime="false">
   293                includeantruntime="false">
   294             <compilerarg line="${javac.opts} -XDstringConcat=inline"/>
   294             <compilerarg line="${javac.build.opts} -XDstringConcat=inline"/>
   295         </javac>
   295         </javac>
   296         <taskdef name="pcompile"
   296         <taskdef name="pcompile"
   297                  classname="anttasks.CompilePropertiesTask"
   297                  classname="anttasks.CompilePropertiesTask"
   298                  classpath="${build.tools}"/>
   298                  classpath="${build.tools}"/>
   299     </target>
   299     </target>