I would like to create a (probably renamed) variant of Class
XMLMemento (and inteface IMemento) that is not dependent on package
org.eclipse.ui.internal, and would package the modified class as a
jar to be used:
1. In junit test cases in launched from eclipse, but not running in the
plugin environment.
2. In external tools launched from eclipse.
3. In java applications completely separate from eclipse.
Can I acomplish this without violating the the terms of epl-v10,
under which XMLMemento is currently distributed?
Bill Winspur