Vytvoření projektu v Netbeans.
1 build.classes.dir=${build.dir}/classes
2 build.classes.excludes=**/*.java,**/*.form
3 # This directory is removed when the project is cleaned:
5 build.generated.dir=${build.dir}/generated
6 build.generated.sources.dir=${build.dir}/generated-sources
7 # Only compile against the classpath explicitly listed here:
8 build.sysclasspath=ignore
9 build.test.classes.dir=${build.dir}/test/classes
10 build.test.results.dir=${build.dir}/test/results
11 # Uncomment to specify the preferred debugger connection transport:
12 #debug.transport=dt_socket
15 debug.test.classpath=\
17 # This directory is removed when the project is cleaned:
19 dist.jar=${dist.dir}/abc-drupal-gui.jar
20 dist.javadoc.dir=${dist.dir}/javadoc
25 # Space-separated list of extra javac options
27 javac.deprecation=false
30 javac.test.classpath=\
32 ${build.classes.dir}:\
33 ${libs.junit.classpath}:\
34 ${libs.junit_4.classpath}
35 javadoc.additionalparam=
37 javadoc.encoding=${source.encoding}
39 javadoc.nonavbar=false
42 javadoc.splitindex=true
46 jaxbwiz.endorsed.dirs="${netbeans.home}/../ide12/modules/ext/jaxb/api"
47 main.class=cz.frantovo.abcDrupal.gui.HlavniOkno
48 manifest.file=manifest.mf
49 meta.inf.dir=${src.dir}/META-INF
50 platform.active=default_platform
54 # Space-separated list of JVM arguments used when running the project
55 # (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value
56 # or test-sys-prop.name=value to set system properties for unit tests):
59 ${javac.test.classpath}:\
60 ${build.test.classes.dir}