Further test fixes.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3358 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
+4
-2
@@ -114,13 +114,15 @@
|
||||
target="${cbundle.dir}/pirate/components.jar"
|
||||
mapfile="${cbundle.dir}/components.map"
|
||||
root="${cbundle.dir}/pirate">
|
||||
<fileset dir="${cbundle.dir}/pirate" includes="**/*.png"/>
|
||||
<fileset dir="${cbundle.dir}/pirate" includes="**/*.png"
|
||||
excludes="components/**"/>
|
||||
</cbundle>
|
||||
<cbundle actiondef="${cbundle.dir}/actions.xml"
|
||||
target="${cbundle.dir}/vessel/components.jar"
|
||||
mapfile="${cbundle.dir}/components.map"
|
||||
root="${cbundle.dir}/vessel">
|
||||
<fileset dir="${cbundle.dir}/vessel" includes="**/*.png"/>
|
||||
<fileset dir="${cbundle.dir}/vessel" includes="**/*.png"
|
||||
excludes="components/**"/>
|
||||
</cbundle>
|
||||
</target>
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
#
|
||||
# $Id: messages.properties,v 1.1 2002/02/28 23:12:27 mdb Exp $
|
||||
# $Id$
|
||||
#
|
||||
# Test localization properties file
|
||||
|
||||
m.foo = Foo arg one is ''{0}'' and two is ''{1}''.
|
||||
m.biff = Biff arg one is ''{0}'' and two is ''{1}''.
|
||||
m.meta = Meta arg one is ''{0}'' and two is ''{1}''.
|
||||
m.foo = Foo arg one is '{0}' and two is '{1}'.
|
||||
m.biff = Biff arg one is '{0}' and two is '{1}'.
|
||||
m.meta = Meta arg one is '{0}' and two is '{1}'.
|
||||
|
||||
Reference in New Issue
Block a user