org.argeo.slc.lib.detached uses org.argeo.osgi.boot
authorOlivier Capillon <olivier.capillon@gmail.com>
Wed, 25 Nov 2009 15:34:40 +0000 (15:34 +0000)
committerOlivier Capillon <olivier.capillon@gmail.com>
Wed, 25 Nov 2009 15:34:40 +0000 (15:34 +0000)
git-svn-id: https://svn.argeo.org/slc/trunk@3165 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

runtime/org.argeo.slc.lib.detached/src/main/java/org/argeo/slc/lib/detached/DetachedLauncher.java

index 4ab0f6067d1d95cd4e511a66aed6df442328bee9..85fabfdb530cbd88117cd8c9992be31a4b429eca 100644 (file)
@@ -26,7 +26,7 @@ public class DetachedLauncher extends JvmProcess implements BundleContextAware,
        private ResourceLoader resourceLoader = null;
 
        private Resource osgiFramework = null;
-       private String osgibootBundleName = "org.argeo.slc.osgiboot";
+       private String osgibootBundleName = "org.argeo.osgi.boot";      
        private String equinoxBundleName = "org.eclipse.osgi";
        private String xmlapisBundleName = "com.springsource.org.apache.xmlcommons";
        private String xercesBundleName = "com.springsource.org.apache.xerces";