Skip to main content
summaryrefslogblamecommitdiffstats
blob: 530b1ffc268f135f36655cd42a33b8720bed1b9b (plain) (tree)
1
2
3
4
5
6
7
8
9
10


                                      
             





                                                                              
             













                                                                  
                                









                                                     
                            
































                                                                                       
                  













                                                                          


                                      

                                                                            
















                                                                                           
   
             
                                                                
                  

                                                                                               

                                                       
                    
               


                                                  
                                                                            
                                                                                 



                                                                                              
                                                                    








                                                                                                   
                                                                     








                                                                                             
                                                                   








                                                                                          
                                                                        











                                                                  
                                                                     








                                                                                     
                                                                                     











                                                                                  


                                                                                                                          





                           

         
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<?eclipse version="3.0"?>
<plugin>     
   <extension point="org.eclipse.ui.perspectiveExtensions">
          <perspectiveExtension targetID="org.eclipse.jdt.ui.JavaPerspective">
               <newWizardShortcut id="org.eclipse.mylar.bugzilla.bugWizard"/>
          </perspectiveExtension>
	</extension>
      
   <extension
      id="org.eclipse.mylar.bugzilla.wizards"
      name="Bug Wizard"
      point="org.eclipse.ui.newWizards">
   <category
         name="Bugzilla Client"
         id="org.eclipse.mylar.bugzilla.wizard.category">
   </category>
   <wizard
         category="org.eclipse.mylar.bugzilla.wizard.category"
         class="org.eclipse.mylar.bugzilla.ui.wizard.NewBugWizard"
         icon="icons/elcl16/bug-new.gif"
         id="org.eclipse.mylar.bugzilla.bugWizard"
         name="New Bug Report">
      <description>
      	 Create a new bug report
      </description>
   </wizard>
