Skip to content

Commit

Permalink
remove the individual F1 and F2 console views as they are now merged …
Browse files Browse the repository at this point in the history
…into the unified Forge Console View
  • Loading branch information
koentsje committed Feb 10, 2014
1 parent 89ecc06 commit 6a2e71c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 20 deletions.
12 changes: 0 additions & 12 deletions plugins/org.jboss.tools.forge.ui.ext/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,18 +39,6 @@
</page>
</extension>

<extension
point="org.eclipse.ui.views">
<view
category="org.jboss.tools.forge.ui"
class="org.jboss.tools.forge.ui.ext.cli.F2View"
icon="icons/icon.png"
id="org.jboss.tools.forge.ui.f2"
name="F2 Console"
restorable="true">
</view>
</extension>

<extension
point="org.jboss.tools.forge.ui.consoles">
<console
Expand Down
8 changes: 0 additions & 8 deletions plugins/org.jboss.tools.forge.ui/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,6 @@
id="org.jboss.tools.forge.ui"
name="Forge">
</category>
<view
category="org.jboss.tools.forge.ui"
class="org.jboss.tools.forge.ui.part.F1View"
icon="icons/forge.png"
id="org.jboss.tools.forge.ui.f1"
name="Forge 1 Console"
restorable="true">
</view>
<view
category="org.jboss.tools.forge.ui"
class="org.jboss.tools.forge.ui.part.ForgeConsoleView"
Expand Down

0 comments on commit 6a2e71c

Please sign in to comment.