You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by ti...@apache.org on 2017/01/04 10:54:04 UTC

svn commit: r1777277 - /aries/trunk/tx-control/tx-control-service-local/bnd.bnd

Author: timothyjward
Date: Wed Jan  4 10:54:04 2017
New Revision: 1777277

URL: http://svn.apache.org/viewvc?rev=1777277&view=rev
Log:
ARIES-1647 Advertise the Transaction Control service from the local transactions bundle

Modified:
    aries/trunk/tx-control/tx-control-service-local/bnd.bnd

Modified: aries/trunk/tx-control/tx-control-service-local/bnd.bnd
URL: http://svn.apache.org/viewvc/aries/trunk/tx-control/tx-control-service-local/bnd.bnd?rev=1777277&r1=1777276&r2=1777277&view=diff
==============================================================================
--- aries/trunk/tx-control/tx-control-service-local/bnd.bnd (original)
+++ aries/trunk/tx-control/tx-control-service-local/bnd.bnd Wed Jan  4 10:54:04 2017
@@ -31,4 +31,6 @@ Private-Package: org.apache.aries.tx.con
 # 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