comparison 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
comparison
equal deleted inserted replaced
20:fe20e4ed4be2 21:a114600dc3d4
34 outputPath="${basedir}/@{jar}" 34 outputPath="${basedir}/@{jar}"
35 bundleVersion="@{version}" 35 bundleVersion="@{version}"
36 bundleSymbolicName="@{symbolicName}" 36 bundleSymbolicName="@{symbolicName}"
37 failOnWarnings="true" 37 failOnWarnings="true"
38 manifestTemplatePath="@{template}"> 38 manifestTemplatePath="@{template}">
39 <property name="bundle.name" value="@name"/> 39 <property name="bundle.name" value="@{name}"/>
40 <propertyset> 40 <propertyset>
41 <propertyref prefix="ivy"/> 41 <propertyref prefix="ivy"/>
42 <mapper type="glob" from="ivydeps." to="*"/> 42 <mapper type="glob" from="ivydeps." to="*"/>
43 </propertyset> 43 </propertyset>
44 </bundlor:bundlor> 44 </bundlor:bundlor>