Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[albireo-dev] preparing for more views for testing

Hi Gordon,

For testing, we will need more views. So that they are easier to find in
the "Window > Show View" menu (in a run configuration that runs the product
'org.eclipse.platform.ide') I group them into a view category "Albireo".


Index: plugin.xml
===================================================================
RCS file: /cvsroot/technology/org.eclipse.albireo/org.eclipse.albireo.examples.plugin/plugin.xml,v
retrieving revision 1.1
diff -c -3 -r1.1 plugin.xml
*** plugin.xml	7 Dec 2007 21:17:06 -0000	1.1
--- plugin.xml	23 Jan 2008 17:28:28 -0000
***************
*** 21,29 ****
--- 21,34 ----
     </extension>
     <extension
           point="org.eclipse.ui.views">
+       <category
+             id="org.eclipse.albireo"
+             name="Albireo">
+       </category>
        <view
              class="org.eclipse.albireo.examples.plugin.views.EmbeddedJTableView"
              id="org.eclipse.albireo.examples.plugin.embeddedJTableView"
+             category="org.eclipse.albireo"
              name="Embedded JTable">
        </view>
     </extension>


Back to the top