summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/contribution-osgi/META-INF/MANIFEST.MF
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2009-04-14 19:17:23 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2009-04-14 19:17:23 +0000
commit759a3ac0fac96eef620e67b8a07f75612ea68d27 (patch)
treeba17ab2a08bcf1fab2f5c543f5c773b114715054 /java/sca/modules/contribution-osgi/META-INF/MANIFEST.MF
parentcba3a3785a014f9d6619c4e095324cbff9c24fb1 (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/contribution-osgi/META-INF/MANIFEST.MF')
-rw-r--r--java/sca/modules/contribution-osgi/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/sca/modules/contribution-osgi/META-INF/MANIFEST.MF b/java/sca/modules/contribution-osgi/META-INF/MANIFEST.MF
index cba1a90e54..0f201e78a7 100644
--- a/java/sca/modules/contribution-osgi/META-INF/MANIFEST.MF
+++ b/java/sca/modules/contribution-osgi/META-INF/MANIFEST.MF
@@ -19,4 +19,4 @@ Import-Package: org.apache.tuscany.sca.assembly;version="2.0.0",
org.osgi.framework;version="1.4.0"
Bundle-DocURL: http://www.apache.org/
Export-Package: org.apache.tuscany.sca.contribution.osgi;version="2.0.0"
-
+Bundle-RequiredExecutionEnvironment: J2SE-1.5,JavaSE-1.6