Mercurial > public > html2wiki
comparison nbproject/project.properties @ 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 application.args= | 1 application.args= |
2 application.title=html2wiki | |
3 application.vendor=SMITH | |
2 build.classes.dir=${build.dir}/classes | 4 build.classes.dir=${build.dir}/classes |
3 build.classes.excludes=**/*.java,**/*.form | 5 build.classes.excludes=**/*.java,**/*.form |
4 # This directory is removed when the project is cleaned: | 6 # This directory is removed when the project is cleaned: |
5 build.dir=build | 7 build.dir=build |
6 build.generated.dir=${build.dir}/generated | 8 build.generated.dir=${build.dir}/generated |
9 build.generated.sources.dir=${build.dir}/generated-sources | |
7 # Only compile against the classpath explicitly listed here: | 10 # Only compile against the classpath explicitly listed here: |
8 build.sysclasspath=ignore | 11 build.sysclasspath=ignore |
9 build.test.classes.dir=${build.dir}/test/classes | 12 build.test.classes.dir=${build.dir}/test/classes |
10 build.test.results.dir=${build.dir}/test/results | 13 build.test.results.dir=${build.dir}/test/results |
11 debug.classpath=\ | 14 debug.classpath=\ |
14 ${run.test.classpath} | 17 ${run.test.classpath} |
15 # This directory is removed when the project is cleaned: | 18 # This directory is removed when the project is cleaned: |
16 dist.dir=dist | 19 dist.dir=dist |
17 dist.jar=${dist.dir}/html2wiki.jar | 20 dist.jar=${dist.dir}/html2wiki.jar |
18 dist.javadoc.dir=${dist.dir}/javadoc | 21 dist.javadoc.dir=${dist.dir}/javadoc |
22 endorsed.classpath= | |
23 excludes= | |
24 includes=** | |
19 jar.compress=false | 25 jar.compress=false |
20 javac.classpath=\ | 26 javac.classpath= |
21 ${libs.commons-io-1.2.classpath} | |
22 # Space-separated list of extra javac options | 27 # Space-separated list of extra javac options |
23 javac.compilerargs=-Xlint:unchecked | 28 javac.compilerargs=-Xlint:unchecked |
24 javac.deprecation=false | 29 javac.deprecation=false |
25 javac.source=1.5 | 30 javac.source=1.5 |
26 javac.target=1.5 | 31 javac.target=1.5 |
27 javac.test.classpath=\ | 32 javac.test.classpath=\ |
28 ${javac.classpath}:\ | 33 ${javac.classpath}:\ |
29 ${build.classes.dir}:\ | 34 ${build.classes.dir} |
30 ${libs.junit.classpath} | |
31 javadoc.additionalparam= | 35 javadoc.additionalparam= |
32 javadoc.author=false | 36 javadoc.author=false |
33 javadoc.encoding= | 37 javadoc.encoding= |
34 javadoc.noindex=false | 38 javadoc.noindex=false |
35 javadoc.nonavbar=false | 39 javadoc.nonavbar=false |
37 javadoc.private=false | 41 javadoc.private=false |
38 javadoc.splitindex=true | 42 javadoc.splitindex=true |
39 javadoc.use=true | 43 javadoc.use=true |
40 javadoc.version=false | 44 javadoc.version=false |
41 javadoc.windowtitle= | 45 javadoc.windowtitle= |
42 # Property libs.commons-io-1.2.classpath is set here just to make sharing of project simpler. | |
43 # The library definition has always preference over this property. | |
44 libs.commons-io-1.2.classpath=../shared/commons-io-1.2/commons-io-1.2.jar | |
45 main.class=org.nwoca.ssdt.tools.html2wiki.Html2Wiki | 46 main.class=org.nwoca.ssdt.tools.html2wiki.Html2Wiki |
46 manifest.file=manifest.mf | 47 manifest.file=manifest.mf |
47 meta.inf.dir=${src.dir}/META-INF | 48 meta.inf.dir=${src.dir}/META-INF |
48 platform.active=default_platform | 49 platform.active=default_platform |
49 run.classpath=\ | 50 run.classpath=\ |