Skip to content

Commit 6a0976b

Browse files
committed
Work around hamcrest package import issue
Needed to change Import-Package to Require-Bundle to work around split package problems with hamcrest
1 parent 7a70431 commit 6a0976b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

com.eclipsesource.jshint.ui.test/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ Bundle-RequiredExecutionEnvironment: J2SE-1.5
99
Import-Package: org.apache.log4j;version="[1.2.13,1.3.0)",
1010
org.eclipse.swtbot.swt.finder,
1111
org.eclipse.swtbot.swt.finder.widgets,
12-
org.hamcrest;core=split;version="1.1.0",
1312
org.junit;version="4.8.2",
1413
org.junit.runner;version="4.8.2"
14+
Require-Bundle: org.hamcrest;bundle-version="1.1.0"

0 commit comments

Comments
 (0)