Mercurial > public > html2wiki
annotate nbproject/project.xml @ 3:4417b025157e
add ignore file
author | smith@nwoca.org |
---|---|
date | Tue, 25 Jan 2011 17:08:12 -0500 |
parents | 5da2e67620f9 |
children |
rev | line source |
---|---|
2
5da2e67620f9
Upgrade to Ivy configuration and begin clean up of tests. Added FreeBSD license.
smith@nwoca.org
parents:
0
diff
changeset
|
1 <?xml version="1.0" encoding="UTF-8"?> |
5da2e67620f9
Upgrade to Ivy configuration and begin clean up of tests. Added FreeBSD license.
smith@nwoca.org
parents:
0
diff
changeset
|
2 <project xmlns="http://www.netbeans.org/ns/project/1"> |
5da2e67620f9
Upgrade to Ivy configuration and begin clean up of tests. Added FreeBSD license.
smith@nwoca.org
parents:
0
diff
changeset
|
3 <type>org.netbeans.modules.java.j2seproject</type> |
5da2e67620f9
Upgrade to Ivy configuration and begin clean up of tests. Added FreeBSD license.
smith@nwoca.org
parents:
0
diff
changeset
|
4 <configuration> |
5da2e67620f9
Upgrade to Ivy configuration and begin clean up of tests. Added FreeBSD license.
smith@nwoca.org
parents:
0
diff
changeset
|
5 <buildExtensions xmlns="http://www.netbeans.org/ns/ant-build-extender/1"> |
5da2e67620f9
Upgrade to Ivy configuration and begin clean up of tests. Added FreeBSD license.
smith@nwoca.org
parents:
0
diff
changeset
|
6 <extension file="ivy-impl.xml" id="ivy"> |
5da2e67620f9
Upgrade to Ivy configuration and begin clean up of tests. Added FreeBSD license.
smith@nwoca.org
parents:
0
diff
changeset
|
7 <dependency dependsOn="-ivy-retrieve" target="-do-init"/> |
5da2e67620f9
Upgrade to Ivy configuration and begin clean up of tests. Added FreeBSD license.
smith@nwoca.org
parents:
0
diff
changeset
|
8 <dependency dependsOn="-ivy-clean" target="-post-clean"/> |
5da2e67620f9
Upgrade to Ivy configuration and begin clean up of tests. Added FreeBSD license.
smith@nwoca.org
parents:
0
diff
changeset
|
9 <dependency dependsOn="-ivy-publish" target="jar"/> |
5da2e67620f9
Upgrade to Ivy configuration and begin clean up of tests. Added FreeBSD license.
smith@nwoca.org
parents:
0
diff
changeset
|
10 </extension> |
5da2e67620f9
Upgrade to Ivy configuration and begin clean up of tests. Added FreeBSD license.
smith@nwoca.org
parents:
0
diff
changeset
|
11 </buildExtensions> |
5da2e67620f9
Upgrade to Ivy configuration and begin clean up of tests. Added FreeBSD license.
smith@nwoca.org
parents:
0
diff
changeset
|
12 <data xmlns="http://www.netbeans.org/ns/j2se-project/3"> |
5da2e67620f9
Upgrade to Ivy configuration and begin clean up of tests. Added FreeBSD license.
smith@nwoca.org
parents:
0
diff
changeset
|
13 <name>html2wiki</name> |
5da2e67620f9
Upgrade to Ivy configuration and begin clean up of tests. Added FreeBSD license.
smith@nwoca.org
parents:
0
diff
changeset
|
14 <minimum-ant-version>1.6.5</minimum-ant-version> |
5da2e67620f9
Upgrade to Ivy configuration and begin clean up of tests. Added FreeBSD license.
smith@nwoca.org
parents:
0
diff
changeset
|
15 <source-roots> |
5da2e67620f9
Upgrade to Ivy configuration and begin clean up of tests. Added FreeBSD license.
smith@nwoca.org
parents:
0
diff
changeset
|
16 <root id="src.dir"/> |
5da2e67620f9
Upgrade to Ivy configuration and begin clean up of tests. Added FreeBSD license.
smith@nwoca.org
parents:
0
diff
changeset
|
17 </source-roots> |
5da2e67620f9
Upgrade to Ivy configuration and begin clean up of tests. Added FreeBSD license.
smith@nwoca.org
parents:
0
diff
changeset
|
18 <test-roots> |
5da2e67620f9
Upgrade to Ivy configuration and begin clean up of tests. Added FreeBSD license.
smith@nwoca.org
parents:
0
diff
changeset
|
19 <root id="test.src.dir"/> |
5da2e67620f9
Upgrade to Ivy configuration and begin clean up of tests. Added FreeBSD license.
smith@nwoca.org
parents:
0
diff
changeset
|
20 </test-roots> |
5da2e67620f9
Upgrade to Ivy configuration and begin clean up of tests. Added FreeBSD license.
smith@nwoca.org
parents:
0
diff
changeset
|
21 </data> |
5da2e67620f9
Upgrade to Ivy configuration and begin clean up of tests. Added FreeBSD license.
smith@nwoca.org
parents:
0
diff
changeset
|
22 <ivyConfiguration xmlns="http://code.google.com/p/ivybeans/ns/ivy-module/1"> |
5da2e67620f9
Upgrade to Ivy configuration and begin clean up of tests. Added FreeBSD license.
smith@nwoca.org
parents:
0
diff
changeset
|
23 <descriptorFile>ivy.xml</descriptorFile> |
5da2e67620f9
Upgrade to Ivy configuration and begin clean up of tests. Added FreeBSD license.
smith@nwoca.org
parents:
0
diff
changeset
|
24 <settingsFile>ivysettings.xml</settingsFile> |
5da2e67620f9
Upgrade to Ivy configuration and begin clean up of tests. Added FreeBSD license.
smith@nwoca.org
parents:
0
diff
changeset
|
25 <configurationMapping> |
5da2e67620f9
Upgrade to Ivy configuration and begin clean up of tests. Added FreeBSD license.
smith@nwoca.org
parents:
0
diff
changeset
|
26 <scope confs="compile" name="COMPILE"/> |
5da2e67620f9
Upgrade to Ivy configuration and begin clean up of tests. Added FreeBSD license.
smith@nwoca.org
parents:
0
diff
changeset
|
27 <scope confs="compile,runtime" name="RUNTIME"/> |
5da2e67620f9
Upgrade to Ivy configuration and begin clean up of tests. Added FreeBSD license.
smith@nwoca.org
parents:
0
diff
changeset
|
28 <scope confs="compile,compile-test" name="COMPILE_TEST"/> |
5da2e67620f9
Upgrade to Ivy configuration and begin clean up of tests. Added FreeBSD license.
smith@nwoca.org
parents:
0
diff
changeset
|
29 <scope confs="compile,compile-test,runtime,runtime-test" name="RUNTIME_TEST"/> |
5da2e67620f9
Upgrade to Ivy configuration and begin clean up of tests. Added FreeBSD license.
smith@nwoca.org
parents:
0
diff
changeset
|
30 </configurationMapping> |
5da2e67620f9
Upgrade to Ivy configuration and begin clean up of tests. Added FreeBSD license.
smith@nwoca.org
parents:
0
diff
changeset
|
31 </ivyConfiguration> |
5da2e67620f9
Upgrade to Ivy configuration and begin clean up of tests. Added FreeBSD license.
smith@nwoca.org
parents:
0
diff
changeset
|
32 </configuration> |
5da2e67620f9
Upgrade to Ivy configuration and begin clean up of tests. Added FreeBSD license.
smith@nwoca.org
parents:
0
diff
changeset
|
33 </project> |