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:48:58 UTC

svn commit: r1022215 - /karaf/branches/karaf-2.0.x/assembly/src/main/filtered-resources/etc/config.properties

Author: gertv
Date: Wed Oct 13 17:48:57 2010
New Revision: 1022215

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

Modified:
    karaf/branches/karaf-2.0.x/assembly/src/main/filtered-resources/etc/config.properties

Modified: karaf/branches/karaf-2.0.x/assembly/src/main/filtered-resources/etc/config.properties
URL: http://svn.apache.org/viewvc/karaf/branches/karaf-2.0.x/assembly/src/main/filtered-resources/etc/config.properties?rev=1022215&r1=1022214&r2=1022215&view=diff
==============================================================================
--- karaf/branches/karaf-2.0.x/assembly/src/main/filtered-resources/etc/config.properties (original)
+++ karaf/branches/karaf-2.0.x/assembly/src/main/filtered-resources/etc/config.properties Wed Oct 13 17:48:57 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