diff options
author | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2009-04-14 19:17:23 +0000 |
---|---|---|
committer | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2009-04-14 19:17:23 +0000 |
commit | 759a3ac0fac96eef620e67b8a07f75612ea68d27 (patch) | |
tree | ba17ab2a08bcf1fab2f5c543f5c773b114715054 /java/sca/modules/host-jetty | |
parent | cba3a3785a014f9d6619c4e095324cbff9c24fb1 (diff) |
Fixing the MANIFEST.MF with Bundle-RequiredExecutionEnvironment header
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@764927 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/modules/host-jetty')
-rw-r--r-- | java/sca/modules/host-jetty/META-INF/MANIFEST.MF | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/sca/modules/host-jetty/META-INF/MANIFEST.MF b/java/sca/modules/host-jetty/META-INF/MANIFEST.MF index 9d58231746..3a203a5ec9 100644 --- a/java/sca/modules/host-jetty/META-INF/MANIFEST.MF +++ b/java/sca/modules/host-jetty/META-INF/MANIFEST.MF @@ -27,4 +27,4 @@ Import-Package: javax.net.ssl;resolution:=optional, org.mortbay.thread;version="6.1.15"
Bundle-SymbolicName: org.apache.tuscany.sca.host.jetty
Bundle-DocURL: http://www.apache.org/
-
+Bundle-RequiredExecutionEnvironment: J2SE-1.5,JavaSE-1.6 |