Skip to main content
summaryrefslogtreecommitdiffstats
blob: a90704741e30d5b108af1e6b974bc80f5847b0f9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.2"?>
<plugin>
   <extension
         point="org.eclipse.core.runtime.preferences">
      <initializer
            class="org.eclipse.ecf.sync.resources.core.preferences.PreferenceInitializer">
      </initializer>
   </extension>
</plugin>

Back to the top