You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by gn...@apache.org on 2008/10/16 20:39:49 UTC

svn commit: r705319 - in /servicemix/smx4/kernel/trunk: assembly/src/main/distribution/text/etc/ gshell/gshell-admin/src/main/resources/org/apache/servicemix/kernel/gshell/admin/etc/ testing/support/src/main/resources/org/apache/servicemix/kernel/testi...

Author: gnodet
Date: Thu Oct 16 11:39:48 2008
New Revision: 705319

URL: http://svn.apache.org/viewvc?rev=705319&view=rev
Log:
Revert SMX4KNL-119

Modified:
    servicemix/smx4/kernel/trunk/assembly/src/main/distribution/text/etc/config.properties
    servicemix/smx4/kernel/trunk/gshell/gshell-admin/src/main/resources/org/apache/servicemix/kernel/gshell/admin/etc/config.properties
    servicemix/smx4/kernel/trunk/testing/support/src/main/resources/org/apache/servicemix/kernel/testing/support/felix.config.properties

Modified: servicemix/smx4/kernel/trunk/assembly/src/main/distribution/text/etc/config.properties
URL: http://svn.apache.org/viewvc/servicemix/smx4/kernel/trunk/assembly/src/main/distribution/text/etc/config.properties?rev=705319&r1=705318&r2=705319&view=diff
==============================================================================
--- servicemix/smx4/kernel/trunk/assembly/src/main/distribution/text/etc/config.properties (original)
+++ servicemix/smx4/kernel/trunk/assembly/src/main/distribution/text/etc/config.properties Thu Oct 16 11:39:48 2008
@@ -26,8 +26,13 @@
  org.osgi.service.url; version=1.0.0, \
  org.apache.servicemix.kernel.main.spi; version=1.0.0, \
  org.apache.servicemix.kernel.jaas.boot, \
+ com.sun.org.apache.xalan.internal.xsltc.trax, \
+ com.sun.org.apache.xerces.internal.dom, \
+ com.sun.org.apache.xerces.internal.jaxp, \
+ com.sun.org.apache.xerces.internal.jaxp.datatype, \
+ com.sun.org.apache.xerces.internal.xni, \
  ${jre-${java.specification.version}}
-org.osgi.framework.bootdelegation=sun.*,com.sun.management*,com.sun.org.apache.*
+org.osgi.framework.bootdelegation=sun.*,com.sun.management*,
 
 # To enable the use of the startup.properties file to control the start level:
 felix.auto.start=startup.properties

Modified: servicemix/smx4/kernel/trunk/gshell/gshell-admin/src/main/resources/org/apache/servicemix/kernel/gshell/admin/etc/config.properties
URL: http://svn.apache.org/viewvc/servicemix/smx4/kernel/trunk/gshell/gshell-admin/src/main/resources/org/apache/servicemix/kernel/gshell/admin/etc/config.properties?rev=705319&r1=705318&r2=705319&view=diff
==============================================================================
--- servicemix/smx4/kernel/trunk/gshell/gshell-admin/src/main/resources/org/apache/servicemix/kernel/gshell/admin/etc/config.properties (original)
+++ servicemix/smx4/kernel/trunk/gshell/gshell-admin/src/main/resources/org/apache/servicemix/kernel/gshell/admin/etc/config.properties Thu Oct 16 11:39:48 2008
@@ -26,8 +26,13 @@
  org.osgi.service.url; version=1.0.0, \
  org.apache.servicemix.kernel.main.spi; version=1.0.0, \
  org.apache.servicemix.kernel.jaas.boot, \
+ com.sun.org.apache.xalan.internal.xsltc.trax, \
+ com.sun.org.apache.xerces.internal.dom, \
+ com.sun.org.apache.xerces.internal.jaxp, \
+ com.sun.org.apache.xerces.internal.jaxp.datatype, \
+ com.sun.org.apache.xerces.internal.xni, \
  ${jre-${java.specification.version}}
-org.osgi.framework.bootdelegation=sun.*,com.sun.management*,com.sun.org.apache.*
+org.osgi.framework.bootdelegation=sun.*,com.sun.management*,
 
 # To enable the use of the startup.properties file to control the start level:
 felix.auto.start=startup.properties

Modified: servicemix/smx4/kernel/trunk/testing/support/src/main/resources/org/apache/servicemix/kernel/testing/support/felix.config.properties
URL: http://svn.apache.org/viewvc/servicemix/smx4/kernel/trunk/testing/support/src/main/resources/org/apache/servicemix/kernel/testing/support/felix.config.properties?rev=705319&r1=705318&r2=705319&view=diff
==============================================================================
--- servicemix/smx4/kernel/trunk/testing/support/src/main/resources/org/apache/servicemix/kernel/testing/support/felix.config.properties (original)
+++ servicemix/smx4/kernel/trunk/testing/support/src/main/resources/org/apache/servicemix/kernel/testing/support/felix.config.properties Thu Oct 16 11:39:48 2008
@@ -26,8 +26,13 @@
  org.osgi.service.url; version=1.0.0, \
  org.apache.servicemix.kernel.main.spi; version=1.0.0, \
  org.apache.servicemix.kernel.jaas.boot, \
+ com.sun.org.apache.xalan.internal.xsltc.trax, \
+ com.sun.org.apache.xerces.internal.dom, \
+ com.sun.org.apache.xerces.internal.jaxp, \
+ com.sun.org.apache.xerces.internal.jaxp.datatype, \
+ com.sun.org.apache.xerces.internal.xni, \
  ${jre-${java.specification.version}}
-org.osgi.framework.bootdelegation=sun.*,com.sun.management*,com.sun.org.apache.*,com.sun.xml.internal.messaging*,com.sun.xml.messaging*
+org.osgi.framework.bootdelegation=sun.*,com.sun.management*,
 
 # To enable the use of the startup.properties file to control the start level:
 felix.auto.start=startup.properties
@@ -128,7 +133,6 @@
  javax.xml.datatype; \
  javax.xml.namespace; \
  javax.xml.parsers; \
- javax.xml.soap; \
  javax.xml.transform; \
  javax.xml.transform.dom; \
  javax.xml.transform.sax; \