You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by ri...@apache.org on 2006/02/09 14:41:15 UTC

svn commit: r376291 - /incubator/felix/trunk/org.apache.felix.framework/src/main/java/org/apache/felix/shell/tui/manifest.mf

Author: rickhall
Date: Thu Feb  9 05:41:13 2006
New Revision: 376291

URL: http://svn.apache.org/viewcvs?rev=376291&view=rev
Log:
Simple changes to the shell TUI bundle manifest.

Modified:
    incubator/felix/trunk/org.apache.felix.framework/src/main/java/org/apache/felix/shell/tui/manifest.mf

Modified: incubator/felix/trunk/org.apache.felix.framework/src/main/java/org/apache/felix/shell/tui/manifest.mf
URL: http://svn.apache.org/viewcvs/incubator/felix/trunk/org.apache.felix.framework/src/main/java/org/apache/felix/shell/tui/manifest.mf?rev=376291&r1=376290&r2=376291&view=diff
==============================================================================
--- incubator/felix/trunk/org.apache.felix.framework/src/main/java/org/apache/felix/shell/tui/manifest.mf (original)
+++ incubator/felix/trunk/org.apache.felix.framework/src/main/java/org/apache/felix/shell/tui/manifest.mf Thu Feb  9 05:41:13 2006
@@ -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