diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2011-09-23 08:35:57 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2011-09-23 08:35:57 +0200 |
commit | 5bed897301fcb8627b32c9293f44364c1eb934d4 (patch) | |
tree | a23dbefecfb66a1a7bd57dae1e4bca3d62d88a41 /vaadin-app/build.properties | |
parent | bf8f95fdd25a68d02598c7be864bc97c05132c90 (diff) | |
download | skeletons-5bed897301fcb8627b32c9293f44364c1eb934d4.zip skeletons-5bed897301fcb8627b32c9293f44364c1eb934d4.tar.gz |
add vaadin-app source tree
Diffstat (limited to 'vaadin-app/build.properties')
-rw-r--r-- | vaadin-app/build.properties | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/vaadin-app/build.properties b/vaadin-app/build.properties new file mode 100644 index 0000000..dbf322a --- /dev/null +++ b/vaadin-app/build.properties @@ -0,0 +1,10 @@ +# Context path to install this application on +app.path=/hello + +# Tomcat 7 installation directory +catalina.home=/usr/share/tomcat7 + +# Manager webapp username and password +manager.username=manager +manager.password=none + |