Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[dsdp-tcf-dev] [Bug 286455] [tcf][agent] Plug-in system and cmdline client enhancement

https://bugs.eclipse.org/bugs/show_bug.cgi?id=286455  
Product/Component: Target Management / TCF

Eugene Tarassov <eugene.tarassov@xxxxxxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




--- Comment #2 from Eugene Tarassov <eugene.tarassov@xxxxxxxxxxxxx>  2009-08-13 15:02:11 -0400 ---
The code looks good, I have committed it.

Eventually we might need a more elaborated way to handle plugin dependencies.
Something that can handle multiple versions of same plugin, and also less prone
to conflicts then alphabetical ordering. Ideally, a plugin should be able to
provide information like "I need X ver. 1.1 and (Y ver. 1.0 or Y ver. 2.1)".
That would allow to validate dependencies and calculate proper initialization
order.

Anyway, current code is fine for now, improvements deserve a separate bugzilla
entry, so I set resolution to FIXED.

Thanks for contributing!
Eugene.


-- 
Configure bugmail: https://bugs.eclipse.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.


Back to the top