diff nbproject/project.xml @ 0:1918a6aed50a

Initial ant tasks for SSDT develkit
author smith@nwoca.org
date Sat, 16 Apr 2011 16:06:16 -0400
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nbproject/project.xml	Sat Apr 16 16:06:16 2011 -0400
@@ -0,0 +1,35 @@
+<?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>
+            <extension file="ivy-impl.xml" id="ivy">
+                <dependency dependsOn="-ivy-retrieve" target="-do-init"/>
+                <dependency dependsOn="-ivy-clean" target="-post-clean"/>
+                <dependency dependsOn="-ivy-publish" target="jar"/>
+            </extension>
+        </buildExtensions>
+        <data xmlns="http://www.netbeans.org/ns/j2se-project/3">
+            <name>SSDT Ant Tasks</name>
+            <source-roots>
+                <root id="src.dir"/>
+            </source-roots>
+            <test-roots>
+                <root id="test.src.dir"/>
+            </test-roots>
+        </data>
+        <ivyConfiguration xmlns="http://code.google.com/p/ivybeans/ns/ivy-module/1">
+            <descriptorFile>ivy.xml</descriptorFile>
+            <settingsFile>ivysettings.xml</settingsFile>
+            <configurationMapping>
+                <scope confs="compile" name="COMPILE"/>
+                <scope confs="compile,runtime" name="RUNTIME"/>
+                <scope confs="compile,compile-test" name="COMPILE_TEST"/>
+                <scope confs="compile,compile-test,runtime,runtime-test" name="RUNTIME_TEST"/>
+            </configurationMapping>
+        </ivyConfiguration>
+    </configuration>
+</project>