]> git.mxchange.org Git - addressbook-lib.git/blob - Addressbook/nbproject/project.properties
Cleaned up logger XML + renamed interface fixed
[addressbook-lib.git] / Addressbook / nbproject / project.properties
1 annotation.processing.enabled=true
2 annotation.processing.enabled.in.editor=false
3 annotation.processing.processors.list=
4 annotation.processing.run.all.processors=true
5 annotation.processing.source.output=${build.generated.sources.dir}/ap-source-output
6 application.title=Addressbook
7 application.vendor=Roland Haeder
8 build.classes.dir=${build.dir}/classes
9 build.classes.excludes=**/*.java,**/*.form
10 # This directory is removed when the project is cleaned:
11 build.dir=build
12 build.generated.dir=${build.dir}/generated
13 build.generated.sources.dir=${build.dir}/generated-sources
14 # Only compile against the classpath explicitly listed here:
15 build.sysclasspath=ignore
16 build.test.classes.dir=${build.dir}/test/classes
17 build.test.results.dir=${build.dir}/test/results
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 # Files in build.classes.dir which should be excluded from distribution jar
25 dist.archive.excludes=
26 # This directory is removed when the project is cleaned:
27 dist.dir=dist
28 dist.jar=${dist.dir}/Addressbook.jar
29 dist.javadoc.dir=${dist.dir}/javadoc
30 endorsed.classpath=
31 excludes=
32 file.reference.log4j-api-2.3.jar=C:\\Users\\KLC\\Documents\\NetBeansProjects\\jcore\\lib\\log4j-api-2.3.jar
33 file.reference.log4j-core-2.3.jar=C:\\Users\\KLC\\Documents\\NetBeansProjects\\jcore\\lib\\log4j-core-2.3.jar
34 includes=**
35 jar.compress=false
36 javac.classpath=\
37     ${file.reference.log4j-api-2.3.jar}:\
38     ${file.reference.log4j-core-2.3.jar}:\
39     ${reference.jcore.jar}
40 # Space-separated list of extra javac options
41 javac.compilerargs=-Xlint:deprecation -Xlint:unchecked
42 javac.deprecation=false
43 javac.processorpath=\
44     ${javac.classpath}
45 javac.source=1.7
46 javac.target=1.7
47 javac.test.classpath=\
48     ${javac.classpath}:\
49     ${build.classes.dir}
50 javac.test.processorpath=\
51     ${javac.test.classpath}
52 javadoc.additionalparam=
53 javadoc.author=false
54 javadoc.encoding=${source.encoding}
55 javadoc.noindex=false
56 javadoc.nonavbar=false
57 javadoc.notree=false
58 javadoc.private=false
59 javadoc.reference.log4j-api-2.3.jar=/home/quix0r/MyProjects/JARs/log4j-api-2.3-javadoc.jar
60 javadoc.reference.log4j-core-2.3.jar=/home/quix0r/MyProjects/JARs/log4j-core-2.3-javadoc.jar
61 javadoc.splitindex=true
62 javadoc.use=true
63 javadoc.version=false
64 javadoc.windowtitle=
65 main.class=org.mxchange.addressbook.application.AddressbookApplication
66 manifest.file=manifest.mf
67 meta.inf.dir=${src.dir}/META-INF
68 mkdist.disabled=false
69 platform.active=default_platform
70 project.jcore=../../jcore
71 project.license=gpl30
72 reference.jcore.jar=${project.jcore}/dist/jcore.jar
73 run.classpath=\
74     ${javac.classpath}:\
75     ${build.classes.dir}
76 # Space-separated list of JVM arguments used when running the project.
77 # You may also define separate properties like run-sys-prop.name=value instead of -Dname=value.
78 # To set system properties for unit tests define test-sys-prop.name=value:
79 run.jvmargs=-ea
80 run.test.classpath=\
81     ${javac.test.classpath}:\
82     ${build.test.classes.dir}
83 source.encoding=UTF-8
84 source.reference.log4j-api-2.3.jar=/home/quix0r/MyProjects/JARs/log4j-api-2.3-sources.jar
85 source.reference.log4j-core-2.3.jar=/home/quix0r/MyProjects/JARs/log4j-core-2.3-sources.jar
86 src.dir=src
87 test.src.dir=test