Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[geclipse-dev] Restructuring, part 1, done

Hi All,

 

The first steps of the restructuring are done and the corresponding changes are committed to the repositories. The changes affect the following plugins:

 

-          eu.geclipse.core: Moved JSDLJobDescription and JSDLJobDescriptionCreator to eu.geclipse.jsdl

-          eu.geclipse.ui: Moved the JSDLMultiPageEditor and corresponding classes to eu.geclipse.jsdl.ui

-          eu.geclipse.jsdl: Renamed to eu.geclipse.jsdl.model

-          eu.geclipse.jsdl.adapters: Renamed to eu.geclipse.jsdl

-          eu.geclipse.jsdl.edit: Corrected some dependencies. Nicholas promised that this plugin will vanish in the (very) near future.

-          eu.geclipse.jsdl.ui: New plugin that currently contains the JSDL editor

-          several other plugins: Corrected some dependencies

 

In order to avoid confusion you should remove all eu.geclipse.jsdl[.*] plugins from your workspace and check them out freshly from the SVN. All other changes should be possible by just synchronizing the plugins with the repositories.

 

Things that are still on our TODO list for the JSDL restructuring:

 

-          Moving the JSDL wizard and related classes from eu.geclipse.ui to eu.geclipse.jsdl.ui

-          Fixing some dependencies in order to prepare the new feature structure

 

If you encounter any problems please let us know immediately.

 

Cheers, Mathias and Markus


Back to the top