Blow away the component map file before building so that it's consistent

between component repository rebuilds at present.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1092 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2002-03-05 07:11:21 +00:00
parent dd84a00252
commit 2a6b668a98
+4
View File
@@ -86,6 +86,10 @@
classdef="${cbundle.dir}/classes.xml"
target="${cbundle.dir}/metadata.jar"/>
<!-- blow away the components map file so that we get a consistent
mapping every time-->
<delete file="${cbundle.dir}/components.map"/>
<!-- build the component bundles -->
<cbundle target="${cbundle.dir}/pirate/components.jar"
mapfile="${cbundle.dir}/components.map">