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:
@@ -86,6 +86,10 @@
|
|||||||
classdef="${cbundle.dir}/classes.xml"
|
classdef="${cbundle.dir}/classes.xml"
|
||||||
target="${cbundle.dir}/metadata.jar"/>
|
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 -->
|
<!-- build the component bundles -->
|
||||||
<cbundle target="${cbundle.dir}/pirate/components.jar"
|
<cbundle target="${cbundle.dir}/pirate/components.jar"
|
||||||
mapfile="${cbundle.dir}/components.map">
|
mapfile="${cbundle.dir}/components.map">
|
||||||
|
|||||||
Reference in New Issue
Block a user