summary refs log tree commit diff stats
path: root/Four Puzzle Editor
diff options
context:
space:
mode:
authorStarla Insigna <hatkirby@fourisland.com>2009-02-09 17:42:26 -0500
committerStarla Insigna <hatkirby@fourisland.com>2009-02-09 17:42:26 -0500
commit877a590522e1d9a5e44ae19c41a8fd64a0faf538 (patch)
treeb2568ace194ef2281f8bb28ce3dd73c07699cc11 /Four Puzzle Editor
parent0d7cf35c056079963b6a3d201a62f57ae15a6254 (diff)
downloadfourpuzzle-877a590522e1d9a5e44ae19c41a8fd64a0faf538.tar.gz
fourpuzzle-877a590522e1d9a5e44ae19c41a8fd64a0faf538.tar.bz2
fourpuzzle-877a590522e1d9a5e44ae19c41a8fd64a0faf538.zip
Editor: Added Application properties
Refs #10
Diffstat (limited to 'Four Puzzle Editor')
-rw-r--r--Four Puzzle Editor/nbproject/project.properties8
-rw-r--r--Four Puzzle Editor/src/com/fourisland/fourpuzzle/editor/resources/FourPuzzleEditorApp.properties12
2 files changed, 10 insertions, 10 deletions
diff --git a/Four Puzzle Editor/nbproject/project.properties b/Four Puzzle Editor/nbproject/project.properties index fa1b9b4..a263e61 100644 --- a/Four Puzzle Editor/nbproject/project.properties +++ b/Four Puzzle Editor/nbproject/project.properties
@@ -1,7 +1,7 @@
1application.desc=A simple java desktop application based on Swing Application Framework 1application.desc=An front to the FourPuzzle game making library that allows you to create maps for your FourPuzzle games.
2application.homepage=http://appframework.dev.java.net 2application.homepage=http://projects.fourisland.com/fourpuzzle/
3application.title=Basic Application Example 3application.title=Four Puzzle Editor
4application.vendor=Sun Microsystems Inc. 4application.vendor=Four Island
5build.classes.dir=${build.dir}/classes 5build.classes.dir=${build.dir}/classes
6build.classes.excludes=**/*.java,**/*.form 6build.classes.excludes=**/*.java,**/*.form
7# This directory is removed when the project is cleaned: 7# This directory is removed when the project is cleaned:
diff --git a/Four Puzzle Editor/src/com/fourisland/fourpuzzle/editor/resources/FourPuzzleEditorApp.properties b/Four Puzzle Editor/src/com/fourisland/fourpuzzle/editor/resources/FourPuzzleEditorApp.properties index 4d38449..ce9fc18 100644 --- a/Four Puzzle Editor/src/com/fourisland/fourpuzzle/editor/resources/FourPuzzleEditorApp.properties +++ b/Four Puzzle Editor/src/com/fourisland/fourpuzzle/editor/resources/FourPuzzleEditorApp.properties
@@ -1,11 +1,11 @@
1# Application global resources 1# Application global resources
2 2
3Application.name = Four Puzzle Editor 3Application.name = Four Puzzle Editor
4Application.title = Basic Application Example 4Application.title = Four Puzzle Editor
5Application.version = 1.0 5Application.version = 1.0
6Application.vendor = Sun Microsystems Inc. 6Application.vendor = Four Island
7Application.homepage = http\://appframework.dev.java.net/ 7Application.homepage = http://projects.fourisland.com/fourpuzzle/
8Application.description = A simple Java desktop application based on Swing Application Framework. 8Application.description = An front to the FourPuzzle game making library that allows you to create maps for your FourPuzzle games.
9Application.vendorId = Sun 9Application.vendorId = Four Island
10Application.id = ${Application.name} 10Application.id = Four Puzzle Editor
11Application.lookAndFeel = system 11Application.lookAndFeel = system