Added some project meta-data
[cql-java-moved-to-github.git] / nbproject / project.properties
1 application.desc=a free CQL compiler, and other CQL tools, for Java
2 application.homepage=http://ww.indexdata.com
3 application.title=cql-java
4 application.vendor=Index Data ApS
5 auxiliary.org-netbeans-modules-editor-indent.CodeStyle.project.tab-size=8
6 auxiliary.org-netbeans-modules-editor-indent.CodeStyle.project.text-limit-width=80
7 auxiliary.org-netbeans-modules-editor-indent.CodeStyle.usedProfile=default
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 # 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 # Uncomment to specify the preferred debugger connection transport:
18 #debug.transport=dt_socket
19 debug.classpath=\
20     ${run.classpath}
21 debug.test.classpath=\
22     ${run.test.classpath}
23 # This directory is removed when the project is cleaned:
24 dist.dir=dist
25 dist.jar=${dist.dir}/cql-java.jar
26 dist.javadoc.dir=${dist.dir}/javadoc
27 excludes=
28 file.reference.cql-java-junit=junit
29 file.reference.cql-java-src=src
30 includes=**
31 jar.compress=false
32 javac.classpath=
33 # Space-separated list of extra javac options
34 javac.compilerargs=
35 javac.deprecation=false
36 javac.source=1.5
37 javac.target=1.5
38 javac.test.classpath=\
39     ${javac.classpath}:\
40     ${build.classes.dir}:\
41     ${libs.junit.classpath}:\
42     ${libs.junit_4.classpath}
43 javadoc.additionalparam=
44 javadoc.author=false
45 javadoc.encoding=${source.encoding}
46 javadoc.noindex=false
47 javadoc.nonavbar=false
48 javadoc.notree=false
49 javadoc.private=false
50 javadoc.splitindex=true
51 javadoc.use=true
52 javadoc.version=false
53 javadoc.windowtitle=
54 jnlp.codebase.type=local
55 jnlp.codebase.url=file:/home/jakub/code/masterkey2/cql-java/dist/
56 jnlp.descriptor=application
57 jnlp.enabled=false
58 jnlp.offline-allowed=false
59 jnlp.signed=false
60 main.class=
61 manifest.file=manifest.mf
62 meta.inf.dir=${src.dir}/META-INF
63 platform.active=default_platform
64 run.classpath=\
65     ${javac.classpath}:\
66     ${build.classes.dir}
67 # Space-separated list of JVM arguments used when running the project
68 # (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value
69 # or test-sys-prop.name=value to set system properties for unit tests):
70 run.jvmargs=
71 run.test.classpath=\
72     ${javac.test.classpath}:\
73     ${build.test.classes.dir}
74 source.encoding=UTF-8
75 src.dir=${file.reference.cql-java-src}
76 test.src.dir=${file.reference.cql-java-junit}