Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas FAUVERGUE2018-05-15 13:13:24 +0000
committervincent lorenzo2018-06-01 12:48:01 +0000
commit6a0deffc511b26ce2cd2d0b92281a4b7a621a714 (patch)
tree3386dca302852ad0f80dfe0778455710ca9d5904 /plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/META-INF/MANIFEST.MF
parenta545caad43d825e636a63c736d63da3e8eb0bed8 (diff)
downloadorg.eclipse.papyrus-6a0deffc511b26ce2cd2d0b92281a4b7a621a714.tar.gz
org.eclipse.papyrus-6a0deffc511b26ce2cd2d0b92281a4b7a621a714.tar.xz
org.eclipse.papyrus-6a0deffc511b26ce2cd2d0b92281a4b7a621a714.zip
Bug 534651 - [Table] The "import from file" function in Tables doesn't
work with strings longer than 1024B Use StringBuilder instead of Array to avoid possible size exceptions. Change-Id: If29526ab1e8d21b94dcfd87d69334b12a3647396 Signed-off-by: Nicolas FAUVERGUE <nicolas.fauvergue@cea.fr>
Diffstat (limited to 'plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/META-INF/MANIFEST.MF')
-rw-r--r--plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/META-INF/MANIFEST.MF b/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/META-INF/MANIFEST.MF
index 57459ddee32..d83484b7bdb 100644
--- a/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/META-INF/MANIFEST.MF
+++ b/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/META-INF/MANIFEST.MF
@@ -80,6 +80,6 @@ Bundle-Activator: org.eclipse.papyrus.infra.nattable.Activator
Bundle-ManifestVersion: 2
Bundle-Description: %pluginDescription
Bundle-SymbolicName: org.eclipse.papyrus.infra.nattable;singleton:=true
-Bundle-RequiredExecutionEnvironment: JavaSE-1.6
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Import-Package: com.google.common.collect;version="21.0.0"
Automatic-Module-Name: org.eclipse.papyrus.infra.nattable

Back to the top