author | Ed Swartz <ed.swartz@nokia.com> |
Tue, 06 Jul 2010 13:43:56 -0500 | |
changeset 1579 | bbceeefede97 |
parent 1387 | 6bbbd96c7adf |
child 1609 | 085da1889c59 |
permissions | -rw-r--r-- |
1360 | 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 |
<view |
|
1374
67b625db1866
fix bugs, externalize strings, change some labels, add status line
dadubrow
parents:
1360
diff
changeset
|
8 |
name="%view.name" |
1360 | 9 |
icon="icons/icon-discovery.png" |
1374
67b625db1866
fix bugs, externalize strings, change some labels, add status line
dadubrow
parents:
1360
diff
changeset
|
10 |
category="com.nokia.carbide.cpp" |
1360 | 11 |
class="com.nokia.carbide.discovery.ui.view.DiscoveryView" |
12 |
id="com.nokia.carbide.discovery.view"> |
|
13 |
</view> |
|
14 |
</extension> |
|
15 |
<extension |
|
16 |
point="org.eclipse.ui.perspectiveExtensions"> |
|
17 |
<perspectiveExtension |
|
1387
6bbbd96c7adf
only target the carbide perspective with install view to avoid weird redraw problems
dadubrow
parents:
1374
diff
changeset
|
18 |
targetID="com.nokia.carbide.cpp.CarbideCppPerspective"> |
1360 | 19 |
<view |
20 |
id="com.nokia.carbide.discovery.view" |
|
21 |
relationship="stack" |
|
22 |
relative="org.eclipse.ui.internal.introview"> |
|
23 |
</view> |
|
24 |
</perspectiveExtension> |
|
25 |
</extension> |
|
26 |
<extension |
|
27 |
point="org.eclipse.help.contexts"> |
|
28 |
<contexts |
|
29 |
file="contexts.xml"> |
|
30 |
</contexts> |
|
31 |
</extension> |
|
32 |
||
33 |
</plugin> |