Mercurial > hg > ltpda
comparison src/PlistTable/nbproject/project.properties @ 0:f0afece42f48
Import.
author | Daniele Nicolodi <nicolodi@science.unitn.it> |
---|---|
date | Wed, 23 Nov 2011 19:22:13 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:f0afece42f48 |
---|---|
1 application.title=PlistTable | |
2 application.vendor=Ingo Diepholz | |
3 auxiliary.org-netbeans-modules-editor-indent.CodeStyle.project.tab-size=8 | |
4 auxiliary.org-netbeans-modules-editor-indent.CodeStyle.project.text-limit-width=80 | |
5 auxiliary.org-netbeans-modules-editor-indent.CodeStyle.usedProfile=default | |
6 build.classes.dir=${build.dir}/classes | |
7 build.classes.excludes=**/*.java,**/*.form | |
8 # This directory is removed when the project is cleaned: | |
9 build.dir=build | |
10 build.generated.dir=${build.dir}/generated | |
11 build.generated.sources.dir=${build.dir}/generated-sources | |
12 # Only compile against the classpath explicitly listed here: | |
13 build.sysclasspath=ignore | |
14 build.test.classes.dir=${build.dir}/test/classes | |
15 build.test.results.dir=${build.dir}/test/results | |
16 # Uncomment to specify the preferred debugger connection transport: | |
17 #debug.transport=dt_socket | |
18 debug.classpath=\ | |
19 ${run.classpath} | |
20 debug.test.classpath=\ | |
21 ${run.test.classpath} | |
22 # This directory is removed when the project is cleaned: | |
23 dist.dir=dist | |
24 dist.jar=${dist.dir}/PlistTable.jar | |
25 dist.javadoc.dir=${dist.dir}/javadoc | |
26 excludes= | |
27 includes=** | |
28 jar.compress=false | |
29 javac.classpath=\ | |
30 ${libs.absolutelayout.classpath}:\ | |
31 ${libs.swing-layout.classpath} | |
32 # Space-separated list of extra javac options | |
33 javac.compilerargs= | |
34 javac.deprecation=false | |
35 javac.source=1.5 | |
36 javac.target=1.5 | |
37 javac.test.classpath=\ | |
38 ${javac.classpath}:\ | |
39 ${build.classes.dir}:\ | |
40 ${libs.junit.classpath}:\ | |
41 ${libs.junit_4.classpath} | |
42 javadoc.additionalparam= | |
43 javadoc.author=true | |
44 javadoc.encoding=${source.encoding} | |
45 javadoc.noindex=false | |
46 javadoc.nonavbar=false | |
47 javadoc.notree=false | |
48 javadoc.private=false | |
49 javadoc.splitindex=true | |
50 javadoc.use=true | |
51 javadoc.version=true | |
52 javadoc.windowtitle= | |
53 jnlp.codebase.type=local | |
54 jnlp.codebase.url=file:/data/home/indiep/NetBeansProjects/PlistTable/dist | |
55 jnlp.descriptor=application | |
56 jnlp.enabled=false | |
57 jnlp.offline-allowed=false | |
58 jnlp.signed=false | |
59 main.class=edu.mpg.aei.ltpda.plisttable.Main | |
60 manifest.file=manifest.mf | |
61 meta.inf.dir=${src.dir}/META-INF | |
62 platform.active=default_platform | |
63 run.classpath=\ | |
64 ${javac.classpath}:\ | |
65 ${build.classes.dir} | |
66 # Space-separated list of JVM arguments used when running the project | |
67 # (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value | |
68 # or test-sys-prop.name=value to set system properties for unit tests): | |
69 run.jvmargs= | |
70 run.test.classpath=\ | |
71 ${javac.test.classpath}:\ | |
72 ${build.test.classes.dir} | |
73 source.encoding=UTF-8 | |
74 src.dir=src |