| Manifest-Version: 1.0 | |
| Bundle-ManifestVersion: 2 | |
| Bundle-Name: NatTable Examples | |
| Bundle-SymbolicName: org.eclipse.nebula.widgets.nattable.examples | |
| Bundle-Version: 1.0.1.qualifier | |
| Bundle-RequiredExecutionEnvironment: JavaSE-1.6 | |
| Import-Package: ca.odell.glazedlists;resolution:=optional, | |
| ca.odell.glazedlists.event;resolution:=optional, | |
| ca.odell.glazedlists.matchers, | |
| ca.odell.glazedlists.swt;resolution:=optional, | |
| ca.odell.glazedlists.util.concurrent;resolution:=optional, | |
| org.apache.commons.lang, | |
| org.apache.commons.lang.builder, | |
| org.apache.commons.lang.math, | |
| org.eclipse.core.commands.common, | |
| org.eclipse.jface.dialogs, | |
| org.eclipse.jface.layout, | |
| org.eclipse.jface.resource, | |
| org.eclipse.jface.viewers, | |
| org.eclipse.jface.window, | |
| org.eclipse.swt, | |
| org.eclipse.swt.browser, | |
| org.eclipse.swt.custom, | |
| org.eclipse.swt.events, | |
| org.eclipse.swt.graphics, | |
| org.eclipse.swt.layout, | |
| org.eclipse.swt.widgets | |
| Require-Bundle: org.eclipse.nebula.widgets.nattable.core, | |
| org.eclipse.nebula.widgets.nattable.extension.glazedlists, | |
| org.eclipse.nebula.widgets.nattable.extension.builder, | |
| org.eclipse.nebula.widgets.nattable.dataset, | |
| org.eclipse.nebula.widgets.nattable.extension.poi | |
| Bundle-Vendor: Eclipse Nebula NatTable |