Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Inglis2003-09-18 14:33:31 +0000
committerDavid Inglis2003-09-18 14:33:31 +0000
commit52011a499186cd65834f7afc8516a7eabf2e4fdc (patch)
treeef3dccd33413ff1bc9a81eddd5470791d60b8c14 /build/org.eclipse.cdt.make.ui
parent045fd62f363761060f1858b17b2c9b67e94cf06b (diff)
downloadorg.eclipse.cdt-52011a499186cd65834f7afc8516a7eabf2e4fdc.tar.gz
org.eclipse.cdt-52011a499186cd65834f7afc8516a7eabf2e4fdc.tar.xz
org.eclipse.cdt-52011a499186cd65834f7afc8516a7eabf2e4fdc.zip
add make view is c perspective
Diffstat (limited to 'build/org.eclipse.cdt.make.ui')
-rw-r--r--build/org.eclipse.cdt.make.ui/plugin.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/build/org.eclipse.cdt.make.ui/plugin.xml b/build/org.eclipse.cdt.make.ui/plugin.xml
index c520636f174..8f840aaf91e 100644
--- a/build/org.eclipse.cdt.make.ui/plugin.xml
+++ b/build/org.eclipse.cdt.make.ui/plugin.xml
@@ -283,5 +283,20 @@
<startup>
</startup>
</extension>
+ <extension
+ point="org.eclipse.ui.perspectiveExtensions">
+ <perspectiveExtension
+ targetID="org.eclipse.cdt.ui.CPerspective">
+ <view
+ relative="org.eclipse.ui.views.ContentOutline"
+ visible="true"
+ relationship="stack"
+ id="org.eclipse.cdt.make.ui.views.MakeView">
+ </view>
+ <viewShortcut
+ id="org.eclipse.cdt.make.ui.views.MakeView">
+ </viewShortcut>
+ </perspectiveExtension>
+ </extension>
</plugin>

Back to the top