Mercurial > public > html2wiki
diff nbproject/project.xml @ 2:5da2e67620f9
Upgrade to Ivy configuration and begin clean up of tests. Added FreeBSD license.
author | smith@nwoca.org |
---|---|
date | Tue, 25 Jan 2011 17:06:57 -0500 |
parents | f8b1ea49d065 |
children |
line wrap: on
line diff
--- a/nbproject/project.xml Thu Jun 08 18:11:12 2006 -0400 +++ b/nbproject/project.xml Tue Jan 25 17:06:57 2011 -0500 @@ -1,16 +1,33 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project xmlns="http://www.netbeans.org/ns/project/1"> - <type>org.netbeans.modules.java.j2seproject</type> - <configuration> - <data xmlns="http://www.netbeans.org/ns/j2se-project/3"> - <name>html2wiki</name> - <minimum-ant-version>1.6.5</minimum-ant-version> - <source-roots> - <root id="src.dir"/> - </source-roots> - <test-roots> - <root id="test.src.dir"/> - </test-roots> - </data> - </configuration> -</project> +<?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="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>html2wiki</name> + <minimum-ant-version>1.6.5</minimum-ant-version> + <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>