blob: 4bd52bc5a7112d78f137675a9230ff23bcf75d94 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<plugin
id="org.eclipse.jdt.junit.runtime"
name="%pluginName"
version="3.1.0"
provider-name="%providerName">
<runtime>
<library name="junitruntime.jar">
<export name="*"/>
</library>
</runtime>
<requires>
<import plugin="org.junit"/>
</requires>
</plugin>