langtools/make/build.xml
changeset 25282 d49c47cad9f0
parent 21041 99f5e5e97425
child 25302 7d48ff633279
equal deleted inserted replaced
25281:0babd05cbcd3 25282:d49c47cad9f0
   750             includes="${import.jdk.stub.files}"
   750             includes="${import.jdk.stub.files}"
   751             fork="true" classpath="${build.toolclasses.dir}:${build.bootstrap.dir}/classes:${ant.core.lib}"
   751             fork="true" classpath="${build.toolclasses.dir}:${build.bootstrap.dir}/classes:${ant.core.lib}"
   752         />
   752         />
   753     </target>
   753     </target>
   754 
   754 
       
   755     <!--
       
   756     **** IDE support
       
   757     -->
       
   758 
       
   759     <target name="idea">
       
   760         <mkdir dir=".idea"/>
       
   761         <copy todir=".idea" >
       
   762             <fileset dir="make/intellij" includes="**"/>
       
   763         </copy>
       
   764     </target>
   755 
   765 
   756     <!--
   766     <!--
   757     **** Check targets.
   767     **** Check targets.
   758     **** "-check-*" targets check that a required property is set, and set to a reasonable value.
   768     **** "-check-*" targets check that a required property is set, and set to a reasonable value.
   759     **** A user friendly message is generated if not, and the build exits.
   769     **** A user friendly message is generated if not, and the build exits.