File: plugin.xml

package info (click to toggle)
eclipse-platform-ui 4.29-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, trixie
  • size: 90,576 kB
  • sloc: java: 802,823; xml: 24,911; makefile: 7
file content (17 lines) | stat: -rw-r--r-- 642 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<plugin>

   <extension-point id="navigatorContent" name="%ExtPoint_navigatorContent" schema="schema/navigatorContent.exsd"/>
   <extension-point id="viewer" name="%ExtPoint_navigatorViewer" schema="schema/viewer.exsd"/>
   <extension-point id="linkHelper" name="%Link_Helper" schema="schema/linkHelper.exsd"/>
 
   <extension
         point="org.eclipse.ui.dropActions">
      <action
            class="org.eclipse.ui.internal.navigator.dnd.NavigatorPluginDropAction"
            id="org.eclipse.ui.navigator.PluginDropAction">
      </action>
   </extension> 
   
</plugin>