blob: 968a57ab1d807a3aa477267b08fc294ae07ceb77 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<plugin
id="org.eclipse.ui.editors.tests"
name="%Plugin.name"
version="3.0.0"
provider-name="%Plugin.providerName"
class="">
<runtime>
<library name="editorstests.jar">
<export name="*"/>
</library>
</runtime>
<requires>
<import plugin="org.eclipse.core.runtime.compatibility"/>
<import plugin="org.junit"/>
</requires>
</plugin>