Hey,
thank you very much again for quick reply,
Here's what i tried.

1] Created Custom Application as per the *CuatomApplication.pdf* tutorial

2] Added the *Equinox SDK* to Target Platform

2] Created new plugin *DisablePlugin*

3] Created the class and package structure same as that of  *
org.eclipse.equinox.transforms.xslt.plugin*

4] From the *dependencies* tab of this plugin added the two plugins
 *org.eclipse.equinox.transforms.xslt*

5] Two files a] *transform.csv* and
          b] *udig.xslt*
   created in existing plugin. And *
net\.refractions\.udig\.tool\.select,plugin\.xml,/udig.xslt *line is added
to csv,
    and *<xsl:template
match="modalTool[@categoryId='net.refractions.udig.tool.category.selection']"
/>*    is added to xslt

6] Both of these files added to build path of this plugin. Here's how it
looks
*source.. = src/*
* output.. = bin/*
* bin.includes = META-INF/,\*
*               .,\*
*               udig.xslt,\*
*               transform.csv*

7] Now this(DisablePlugin) is added to customapp feature

8] In the customapp created new file,* config.ini* with following text
osgi.bundles=org.eclipse.equinox.common@2
\:start,org.eclipse.update.configurator@3
\:start,org.eclipse.core.runtime@start,org.eclipse.equinox.transforms.xslt@1
:\start,Disable_plugin@1:\start
osgi.bundles.defaultStartLevel=4
osgi.configuration.cascaded=false
osgi.framework.extensions=org.eclipse.equinox.transforms.hook
eclipse.application=net.refractions.udig.tutorials.customapp.id1
eclipse.product=custom


After all these steps i run the customapp product but the selection tools
section didn't get filtered.

Where as the project run's successfully and i don't even receive any error
or warning.
Am i making any mistake? may be during configuration. Above are the steps
I'm following if anything is wrong/missing then please help.

Thanks

-- 
Suraj Patil
_______________________________________________
User-friendly Desktop Internet GIS (uDig)
http://udig.refractions.net
http://lists.refractions.net/mailman/listinfo/udig-devel

Reply via email to