File: plugin.xml

package info (click to toggle)
bnd 5.0.1-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 44,128 kB
  • sloc: java: 249,039; xml: 90,728; sh: 655; perl: 153; makefile: 96; python: 47; javascript: 9
file content (16 lines) | stat: -rw-r--r-- 488 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
   <extension
         point="org.eclipse.ui.editors">
      <editor
            class="bndtools.jareditor.internal.JAREditor"
            contributorClass="bndtools.jareditor.internal.JAREditorContributor"
            extensions="jar,war,ear,zip"
            icon="icons/jar_obj.gif"
            id="bndtools.jareditor.internal.JAREditor"
            name="JAR Editor">
      </editor>
   </extension>

</plugin>