Mercurial > public > develkit
diff osgi-ant-bundlor.xml @ 35:7df554d8c4c1
CM-125: correct error in bundlor property mapping
author | smith@nwoca.org |
---|---|
date | Sat, 07 May 2011 11:09:46 -0400 |
parents | a114600dc3d4 |
children | 82a5d5a000fe |
line wrap: on
line diff
--- a/osgi-ant-bundlor.xml Tue Apr 26 11:29:03 2011 -0400 +++ b/osgi-ant-bundlor.xml Sat May 07 11:09:46 2011 -0400 @@ -39,7 +39,7 @@ <property name="bundle.name" value="@{name}"/> <propertyset> <propertyref prefix="ivy"/> - <mapper type="glob" from="ivydeps." to="*"/> + <mapper type="glob" from="ivydeps.*" to="*"/> </propertyset> </bundlor:bundlor> </sequential>