mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-17 01:08:56 +00:00
don't reexport org.hamcrest from text.junit4
This commit is contained in:
parent
96868c0917
commit
be1a01895a
2 changed files with 3 additions and 3 deletions
|
@ -29,5 +29,4 @@ Require-Bundle: org.eclipse.xtext;bundle-version="2.0.0",
|
|||
org.eclipse.core.runtime;bundle-version="3.5.0";resolution:=optional,
|
||||
org.eclipse.ui.ide;bundle-version="3.5.0";resolution:=optional,
|
||||
org.eclipse.jdt.core;bundle-version="3.5.0";resolution:=optional,
|
||||
org.eclipse.jdt.launching;bundle-version="3.5.0";resolution:=optional,
|
||||
org.hamcrest.core;bundle-version="1.1.0";visibility:=reexport
|
||||
org.eclipse.jdt.launching;bundle-version="3.5.0";resolution:=optional
|
||||
|
|
|
@ -17,7 +17,8 @@ Require-Bundle: org.eclipse.xtext;bundle-version="2.0.0",
|
|||
org.eclipse.emf.mwe2.launch;bundle-version="2.2.0";resolution:=optional,
|
||||
org.eclipse.xtext.testlanguages;bundle-version="2.0.0",
|
||||
org.antlr.runtime,
|
||||
org.eclipse.xtext.junit4;bundle-version="2.3.0"
|
||||
org.eclipse.xtext.junit4;bundle-version="2.3.0",
|
||||
org.hamcrest.core;bundle-version="1.1.0"
|
||||
Bundle-ClassPath: lib/simple.jar,.
|
||||
Import-Package: org.apache.log4j,
|
||||
org.junit;version="4.5.0",
|
||||
|
|
Loading…
Reference in a new issue