Fixed
Details
Assignee
MattMMattMReporter
MattMMattMComponents
Fix versions
Affects versions
Priority
Major
Details
Details
Assignee
MattM
MattMReporter
MattM
MattMComponents
Fix versions
Affects versions
Priority
Created July 20, 2005 at 4:41 AM
Updated July 27, 2005 at 4:36 AM
Resolved July 27, 2005 at 4:36 AM
Add support for child plugins. Child plugins simply use the existing class loader of the parent. This lets plugins work together; for example, to customize the behavior of an existing plugin. If a parent plugin is reloaded or deleted, all child plugins should be reloaded/deleted as well. If a child plugin is reloaded or deleted that implies that the parent and other sibling plugins will have to be reloaded so that the class loader is fresh.