File: plugin.xml

package info (click to toggle)
eclipse-platform 4.30-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 71,112 kB
  • sloc: java: 528,935; xml: 64,472; javascript: 4,902; jsp: 4,211; ansic: 870; makefile: 38
file content (14 lines) | stat: -rw-r--r-- 440 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="UTF-8"?>
<plugin>
   <extension
         point="org.eclipse.ui.views">
      <e4view
            category="org.eclipse.debug.ui"
            class="org.eclipse.debug.ui.launchview.internal.view.LaunchViewImpl"
            icon="$nl$/icons/run_exc.png"
            id="org.eclipse.debug.ui.launchView"
            name="%LaunchView.name"
            restorable="true">
      </e4view>
   </extension>
</plugin>