Migration to Guice 3 and Guava Part II

This commit is contained in:
Sven Efftinge 2011-11-28 16:05:34 +01:00
parent 2f0d40663d
commit 59e440fe30
2 changed files with 3 additions and 3 deletions

View file

@ -11,6 +11,6 @@ Export-Package: org.eclipse.xtext.util,
org.eclipse.xtext.util.formallang;x-friends:="org.eclipse.xtext,org.eclipse.xtext.tests",
org.eclipse.xtext.util.internal;x-friends:="org.eclipse.xtext,org.eclipse.xtext.tests,org.eclipse.xtext.junit4"
Require-Bundle: org.eclipse.emf.ecore;bundle-version="2.3.2",
com.google.collect;bundle-version="1.0.0";visibility:=reexport,
com.google.inject;bundle-version="2.0.0";visibility:=reexport
com.google.guava;resolution:=optional;visibility:=reexport,
com.google.inject;bundle-version="2.0.0";resolution:=optional;visibility:=reexport
Import-Package: org.apache.log4j;version="1.2.15"

View file

@ -118,7 +118,7 @@ Require-Bundle: org.eclipse.emf.ecore.xmi;visibility:=reexport,
org.eclipse.emf.ecore;bundle-version="2.5.0";visibility:=reexport,
org.eclipse.xtext.util;bundle-version="2.0.0";visibility:=reexport,
org.antlr.runtime;bundle-version="3.2.0";visibility:=reexport,
com.google.inject;bundle-version="2.0.0";visibility:=reexport,
com.google.inject;bundle-version="2.0.0";resolution:=optional;visibility:=reexport,
org.eclipse.emf.codegen;bundle-version="2.5.0";resolution:=optional,
org.eclipse.emf.codegen.ecore;bundle-version="2.5.0";resolution:=optional,
org.eclipse.emf.mwe.core;bundle-version="1.2.0";resolution:=optional;visibility:=reexport,