...
- GEF SDK from the standard download site already available in eclipse
- PGroup widget from Nebula project at httphttps://downloadarchive.eclipse.org/nebula/releases/2.0.0/
- NOTE: This version at least made the getTemp app buildable for me; the latest (2.5.something) had an error related to JRE 1.8 so my guess is nebula dropped Java 8 support somewhere along the way?
- Add the URL in the "Work with" box, and select the Pgroup widget from the "Nebula Release Individual Widgets" section
- Subversive
...
Code Block | ||||
---|---|---|---|---|
| ||||
$ svn checkout svn://jumar.lowel.edu/<YOUR DESIRED REPO HERE>/trunk <LOCAL PATH HERE> |
Create a new workspace and do the above checkouts and then do the following:
...