2013-09-13 15:40:53 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<project xmlns="http://www.netbeans.org/ns/project/1">
|
|
|
|
<type>org.netbeans.modules.java.j2seproject</type>
|
|
|
|
<configuration>
|
|
|
|
<buildExtensions xmlns="http://www.netbeans.org/ns/ant-build-extender/1">
|
|
|
|
<extension file="groovy-build.xml" id="groovy">
|
|
|
|
<dependency dependsOn="-groovy-init-macrodef-javac" target="-pre-pre-compile"/>
|
|
|
|
</extension>
|
|
|
|
</buildExtensions>
|
|
|
|
<data xmlns="http://www.netbeans.org/ns/j2se-project/3">
|
2014-01-06 00:32:44 +00:00
|
|
|
<name>PackPartitions</name>
|
2013-09-13 15:40:53 +00:00
|
|
|
<source-roots>
|
|
|
|
<root id="src.dir"/>
|
|
|
|
</source-roots>
|
|
|
|
<test-roots>
|
|
|
|
<root id="test.src.dir"/>
|
|
|
|
</test-roots>
|
|
|
|
</data>
|
|
|
|
</configuration>
|
|
|
|
</project>
|