Author: fmeschbe
Date: Wed Sep 10 13:11:04 2008
New Revision: 693968
URL: http://svn.apache.org/viewvc?rev=693968&view=rev
Log:
FELIX-709 Also remove the Import-Service headers
and go back to 1.0.1-SNAPSHOT to redo the 1.0.2
release candidate
Modified:
felix/trunk/shell.remote/pom.xml
Modified: felix/trunk/shell.remote/pom.xml
URL:
http://svn.apache.org/viewvc/felix/trunk/shell.remote/pom.xml?rev=693968&r1=693967&r2=693968&view=diff
==============================================================================
--- felix/trunk/shell.remote/pom.xml (original)
+++ felix/trunk/shell.remote/pom.xml Wed Sep 10 13:11:04 2008
@@ -29,7 +29,7 @@
<description>
A simple remote textual user interface for Felix' shell service.
</description>
- <version>1.0.3-SNAPSHOT</version>
+ <version>1.0.1-SNAPSHOT</version>
<artifactId>org.apache.felix.shell.remote</artifactId>
<dependencies>
<dependency>
@@ -67,12 +67,6 @@
<Import-Package>
org.osgi.service.log;resolution:=optional,*
</Import-Package>
- <Import-Service>
- org.apache.felix.shell.ShellService
- </Import-Service>
- <Import-Service>
- org.osgi.service.log.LogService
- </Import-Service>
</instructions>
</configuration>
</plugin>