Skip to content

Commit 493cab4

Browse files
authored
Merge pull request #207 from ponder-lab/fix_local_build
Fix local build
2 parents 7532988 + 0ab8aec commit 493cab4

File tree

1 file changed

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

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ Bundle-Vendor: %Bundle-Vendor
88
Fragment-Host: org.eclipse.jdt.ui
99
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
1010
Require-Bundle: org.junit,
11-
edu.cuny.citytech.refactoring.common.core;bundle-version="1.1.0",
12-
edu.cuny.citytech.refactoring.common.tests;bundle-version="1.5.0"
11+
edu.cuny.citytech.refactoring.common.core,
12+
edu.cuny.citytech.refactoring.common.tests,
13+
org.eclipse.jdt.ui.tests.refactoring;bundle-version="3.13.200"
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)