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










                                                                         
        
                                                                                    
                                                                                                                                           
   


                                                                        
                                                                                                 
                   

      
    
             
                                                
                      
                                                            
                                                   
                                                                  
                                              
               
   
             
                                              
               
                                                           
                                    
               
   
         
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?><!--
    Copyright (c) 2009 Tasktop Technologies and others.
    All rights reserved. This program and the accompanying materials
    are made available under the terms of the Eclipse Public License v1.0
    which accompanies this distribution, and is available at
    http://www.eclipse.org/legal/epl-v10.html
   
    Contributors:
         Tasktop Technologies - initial API and implementation
 -->

<plugin>
   <extension-point id="templates" name="templates" schema="schema/templates.exsd"/>
   <extension-point id="synchronizationParticipants" name="Synchronization Participants" schema="schema/synchronizationParticipants.exsd"/>
   
   <!--
   <extension 
         point="org.eclipse.ui.workbench.texteditor.hyperlinkDetectors">
      <hyperlinkDetector class="org.eclipse.mylyn.internal.bugs.java.BugzillaHyperLinkDetector"/>
   </extension>    
   -->

<!--
   <extension
         point="org.eclipse.mylyn.core.context">
      <structureBridge
            activeSearchIcon="icons/elcl16/edge-ref-bug.gif"
            activeSearchLabel="Bugzilla References"
            class="org.eclipse.mylyn.bugs.BugzillaStructureBridge"
            name="Bugzilla Structure Bridge"/>
   </extension>
   
   <extension
         point="org.eclipse.mylyn.ui.context">
      <uiBridge
            class="org.eclipse.mylyn.bugs.BugzillaUiBridge"
            contentType="bugzilla"/>
   </extension>
-->
</plugin>

Back to the top