Skip to content

Commit

Permalink
Fix issue #5258: Remove dependency on JUnit 4
Browse files Browse the repository at this point in the history
  • Loading branch information
turesheim committed Nov 5, 2014
1 parent 34d12e3 commit 209d342
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,3 @@ Bundle-Localization: OSGI-INF/l10n/bundle
Export-Package: no.resheim.eclipse.utils.launcher.core
Eclipse-ExtensibleAPI: true
Service-Component: OSGI-INF/*.xml
Import-Package: org.junit;version="4.11.0"
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,3 @@ Bundle-Vendor: %Bundle-Vendor
Bundle-Localization: OSGI-INF/l10n/bundle
Export-Package: no.resheim.eclipse.utils.launcher.macosx,
no.resheim.eclipse.utils.launcher.macosx.handlers;x-friends:="no.resheim.eclipse.utils.launcher.tests"
Import-Package: org.junit;version="4.11.0"

0 comments on commit 209d342

Please sign in to comment.