0
|
1 annotation.processing.enabled=true
|
|
2 annotation.processing.enabled.in.editor=false
|
|
3 annotation.processing.processors.list=
|
|
4 annotation.processing.run.all.processors=true
|
|
5 annotation.processing.source.output=${build.generated.sources.dir}/ap-source-output
|
|
6 application.title=KinaMine
|
|
7 application.vendor=murra668
|
|
8 build.classes.dir=${build.dir}/classes
|
|
9 build.classes.excludes=**/*.java,**/*.form
|
|
10 # This directory is removed when the project is cleaned:
|
|
11 build.dir=build
|
|
12 build.generated.dir=${build.dir}/generated
|
|
13 build.generated.sources.dir=${build.dir}/generated-sources
|
|
14 # Only compile against the classpath explicitly listed here:
|
|
15 build.sysclasspath=ignore
|
|
16 build.test.classes.dir=${build.dir}/test/classes
|
|
17 build.test.results.dir=${build.dir}/test/results
|
|
18 compile.on.save=true
|
|
19 compile.on.save.unsupported.javafx=true
|
|
20 # Uncomment to specify the preferred debugger connection transport:
|
|
21 #debug.transport=dt_socket
|
|
22 debug.classpath=\
|
|
23 ${run.classpath}
|
|
24 debug.test.classpath=\
|
|
25 ${run.test.classpath}
|
|
26 # This directory is removed when the project is cleaned:
|
|
27 dist.dir=dist
|
|
28 dist.jar=${dist.dir}/KinaMine.jar
|
|
29 dist.javadoc.dir=${dist.dir}/javadoc
|
|
30 endorsed.classpath=
|
|
31 excludes=
|
|
32 includes=**
|
|
33 # Non-JavaFX jar file creation is deactivated in JavaFX 2.0+ projects
|
|
34 jar.archive.disabled=true
|
|
35 jar.compress=false
|
|
36 javac.classpath=\
|
|
37 ${javafx.classpath.extension}
|
|
38 # Space-separated list of extra javac options
|
|
39 javac.compilerargs=
|
|
40 javac.deprecation=false
|
|
41 javac.external.vm=false
|
|
42 javac.processorpath=\
|
|
43 ${javac.classpath}
|
|
44 javac.source=1.8
|
|
45 javac.target=1.8
|
|
46 javac.test.classpath=\
|
|
47 ${javac.classpath}:\
|
|
48 ${build.classes.dir}
|
|
49 javac.test.processorpath=\
|
|
50 ${javac.test.classpath}
|
|
51 javadoc.additionalparam=
|
|
52 javadoc.author=false
|
|
53 javadoc.encoding=${source.encoding}
|
|
54 javadoc.noindex=false
|
|
55 javadoc.nonavbar=false
|
|
56 javadoc.notree=false
|
|
57 javadoc.private=false
|
|
58 javadoc.splitindex=true
|
|
59 javadoc.use=true
|
|
60 javadoc.version=false
|
|
61 javadoc.windowtitle=
|
|
62 javafx.application.implementation.version=1.0
|
|
63 javafx.binarycss=false
|
|
64 javafx.classpath.extension=\
|
|
65 ${java.home}/lib/javaws.jar:\
|
|
66 ${java.home}/lib/deploy.jar:\
|
|
67 ${java.home}/lib/plugin.jar
|
|
68 javafx.deploy.allowoffline=true
|
|
69 # If true, application update mode is set to 'background', if false, update mode is set to 'eager'
|
|
70 javafx.deploy.backgroundupdate=false
|
|
71 javafx.deploy.embedJNLP=true
|
|
72 javafx.deploy.includeDT=true
|
|
73 # Set true to prevent creation of temporary copy of deployment artifacts before each run (disables concurrent runs)
|
|
74 javafx.disable.concurrent.runs=false
|
|
75 # Set true to enable multiple concurrent runs of the same WebStart or Run-in-Browser project
|
|
76 javafx.enable.concurrent.external.runs=false
|
|
77 # This is a JavaFX project
|
|
78 javafx.enabled=true
|
|
79 javafx.fallback.class=com.javafx.main.NoJavaFXFallback
|
|
80 # Main class for JavaFX
|
|
81 javafx.main.class=kinamine.KinaMine
|
|
82 javafx.preloader.class=
|
|
83 # This project does not use Preloader
|
|
84 javafx.preloader.enabled=false
|
|
85 javafx.preloader.jar.filename=
|
|
86 javafx.preloader.jar.path=
|
|
87 javafx.preloader.project.path=
|
|
88 javafx.preloader.type=none
|
|
89 # Set true for GlassFish only. Rebases manifest classpaths of JARs in lib dir. Not usable with signed JARs.
|
|
90 javafx.rebase.libs=false
|
|
91 javafx.run.height=600
|
|
92 javafx.run.width=800
|
|
93 # Pre-JavaFX 2.0 WebStart is deactivated in JavaFX 2.0+ projects
|
|
94 jnlp.enabled=false
|
|
95 # Main class for Java launcher
|
|
96 main.class=com.javafx.main.Main
|
|
97 # For improved security specify narrower Codebase manifest attribute to prevent RIAs from being repurposed
|
|
98 manifest.custom.codebase=*
|
|
99 # Specify Permissions manifest attribute to override default (choices: sandbox, all-permissions)
|
|
100 manifest.custom.permissions=
|
|
101 manifest.file=manifest.mf
|
|
102 meta.inf.dir=${src.dir}/META-INF
|
|
103 mkdist.disabled=false
|
|
104 platform.active=default_platform
|
|
105 run.classpath=\
|
|
106 ${dist.jar}:\
|
|
107 ${javac.classpath}:\
|
|
108 ${build.classes.dir}
|
|
109 run.test.classpath=\
|
|
110 ${javac.test.classpath}:\
|
|
111 ${build.test.classes.dir}
|
|
112 source.encoding=UTF-8
|
|
113 src.dir=src
|
|
114 test.src.dir=test
|