comparison nbproject/project.properties @ 0:f8b1ea49d065

Initial version of crude HTML to WikiText converter. Customized for converting HTML files from DEC Document into Wiki markup.
author smith@nwoca.org
date Fri, 12 May 2006 16:45:42 -0400
parents
children 5da2e67620f9
comparison
equal deleted inserted replaced
-1:000000000000 0:f8b1ea49d065
1 application.args=
2 build.classes.dir=${build.dir}/classes
3 build.classes.excludes=**/*.java,**/*.form
4 # This directory is removed when the project is cleaned:
5 build.dir=build
6 build.generated.dir=${build.dir}/generated
7 # Only compile against the classpath explicitly listed here:
8 build.sysclasspath=ignore
9 build.test.classes.dir=${build.dir}/test/classes
10 build.test.results.dir=${build.dir}/test/results
11 debug.classpath=\
12 ${run.classpath}
13 debug.test.classpath=\
14 ${run.test.classpath}
15 # This directory is removed when the project is cleaned:
16 dist.dir=dist
17 dist.jar=${dist.dir}/html2wiki.jar
18 dist.javadoc.dir=${dist.dir}/javadoc
19 jar.compress=false
20 javac.classpath=\
21 ${libs.commons-io-1.2.classpath}
22 # Space-separated list of extra javac options
23 javac.compilerargs=-Xlint:unchecked
24 javac.deprecation=false
25 javac.source=1.5
26 javac.target=1.5
27 javac.test.classpath=\
28 ${javac.classpath}:\
29 ${build.classes.dir}:\
30 ${libs.junit.classpath}
31 javadoc.additionalparam=
32 javadoc.author=false
33 javadoc.encoding=
34 javadoc.noindex=false
35 javadoc.nonavbar=false
36 javadoc.notree=false
37 javadoc.private=false
38 javadoc.splitindex=true
39 javadoc.use=true
40 javadoc.version=false
41 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 manifest.file=manifest.mf
47 meta.inf.dir=${src.dir}/META-INF
48 platform.active=default_platform
49 run.classpath=\
50 ${javac.classpath}:\
51 ${build.classes.dir}
52 # Space-separated list of JVM arguments used when running the project
53 # (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value
54 # or test-sys-prop.name=value to set system properties for unit tests):
55 run.jvmargs=
56 run.test.classpath=\
57 ${javac.test.classpath}:\
58 ${build.test.classes.dir}
59 src.dir=src
60 test.src.dir=test