org.eclipse.core.tests.resources.saveparticipant/plugin.xml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.10 - (download) (as text) (annotate)
Tue Apr 5 16:06:50 2005 UTC (4 years, 7 months ago) by johna
Branch: MAIN
CVS Tags: HEAD
Changes since 1.9: +2 -23 lines
Converted to use manifest.mf
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<plugin>

    <extension point="org.eclipse.core.tests.harness.tests">
    <test id="org.eclipse.core.tests.resources.saveparticipant.SaveManagerTest">
      <run class="org.eclipse.core.tests.resources.saveparticipant.SaveManagerTest"/>
    </test>
  </extension>

</plugin>