basic Netbeans project files and enriched build documentation: fixes JAL-848
[jalview.git] / nbproject / project.properties
1 annotation.processing.enabled=true
2 annotation.processing.enabled.in.editor=false
3 annotation.processing.run.all.processors=true
4 annotation.processing.source.output=${build.generated.sources.dir}/ap-source-output
5 application.title=jalview
6 application.vendor=Barton Group
7 build.classes.dir=${build.dir}/classes
8 build.classes.excludes=**/*.java,**/*.form
9 # This directory is removed when the project is cleaned:
10 build.dir=build
11 build.generated.dir=${build.dir}/generated
12 build.generated.sources.dir=${build.dir}/generated-sources
13 # Only compile against the classpath explicitly listed here:
14 build.sysclasspath=ignore
15 build.test.classes.dir=${build.dir}/test/classes
16 build.test.results.dir=${build.dir}/test/results
17 buildfile=nbbuild.xml
18 # Uncomment to specify the preferred debugger connection transport:
19 #debug.transport=dt_socket
20 debug.classpath=\
21     ${run.classpath}
22 debug.test.classpath=\
23     ${run.test.classpath}
24 # This directory is removed when the project is cleaned:
25 dist.dir=dist
26 dist.jar=${dist.dir}/jalview.jar
27 dist.javadoc.dir=${dist.dir}/javadoc
28 endorsed.classpath=
29 excludes=
30 file.reference.activation.jar=lib/activation.jar
31 file.reference.apache-mime4j-0.6.jar=lib/apache-mime4j-0.6.jar
32 file.reference.axis.jar=lib/axis.jar
33 file.reference.castor-1.1-cycle-xml.jar=lib/castor-1.1-cycle-xml.jar
34 file.reference.commons-codec-1.3.jar=lib/commons-codec-1.3.jar
35 file.reference.commons-discovery.jar=lib/commons-discovery.jar
36 file.reference.commons-logging-1.1.1.jar=lib/commons-logging-1.1.1.jar
37 file.reference.commons-logging.jar=lib/commons-logging.jar
38 file.reference.httpclient-4.0.3.jar=lib/httpclient-4.0.3.jar
39 file.reference.httpcore-4.0.1.jar=lib/httpcore-4.0.1.jar
40 file.reference.httpmime-4.0.3.jar=lib/httpmime-4.0.3.jar
41 file.reference.jalview-src=src
42 file.reference.jaxrpc.jar=lib/jaxrpc.jar
43 file.reference.JGoogleAnalytics_0.3.jar=lib/JGoogleAnalytics_0.3.jar
44 file.reference.jhall.jar=lib/jhall.jar
45 file.reference.Jmol-12.1.13.jar=lib/Jmol-12.1.13.jar
46 file.reference.JmolApplet-12.1.13.jar=appletlib/JmolApplet-12.1.13.jar
47 file.reference.log4j-1.2.8.jar=lib/log4j-1.2.8.jar
48 file.reference.mail.jar=lib/mail.jar
49 file.reference.min-jaba-client.jar=lib/min-jaba-client.jar
50 file.reference.regex.jar=lib/regex.jar
51 file.reference.saaj.jar=lib/saaj.jar
52 file.reference.vamsas-client.jar=lib/vamsas-client.jar
53 file.reference.wsdl4j.jar=lib/wsdl4j.jar
54 file.reference.xercesImpl.jar=lib/xercesImpl.jar
55 file.reference.xml-apis.jar=lib/xml-apis.jar
56 includes=**
57 jar.compress=false
58 javac.classpath=\
59     ${libs.plugin.jar.classpath}:\
60     ${file.reference.activation.jar}:\
61     ${file.reference.apache-mime4j-0.6.jar}:\
62     ${file.reference.axis.jar}:\
63     ${file.reference.castor-1.1-cycle-xml.jar}:\
64     ${file.reference.commons-codec-1.3.jar}:\
65     ${file.reference.commons-discovery.jar}:\
66     ${file.reference.commons-logging-1.1.1.jar}:\
67     ${file.reference.commons-logging.jar}:\
68     ${file.reference.regex.jar}:\
69     ${file.reference.saaj.jar}:\
70     ${file.reference.httpclient-4.0.3.jar}:\
71     ${file.reference.httpcore-4.0.1.jar}:\
72     ${file.reference.httpmime-4.0.3.jar}:\
73     ${file.reference.jaxrpc.jar}:\
74     ${file.reference.JGoogleAnalytics_0.3.jar}:\
75     ${file.reference.jhall.jar}:\
76     ${file.reference.Jmol-12.1.13.jar}:\
77     ${file.reference.log4j-1.2.8.jar}:\
78     ${file.reference.mail.jar}:\
79     ${file.reference.min-jaba-client.jar}:\
80     ${file.reference.vamsas-client.jar}:\
81     ${file.reference.xml-apis.jar}:\
82     ${file.reference.xercesImpl.jar}:\
83     ${file.reference.wsdl4j.jar}:\
84     ${file.reference.JmolApplet-12.1.13.jar}
85 # Space-separated list of extra javac options
86 javac.compilerargs=
87 javac.deprecation=false
88 javac.processorpath=\
89     ${javac.classpath}
90 javac.source=1.6
91 javac.target=1.6
92 javac.test.classpath=\
93     ${javac.classpath}:\
94     ${build.classes.dir}
95 javac.test.processorpath=\
96     ${javac.test.classpath}
97 javadoc.additionalparam=
98 javadoc.author=false
99 javadoc.encoding=${source.encoding}
100 javadoc.noindex=false
101 javadoc.nonavbar=false
102 javadoc.notree=false
103 javadoc.private=false
104 javadoc.splitindex=true
105 javadoc.use=true
106 javadoc.version=false
107 javadoc.windowtitle=
108 main.class=jalview.bin.Jalview
109 manifest.file=manifest.mf
110 meta.inf.dir=${src.dir}/META-INF
111 mkdist.disabled=false
112 platform.active=default_platform
113 run.classpath=\
114     ${javac.classpath}:\
115     ${build.classes.dir}
116 # Space-separated list of JVM arguments used when running the project
117 # (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value
118 # or test-sys-prop.name=value to set system properties for unit tests):
119 run.jvmargs=
120 run.test.classpath=\
121     ${javac.test.classpath}:\
122     ${build.test.classes.dir}
123 source.encoding=UTF-8
124 src.dir=${file.reference.jalview-src}