[build] Add qualifier to Acceleo dependencies
diff --git a/plugins/org.eclipse.mylyn.docs.intent.exporter/META-INF/MANIFEST.MF b/plugins/org.eclipse.mylyn.docs.intent.exporter/META-INF/MANIFEST.MF
index 2f5a3a6..92ef292 100644
--- a/plugins/org.eclipse.mylyn.docs.intent.exporter/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.mylyn.docs.intent.exporter/META-INF/MANIFEST.MF
@@ -11,11 +11,11 @@
  org.eclipse.emf.ecore.xmi,
  org.eclipse.ocl,
  org.eclipse.ocl.ecore,
- org.eclipse.acceleo.common;visibility:=reexport,
- org.eclipse.acceleo.parser;bundle-version="3.3.0";visibility:=reexport,
- org.eclipse.acceleo.model;visibility:=reexport,
- org.eclipse.acceleo.profiler;visibility:=reexport,
- org.eclipse.acceleo.engine;visibility:=reexport,
+ org.eclipse.acceleo.common;bundle-version="3.5.0";visibility:=reexport,
+ org.eclipse.acceleo.parser;bundle-version="3.5.0";visibility:=reexport,
+ org.eclipse.acceleo.model;bundle-version="3.5.0";visibility:=reexport,
+ org.eclipse.acceleo.profiler;bundle-version="3.5.0";visibility:=reexport,
+ org.eclipse.acceleo.engine;bundle-version="3.5.0";visibility:=reexport,
  com.google.guava;bundle-version="[11.0.0,12.0.0)",
  org.eclipse.mylyn.docs.intent.core;visibility:=reexport,
  org.eclipse.mylyn.docs.intent.markup.gen,
diff --git a/plugins/org.eclipse.mylyn.docs.intent.markup.gen/META-INF/MANIFEST.MF b/plugins/org.eclipse.mylyn.docs.intent.markup.gen/META-INF/MANIFEST.MF
index 41942fe..f478e0e 100644
--- a/plugins/org.eclipse.mylyn.docs.intent.markup.gen/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.mylyn.docs.intent.markup.gen/META-INF/MANIFEST.MF
@@ -14,11 +14,11 @@
  org.eclipse.mylyn.docs.intent.markup.wikigen.impl,
  org.eclipse.mylyn.docs.intent.markup.wikigen.util
 Require-Bundle: org.eclipse.core.runtime,
- org.eclipse.acceleo.engine,
  org.eclipse.mylyn.docs.intent.markup,
  org.eclipse.ocl.ecore,
  org.eclipse.emf.ecore;visibility:=reexport,
  com.google.guava;bundle-version="[11.0.0,12.0.0)",
- org.eclipse.acceleo.parser;bundle-version="3.3.0",
+ org.eclipse.acceleo.parser;bundle-version="3.5.0",
+ org.eclipse.acceleo.engine;bundle-version="3.5.0",
  org.eclipse.swt
 Bundle-ActivationPolicy: lazy
diff --git a/plugins/org.eclipse.mylyn.docs.intent.markup.ui/META-INF/MANIFEST.MF b/plugins/org.eclipse.mylyn.docs.intent.markup.ui/META-INF/MANIFEST.MF
index 66d4fae..84cf07e 100644
--- a/plugins/org.eclipse.mylyn.docs.intent.markup.ui/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.mylyn.docs.intent.markup.ui/META-INF/MANIFEST.MF
@@ -10,8 +10,8 @@
  org.eclipse.core.resources,
  org.eclipse.mylyn.docs.intent.markup,
  org.eclipse.mylyn.docs.intent.markup.gen,
- org.eclipse.acceleo.engine,
- org.eclipse.acceleo.parser
+ org.eclipse.acceleo.engine;bundle-version="3.5.0",
+ org.eclipse.acceleo.parser;bundle-version="3.5.0"
 Bundle-ActivationPolicy: lazy
 Bundle-RequiredExecutionEnvironment: J2SE-1.5
 Bundle-Vendor: %providerName