Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[wtp-jsf-dev] ALERT: plugin refactoring continues

Plugin refactoring is almost complete! The following plugins have been obsoleted:

org.eclipse.jst.jsf.contentassist.el (moved to core and ui)
org.eclipse.jst.jsf.context.symbol (moved to common)
org.eclipse.jst.jsf.designtime (moved to core and standard.tagsupport)
org.eclipse.jst.jsf.facesconfig.common (moved to common.ui)
org.eclipse.jst.jsf.facesconfig.edit (moved to facesconfig)
org.eclipse.jst.jsf.metadataprocessors (moved to core and standard.tagsupport)
org.eclipse.jst.jsf.taglibprocessing (moved to core and standard.tagsupport)
org.eclipse.jst.jsf.validation.el (moved to core and ui)
org.eclipse.jst.pagedesigner.common (moved to common.ui)

Obsoleted plugins have been *intentionally broken* at HEAD to prevent future use.  *Note that some meta-data and extension point names that are bundle id relative have also changed*.

The following new plugins have been created out of the merged plugins:

org.eclipse.jst.jsf.common.ui -- merges all the Sybase "common" plugin code for faces config and pagedesigner
org.eclipse.jst.jsf.standard.tagsupport -- a new plugin containing "out-of-the-box" tag support.

A running log of the refactoring is here: http://wiki.eclipse.org/index.php/Plugin_refactor_log.

The list of functional (non-test, non-doc) plugins is now:

org.eclipse.jst.jsf.common (non-JSF specific common logic)
org.eclipse.jst.jsf.common.ui (shared UI)
org.eclipse.jst.jsf.core (framework core)
org.eclipse.jst.jsf.facesconfig (faces-config.xml EMF model, translators and .Edit providers)
org.eclipse.jst.jsf.facesconfig.ui (faces-config.xml visual editor)
org.eclipse.jst.jsf.standard.tagsupport (default tag support for f and h libraries)
org.eclipse.jst.jsf.ui (exemplary UI)
org.eclipse.jst.pagedesigner (visual page designer core)
org.eclipse.jst.pagedesigner.jsp.core (JSP support for VPD)
org.eclipse.jst.pagedesigner.jsf.ui (JSF support for VPD).

If you have any questions or comments about the plugin refactoring effort, please send them on this list.


Regards,

Cameron




Back to the top