Skip to content

Commit 7e5c264

Browse files
committed
Release 0.15.0.
1 parent c54aaeb commit 7e5c264

20 files changed

+16
-6
lines changed

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

+15-5
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<feature
33
id="edu.cuny.hunter.optimize.stream.refactoring"
44
label="Optimize Streams Refactoring"
5-
version="0.14.0.qualifier"
5+
version="0.15.0.qualifier"
66
provider-name="Hunter College, City University of New York"
77
plugin="edu.cuny.hunter.streamrefactoring.core">
88

@@ -241,10 +241,6 @@ any resulting litigation.
241241
id="com.ibm.wala.ide-feature"
242242
version="0.0.0"/>
243243

244-
<includes
245-
id="edu.cuny.citytech.refactoring.common.feature"
246-
version="0.0.0"/>
247-
248244
<requires>
249245
<import plugin="org.eclipse.ltk.core.refactoring"/>
250246
<import plugin="org.eclipse.equinox.registry"/>
@@ -291,4 +287,18 @@ any resulting litigation.
291287
version="0.0.0"
292288
unpack="false"/>
293289

290+
<plugin
291+
id="edu.cuny.citytech.refactoring.common.core"
292+
download-size="0"
293+
install-size="0"
294+
version="0.0.0"
295+
unpack="false"/>
296+
297+
<plugin
298+
id="edu.cuny.citytech.refactoring.common.ui"
299+
download-size="0"
300+
install-size="0"
301+
version="0.0.0"
302+
unpack="false"/>
303+
294304
</feature>
Binary file not shown.
Binary file not shown.

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

+1-1
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.14.0.201805040922.jar" id="edu.cuny.hunter.optimize.stream.refactoring" version="0.14.0.201805040922"/>
8+
<feature url="features/edu.cuny.hunter.optimize.stream.refactoring_0.15.0.201805041141.jar" id="edu.cuny.hunter.optimize.stream.refactoring" version="0.15.0.201805041141"/>
99
</site>

0 commit comments

Comments
 (0)