Mercurial > public > ssdtant
view nbproject/project.xml @ 5:de1522a9d4bc
Ignore missing target in adddependency
author | smith@nwoca.org |
---|---|
date | Mon, 08 Aug 2011 13:38:54 -0400 |
parents | 1918a6aed50a |
children |
line wrap: on
line source
<?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>