summary refs log tree commit diff stats
path: root/nbproject
diff options
context:
space:
mode:
Diffstat (limited to 'nbproject')
-rwxr-xr-xnbproject/project.properties4
1 files changed, 3 insertions, 1 deletions
diff --git a/nbproject/project.properties b/nbproject/project.properties index 30c65cb..b91a61d 100755 --- a/nbproject/project.properties +++ b/nbproject/project.properties
@@ -1,3 +1,5 @@
1application.title=Four Puzzle Library
2application.vendor=hatkirby
1build.classes.dir=${build.dir}/classes 3build.classes.dir=${build.dir}/classes
2build.classes.excludes=**/*.java,**/*.form 4build.classes.excludes=**/*.java,**/*.form
3# This directory is removed when the project is cleaned: 5# This directory is removed when the project is cleaned:
@@ -21,7 +23,7 @@ jar.compress=false
21javac.classpath=\ 23javac.classpath=\
22 ${libs.swing-app-framework.classpath} 24 ${libs.swing-app-framework.classpath}
23# Space-separated list of extra javac options 25# Space-separated list of extra javac options
24javac.compilerargs= 26javac.compilerargs=-Xlint:unchecked
25javac.deprecation=false 27javac.deprecation=false
26javac.source=1.5 28javac.source=1.5
27javac.target=1.5 29javac.target=1.5