Mercurial > public > develkit
diff osgi-ant-bundlor.xml @ 21:a114600dc3d4
CM-125: Fix reference to bundle name attribute
author | smith@nwoca.org |
---|---|
date | Sat, 15 Jan 2011 17:09:39 -0500 |
parents | fe20e4ed4be2 |
children | 7df554d8c4c1 |
line wrap: on
line diff
--- a/osgi-ant-bundlor.xml Sat Jan 15 15:25:11 2011 -0500 +++ b/osgi-ant-bundlor.xml Sat Jan 15 17:09:39 2011 -0500 @@ -36,7 +36,7 @@ bundleSymbolicName="@{symbolicName}" failOnWarnings="true" manifestTemplatePath="@{template}"> - <property name="bundle.name" value="@name"/> + <property name="bundle.name" value="@{name}"/> <propertyset> <propertyref prefix="ivy"/> <mapper type="glob" from="ivydeps." to="*"/>