view 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 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="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>