Yann,

 You'll need Eclipse Classic or Eclipse for RCP/Plug-in Developers install
 http://www.eclipse.org/downloads/packages/

Unless you want to add index extension point into an existing plugin, use File / New... / Project / Plug-in Project wizard. Then in the wizard specify project name, plugin symbolic name and version and don't use any templates to create project. So it would create you a blank Eclipse plugin.

Once you have plugin created, open Plugin Manifest editor (either from plugin.xml or meta-inf.mf file).
 On Dependencies tab click Add... and select org.maven.ide.eclipse bundle
On Extensions tad click Add... and then select org.maven.ide.eclipse.indexes extension. After that you can specify parameters for your index, namely indexId and repository url.

Now you can build your plugin, feature and Eclipse update site. This is somewhat documented in Eclipse help and there is number of tutorials and examples on the net.

 Hope that helps.

 Eugene


Yann wrote:
Hello,

I am trying to create an extension point in order to add pre-configured indexes as described in http://docs.codehaus.org/display/M2ECLIPSE/Nexus+Indexer#NexusIndexer-extensions

What is exactly the right process to create this extension ?

thanks
Yann


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email


Reply via email to