Menu

Tree [d834e3] master /
 History

HTTPS access


File Date Author Commit
 archive 2020-05-14 bpangburn bpangburn [3a9c77] Class documentation spreadsheet from Feb 2019.
 swingset 2020-11-05 Ernie Rael Ernie Rael [d834e3] use code/pre in SSList
 swingset-demo 2020-10-29 bpangburn bpangburn [3a5fe6] README, FAQ, and CHANGELOG updates
 .project 2019-11-13 Brian E. Pangburn Brian E. Pangburn [8db4d8] Update Eclipse project, classpath, & settings.
 README.txt 2019-11-13 bpangburn bpangburn [e5a61e] Added ReadMe for swingset-parent.
 pom.xml 2020-08-04 Brian E. Pangburn Brian E. Pangburn [f2c987] Pom and dependency updates.

Read Me

==============================================================================
ReadMe file for the swingset-parent folder.
==============================================================================

When SwingSet was converted to a Maven project, SwingSet and it's Demo
were split into two separate modules, swingset and swingset-demo.

Each module has a fully independent pom.xml, but there is also a
swingset-parent artifact and pom.xml that can be used to manage/compile both
modules.

Unfortunately, for the most seamless integration with Eclipse, Eclipse
wants to treat swingset-parent, swingset, and swingset-demo as three
separate projects.

To view as a single project:
 1. Window->Show View->Project Explorer
 2. View Menu (down arrow/triangle)->Project Presentation->Hierarchical
 
 Detailed ReadMe files for swingset and swingset-demo can be found in
 their respective folders.