ARIES-1647 Advertise the Transaction Control service from the local transactions bundle

git-svn-id: https://svn.apache.org/repos/asf/aries/trunk/tx-control@1777277 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/tx-control-service-local/bnd.bnd b/tx-control-service-local/bnd.bnd
index f196aa0..1fd0230 100644
--- a/tx-control-service-local/bnd.bnd
+++ b/tx-control-service-local/bnd.bnd
@@ -31,4 +31,6 @@
 # Ensure that the API is exported substitutably
 
 Import-Package: org.osgi.service.transaction.control, \
-                *
\ No newline at end of file
+                *
+                
+Provide-Capability: osgi.service;objectClass="org.osgi.service.transaction.control.TransactionControl";osgi.local.enabled="true";uses:="org.osgi.service.transaction.control"
\ No newline at end of file