# HG changeset patch
# User smith@nwoca.org
# Date 1305839809 14400
# Node ID a2f3a6a2ec2dae0c00f4c6cc51fd2eb2f74d266a
# Parent ec63736cd2a3bff76770dccf7da8969c3e8f5331
CM-125: allow OSGI profile to be specified
diff -r ec63736cd2a3 -r a2f3a6a2ec2d osgi-ant-bundlor.xml
--- a/osgi-ant-bundlor.xml Thu May 19 12:37:37 2011 -0400
+++ b/osgi-ant-bundlor.xml Thu May 19 17:16:49 2011 -0400
@@ -35,6 +35,7 @@
+
@@ -49,7 +50,8 @@
bundleVersion="@{version}"
bundleSymbolicName="@{symbolicName}"
failOnWarnings="true"
- manifestTemplatePath="@{template}">
+ manifestTemplatePath="@{template}"
+ osgiProfilePath="@{profile}">