Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: e5afc887a4fd0aaf6ac2ba86f7a809761f7988f5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
<?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.core.runtime.preferences">
      <initializer
            class="org.eclipse.core.internal.net.PreferenceInitializer">
      </initializer>
   </extension>

</plugin>

Back to the top