next try to compile filteringtable
diff --git a/org.eclipse.osbp.fork.vaadin.addon.filteringtable/META-INF/MANIFEST.MF b/org.eclipse.osbp.fork.vaadin.addon.filteringtable/META-INF/MANIFEST.MF
index cc34fb1..e5cb790 100644
--- a/org.eclipse.osbp.fork.vaadin.addon.filteringtable/META-INF/MANIFEST.MF
+++ b/org.eclipse.osbp.fork.vaadin.addon.filteringtable/META-INF/MANIFEST.MF
@@ -9,8 +9,6 @@
 Bundle-Name: filteringtable.osgi
 Require-Bundle: popupbutton.osgi;bundle-version="2.5.0",
  org.apache.commons.codec;bundle-version="1.10.0",
- com.vaadin.client;bundle-version="[7.7.6,7.8.0)",
- com.vaadin.client-compiled;bundle-version="[7.7.6,7.8.0)",
  com.vaadin.server;bundle-version="[7.7.6,7.8.0)",
  com.vaadin.shared;bundle-version="[7.7.6,7.8.0)",
  org.jsoup;bundle-version="1.8.3",
@@ -24,5 +22,6 @@
  org.tepi.filtertable.numberfilter,
  org.tepi.filtertable.paged
 Bundle-Vendor: Eclipse OSBP
+Import-Package: com.vaadin.client;version="[7.7.6,7.8.0)"