Author: rickhall
Date: Thu Aug 28 07:05:51 2008
New Revision: 689828
URL: http://svn.apache.org/viewvc?rev=689828&view=rev
Log:
Fixed metadata errors. (FELIX-703)
Modified:
felix/trunk/shell.gui.plugin/pom.xml
Modified: felix/trunk/shell.gui.plugin/pom.xml
URL:
http://svn.apache.org/viewvc/felix/trunk/shell.gui.plugin/pom.xml?rev=689828&r1=689827&r2=689828&view=diff
==============================================================================
--- felix/trunk/shell.gui.plugin/pom.xml (original)
+++ felix/trunk/shell.gui.plugin/pom.xml Thu Aug 28 07:05:51 2008
@@ -69,7 +69,7 @@
<Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName>
<Bundle-Vendor>The Apache Software Foundation</Bundle-Vendor>
<Export-Service>org.apache.felix.shell.gui.Plugin</Export-Service>
-
<Import-Service>org.apache.felix.shell.ShellService,org.apache.felix.bundlerepository.RepostioryAdmin</Import-Service>
+
<Import-Service>org.apache.felix.shell.ShellService,org.osgi.service.obr.RepositoryAdmin</Import-Service>
<Private-Package>org.apache.felix.shell.gui.plugin.*</Private-Package>
</instructions>
</configuration>