We don't need the rsrc directory in Narya. It's resource free!

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4211 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2006-06-23 19:06:37 +00:00
parent c01703dc3f
commit 0638ba824d
8 changed files with 0 additions and 103 deletions
-6
View File
@@ -89,15 +89,11 @@
<target name="prepare"> <target name="prepare">
<mkdir dir="${deploy.dir}"/> <mkdir dir="${deploy.dir}"/>
<mkdir dir="${classes.dir}"/> <mkdir dir="${classes.dir}"/>
<mkdir dir="${classes.dir}/rsrc"/>
<mkdir dir="${javadoc.home}"/> <mkdir dir="${javadoc.home}"/>
<copy todir="${classes.dir}"> <copy todir="${classes.dir}">
<fileset dir="src/java" includes="**/*.properties"/> <fileset dir="src/java" includes="**/*.properties"/>
<fileset dir="src/java" includes="**/*.tmpl"/> <fileset dir="src/java" includes="**/*.tmpl"/>
</copy> </copy>
<copy todir="${classes.dir}/rsrc">
<fileset dir="rsrc" includes="**/*" excludes="**/bundles/**"/>
</copy>
</target> </target>
<!-- cleans out the installed application --> <!-- cleans out the installed application -->
@@ -170,8 +166,6 @@
<fileset dir="${classes.dir}" includes="com/threerings/presents/**"/> <fileset dir="${classes.dir}" includes="com/threerings/presents/**"/>
<fileset dir="${classes.dir}" includes="com/threerings/crowd/**"/> <fileset dir="${classes.dir}" includes="com/threerings/crowd/**"/>
<fileset dir="${classes.dir}" includes="com/threerings/admin/**"/> <fileset dir="${classes.dir}" includes="com/threerings/admin/**"/>
<fileset dir="${classes.dir}" includes="rsrc/config/presents/**"/>
<fileset dir="${classes.dir}" includes="rsrc/config/crowd/**"/>
</jar> </jar>
<jar destfile="${deploy.dir}/${app.name}-tests.jar"> <jar destfile="${deploy.dir}/${app.name}-tests.jar">
<fileset dir="tests/${classes.dir}" includes="com/threerings/**"/> <fileset dir="tests/${classes.dir}" includes="com/threerings/**"/>
-19
View File
@@ -1,19 +0,0 @@
#
# $Id: server.properties,v 1.5 2002/12/12 18:36:13 mdb Exp $
#
# 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
-6
View File
@@ -1,6 +0,0 @@
#
# $Id: logon.properties 31 2004-12-10 05:32:38Z mdb $
#
# Translations for general game services
m.player_game_over = {0} is eliminated!
-50
View File
@@ -1,50 +0,0 @@
#
# $Id$
#
# Translation strings for ModelViewer messages.
m.title = Three Rings Model Viewer
m.file_menu = File
m.file_load = Load Model...
m.file_import = Import JME File...
m.file_quit = Quit
m.view_menu = View
m.view_wireframe = Wireframe
m.view_pivots = Show Pivots
m.view_bounds = Show Bounds
m.view_normals = Show Normals
m.view_light = Rotate Light...
m.view_recenter = Recenter Camera
m.animation_mode = Animation Mode
m.mode_flipbook = Flipbook
m.mode_morph = Morph
m.mode_skin = Skin
m.load_title = Select Model to Load
m.load_filter = Model Files (*.properties, *.dat)
m.import_title = Select File to Import
m.import_filter = JME Files (*.jme)
m.anim_select = Animations:
m.anim_start = Start
m.anim_stop = Stop
m.anim_speed = Speed:
m.compiling_model = Compiling {0}...
m.loading_model = Loading {0}...
m.loaded_model = Loaded {0}
m.load_error = Error loading {0}: {1}
m.invalid_type = Invalid file type.
m.import = JME File: {0}
m.scale = Scale
m.respawn_particles = Respawn Particles
m.rotate_light = Rotate Light
m.azimuth = Azimuth:
m.elevation = Elevation:
m.close = Close
-22
View File
@@ -1,22 +0,0 @@
#
# $Id: micasa.properties,v 1.4 2002/07/17 18:11:14 mdb Exp $
#
# 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.

Before

Width:  |  Height:  |  Size: 192 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB