You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by da...@apache.org on 2005/10/09 22:57:41 UTC

svn commit: r312499 - /cocoon/trunk/src/java/org/apache/cocoon/core/osgi/OSGiBootstrapEnvironment.java

Author: danielf
Date: Sun Oct  9 13:57:29 2005
New Revision: 312499

URL: http://svn.apache.org/viewcvs?rev=312499&view=rev
Log:
Init parameter init-classloader is not supported anymore.

Modified:
    cocoon/trunk/src/java/org/apache/cocoon/core/osgi/OSGiBootstrapEnvironment.java

Modified: cocoon/trunk/src/java/org/apache/cocoon/core/osgi/OSGiBootstrapEnvironment.java
URL: http://svn.apache.org/viewcvs/cocoon/trunk/src/java/org/apache/cocoon/core/osgi/OSGiBootstrapEnvironment.java?rev=312499&r1=312498&r2=312499&view=diff
==============================================================================
--- cocoon/trunk/src/java/org/apache/cocoon/core/osgi/OSGiBootstrapEnvironment.java (original)
+++ cocoon/trunk/src/java/org/apache/cocoon/core/osgi/OSGiBootstrapEnvironment.java Sun Oct  9 13:57:29 2005
@@ -176,7 +176,6 @@
 
         public OSGiContext(Bundle bundle) {
             this.bundle = bundle;
-            this.initparameters.put("init-classloader", "true");
             this.initparameters.put("work-directory", "work");
         }