1 application.desc=A simple java desktop application based on Swing Application Framework
2 application.homepage=http://appframework.dev.java.net
3 application.title=Basic Application Example
4 application.vendor=Sun Microsystems Inc.
5 build.classes.dir=${build.dir}/classes
6 build.classes.excludes=**/*.java,**/*.form
7 # This directory is removed when the project is cleaned:
9 build.generated.dir=${build.dir}/generated
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
16 debug.test.classpath=\
18 # This directory is removed when the project is cleaned:
20 dist.jar=${dist.dir}/galago-ui.jar
21 dist.javadoc.dir=${dist.dir}/javadoc
26 ${libs.swing-app-framework.classpath}:\
27 ${libs.swing-layout.classpath}
28 # Space-separated list of extra javac options
30 javac.deprecation=false
33 javac.test.classpath=\
35 ${build.classes.dir}:\
36 ${libs.junit.classpath}:\
37 ${libs.junit_4.classpath}
38 javadoc.additionalparam=
40 javadoc.encoding=${source.encoding}
42 javadoc.nonavbar=false
45 javadoc.splitindex=true
49 # Property libs.swing-layout.classpath is set here just to make sharing of project simpler.
50 # The library definition has always preference over this property.
51 libs.swing-layout.classpath=../../../../../../../../Applications/NetBeans/NetBeans 6.0 Beta 2.app/Contents/Resources/NetBeans/platform7/modules/ext/swing-layout-1.0.3.jar
52 main.class=galago.tupleflow.execution.ui.TupleFlowInterface
53 manifest.file=manifest.mf
54 meta.inf.dir=${src.dir}/META-INF
55 platform.active=default_platform
59 # Space-separated list of JVM arguments used when running the project
60 # (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value
61 # or test-sys-prop.name=value to set system properties for unit tests):
64 ${javac.test.classpath}:\
65 ${build.test.classes.dir}