Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: e07bcba6c7ea99553b4f9df5e8148640747df1e0 (plain) (tree)























                                                                    
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<plugin
   id="org.eclipse.core.filebuffers.tests"
   name="%Plugin.name"
   version="3.0.0"
   provider-name="%Plugin.providerName"
   class="org.eclipse.core.filebuffers.tests.FilebuffersTestPlugin">

   <runtime>
      <library name="filebufferstests.jar">
         <export name="*"/>
      </library>
   </runtime>
   <requires>
      <import plugin="org.eclipse.core.runtime.compatibility"/>
      <import plugin="org.eclipse.core.resources"/>
      <import plugin="org.junit"/>
      <import plugin="org.eclipse.core.filebuffers"/>
      <import plugin="org.eclipse.text"/>
   </requires>


</plugin>

Back to the top