Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.0 M1
-
Fix Version/s: 1.0
-
Component/s: Build, Test and Packaging
-
Labels:None
-
keywords:patch
-
Similar issues:
XECLIPSE-146 Xeclipse Eclipse plugin - Navigator shows only spaces XECLIPSE-54 Help application integration XECLIPSE-13Write a User guide for the Eclipse integration XECLIPSE-12Create Maven2 build for the Eclipse integration XECLIPSE-110Add XWIki Eclipse perspective for working with XWikis XECLIPSE-22Make XWiki connections persistent between Eclipse restarts XECLIPSE-51Eclipse update feature XECLIPSE-3Login to xwiki from Eclipse and import spaces selectively XECLIPSE-46 Eclipse RAP version XECLIPSE-156 Eclipse Juno Support
Description
In order to provide a better integration of the XWiki Eclipse plugin two changes could be made:
1) Add the org.xwiki.plugins.eclipse.model to the exported packages of MANIFEST.MF. In this way XWiki Eclipse domain model's interfaces would be available to other plugins to make talk them directly with.
2) Publish XWikiNavigator selection. This is a way for other plugins to retrieve the current selection in a loosely coupled way.
A patch with the proposed improvements.