Skip to content

Commit 80d1b7b

Browse files
authored
Update README.md
1 parent 294cb8b commit 80d1b7b

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,15 @@ This tool consists of automated refactoring research prototype plug-ins for [Ecl
1616

1717
An alpha version of our tool is available via an Eclipse update site at: https://raw.githubusercontent.com/ponder-lab/Optimize-Java-8-Streams-Refactoring/master/edu.cuny.hunter.streamrefactoring.updatesite. Please choose the latest version of the "Optimize Stream Refactoring."
1818

19-
The following dependencies are also required. Their update sites are listed below:
19+
#### Dependencies
2020

21-
- https://raw.githubusercontent.com/ponder-lab/Common-Eclipse-Java-Refactoring-Framework/master/edu.cuny.citytech.refactoring.common.updatesite
22-
- https://raw.githubusercontent.com/ponder-lab/WALA/master/com.ibm.wala.updatesite
23-
- https://raw.githubusercontent.com/ponder-lab/safe/master/com.ibm.safe.updatesite
21+
The refactoring has several dependencies whose update sites do not seem to always resolve correctly in Eclipse. If you experience any trouble installing the plug-in using the above update site, you can manually install the dependencies using the list below. The should be installed in the order they are presented:
22+
23+
Dependency | Update Site
24+
-- | --
25+
1. [WALA](https://github.com/ponder-lab/WALA) | https://raw.githubusercontent.com/ponder-lab/WALA/master/com.ibm.wala.updatesite
26+
2. [SAFE](https://github.com/ponder-lab/safe) | https://raw.githubusercontent.com/ponder-lab/safe/master/com.ibm.safe.updatesite
27+
3. [Common Eclipse Java Refactoring Framework](https://github.com/ponder-lab/Common-Eclipse-Java-Refactoring-Framework) | https://raw.githubusercontent.com/ponder-lab/Common-Eclipse-Java-Refactoring-Framework/master/edu.cuny.citytech.refactoring.common.updatesite
2428

2529
### Marking Entry Points
2630

0 commit comments

Comments
 (0)