Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[geclipse-dev] Deprecated JSDL interfaces and classes.

Hi all.

I marked as deprecated all interfaces and classes under the following 4 packages. This packages are contained in plugin eu.geclipse.jsdl.model.

- eu.geclipse.jsdl.model
- eu.geclipse.jsdl.model.impl
- eu.geclipse.jsdl.model.util
- eu.geclipse.jsdl.model.validation


These interfaces and classes are substituted by the respective ones under the following new packages:

- eu.geclipse.jsdl.model.base
- eu.geclipse.jsdl.model.base.impl
- eu.geclipse.jsdl.model.base.util
- eu.geclipse.jsdl.model.base.validation


This is due to the restructuring of the JSDL model we did some time ago.

Please perform the necessary changes in your code so that calls to JSDL interfaces and classes refer to the new packages. After you perform the changes clean your workspace and recompile to test for possible errors. If you encounter any errors related to the above change, let me know.

As a final note, the old packages will be deleted from the repositories sometime in the near feature after we make sure that everyone switched to the new packages.


Best Regards,
-- 
_________________________________________________

Nicholas Loulloudes
High Performance Computing Systems Laboratory (HPCL)
University of Cyprus,
Nicosia, Cyprus

Tel:  +357-22892663
Email: loulloudes.n[at]cs.ucy.ac.cy"

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


Back to the top