File: plugin.xml

package info (click to toggle)
eclipse-wtp 3.35-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 19,860 kB
  • sloc: java: 215,049; xml: 3,946; sh: 70; makefile: 9
file content (20 lines) | stat: -rw-r--r-- 820 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<plugin>
   <extension-point id="searchParticipants" name="%searchParticipants" />
   <extension-point id="uiTester" name="UI Tester" schema="schema/uiTester.exsd"/>
   <extension-point id="uiContextSensitiveClass" name="UI Context Sensitive Class" schema="schema/uiContextSensitiveClass.exsd"/>

   <!-- product property value tester -->
   <extension point="org.eclipse.core.expressions.propertyTesters">
      <propertyTester
            class="org.eclipse.wst.common.core.internal.ProductPropertyTester"
            id="org.eclipse.wst.common.core.productPropertyTest"
            namespace="org.eclipse.wst.common.core"
            properties="productProperty"
            type="java.lang.Object">
      </propertyTester>
   </extension>
</plugin>