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