-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathFOLDERS.txt
executable file
·22 lines (17 loc) · 986 Bytes
/
FOLDERS.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
==============================================================================
ReadMe file for the top-level swingset 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
A project overview README.md is located in the same folder as this file
(FOLDERS.txt). Detailed README.md files for swingset and swingset-demo
can be found in their respective subfolders.