2005-06-15 21:14:57 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<?eclipse version="3.0"?>
|
|
|
|
<plugin
|
2006-06-18 22:30:33 +00:00
|
|
|
id="net.sourceforge.pmd.eclipse.test"
|
2005-06-15 21:14:57 +00:00
|
|
|
name="PMD Eclipse Test Plug-in"
|
2008-10-14 17:42:06 +00:00
|
|
|
version="5.0.0.v200810141040"
|
2005-06-15 21:14:57 +00:00
|
|
|
provider-name="PMD Development Team">
|
|
|
|
|
|
|
|
<runtime>
|
2006-06-18 22:30:33 +00:00
|
|
|
<library name="pmd-eclipse-test.jar">
|
2005-06-15 21:14:57 +00:00
|
|
|
<export name="*"/>
|
|
|
|
</library>
|
|
|
|
</runtime>
|
|
|
|
<requires>
|
2008-09-26 05:23:00 +00:00
|
|
|
<import plugin="net.sourceforge.pmd.eclipse.plugin"/>
|
2005-06-15 21:14:57 +00:00
|
|
|
<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>
|