Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 4b6e398f0ba81411fea5800216e031168a66d8c7 (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.equinox.common.tests.factoryLoaderTest">
      <AdapterClass
            name="testAdapter.testUnknown">
      </AdapterClass>
   </extension>
</plugin>

Back to the top