You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by gn...@apache.org on 2008/10/24 09:29:14 UTC

svn commit: r707574 - /servicemix/smx4/kernel/trunk/gshell/gshell-obr/pom.xml

Author: gnodet
Date: Fri Oct 24 00:29:14 2008
New Revision: 707574

URL: http://svn.apache.org/viewvc?rev=707574&view=rev
Log:
Fix obr bundle export packages

Modified:
    servicemix/smx4/kernel/trunk/gshell/gshell-obr/pom.xml

Modified: servicemix/smx4/kernel/trunk/gshell/gshell-obr/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/kernel/trunk/gshell/gshell-obr/pom.xml?rev=707574&r1=707573&r2=707574&view=diff
==============================================================================
--- servicemix/smx4/kernel/trunk/gshell/gshell-obr/pom.xml (original)
+++ servicemix/smx4/kernel/trunk/gshell/gshell-obr/pom.xml Fri Oct 24 00:29:14 2008
@@ -68,7 +68,7 @@
                 <configuration>
                     <instructions>
                         <Bundle-SymbolicName>${artifactId}</Bundle-SymbolicName>
-                        <Export-Package>org.apache.geronimo.gshell.obr*;version=${project.version}</Export-Package>
+                        <Export-Package>org.apache.servicemix.kernel.gshell.obr*;version=${project.version}</Export-Package>
                         <Import-Package>
                             org.apache.geronimo.gshell.wisdom.command,
                             org.apache.geronimo.gshell.wisdom.registry,