csv-import via batch
2 answers
while I can't help with a working solution
the two classes to look at are
com.ibm.team.workitem.rcp.ui.internal.wizards.export
com.ibm.team.workitem.rcp.ui.internal.wizards.inport
(cut paste of the package names, this spelling is as found)
in plugin com.ibm.team.workitem.rcp.ui.
in Eclipse
install the sdk, set the sdk as the plugin target platform
window->preferences->plugin development->target platform
open the eclipse plugins view (window->show view->plugins
find the com.ibm.team.workitem.rcp.ui plugin, right click, import as source.
note that these are internal classes.. so no guaranty that they will stay the same or every be published.
the two classes to look at are
com.ibm.team.workitem.rcp.ui.internal.wizards.export
com.ibm.team.workitem.rcp.ui.internal.wizards.inport
(cut paste of the package names, this spelling is as found)
in plugin com.ibm.team.workitem.rcp.ui.
in Eclipse
install the sdk, set the sdk as the plugin target platform
window->preferences->plugin development->target platform
open the eclipse plugins view (window->show view->plugins
find the com.ibm.team.workitem.rcp.ui plugin, right click, import as source.
note that these are internal classes.. so no guaranty that they will stay the same or every be published.