org.eclipse.core.net/plugin.xml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.3 - (download) (as text) (annotate)
Thu May 14 10:31:50 2009 UTC (6 months, 2 weeks ago) by ppogorzelsk
Branch: MAIN
CVS Tags: I20091117-0800, I20090714-0800, I20090514-0808, R3_5, R3_5_1, r35x_20090812-1200, I20090522-1010, HEAD
Branch point for: R3_5_maintenance
Changes since 1.2: +1 -1 lines
Bug 276166 - [Net] core.net extends wrong prefs extension point
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.2"?>
<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>

</plugin>