Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
khatchad committed Apr 28, 2018
1 parent e5a18ed commit f849ff8
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 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.12.0.qualifier"
version="0.13.0.qualifier"
provider-name="Hunter College, City University of New York"
plugin="edu.cuny.hunter.streamrefactoring.core">

Expand Down Expand Up @@ -234,15 +234,10 @@ any resulting litigation.
<import plugin="org.eclipse.equinox.registry"/>
<import plugin="org.eclipse.jdt.core"/>
<import plugin="org.eclipse.osgi"/>
<import plugin="edu.cuny.citytech.refactoring.common.core" version="1.1.0" match="greaterOrEqual"/>
<import plugin="edu.cuny.citytech.refactoring.common.core" version="1.1.0" match="compatible"/>
<import plugin="org.eclipse.jdt.ui"/>
<import plugin="org.eclipse.jface" version="3.11.0" match="greaterOrEqual"/>
<import plugin="com.google.guava"/>
<import plugin="com.ibm.wala.ide" version="1.3.10" match="equivalent"/>
<import plugin="com.ibm.wala.ide.jdt" version="1.3.10" match="equivalent"/>
<import plugin="com.ibm.wala.core" version="1.3.10" match="equivalent"/>
<import plugin="com.ibm.wala.cast.java" version="1.3.10" match="equivalent"/>
<import plugin="com.ibm.wala.shrike" version="1.3.10" match="equivalent"/>
<import plugin="com.ibm.safe.core" version="1.0.0" match="greaterOrEqual"/>
<import plugin="com.ibm.safe.typestate" version="1.0.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.jdt.launching"/>
Expand All @@ -259,6 +254,11 @@ any resulting litigation.
<import plugin="org.eclipse.ltk.ui.refactoring"/>
<import plugin="edu.cuny.hunter.streamrefactoring.core" version="1.0.0" match="greaterOrEqual"/>
<import plugin="edu.cuny.citytech.refactoring.common.ui" version="1.1.0" match="greaterOrEqual"/>
<import plugin="com.ibm.wala.ide" version="1.3.10" match="perfect"/>
<import plugin="com.ibm.wala.ide.jdt" version="1.3.10" match="perfect"/>
<import plugin="com.ibm.wala.core" version="1.3.10" match="perfect"/>
<import plugin="com.ibm.wala.cast.java" version="1.3.10" match="perfect"/>
<import plugin="com.ibm.wala.shrike" version="1.3.10" match="perfect"/>
</requires>

<plugin
Expand Down
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.
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.12.0.201804272215.jar" id="edu.cuny.hunter.optimize.stream.refactoring" version="0.12.0.201804272215"/>
<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"/>
</site>

0 comments on commit f849ff8

Please sign in to comment.