root / tmp / org.txm.tmp.rcp / plugin.xml @ 2224
Historique | Voir | Annoter | Télécharger (1,02 ko)
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
---|---|
2 |
<?eclipse version="3.4"?>
|
3 |
<plugin>
|
4 |
|
5 |
<extension
|
6 |
point="org.eclipse.ui.views"> |
7 |
<category
|
8 |
name="Sample Category" |
9 |
id="org.txm.tmp.rcp"> |
10 |
</category>
|
11 |
<view
|
12 |
name="Sample View" |
13 |
icon="icons/sample.gif" |
14 |
category="org.txm.tmp.rcp" |
15 |
class="org.txm.tmp.rcp.views.SampleView" |
16 |
id="org.txm.tmp.rcp.views.SampleView"> |
17 |
</view>
|
18 |
</extension>
|
19 |
<extension
|
20 |
point="org.eclipse.ui.perspectiveExtensions"> |
21 |
<perspectiveExtension
|
22 |
targetID="org.eclipse.jdt.ui.JavaPerspective"> |
23 |
<view
|
24 |
ratio="0.5" |
25 |
relative="org.eclipse.ui.views.ProblemView" |
26 |
relationship="right" |
27 |
id="org.txm.tmp.rcp.views.SampleView"> |
28 |
</view>
|
29 |
</perspectiveExtension>
|
30 |
</extension>
|
31 |
<extension
|
32 |
point="org.eclipse.help.contexts"> |
33 |
<contexts
|
34 |
file="contexts.xml"> |
35 |
</contexts>
|
36 |
</extension>
|
37 |
|
38 |
</plugin>
|