Moved male pirate components into their own directory (which prefixes all

their class names with male/).


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1112 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2002-03-08 22:37:21 +00:00
parent c3eb78e520
commit 873406f6c5
2 changed files with 15 additions and 13 deletions
+4 -2
View File
@@ -92,11 +92,13 @@
<!-- build the component bundles -->
<cbundle target="${cbundle.dir}/pirate/components.jar"
mapfile="${cbundle.dir}/components.map">
mapfile="${cbundle.dir}/components.map"
root="${cbundle.dir}/pirate">
<fileset dir="${cbundle.dir}/pirate" includes="**/*.png"/>
</cbundle>
<cbundle target="${cbundle.dir}/vessel/components.jar"
mapfile="${cbundle.dir}/components.map">
mapfile="${cbundle.dir}/components.map"
root="${cbundle.dir}/vessel">
<fileset dir="${cbundle.dir}/vessel" includes="**/*.png"/>
</cbundle>
</target>