changeset 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 d63570d69dd3
files osgi-ant-bundlor.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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="*"/>