diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2011-10-03 11:35:02 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2011-10-03 11:35:02 +0200 |
commit | c9e1a2df6ade1428d2785538272dc6357414d696 (patch) | |
tree | be75a8a0782f12f574c06297d46dc6fcae13bc79 /vaadin-app/src/Application.properties | |
parent | 4709a519148e2338f81d4b29b58da53c9f897e23 (diff) | |
download | skeletons-c9e1a2df6ade1428d2785538272dc6357414d696.zip skeletons-c9e1a2df6ade1428d2785538272dc6357414d696.tar.gz |
vaadin-app: use Properties and Logger
Diffstat (limited to 'vaadin-app/src/Application.properties')
-rw-r--r-- | vaadin-app/src/Application.properties | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vaadin-app/src/Application.properties b/vaadin-app/src/Application.properties new file mode 100644 index 0000000..e5b8c95 --- /dev/null +++ b/vaadin-app/src/Application.properties @@ -0,0 +1,2 @@ +hello.next=Ô +hello.world=WoRlD |