Mercurial > hg > ltpda
comparison src/MPipeline2/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=MPipeline | |
2 application.vendor=hewitson | |
3 auxiliary.org-netbeans-modules-editor-indent.CodeStyle.usedProfile=default | |
4 build.classes.dir=${build.dir}/classes | |
5 build.classes.excludes=**/*.java,**/*.form | |
6 # This directory is removed when the project is cleaned: | |
7 build.dir=build | |
8 build.generated.dir=${build.dir}/generated | |
9 build.generated.sources.dir=${build.dir}/generated-sources | |
10 # Only compile against the classpath explicitly listed here: | |
11 build.sysclasspath=ignore | |
12 build.test.classes.dir=${build.dir}/test/classes | |
13 build.test.results.dir=${build.dir}/test/results | |
14 debug.classpath=\ | |
15 ${run.classpath} | |
16 debug.test.classpath=\ | |
17 ${run.test.classpath} | |
18 # This directory is removed when the project is cleaned: | |
19 dist.dir=dist | |
20 dist.jar=${dist.dir}/MPipeline2.jar | |
21 dist.javadoc.dir=${dist.dir}/javadoc | |
22 excludes= | |
23 file.reference.jcommon-1.0.8.jar=jcommon-1.0.8.jar | |
24 includes=** | |
25 jar.compress=false | |
26 javac.classpath=\ | |
27 ${libs.JCommon.classpath}:\ | |
28 ${libs.swing-layout.classpath} | |
29 # Space-separated list of extra javac options | |
30 javac.compilerargs= | |
31 javac.deprecation=false | |
32 javac.source=1.5 | |
33 javac.target=1.5 | |
34 javac.test.classpath=\ | |
35 ${javac.classpath}:\ | |
36 ${build.classes.dir}:\ | |
37 ${libs.junit_4.classpath} | |
38 javadoc.additionalparam= | |
39 javadoc.author=true | |
40 javadoc.encoding=${source.encoding} | |
41 javadoc.noindex=false | |
42 javadoc.nonavbar=false | |
43 javadoc.notree=false | |
44 javadoc.private=false | |
45 javadoc.splitindex=true | |
46 javadoc.use=true | |
47 javadoc.version=true | |
48 javadoc.windowtitle= | |
49 jnlp.codebase.type=local | |
50 jnlp.codebase.url=file:/Users/hewitson/working/ltp/ltpda/software/src/MPipeline2/dist/ | |
51 jnlp.descriptor=application | |
52 jnlp.enabled=false | |
53 jnlp.offline-allowed=false | |
54 jnlp.signed=false | |
55 main.class=mpipeline.main.MainWindow | |
56 manifest.file=manifest.mf | |
57 meta.inf.dir=${src.dir}/META-INF | |
58 platform.active=default_platform | |
59 run.classpath=\ | |
60 ${javac.classpath}:\ | |
61 ${build.classes.dir} | |
62 # Space-separated list of JVM arguments used when running the project | |
63 # (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value | |
64 # or test-sys-prop.name=value to set system properties for unit tests): | |
65 run.jvmargs= | |
66 run.test.classpath=\ | |
67 ${javac.test.classpath}:\ | |
68 ${build.test.classes.dir} | |
69 source.encoding=UTF-8 | |
70 src.dir=src | |
71 test.src.dir=test |