Skip to content

Commit 11ab194

Browse files
committed
Fix feature metadata.
1 parent f849ff8 commit 11ab194

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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,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)",
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",
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

edu.cuny.hunter.streamrefactoring.feature/feature.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ any resulting litigation.
234234
<import plugin="org.eclipse.equinox.registry"/>
235235
<import plugin="org.eclipse.jdt.core"/>
236236
<import plugin="org.eclipse.osgi"/>
237-
<import plugin="edu.cuny.citytech.refactoring.common.core" version="1.1.0" match="compatible"/>
237+
<import plugin="edu.cuny.citytech.refactoring.common.core" version="1.1.0" match="greaterOrEqual"/>
238238
<import plugin="org.eclipse.jdt.ui"/>
239239
<import plugin="org.eclipse.jface" version="3.11.0" match="greaterOrEqual"/>
240240
<import plugin="com.google.guava"/>
@@ -254,11 +254,11 @@ any resulting litigation.
254254
<import plugin="org.eclipse.ltk.ui.refactoring"/>
255255
<import plugin="edu.cuny.hunter.streamrefactoring.core" version="1.0.0" match="greaterOrEqual"/>
256256
<import plugin="edu.cuny.citytech.refactoring.common.ui" version="1.1.0" match="greaterOrEqual"/>
257-
<import plugin="com.ibm.wala.ide" version="1.3.10" match="perfect"/>
258-
<import plugin="com.ibm.wala.ide.jdt" version="1.3.10" match="perfect"/>
259-
<import plugin="com.ibm.wala.core" version="1.3.10" match="perfect"/>
260-
<import plugin="com.ibm.wala.cast.java" version="1.3.10" match="perfect"/>
261-
<import plugin="com.ibm.wala.shrike" version="1.3.10" match="perfect"/>
257+
<import plugin="com.ibm.wala.ide" version="1.3.10" match="greaterOrEqual"/>
258+
<import plugin="com.ibm.wala.ide.jdt" version="1.3.10" match="greaterOrEqual"/>
259+
<import plugin="com.ibm.wala.core" version="1.3.10" match="greaterOrEqual"/>
260+
<import plugin="com.ibm.wala.cast.java" version="1.3.10" match="greaterOrEqual"/>
261+
<import plugin="com.ibm.wala.shrike" version="1.3.10" match="greaterOrEqual"/>
262262
</requires>
263263

264264
<plugin
8 Bytes
Binary file not shown.
757 Bytes
Binary file not shown.

edu.cuny.hunter.streamrefactoring.updatesite/site.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55

66
This tool consists of automated refactoring research prototype plug-ins for Eclipse that assists developers in writing optimal stream client code in a semantics-preserving fashion. Refactoring preconditions and transformations for automatically determining when it is safe and possibly advantageous to convert a sequential stream to parallel and improve upon already parallel streams are included. The approach utilizes both WALA and SAFE.
77
</description>
8-
<feature url="features/edu.cuny.hunter.optimize.stream.refactoring_0.13.0.201804272226.jar" id="edu.cuny.hunter.optimize.stream.refactoring" version="0.13.0.201804272226"/>
8+
<feature url="features/edu.cuny.hunter.optimize.stream.refactoring_0.13.0.201804272238.jar" id="edu.cuny.hunter.optimize.stream.refactoring" version="0.13.0.201804272238"/>
99
</site>

0 commit comments

Comments
 (0)