Simple changes to the shell TUI bundle manifest.
git-svn-id: https://svn.apache.org/repos/asf/incubator/felix/trunk@376291 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/org.apache.felix.framework/src/main/java/org/apache/felix/shell/tui/manifest.mf b/org.apache.felix.framework/src/main/java/org/apache/felix/shell/tui/manifest.mf
index c66b813..1d953c3 100644
--- a/org.apache.felix.framework/src/main/java/org/apache/felix/shell/tui/manifest.mf
+++ b/org.apache.felix.framework/src/main/java/org/apache/felix/shell/tui/manifest.mf
@@ -1,9 +1,10 @@
Bundle-Name: ShellTUI
Bundle-SymbolicName: org.apache.felix.shell.tui
Bundle-Description: A simple textual user interface for Felix' shell service.
-Bundle-DocURL: http://oscar-osgi.sf.net/repo/shelltui/
-Bundle-Version: 1.0.0
+Bundle-DocURL: http://oscar-osgi.sf.net/obr2/shelltui/
+Bundle-Source: http://oscar-osgi.sf.net/obr2/shelltui/org.apache.felix.shell.tui-src.jar
+Bundle-Version: 1.0.1
Bundle-Activator: org.apache.felix.shell.tui.Activator
Bundle-ClassPath: .
Import-Package: org.osgi.framework, org.apache.felix.shell
-Import-Service: org.apache.felix.shell
+Import-Service: org.apache.felix.shell.ShellService