This module eventGUI_jarplugin supports Eclipse for module eventGUI by providing the ACS jar files as an eclipse plugin.
It is not a regular Alma module as it does not contribute code for command-line builds. Therefore we only check it in to CVS as a tarball that Eclipse developers may unpack as a separate local module.

Before using this module in Eclipse, you must create sym links to the ACS jars (or copy these jars) to the current directory. To do this, grep the required jar files from META-INF/MANIFEST.MF into a file jarlist.txt, which will then contain lines such as
jacorb.jar
acsalarmSchemaBindings.jar
acsASsources.jar

Then run the following command:
while read f; do ln -s $ACSROOT/lib/"$f"  ; done < jarlist.txt

The jacorb.jar sym link must be fixed by hand.

If jar files get renamed or dependencies change:
- Update MANIFEST.MF
- recreate the sym links
- Fix the eclipse build path, making sure the jars are exported.

