2005-06-15 21:14:57 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<?eclipse version="3.0"?>
|
|
|
|
<plugin
|
|
|
|
id="test.net.sourceforge.pmd.eclipse"
|
|
|
|
name="PMD Eclipse Test Plug-in"
|
2005-07-04 21:13:23 +00:00
|
|
|
version="3.1.0"
|
2005-06-15 21:14:57 +00:00
|
|
|
provider-name="PMD Development Team">
|
|
|
|
|
|
|
|
<runtime>
|
|
|
|
<library name="pmd_eclipse_test.jar">
|
|
|
|
<export name="*"/>
|
|
|
|
</library>
|
|
|
|
</runtime>
|
|
|
|
<requires>
|
|
|
|
<import plugin="net.sourceforge.pmd.core"/>
|
|
|
|
<import plugin="net.sourceforge.pmd.eclipse"/>
|
|
|
|
<import plugin="org.junit"/>
|
|
|
|
<import plugin="org.eclipse.core.runtime"/>
|
|
|
|
<import plugin="org.eclipse.ui"/>
|
|
|
|
<import plugin="org.eclipse.core.resources"/>
|
|
|
|
<import plugin="org.eclipse.jdt"/>
|
|
|
|
<import plugin="org.eclipse.jdt.core"/>
|
|
|
|
</requires>
|
|
|
|
|
|
|
|
</plugin>
|