Skip to content

Commit

Permalink
Added 'after' support
Browse files Browse the repository at this point in the history
  • Loading branch information
sdesai committed Oct 25, 2010
1 parent e990b90 commit 4a8c68b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions componentbuild/shared/macrolib.xml
Expand Up @@ -33,6 +33,7 @@
<arrayliteral from="component.supersedes" to="component.details.supersedes" key="supersedes" />
<arrayliteral from="component.requires" to="component.details.requires" key="requires" />
<arrayliteral from="component.optional" to="component.details.optional" key="optional" />
<arrayliteral from="component.after" to="component.details.after" key="after" />
<arrayliteral from="component.lang" to="component.details.lang" key="lang" />
<if>
<isset property="component.skinnable" />
Expand Down

0 comments on commit 4a8c68b

Please sign in to comment.