commit | 1dad3acf887d94a8f37575aac793e20ccd2d5749 | [log] [tgz] |
---|---|---|
author | Guillaume Nodet <gnodet@apache.org> | Tue Jun 08 11:24:06 2010 +0000 |
committer | Guillaume Nodet <gnodet@apache.org> | Tue Jun 08 11:24:06 2010 +0000 |
tree | 98c475c54dc343fb51255467fdb4a90386550c30 | |
parent | b59922a6e3c3e3b85f6e3dfeae8379eb29742fb2 [diff] |
FELIX-2310: Karaf framework environment is not set correctly git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@952614 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/karaf/assembly/src/main/filtered-resources/etc/config.properties b/karaf/assembly/src/main/filtered-resources/etc/config.properties index fd83a3f..22d8f13 100644 --- a/karaf/assembly/src/main/filtered-resources/etc/config.properties +++ b/karaf/assembly/src/main/filtered-resources/etc/config.properties
@@ -48,7 +48,7 @@ org.osgi.framework.bootdelegation=sun.*,com.sun.*,javax.transaction,javax.transaction.* # OSGi Execution Environment -org.osgi.framework.executionenvironment=J2SE-1.5 +org.osgi.framework.executionenvironment=J2SE-1.5,J2SE-1.4,J2SE-1.3 # To enable the use of the startup.properties file to control the start level: karaf.auto.start=startup.properties