langtools/make/build.xml
changeset 25282 d49c47cad9f0
parent 21041 99f5e5e97425
child 25302 7d48ff633279
--- a/langtools/make/build.xml	Tue Jun 24 00:43:46 2014 -0700
+++ b/langtools/make/build.xml	Tue Jun 24 16:04:46 2014 +0100
@@ -752,6 +752,16 @@
         />
     </target>
 
+    <!--
+    **** IDE support
+    -->
+
+    <target name="idea">
+        <mkdir dir=".idea"/>
+        <copy todir=".idea" >
+            <fileset dir="make/intellij" includes="**"/>
+        </copy>
+    </target>
 
     <!--
     **** Check targets.