You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by ge...@apache.org on 2010/10/13 19:43:24 UTC

svn commit: r1022211 - /karaf/trunk/assembly/src/main/filtered-resources/etc/config.properties

Author: gertv
Date: Wed Oct 13 17:43:23 2010
New Revision: 1022211

URL: http://svn.apache.org/viewvc?rev=1022211&view=rev
Log:
KARAF-247: Add J2SE-1.2 to org.osgi.framework.executionenvironment

Modified:
    karaf/trunk/assembly/src/main/filtered-resources/etc/config.properties

Modified: karaf/trunk/assembly/src/main/filtered-resources/etc/config.properties
URL: http://svn.apache.org/viewvc/karaf/trunk/assembly/src/main/filtered-resources/etc/config.properties?rev=1022211&r1=1022210&r2=1022211&view=diff
==============================================================================
--- karaf/trunk/assembly/src/main/filtered-resources/etc/config.properties (original)
+++ karaf/trunk/assembly/src/main/filtered-resources/etc/config.properties Wed Oct 13 17:43:23 2010
@@ -54,7 +54,7 @@ org.osgi.framework.system.packages.extra
 org.osgi.framework.bootdelegation=sun.*,com.sun.*,javax.transaction,javax.transaction.*
 
 # OSGi Execution Environment
-org.osgi.framework.executionenvironment=J2SE-1.5,J2SE-1.4,J2SE-1.3
+org.osgi.framework.executionenvironment=J2SE-1.5,J2SE-1.4,J2SE-1.3,J2SE-1.2
 
 # Set the parent classloader for the bundle to the classloader that loads the Framework (i.e. everything in lib/*.jar)
 org.osgi.framework.bundle.parent=framework