Skip to content

Commit

Permalink
Release 0.15.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
khatchad committed May 4, 2018
1 parent c54aaeb commit 7e5c264
Show file tree
Hide file tree
Showing 20 changed files with 16 additions and 6 deletions.
20 changes: 15 additions & 5 deletions edu.cuny.hunter.streamrefactoring.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="edu.cuny.hunter.optimize.stream.refactoring"
label="Optimize Streams Refactoring"
version="0.14.0.qualifier"
version="0.15.0.qualifier"
provider-name="Hunter College, City University of New York"
plugin="edu.cuny.hunter.streamrefactoring.core">

Expand Down Expand Up @@ -241,10 +241,6 @@ any resulting litigation.
id="com.ibm.wala.ide-feature"
version="0.0.0"/>

<includes
id="edu.cuny.citytech.refactoring.common.feature"
version="0.0.0"/>

<requires>
<import plugin="org.eclipse.ltk.core.refactoring"/>
<import plugin="org.eclipse.equinox.registry"/>
Expand Down Expand Up @@ -291,4 +287,18 @@ any resulting litigation.
version="0.0.0"
unpack="false"/>

<plugin
id="edu.cuny.citytech.refactoring.common.core"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="edu.cuny.citytech.refactoring.common.ui"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

</feature>
Binary file modified edu.cuny.hunter.streamrefactoring.updatesite/artifacts.jar
Binary file not shown.
Binary file modified edu.cuny.hunter.streamrefactoring.updatesite/content.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion edu.cuny.hunter.streamrefactoring.updatesite/site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@

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.
</description>
<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"/>
<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"/>
</site>

0 comments on commit 7e5c264

Please sign in to comment.