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

                         
                                                        


                                                                        
                                                            


                                          




                                                        


                                                                                                
                                                             


                                                                        


                                                                           
               










                                                      
         
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.2"?>
<!--
    Copyright (c) 2007, 2014 IBM Corporation and others.

    This program and the accompanying materials
    are made available under the terms of the Eclipse Public License 2.0
    which accompanies this distribution, and is available at
    https://www.eclipse.org/legal/epl-2.0/

    SPDX-License-Identifier: EPL-2.0
   
    Contributors:
        IBM Corporation - initial API and implementation
 -->

<plugin>
   <extension-point id="authenticator" name="Authenticator" schema="schema/authenticator.exsd"/>
   <extension
         point="org.eclipse.equinox.preferences.preferences">
      <initializer
            class="org.eclipse.core.internal.net.PreferenceInitializer">
      </initializer>
      <modifier
            class="org.eclipse.core.internal.net.PreferenceModifyListener">
      </modifier>
   </extension>
   <extension
         point="org.eclipse.ui.trace.traceComponents">
      <component
            id="org.eclipse.core.net.trace"
            label="%TRACE_COMPONENT_LABEL">
         <bundle
               consumed="false"
               name="org.eclipse.core.net">
         </bundle>
      </component>
   </extension>
</plugin>

Back to the top