[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[News.eclipse.foundation] epl-v10 Question
|
- From: Bill Winspur <bwinspur@xxxxxxxxxx>
- Date: Mon, 13 Jul 2009 07:13:32 -0600
- Newsgroups: eclipse.foundation
- Organization: EclipseCorner
- User-agent: Thunderbird 2.0.0.21 (X11/20090318)
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