In my understanding, we need to add a context menu when a classpath menu is selected,
Open a dialog menu, display all the jars from that classpath in a checkbox viewer for user selection (all of them being selected by default)
There must be a input text where a user can select the destination.
On ok :
- copy dependencies.
- add the copied dependencies to the project classpath
And then what should we do about the classpath container, keep it? I believe we can't just remove it (the maven one would be reinstalled automatically later)
Anything I miss?
I thnk this was meant for Fred?