<?xml version="1.0" encoding="UTF-8"?> | |
<!-- File written by PDE 1.0 --> | |
<plugin | |
id="org.eclipse.swt.tests" | |
name="%pluginName" | |
provider-name="%providerName" | |
version="2.1.0"> | |
<requires> | |
<import plugin="org.junit"/> | |
<import plugin="org.eclipse.swt"/> | |
</requires> | |
<runtime> | |
<library name="swttests.jar"> | |
<export name="*"/> | |
<packages prefixes="org.eclipse.swt.tests"/> | |
</library> | |
</runtime> | |
</plugin> |