You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ge...@apache.org on 2011/06/01 11:42:18 UTC

svn commit: r1130071 - /servicemix/smx4/nmr/trunk/document/pom.xml

Author: gertv
Date: Wed Jun  1 09:42:18 2011
New Revision: 1130071

URL: http://svn.apache.org/viewvc?rev=1130071&view=rev
Log:
SMX4NMR-273: Add Export-Service for DocumentRepository to facilitate OBR resolution

Modified:
    servicemix/smx4/nmr/trunk/document/pom.xml

Modified: servicemix/smx4/nmr/trunk/document/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/nmr/trunk/document/pom.xml?rev=1130071&r1=1130070&r2=1130071&view=diff
==============================================================================
--- servicemix/smx4/nmr/trunk/document/pom.xml (original)
+++ servicemix/smx4/nmr/trunk/document/pom.xml Wed Jun  1 09:42:18 2011
@@ -107,6 +107,7 @@
                         <Private-Package>${project.artifactId}.impl</Private-Package>
                         <Bundle-Activator>org.apache.servicemix.document.impl.Activator</Bundle-Activator>
                         <Export-Package>${project.artifactId}*;version=${project.version};-noimport:=true</Export-Package>
+                        <Export-Service>org.apache.servicemix.document.DocumentRepository</Export-Service>
                         <_versionpolicy>[$(version;==;$(@)),$(version;+;$(@)))</_versionpolicy>
                     </instructions>
                 </configuration>