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 (17 lines) | stat: -rw-r--r-- 458 bytes parent folder | download | duplicates (4)
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
         id="testDynamicIntroAddition"
         point="org.eclipse.ui.intro">
      <intro
            class="org.eclipse.ui.dynamic.DynamicIntro"
            id="org.eclipse.newIntro1.newIntro1"/>
      <introProductBinding
            introId="org.eclipse.newIntro1.newIntro1"
            productId="org.eclipse.ui.tests.someProduct"/>
   </extension>
 

</plugin>