Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Platform - User Assistance (UA) » Defining a search scope using criteria (Defining a search scope using criteria)
Defining a search scope using criteria [message #547160] Thu, 15 July 2010 13:50 Go to previous message
Shalini Komarla is currently offline Shalini Komarla
Messages: 15
Registered: March 2010
Junior Member
Hi All,

I am trying to enable scoping using criteria, but have been unsuccesful so far; Wondering if anybody in this forum has gotten this to work yet? Here's what I've done:

1. Added the extension point to the plugin.xml file for each topic:
<extension point="org.eclipse.help.criteriaDefinition">
<criteriaDefinition file="criteria.xml"/>
</extension>

2. Created a criteria.xml file for every topic that basically looks like this:
<criteriaDefinition>
<criterion id="version" name ="Version">
<criterion-value id="1.0" name ="1.0"/>
<criterion-value id="2.0" name ="2.0"/>
</criterion>
<criterion id="product" name ="Product">
<criterion-value id="DB2" name ="DB2"/>
<criterion-value id="WAS" name ="WAS"/>
</criterion>
</criteriaDefinition>

3. Set the preferences to enable criteria:
org.eclipse.help/enableCriteria = true
org.eclipse.help/supportedCriteria = platform,version


After making these changes, I started eclipse using eclipse -clean, but the scope window shows up only with the topic section and not the criteria section.

What might I be missing?

thanks,
Shalini

 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic:brand image in over-view and samples page
Next Topic:Is the infocenter supported on Firefox 3.5?
Goto Forum:
  


Current Time: Tue May 21 12:21:44 EDT 2013

Powered by FUDForum. Page generated in 0.01769 seconds