comparison 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
comparison
equal deleted inserted replaced
1:b6e94d49a9a9 2:5da2e67620f9
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://www.netbeans.org/ns/project/1"> 2 <project xmlns="http://www.netbeans.org/ns/project/1">
3 <type>org.netbeans.modules.java.j2seproject</type> 3 <type>org.netbeans.modules.java.j2seproject</type>
4 <configuration> 4 <configuration>
5 <buildExtensions xmlns="http://www.netbeans.org/ns/ant-build-extender/1">
6 <extension file="ivy-impl.xml" id="ivy">
7 <dependency dependsOn="-ivy-retrieve" target="-do-init"/>
8 <dependency dependsOn="-ivy-clean" target="-post-clean"/>
9 <dependency dependsOn="-ivy-publish" target="jar"/>
10 </extension>
11 </buildExtensions>
5 <data xmlns="http://www.netbeans.org/ns/j2se-project/3"> 12 <data xmlns="http://www.netbeans.org/ns/j2se-project/3">
6 <name>html2wiki</name> 13 <name>html2wiki</name>
7 <minimum-ant-version>1.6.5</minimum-ant-version> 14 <minimum-ant-version>1.6.5</minimum-ant-version>
8 <source-roots> 15 <source-roots>
9 <root id="src.dir"/> 16 <root id="src.dir"/>
10 </source-roots> 17 </source-roots>
11 <test-roots> 18 <test-roots>
12 <root id="test.src.dir"/> 19 <root id="test.src.dir"/>
13 </test-roots> 20 </test-roots>
14 </data> 21 </data>
22 <ivyConfiguration xmlns="http://code.google.com/p/ivybeans/ns/ivy-module/1">
23 <descriptorFile>ivy.xml</descriptorFile>
24 <settingsFile>ivysettings.xml</settingsFile>
25 <configurationMapping>
26 <scope confs="compile" name="COMPILE"/>
27 <scope confs="compile,runtime" name="RUNTIME"/>
28 <scope confs="compile,compile-test" name="COMPILE_TEST"/>
29 <scope confs="compile,compile-test,runtime,runtime-test" name="RUNTIME_TEST"/>
30 </configurationMapping>
31 </ivyConfiguration>
15 </configuration> 32 </configuration>
16 </project> 33 </project>