File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 1
1
Manifest-Version: 1.0
2
- X-COMMENT: Main-Class will be added automatically by build
3
-
2
+ SplashScreen-Image: resources/splash.png
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ application.homepage=https://cgjennings.ca/projects/checker/
7
7
application.splash =
8
8
application.title =librivox_checker
9
9
application.vendor =Christopher G. Jennings
10
+ auxiliary.org-netbeans-spi-editor-hints-projects.perProjectHintSettingsFile =nbproject/cfg_hints.xml
10
11
build.classes.dir =${build.dir}/classes
11
12
build.classes.excludes =**/*.java,**/*.form
12
13
# This directory is removed when the project is cleaned:
@@ -44,7 +45,7 @@ javac.classpath=\
44
45
${file.reference.flatlaf-1.1.2.jar}
45
46
# Space-separated list of extra javac options
46
47
javac.compilerargs =
47
- javac.deprecation =false
48
+ javac.deprecation =true
48
49
javac.external.vm =true
49
50
javac.modulepath =
50
51
javac.processormodulepath =
@@ -98,13 +99,10 @@ manifest.file=manifest.mf
98
99
meta.inf.dir =${src.dir}/META-INF
99
100
mkdist.disabled =false
100
101
platform.active =default_platform
102
+ project.license =mit
101
103
run.classpath =\
102
104
${javac.classpath}:\
103
105
${build.classes.dir}
104
- # Space-separated list of JVM arguments used when running the project.
105
- # You may also define separate properties like run-sys-prop.name=value instead of -Dname=value.
106
- # To set system properties for unit tests define test-sys-prop.name=value:
107
- run.jvmargs =
108
106
run.modulepath =\
109
107
${javac.modulepath}
110
108
run.test.classpath =\
You can’t perform that action at this time.
0 commit comments