Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvlorenzo2013-05-27 15:11:01 +0000
committervlorenzo2013-05-27 15:11:01 +0000
commitf543b7f3115bd2e810ee29ace321e878e67e97d3 (patch)
tree7f7a271736f447c3488a0f748a831ea44e657436 /extraplugins/table/org.eclipse.papyrus.infra.nattable.model.editor/META-INF/MANIFEST.MF
parentd8e28e167012e59c5eb98e3d2f6998b2051231c4 (diff)
downloadorg.eclipse.papyrus-f543b7f3115bd2e810ee29ace321e878e67e97d3.tar.gz
org.eclipse.papyrus-f543b7f3115bd2e810ee29ace321e878e67e97d3.tar.xz
org.eclipse.papyrus-f543b7f3115bd2e810ee29ace321e878e67e97d3.zip
408933: [General] [Table 2] Add (Nat)Table plugins to releng
https://bugs.eclipse.org/bugs/show_bug.cgi?id=408933 Declare all NatTable plugins on Java 1.6
Diffstat (limited to 'extraplugins/table/org.eclipse.papyrus.infra.nattable.model.editor/META-INF/MANIFEST.MF')
-rw-r--r--extraplugins/table/org.eclipse.papyrus.infra.nattable.model.editor/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/extraplugins/table/org.eclipse.papyrus.infra.nattable.model.editor/META-INF/MANIFEST.MF b/extraplugins/table/org.eclipse.papyrus.infra.nattable.model.editor/META-INF/MANIFEST.MF
index a84f292b514..10e5acd8d51 100644
--- a/extraplugins/table/org.eclipse.papyrus.infra.nattable.model.editor/META-INF/MANIFEST.MF
+++ b/extraplugins/table/org.eclipse.papyrus.infra.nattable.model.editor/META-INF/MANIFEST.MF
@@ -7,7 +7,7 @@ Bundle-ClassPath: .
Bundle-Activator: org.eclipse.papyrus.infra.nattable.model.nattable.presentation.NattableEditorPlugin$Implementation
Bundle-Vendor: %providerName
Bundle-Localization: plugin
-Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Export-Package: org.eclipse.papyrus.infra.nattable.model.nattable.nattableaxis.presentation,
org.eclipse.papyrus.infra.nattable.model.nattable.nattableaxisconfiguration.presentation,
org.eclipse.papyrus.infra.nattable.model.nattable.nattableaxisprovider.presentation,

Back to the top