Mercurial > public > ssdtant
comparison 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 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:1918a6aed50a |
---|---|
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 <buildExtensions xmlns="http://www.netbeans.org/ns/ant-build-extender/1"> | |
6 <extension file="groovy-build.xml" id="groovy"> | |
7 <dependency dependsOn="-groovy-init-macrodef-javac" target="-pre-pre-compile"/> | |
8 </extension> | |
9 <extension file="ivy-impl.xml" id="ivy"> | |
10 <dependency dependsOn="-ivy-retrieve" target="-do-init"/> | |
11 <dependency dependsOn="-ivy-clean" target="-post-clean"/> | |
12 <dependency dependsOn="-ivy-publish" target="jar"/> | |
13 </extension> | |
14 </buildExtensions> | |
15 <data xmlns="http://www.netbeans.org/ns/j2se-project/3"> | |
16 <name>SSDT Ant Tasks</name> | |
17 <source-roots> | |
18 <root id="src.dir"/> | |
19 </source-roots> | |
20 <test-roots> | |
21 <root id="test.src.dir"/> | |
22 </test-roots> | |
23 </data> | |
24 <ivyConfiguration xmlns="http://code.google.com/p/ivybeans/ns/ivy-module/1"> | |
25 <descriptorFile>ivy.xml</descriptorFile> | |
26 <settingsFile>ivysettings.xml</settingsFile> | |
27 <configurationMapping> | |
28 <scope confs="compile" name="COMPILE"/> | |
29 <scope confs="compile,runtime" name="RUNTIME"/> | |
30 <scope confs="compile,compile-test" name="COMPILE_TEST"/> | |
31 <scope confs="compile,compile-test,runtime,runtime-test" name="RUNTIME_TEST"/> | |
32 </configurationMapping> | |
33 </ivyConfiguration> | |
34 </configuration> | |
35 </project> |