Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 689c07cf50a48a177602f32dab27b0de2cfca641 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
   <extension
         point="org.eclipse.core.runtime.preferences">
         <initializer
            class="org.eclipse.tracecompass.internal.tmf.remote.core.preferences.TmfRemotePreferenceInitializer">
      </initializer>
   </extension>

</plugin>

Back to the top