Skip to content

Commit 98fbacf

Browse files
committed
Work around Eclipse bug.
1 parent 4c0891a commit 98fbacf

File tree

1 file changed

+3
-3
lines changed
  • edu.cuny.hunter.streamrefactoring.tests/META-INF

1 file changed

+3
-3
lines changed

edu.cuny.hunter.streamrefactoring.tests/META-INF/MANIFEST.MF

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ Fragment-Host: org.eclipse.jdt.ui
99
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
1010
Require-Bundle: org.junit,
1111
edu.cuny.citytech.refactoring.common.core;bundle-version="1.1.0",
12-
edu.cuny.citytech.refactoring.common.tests;bundle-version="1.5.0"
12+
edu.cuny.citytech.refactoring.common.tests;bundle-version="1.5.0",
13+
org.eclipse.jdt.ui.tests.refactoring;bundle-version="3.13.800"
1314
Import-Package: com.ibm.wala.ipa.callgraph,
1415
edu.cuny.hunter.streamrefactoring.core.analysis,
1516
edu.cuny.hunter.streamrefactoring.core.descriptors,
1617
edu.cuny.hunter.streamrefactoring.core.refactorings,
1718
edu.cuny.hunter.streamrefactoring.core.utils,
1819
org.eclipse.core.resources,
1920
org.eclipse.jdt.core,
20-
org.eclipse.jdt.testplugin,
21-
org.eclipse.jdt.ui.tests.refactoring
21+
org.eclipse.jdt.testplugin
2222
Export-Package: edu.cuny.hunter.streamrefactoring.ui.tests

0 commit comments

Comments
 (0)