[p2-greedy] Set to old < 3.8 default greedy=true
diff --git a/plugins/org.eclipse.xpand.ui/META-INF/MANIFEST.MF b/plugins/org.eclipse.xpand.ui/META-INF/MANIFEST.MF
index 3592ed4..9ef547b 100644
--- a/plugins/org.eclipse.xpand.ui/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.xpand.ui/META-INF/MANIFEST.MF
@@ -23,7 +23,7 @@
  org.eclipse.ui.views,
  org.eclipse.emf.mwe.ui,
  com.ibm.icu,
- org.eclipse.debug.core;bundle-version="3.5.0";resolution:=optional
+ org.eclipse.debug.core;bundle-version="3.5.0";resolution:=optional;x-installation:=greedy
 Bundle-ActivationPolicy: lazy
 Bundle-Activator: org.eclipse.xpand.ui.XpandEditorPlugin
 Export-Package: org.eclipse.xpand.ui,
diff --git a/plugins/org.eclipse.xpand/META-INF/MANIFEST.MF b/plugins/org.eclipse.xpand/META-INF/MANIFEST.MF
index d3011ac..cce41b8 100644
--- a/plugins/org.eclipse.xpand/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.xpand/META-INF/MANIFEST.MF
@@ -6,9 +6,9 @@
 Bundle-Vendor: %providerName
 Bundle-Localization: plugin
 Require-Bundle: org.eclipse.xtend,
- org.eclipse.emf.mwe.core;resolution:=optional,
- org.eclipse.jdt.core;resolution:=optional,
- org.eclipse.text;resolution:=optional,
+ org.eclipse.emf.mwe.core;resolution:=optional;x-installation:=greedy,
+ org.eclipse.jdt.core;resolution:=optional;x-installation:=greedy,
+ org.eclipse.text;resolution:=optional;x-installation:=greedy,
  org.antlr.runtime;bundle-version="[3.2.0,3.2.1)"
 Export-Package: 
  org.eclipse.internal.xpand2,
diff --git a/plugins/org.eclipse.xtend.profiler/META-INF/MANIFEST.MF b/plugins/org.eclipse.xtend.profiler/META-INF/MANIFEST.MF
index 9aa365a..070e950 100644
--- a/plugins/org.eclipse.xtend.profiler/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.xtend.profiler/META-INF/MANIFEST.MF
@@ -6,7 +6,7 @@
 Bundle-Version: 1.2.0.qualifier
 Require-Bundle: org.eclipse.xtend,
  org.eclipse.emf.mwe.utils,
- org.eclipse.xpand;resolution:=optional,
+ org.eclipse.xpand;resolution:=optional;x-installation:=greedy,
  org.eclipse.emf.ecore.xmi
 LazyStart: true
 Export-Package: org.eclipse.xtend.profiler,
diff --git a/plugins/org.eclipse.xtend.typesystem.emf/META-INF/MANIFEST.MF b/plugins/org.eclipse.xtend.typesystem.emf/META-INF/MANIFEST.MF
index 728dc37..51035eb 100644
--- a/plugins/org.eclipse.xtend.typesystem.emf/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.xtend.typesystem.emf/META-INF/MANIFEST.MF
@@ -7,11 +7,10 @@
 Bundle-Vendor: %providerName
 Require-Bundle: org.eclipse.xtend,
  org.eclipse.emf.ecore.xmi,
- org.eclipse.emf.mwe.core,
- org.eclipse.emf.mwe.utils,
- org.eclipse.core.runtime;resolution:=optional
+ org.eclipse.core.runtime;resolution:=optional;x-installation:=greedy
 Export-Package: org.eclipse.xtend.typesystem.emf,
  org.eclipse.xtend.typesystem.emf.check
 Bundle-RequiredExecutionEnvironment: J2SE-1.5
 Eclipse-BuddyPolicy: dependent
-Import-Package: org.apache.commons.logging
+Import-Package: org.apache.commons.logging,
+ org.eclipse.emf.mwe.utils
diff --git a/plugins/org.eclipse.xtend.util.stdlib/META-INF/MANIFEST.MF b/plugins/org.eclipse.xtend.util.stdlib/META-INF/MANIFEST.MF
index 958e024..caa6e66 100644
--- a/plugins/org.eclipse.xtend.util.stdlib/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.xtend.util.stdlib/META-INF/MANIFEST.MF
@@ -8,7 +8,7 @@
 Bundle-Localization: plugin
 Require-Bundle: org.eclipse.xtend,
  org.eclipse.emf.mwe.utils,
- org.eclipse.xpand;resolution:=optional,
+ org.eclipse.xpand;resolution:=optional;x-installation:=greedy,
  org.eclipse.emf.ecore.xmi
 LazyStart: true
 Export-Package: org.eclipse.xpand.util.stdlib,
diff --git a/plugins/org.eclipse.xtend/META-INF/MANIFEST.MF b/plugins/org.eclipse.xtend/META-INF/MANIFEST.MF
index d4cdf0a..de5b7cf 100644
--- a/plugins/org.eclipse.xtend/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.xtend/META-INF/MANIFEST.MF
@@ -8,7 +8,7 @@
 Require-Bundle: org.eclipse.emf.mwe.core;visibility:=reexport,
  org.antlr.runtime;bundle-version="[3.2.0,3.2.1)",
  org.eclipse.emf.common,
- com.ibm.icu;resolution:=optional;visibility:=reexport
+ com.ibm.icu;resolution:=optional;x-installation:=greedy;visibility:=reexport
 Export-Package: org.eclipse.internal.xtend.check.codeassist,
  org.eclipse.internal.xtend.expression.ast,
  org.eclipse.internal.xtend.expression.codeassist,
diff --git a/plugins/org.eclipse.xtend/TODO.txt b/plugins/org.eclipse.xtend/TODO.txt
deleted file mode 100644
index e69de29..0000000
--- a/plugins/org.eclipse.xtend/TODO.txt
+++ /dev/null