ComponentBundlerTask now requires the action definitions.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1492 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
+4
-2
@@ -91,12 +91,14 @@
|
|||||||
<delete file="${cbundle.dir}/components.map"/>
|
<delete file="${cbundle.dir}/components.map"/>
|
||||||
|
|
||||||
<!-- build the component bundles -->
|
<!-- build the component bundles -->
|
||||||
<cbundle target="${cbundle.dir}/pirate/components.jar"
|
<cbundle actiondef="${cbundle.dir}/actions.xml"
|
||||||
|
target="${cbundle.dir}/pirate/components.jar"
|
||||||
mapfile="${cbundle.dir}/components.map"
|
mapfile="${cbundle.dir}/components.map"
|
||||||
root="${cbundle.dir}/pirate">
|
root="${cbundle.dir}/pirate">
|
||||||
<fileset dir="${cbundle.dir}/pirate" includes="**/*.png"/>
|
<fileset dir="${cbundle.dir}/pirate" includes="**/*.png"/>
|
||||||
</cbundle>
|
</cbundle>
|
||||||
<cbundle target="${cbundle.dir}/vessel/components.jar"
|
<cbundle actiondef="${cbundle.dir}/actions.xml"
|
||||||
|
target="${cbundle.dir}/vessel/components.jar"
|
||||||
mapfile="${cbundle.dir}/components.map"
|
mapfile="${cbundle.dir}/components.map"
|
||||||
root="${cbundle.dir}/vessel">
|
root="${cbundle.dir}/vessel">
|
||||||
<fileset dir="${cbundle.dir}/vessel" includes="**/*.png"/>
|
<fileset dir="${cbundle.dir}/vessel" includes="**/*.png"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user