Modify launcher to cope with '-incubator-' new bundle naming scheme.
git-svn-id: https://svn.apache.org/repos/asf/incubator/felix/trunk@489622 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/mosgi.doc/config.properties.core b/mosgi.doc/config.properties.core
index 138dcd1..16a5d2c 100644
--- a/mosgi.doc/config.properties.core
+++ b/mosgi.doc/config.properties.core
@@ -12,9 +12,9 @@
#org.osgi.framework.bootdelegation=sun.*,com.sun.*
#felix.cache.profile=foo
felix.auto.start.1= \
- file:bundle/org.apache.felix.shell-0.8.0-SNAPSHOT.jar \
- file:bundle/org.apache.felix.shell.tui-0.8.0-SNAPSHOT.jar \
- file:bundle/org.apache.felix.bundlerepository-0.8.0-SNAPSHOT.jar \
+ file:bundle/org.apache.felix.shell-0.9.0-incubator-SNAPSHOT.jar \
+ file:bundle/org.apache.felix.shell.tui-0.9.0-incubator-SNAPSHOT.jar \
+ file:bundle/org.apache.felix.bundlerepository-0.9.0-incubator-SNAPSHOT.jar \
http://ares.insa-lyon.fr/~sfrenot/devel/mosgi/insajmx/trunk/lib/log.jar \
file:../mosgi.jmx.remotelogger/target/org.apache.felix.mosgi.jmx.remotelogger-0.9.0-incubator-SNAPSHOT.jar \
file:../mosgi.jmx.agent/target/org.apache.felix.mosgi.jmx.agent-0.9.0-incubator-SNAPSHOT.jar \
diff --git a/mosgi.doc/config.properties.jmxconsole b/mosgi.doc/config.properties.jmxconsole
index 4e57cb6..7f6e8b5 100644
--- a/mosgi.doc/config.properties.jmxconsole
+++ b/mosgi.doc/config.properties.jmxconsole
@@ -12,8 +12,8 @@
#org.osgi.framework.bootdelegation=sun.*,com.sun.*
#felix.cache.profile=foo
felix.auto.start.1= \
- file:bundle/org.apache.felix.shell-0.8.0-SNAPSHOT.jar \
- file:bundle/org.apache.felix.shell.tui-0.8.0-SNAPSHOT.jar \
+ file:bundle/org.apache.felix.shell-0.9.0-incubator-SNAPSHOT.jar \
+ file:bundle/org.apache.felix.shell.tui-0.9.0-incubator-SNAPSHOT.jar \
file:bundle/org.apache.felix.bundlerepository-0.8.0-SNAPSHOT.jar \
file:../mosgi.console.ifc/target/org.apache.felix.mosgi.console.ifc-0.9.0-incubator-SNAPSHOT.jar \
file:../mosgi.console.gui/target/org.apache.felix.mosgi.console.gui-0.9.0-incubator-SNAPSHOT.jar \