</extension>
   
   <extension
         id="org.eclipse.mylar.bugzilla.help.browser"
         name="Bugzilla Help"
         point="org.eclipse.help.toc">
      <toc
            file="toc.xml"
            primary="false">
      </toc>
   </extension>
   <extension
   			id="org.eclipse.mylar.bugzilla.ui"
   			name="Bugzilla Client Views"
   			point="org.eclipse.ui.views">
   		 <category
   				name="Bugzilla"
            	id="org.eclipse.mylar.bugzilla.category"/>
   		 <view
   		 		name="Bugzilla Offline Reports"
   				icon="icons/elcl16/bug-dirty.gif"
   				category="org.eclipse.mylar.bugzilla.category"
   				class="org.eclipse.mylar.bugzilla.ui.OfflineView"
   				id="org.eclipse.mylar.bugzilla.ui.offlineReportsView"/>
   		 <view
   		 		name="Bugzilla Favorites"
   				icon="icons/elcl16/bug-favorite.gif"
   				category="org.eclipse.mylar.bugzilla.category"
   				class="org.eclipse.mylar.bugzilla.ui.FavoritesView"
   				id="org.eclipse.mylar.bugzilla.ui.favoritesView"/>
   </extension>
   <extension
         point="org.eclipse.search.searchPages"
         id="org.eclipse.mylar.bugzilla.core.search.searchPage"
         name="Bugzilla Search Page">
      <page
            class="org.eclipse.mylar.bugzilla.ui.search.BugzillaSearchPage"
            enabled="true"
            icon="icons/elcl16/bug-search.gif"
            id="org.eclipse.mylar.bugzilla.core.search.bugzillaSearchPage"
            label="Bugzilla Search"
            tabPosition="999"/>
   </extension>   
   <extension
         point="org.eclipse.ui.editors">
      <editor
            name="Bugzilla viewer"
            icon="icons/elcl16/bug.gif"
            class="org.eclipse.mylar.bugzilla.ui.editor.ExistingBugEditor"
            id="org.eclipse.mylar.bugzilla.ui.existingBugEditor">
      </editor>
      <editor
      		name="Bugzilla viewer"
      		icon="icons/elcl16/bug.gif"
      		class="org.eclipse.mylar.bugzilla.ui.editor.NewBugEditor"
      		id="org.eclipse.mylar.bugzilla.ui.newBugEditor">
      </editor>
           <editor
           icon="icons/elcl16/bug.gif"
           name="Bugzilla task viewer"
           class="org.eclipse.mylar.bugzilla.ui.tasklist.BugzillaTaskEditor"
           id="org.eclipse.mylar.bugzilla.ui.tasklist.bugzillaTaskEditor"/>
   </extension>   
   <extension
         id="org.eclipse.mylar.bugzilla.help.context"
         name="Bugzilla Context-sensitive Help"
         point="org.eclipse.help.contexts">
      <contexts 
      		file="bugzilla_contexts.xml">
      </contexts>
   </extension>
   <extension
         id="BugzillaSearchPage"
         point="org.eclipse.search.searchResultViewPages">
      <viewPage
            class="org.eclipse.mylar.bugzilla.ui.search.BugzillaSearchResultView"
            searchResultClass="org.eclipse.mylar.bugzilla.core.search.BugzillaSearchResult"
            id="org.eclipse.mylar.bugzilla.BugzillaSearchResultPage"/>
   </extension>
   
   <extension
         point="org.eclipse.mylar.tasklist.taskListContributor">
      <taskHandler
            taskHandlerClass="org.eclipse.mylar.bugzilla.ui.tasklist.BugzillaTaskHandler"
            externalizerClass="org.eclipse.mylar.bugzilla.ui.tasklist.BugzillaTaskExternalizer"
            id="org.eclipse.mylar.bugzilla.ui.tasklist"
            name="Bugzilla Contributer">
      </taskHandler>
   </extension>
   
   <extension point="org.eclipse.ui.viewActions"> 
		<viewContribution 
			id="org.eclipse.mylar.bugzilla.ui.tasklist.actions" 
	   		targetID="org.eclipse.mylar.tasks.ui.views.TaskListView">
  			<action
	            class="org.eclipse.mylar.bugzilla.ui.actions.RefreshBugzillaReportsAction"
	            enablesFor="*"
	            icon="icons/etool16/task-bug-refresh.gif"
	            id="org.eclipse.mylar.bugzilla.tasklist.refresh"
	            label="Refresh Non-Resolved Bugzilla reports"
	            style="push"
	            toolbarPath="mylar"
	            tooltip="Refresh Non-Resolved Bugzilla reports"> 
  			</action>
  			<action
	            class="org.eclipse.mylar.bugzilla.ui.actions.CreateBugzillaQueryCategoryAction"
	            enablesFor="*"
	            icon="icons/etool16/category-query-new.gif"
	            id="org.eclipse.mylar.bugzilla.tasklist.addQuery"
	            label="Add Bugzilla Query"
	            style="push"
	            toolbarPath="mylar"
	            tooltip="Add Bugzilla Query"> 
  			</action>
  			<action
	            class="org.eclipse.mylar.bugzilla.ui.actions.CreateNewBugzillaTaskAction"
	            enablesFor="*"
	            icon="icons/etool16/task-bug-new.gif"
	            id="org.eclipse.mylar.bugzilla.tasklist.addNew"
	            label="Create and Add New Bugzilla Report"
	            style="push"
	            toolbarPath="mylar"
	            tooltip="Create and Add New Bugzilla Report"> 
  			</action>
    		<action
	            class="org.eclipse.mylar.bugzilla.ui.actions.CreateBugzillaTaskAction"
	            enablesFor="*"
	            icon="icons/etool16/task-bug.gif"
	            id="org.eclipse.mylar.bugzilla.tasklist.addExisting"
	            label="Add Existing Bugzilla Report"
	            style="push"
	            toolbarPath="mylar"
	            tooltip="Add Existing Bugzilla Report"> 
  			</action>
	    </viewContribution> 
	</extension>
	
	   <extension
         point="org.eclipse.ui.popupMenus">
      <viewerContribution
            id="org.eclipse.mylar.bugzilla.ui.viewerContribution1"
            targetID="org.eclipse.mylar.tasks.ui.views.TaskListView">
         <action
               class="org.eclipse.mylar.bugzilla.ui.actions.CreateBugzillaTaskAction"
               enablesFor="*"
               icon="icons/etool16/task-bug.gif"
               id="org.eclipse.mylar.bugzilla.ui.popup.addExisting"
               label="Add Existing Bugzilla Report"
               menubarPath="mylar"
               tooltip="Add Existing Bugzilla Report">
            <enablement>
               <objectClass name="org.eclipse.mylar.tasklist.internal.TaskCategory"/>
            </enablement>
         </action>
         <action
               class="org.eclipse.mylar.bugzilla.ui.actions.RefreshBugzillaAction"
               enablesFor="*"
               icon="icons/etool16/task-bug-refresh.gif"
               id="org.eclipse.mylar.bugzilla.ui.popup.refresh"
               label="Bugzilla Refresh"
               menubarPath="mylar"
               tooltip="Bugzilla Refresh">
            <enablement>
               <or>
                    <objectClass name="org.eclipse.mylar.bugzilla.ui.tasklist.BugzillaTask"/>
					<objectClass name="org.eclipse.mylar.bugzilla.ui.tasklist.BugzillaQueryCategory"/>
               		<objectClass name="org.eclipse.mylar.bugzilla.ui.tasklist.BugzillaHit"/>
               </or>
            </enablement>
         </action>
      </viewerContribution>
      
   </extension>
</plugin>

Back to the top