From: Mathieu Baudier Date: Wed, 16 Jan 2013 08:38:29 +0000 (+0000) Subject: Fix renamed third-party bundles X-Git-Tag: argeo-slc-2.1.7~475 X-Git-Url: http://git.argeo.org/?a=commitdiff_plain;ds=inline;h=85b62369433edbaf51d5e3c6e7461b426970eabf;hp=dd765259136322fc3a317ecf0ed623b18b65ea0c;p=gpl%2Fargeo-slc.git Fix renamed third-party bundles git-svn-id: https://svn.argeo.org/slc/trunk@6030 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- diff --git a/runtime/org.argeo.slc.lib.detached/src/main/java/org/argeo/slc/lib/detached/DetachedLauncher.java b/runtime/org.argeo.slc.lib.detached/src/main/java/org/argeo/slc/lib/detached/DetachedLauncher.java index 5ace6c05d..5f2bbd2e9 100644 --- a/runtime/org.argeo.slc.lib.detached/src/main/java/org/argeo/slc/lib/detached/DetachedLauncher.java +++ b/runtime/org.argeo.slc.lib.detached/src/main/java/org/argeo/slc/lib/detached/DetachedLauncher.java @@ -43,8 +43,8 @@ public class DetachedLauncher extends JvmProcess implements BundleContextAware, private Resource osgiFramework = null; 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"; + private String xmlapisBundleName = "org.apache.xmlcommons"; + private String xercesBundleName = "org.apache.xerces"; private List excludeBundleNames = new ArrayList(); private List includeBundleUrls = new ArrayList();