[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools] Resource Changes at Start-Up

I have a resource change listener that notifies me when people
add/remove/change jars in my lib directory.  I need this so that I can
modify my Java class path on these changes.  I am currently initializing
this class through my plugin's statup.  However, people can make changes
to my lib directories before the WebTools plugin is loaded and my listener
is not notified.  Is there any way to register a ResourceChangeListener to
catch the initial resource changes?