Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: 9dbef6c1d9960ea3b6f326c91ee6e196e0b9d0b7 (plain) (tree)
1
2
3
4
5
6
7
8
9






                                      

                                     


                                

                                           
                                                                          



                                                         

                                           

                                                                           

               
   
         
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.2"?>
<plugin>

   <extension
         point="org.eclipse.ui.views">
      <category
            id="org.eclipse.debug.ui"
            name="Debug">
      </category>
      <view
            name="Remote Traces"
            icon="icons/text.gif"
            category="org.eclipse.debug.ui"
            class="org.eclipse.net4j.internal.debug.views.RemoteTraceView"
            id="org.eclipse.net4j.debug.RemoteTraceView">
      </view>
      <view
            name="Introspector"
            icon="icons/javabean.gif"
            category="org.eclipse.debug.ui"
            class="org.eclipse.net4j.internal.debug.views.IntrospectorView"
            id="org.eclipse.net4j.debug.IntrospectorView">
      </view>
   </extension>
   
</plugin>

Back to the top