1 <?xml version="1.0" encoding="UTF-8"?>
   2 <project xmlns="http://www.netbeans.org/ns/project/1">
   3     <type>org.netbeans.modules.java.j2seproject</type>
   4     <configuration>
   5         <data xmlns="http://www.netbeans.org/ns/j2se-project/3">
   6             <name>MethodHandle</name>
   7             <minimum-ant-version>1.6.5</minimum-ant-version>
   8             <explicit-platform explicit-source-supported="true"/>
   9             <source-roots>
  10                 <root id="src.src.dir" name="Source Packages"/>
  11             </source-roots>
  12             <test-roots>
  13                 <root id="test.src.dir"/>
  14             </test-roots>
  15         </data>
  16         <references xmlns="http://www.netbeans.org/ns/ant-project-references/1">
  17             <reference>
  18                 <foreign-project>AnonymousClass</foreign-project>
  19                 <artifact-type>jar</artifact-type>
  20                 <script>build.xml</script>
  21                 <target>jar</target>
  22                 <clean-target>clean</clean-target>
  23                 <id>jar</id>
  24             </reference>
  25         </references>
  26     </configuration>
  27 </project>