Skip to content

Commit f842b8f

Browse files
committed
customize manifest to show splash screen as needed
1 parent 588b10b commit f842b8f

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

manifest.mf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
Manifest-Version: 1.0
2-
X-COMMENT: Main-Class will be added automatically by build
3-
2+
SplashScreen-Image: resources/splash.png

nbproject/project.properties

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ application.homepage=https://cgjennings.ca/projects/checker/
77
application.splash=
88
application.title=librivox_checker
99
application.vendor=Christopher G. Jennings
10+
auxiliary.org-netbeans-spi-editor-hints-projects.perProjectHintSettingsFile=nbproject/cfg_hints.xml
1011
build.classes.dir=${build.dir}/classes
1112
build.classes.excludes=**/*.java,**/*.form
1213
# This directory is removed when the project is cleaned:
@@ -44,7 +45,7 @@ javac.classpath=\
4445
${file.reference.flatlaf-1.1.2.jar}
4546
# Space-separated list of extra javac options
4647
javac.compilerargs=
47-
javac.deprecation=false
48+
javac.deprecation=true
4849
javac.external.vm=true
4950
javac.modulepath=
5051
javac.processormodulepath=
@@ -98,13 +99,10 @@ manifest.file=manifest.mf
9899
meta.inf.dir=${src.dir}/META-INF
99100
mkdist.disabled=false
100101
platform.active=default_platform
102+
project.license=mit
101103
run.classpath=\
102104
${javac.classpath}:\
103105
${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=
108106
run.modulepath=\
109107
${javac.modulepath}
110108
run.test.classpath=\

0 commit comments

Comments
 (0)