Revision 62000d1643fce0a4f241ffc4e314055376f5b96f authored by Jay Jay Billings on 05 February 2016, 21:04:23 UTC, committed by Jay Jay Billings on 05 February 2016, 21:04:23 UTC
2 parent s 4fcce4e + 114f8c9
Raw File
plugin.xml
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
   <extension
         id="fakeJAXBClassProvider"
         name="Fake JAXB Class Provider"
         point="org.eclipse.ice.datastructures.jaxbClassProvider">
      <implementation
            class="org.eclipse.ice.datastructures.test.FakeJAXBClassProvider">
      </implementation>
   </extension>
</plugin>
back to top