Revamped build to use Maven Ant tasks, prepped a POM for proper publishing.

git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@996 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
Michael Bayne
2010-11-18 05:24:20 +00:00
parent ec27a1122d
commit 1e2e20b1f1
7 changed files with 314 additions and 242 deletions
@@ -0,0 +1,19 @@
#
# $Id: server.properties 2058 2002-12-12 18:36:13Z mdb $
#
# Configuration for the MiCasa server
_package = micasa.server
#
# The list of lobby identifiers to be loaded into this server.
#
lobby_ids = test
#
# The cofiguration for the test lobby.
#
test.config = com.threerings.micasa.lobby.LobbyConfig
test.ugi = test,board,partner
test.name = Test Lobby
test.game_config = com.threerings.parlor.data.GameConfig
@@ -0,0 +1,6 @@
#
# $Id: logon.properties 31 2004-12-10 05:32:38Z mdb $
#
# Translations for general game services
m.player_game_over = {0} is eliminated!
@@ -0,0 +1,22 @@
#
# $Id: micasa.properties 1585 2002-07-17 18:11:14Z mdb $
#
# Translation strings for general MiCasa messages.
# Logon panel messages
m.username = Username
m.password = Password
m.logon = Logon
m.status = Connection status
m.remember_password = Remember my password
m.logging_on = Logging on to {0}:{1}...
m.logon_success = Logged on successfully.
m.logged_off = Logged off.
m.connection_failed = Server connection failed: {0}
m.logon_failed = Logon failed: {0}
m.no_such_user = No such user.
m.invalid_password = Invalid password.
m.server_unavailable = The server is unavailable at this time.
m.server_error = An internal server error occurred while processing your login.
Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB