Skip to content

Commit 4172ad7

Browse files
committed
Revert "Don't be so strict on WALA version."
This reverts commit 30398a7.
1 parent 94e5608 commit 4172ad7

File tree

1 file changed

+6
-6
lines changed
  • edu.cuny.hunter.streamrefactoring.core/META-INF

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: %Bundle-Name
44
Bundle-SymbolicName: edu.cuny.hunter.streamrefactoring.core;singleton:=true
5-
Bundle-Version: 1.1.0
5+
Bundle-Version: 1.0.0
66
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
77
Bundle-Vendor: %Bundle-Vendor
88
Bundle-ClassPath: .,
@@ -15,11 +15,11 @@ Require-Bundle: org.eclipse.ltk.core.refactoring,
1515
org.eclipse.jdt.ui,
1616
org.eclipse.jface;bundle-version="3.11.0",
1717
com.google.guava,
18-
com.ibm.wala.ide;bundle-version="1.3.10",
19-
com.ibm.wala.ide.jdt;bundle-version="1.3.10",
20-
com.ibm.wala.core;bundle-version="1.3.10",
21-
com.ibm.wala.cast.java;bundle-version="1.3.10",
22-
com.ibm.wala.shrike;bundle-version="1.3.10",
18+
com.ibm.wala.ide;bundle-version="[1.3.10,1.3.11)",
19+
com.ibm.wala.ide.jdt;bundle-version="[1.3.10,1.3.11)",
20+
com.ibm.wala.core;bundle-version="[1.3.10,1.3.11)",
21+
com.ibm.wala.cast.java;bundle-version="[1.3.10,1.3.11)",
22+
com.ibm.wala.shrike;bundle-version="[1.3.10,1.3.11)",
2323
com.ibm.safe.core;bundle-version="1.0.0",
2424
com.ibm.safe.typestate;bundle-version="1.0.0",
2525
org.eclipse.jdt.launching

0 commit comments

Comments
 (0)