Initial Import.

This commit is contained in:
takezoe
2013-04-11 01:48:01 +09:00
parent 986a1f9a5f
commit 257f8c01b6
64 changed files with 20054 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
package app
/**
* Provides generic features for ScalatraServlet implementations.
*/
trait ServletBase {
val LoginUser = "takezoe"
}