Mercurial > public > develkit
comparison 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 |
comparison
equal
deleted
inserted
replaced
34:2704c479a05f | 35:7df554d8c4c1 |
---|---|
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> |
45 </sequential> | 45 </sequential> |
46 </macrodef> | 46 </macrodef> |
47 | 47 |