This unzipped directory structure contains materials that will be used during lab exercises and solutions to those labs.

The content for each directory:

JavaProjects:
- Exported template projects that have only a Java Nature (not plug-ins)
- You will import each project individually.
- The import creates a pointer in your workspace to this file system slocation.
- Keep the zip file in case you need to recreate the initial state of these projects

PluginLabTemplatesCore:
- Packaged versions of the plug-in project templates used during the core exercises for the class
- Included solution projects are either the focus of the lab exercise or referenced during the exercise
- These solutions are duplicates of some of those found in the SolutionsToPluginLabs directory
- You can import all of these plug-in projects at once, they are copied to your workspace location

PluginLabTemplatesOptional:
- Packaged versions of the plug-in project templates used during the optional exercises for the class
- You can import all of these plug-in projects at once, they are copied to your workspace location

---------------------

SolutionJavaProjects:
- Exported solution projects that have only a Java Nature (not plug-ins)
- You will import each project individually.
- The import creates a pointer in your workspace to this file system slocation.
- Keep the zip file in case you need to recreate the initial state of these projects

SolutionsToPluginLabs:
- Packaged versions of the plug-in project solutions for the class exercises 
- Extra solution projects are alternative examples of programming solutions for different topics
- You can import all of these plug-in projects at once, they are copied to your workspace location
- These do not need to be imported while you do the labs
- If imported, they should be ignored during testing