diff options
Diffstat (limited to 'nbproject')
-rwxr-xr-x | nbproject/project.properties | 4 |
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 @@ | |||
1 | application.title=Four Puzzle Library | ||
2 | application.vendor=hatkirby | ||
1 | build.classes.dir=${build.dir}/classes | 3 | build.classes.dir=${build.dir}/classes |
2 | build.classes.excludes=**/*.java,**/*.form | 4 | build.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 | |||
21 | javac.classpath=\ | 23 | javac.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 |
24 | javac.compilerargs= | 26 | javac.compilerargs=-Xlint:unchecked |
25 | javac.deprecation=false | 27 | javac.deprecation=false |
26 | javac.source=1.5 | 28 | javac.source=1.5 |
27 | javac.target=1.5 | 29 | javac.target=1.5 |