File: plugin.xml

package info (click to toggle)
eclipse-platform-ui 4.30-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 93,944 kB
  • sloc: java: 830,957; xml: 25,107; makefile: 7
file content (21 lines) | stat: -rw-r--r-- 749 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<plugin>

     <extension
         id="testDynamicStatusHandlerAddition"
         point="org.eclipse.ui.statusHandlers">
      <statusHandler
            class="org.eclipse.ui.dynamic.DynamicStatusHandler"
            id="org.eclipse.newStatusHandler1.newStatusHandler1">
      </statusHandler>
      <statusHandlerProductBinding
            handlerId="org.eclipse.newStatusHandler1.newStatusHandler1"
            productId="org.eclipse.sdk.ide">
      </statusHandlerProductBinding>
      <statusHandler
            class="org.eclipse.ui.dynamic.DynamicStatusHandler"
            id="org.eclipse.newStatusHandler1.newStatusHandler2">
      </statusHandler>
   </extension>
</plugin>