You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ace.apache.org by ma...@apache.org on 2010/03/18 00:15:21 UTC

svn commit: r924550 - /incubator/ace/trunk/ace-deployment-provider-repositorybased/osgi.bnd

Author: marrs
Date: Wed Mar 17 23:15:20 2010
New Revision: 924550

URL: http://svn.apache.org/viewvc?rev=924550&view=rev
Log:
Exported the right package from the bundle now.

Modified:
    incubator/ace/trunk/ace-deployment-provider-repositorybased/osgi.bnd

Modified: incubator/ace/trunk/ace-deployment-provider-repositorybased/osgi.bnd
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/ace-deployment-provider-repositorybased/osgi.bnd?rev=924550&r1=924549&r2=924550&view=diff
==============================================================================
--- incubator/ace/trunk/ace-deployment-provider-repositorybased/osgi.bnd (original)
+++ incubator/ace/trunk/ace-deployment-provider-repositorybased/osgi.bnd Wed Mar 17 23:15:20 2010
@@ -7,7 +7,7 @@ Bundle-SymbolicName:\
   ${bundle.symbolicName}
 
 Export-Package:\
-  ${bundle.namespace}; version="${pom.version}"
+  org.apache.ace.deployment.provider; version="${pom.version}"
 
 Embed-Dependency:\
   ace-deployment-provider-api; inline=true, ace-deployment-provider-base; inline=true,ace-repository; inline=true