Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[geclipse-dev] Important::JSDL model update and re-structuring

Hi all,

Today i finished the update of the JSDL model for the support of parametric jobs.

Before the update it was necessary to re-structure the whole eu.geclipse.jsdl.model plugin, since there were some inconsistencies with the packages naming and the JSDL and JSDL-POSIX Ecore models. (These are EMF internal models necessary for the re-generation of all JSDL packages when the respective XSD changes).

These inconsistencies didn't cause any problems so far because we never had to update our model with new XSD's. With the support of parametric jobs it was necessary to do so.

Therefore the following packages are now present in eu.geclipse.jsdl.model plugin:

    - eu.geclipse.jsdl.model.base.*  (Contain JSDL base classes)                                 Substitutes the packages: eu.geclipse.jsdl.model.*
  
- eu.geclipse.jsdl.model.posix.*  (Contain JSDL-POSIX classes)                                     Package name remains as is.
    - eu.geclipse.jsdl.model.sweep.*   (Parametric job support)                                       New Package
  
- eu.geclipse.jsdl.model.functions.*  (Parametric job support)                                   New Package


I have updated all other plugins that are using code from the JSDL model packages to reflect the above changes. Changes were made to the following plugins:
    - eu.geclipse.jsdl
    - eu.geclipse.jsdl.ui
    - eu.geclipse.jsdl.model.test
    - eu.geclipse.test

All updates/changes are now committed to CVS/SVN...so please synchronize with the repositories !!!. For now all old packages will remain in the repositories but it is advisable to remove any dependencies you might have to them.

Please let me know of any problems you might have.

Best regards,

Nicholas.

-- 
_________________________________________________

Nicholas Loulloudes

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature


Back to the top