Build must not take Batik 1.7.0
diff --git a/bundles/org.eclipse.e4.ui.css.core/META-INF/MANIFEST.MF b/bundles/org.eclipse.e4.ui.css.core/META-INF/MANIFEST.MF
index d6c86c4..7f1637f 100644
--- a/bundles/org.eclipse.e4.ui.css.core/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.e4.ui.css.core/META-INF/MANIFEST.MF
@@ -28,5 +28,5 @@
  org.eclipse.e4.ui.css.xml.engine,
  org.eclipse.e4.ui.css.xml.properties.css2
 Require-Bundle: org.w3c.css.sac;bundle-version="1.3.0",
- org.apache.batik.css;bundle-version="1.6.0"
+ org.apache.batik.css;bundle-version="[1.6.0,1.7.0)"
 Bundle-RequiredExecutionEnvironment: J2SE-1.5
diff --git a/examples/org.eclipse.e4.ui.examples.css/META-INF/MANIFEST.MF b/examples/org.eclipse.e4.ui.examples.css/META-INF/MANIFEST.MF
index bd3fb1b..afc7848 100644
--- a/examples/org.eclipse.e4.ui.examples.css/META-INF/MANIFEST.MF
+++ b/examples/org.eclipse.e4.ui.examples.css/META-INF/MANIFEST.MF
@@ -12,10 +12,10 @@
  org.eclipse.swt,
  org.w3c.css.sac,
  org.apache.commons.beanutils,
- org.apache.batik.css,
- org.apache.batik.util,
- org.apache.batik.util.gui,
- org.apache.batik.xml
+ org.apache.batik.css;bundle-version="[1.6.0,1.7.0)",
+ org.apache.batik.util;bundle-version="[1.6.0,1.7.0)",
+ org.apache.batik.util.gui;bundle-version="[1.6.0,1.7.0)",
+ org.apache.batik.xml;bundle-version="[1.6.0,1.7.0)"
 Bundle-ActivationPolicy: lazy
 Bundle-RequiredExecutionEnvironment: J2SE-1.5
 Export-Package: org.eclipse.e4.ui.examples.css.editor