You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2011/11/28 14:24:26 UTC

svn commit: r1207137 - /tuscany/sca-java-2.x/trunk/modules/host-http-osgi/META-INF/MANIFEST.MF

Author: antelder
Date: Mon Nov 28 13:24:26 2011
New Revision: 1207137

URL: http://svn.apache.org/viewvc?rev=1207137&view=rev
Log:
Add support for using the Java 1.7 profile

Modified:
    tuscany/sca-java-2.x/trunk/modules/host-http-osgi/META-INF/MANIFEST.MF

Modified: tuscany/sca-java-2.x/trunk/modules/host-http-osgi/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/modules/host-http-osgi/META-INF/MANIFEST.MF?rev=1207137&r1=1207136&r2=1207137&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/modules/host-http-osgi/META-INF/MANIFEST.MF (original)
+++ tuscany/sca-java-2.x/trunk/modules/host-http-osgi/META-INF/MANIFEST.MF Mon Nov 28 13:24:26 2011
@@ -20,4 +20,4 @@ Bundle-SymbolicName: org.apache.tuscany.
 Bundle-DocURL: http://www.apache.org/
 Bundle-ActivationPolicy: lazy
 Bundle-Activator: org.apache.tuscany.sca.http.osgi.OSGiServletHost
-Bundle-RequiredExecutionEnvironment: J2SE-1.5,JavaSE-1.6
+Bundle-RequiredExecutionEnvironment: J2SE-1.5,JavaSE-1.6,JavaSE-1.7