Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Lorenzo2015-02-16 15:45:10 +0000
committerVincent Lorenzo2015-02-16 15:48:05 +0000
commit2bdec905ed072e56523099a57311c30d7445576a (patch)
tree50dd8eec8090de02dc6c735db8e89d84689a6607 /plugins/infra/nattable/org.eclipse.papyrus.infra.emf.nattable/META-INF/MANIFEST.MF
parent4c79b652ac8eb94b5d25ef33db9c796737a85016 (diff)
downloadorg.eclipse.papyrus-2bdec905ed072e56523099a57311c30d7445576a.tar.gz
org.eclipse.papyrus-2bdec905ed072e56523099a57311c30d7445576a.tar.xz
org.eclipse.papyrus-2bdec905ed072e56523099a57311c30d7445576a.zip
408930: [Table 2] Table must provide a row filter located in the column header
Diffstat (limited to 'plugins/infra/nattable/org.eclipse.papyrus.infra.emf.nattable/META-INF/MANIFEST.MF')
-rw-r--r--plugins/infra/nattable/org.eclipse.papyrus.infra.emf.nattable/META-INF/MANIFEST.MF6
1 files changed, 5 insertions, 1 deletions
diff --git a/plugins/infra/nattable/org.eclipse.papyrus.infra.emf.nattable/META-INF/MANIFEST.MF b/plugins/infra/nattable/org.eclipse.papyrus.infra.emf.nattable/META-INF/MANIFEST.MF
index 81122d5072c..f3c09c026d1 100644
--- a/plugins/infra/nattable/org.eclipse.papyrus.infra.emf.nattable/META-INF/MANIFEST.MF
+++ b/plugins/infra/nattable/org.eclipse.papyrus.infra.emf.nattable/META-INF/MANIFEST.MF
@@ -2,8 +2,10 @@ Manifest-Version: 1.0
Export-Package: org.eclipse.papyrus.infra.emf.nattable,
org.eclipse.papyrus.infra.emf.nattable.celleditor.config,
org.eclipse.papyrus.infra.emf.nattable.dataprovider,
+ org.eclipse.papyrus.infra.emf.nattable.filter.configuration,
org.eclipse.papyrus.infra.emf.nattable.manager.axis,
org.eclipse.papyrus.infra.emf.nattable.manager.cell,
+ org.eclipse.papyrus.infra.emf.nattable.messages,
org.eclipse.papyrus.infra.emf.nattable.provider,
org.eclipse.papyrus.infra.emf.nattable.registry,
org.eclipse.papyrus.infra.emf.nattable.selection,
@@ -24,7 +26,9 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.gmf.runtime.emf.type.core,
org.eclipse.papyrus.infra.gmfdiag.commands;bundle-version="1.1.0",
org.eclipse.papyrus.infra.tools;bundle-version="1.1.0",
- ca.odell.glazedlists;bundle-version="1.9.0"
+ ca.odell.glazedlists;bundle-version="1.9.0",
+ com.google.guava;bundle-version="15.0.0",
+ org.eclipse.nebula.widgets.nattable.extension.glazedlists;bundle-version="[1.1.0,2.0.0)"
Bundle-Vendor: Eclipse Modeling Project
Bundle-ActivationPolicy: lazy
Bundle-Version: 1.1.0.qualifier

Back to the top