2003-11-30 21:31:22 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<feature
|
|
|
|
id="net.sourceforge.pmd.eclipse"
|
|
|
|
label="%feature.label"
|
2006-06-18 22:35:15 +00:00
|
|
|
version="3.1.7"
|
2003-11-30 21:31:22 +00:00
|
|
|
provider-name="%feature.provider_name"
|
|
|
|
image="pmd_logo_small.jpg">
|
|
|
|
|
|
|
|
<description url="%description.url">
|
2005-05-07 13:36:14 +00:00
|
|
|
PMD For Eclipse
|
2003-11-30 21:31:22 +00:00
|
|
|
</description>
|
|
|
|
|
|
|
|
<copyright>
|
|
|
|
%copyright.text
|
|
|
|
</copyright>
|
|
|
|
|
|
|
|
<license>
|
|
|
|
%license.text
|
|
|
|
</license>
|
|
|
|
|
2006-01-19 21:41:11 +00:00
|
|
|
<url>
|
|
|
|
<update label="%feature.update_site_name" url="http://pmd.sourceforge.net/eclipse"/>
|
|
|
|
</url>
|
|
|
|
|
2003-11-30 21:31:22 +00:00
|
|
|
<requires>
|
2006-05-22 21:40:45 +00:00
|
|
|
<import plugin="org.eclipse.ui"/>
|
2005-11-01 19:10:16 +00:00
|
|
|
<import plugin="org.eclipse.core.runtime"/>
|
2003-12-09 00:16:42 +00:00
|
|
|
<import plugin="org.eclipse.ui.ide"/>
|
2003-11-30 21:31:22 +00:00
|
|
|
<import plugin="org.eclipse.core.resources"/>
|
|
|
|
<import plugin="org.eclipse.jdt.core"/>
|
2006-05-22 21:40:45 +00:00
|
|
|
<import plugin="org.eclipse.jface.text"/>
|
2003-11-30 21:31:22 +00:00
|
|
|
</requires>
|
|
|
|
|
|
|
|
<plugin
|
2006-05-22 21:40:45 +00:00
|
|
|
id="net.sourceforge.pmd.eclipse"
|
2005-11-01 19:10:16 +00:00
|
|
|
download-size="0"
|
|
|
|
install-size="0"
|
2006-05-22 22:41:48 +00:00
|
|
|
version="3.1.6"/>
|
2003-11-30 21:31:22 +00:00
|
|
|
|
|
|
|
<plugin
|
2006-05-22 21:40:45 +00:00
|
|
|
id="net.sourceforge.pmd.ui"
|
|
|
|
download-size="0"
|
|
|
|
install-size="0"
|
2006-06-20 21:07:04 +00:00
|
|
|
version="1.0.1"/>
|
2006-05-22 21:40:45 +00:00
|
|
|
|
|
|
|
<plugin
|
|
|
|
id="net.sourceforge.pmd.runtime"
|
|
|
|
download-size="0"
|
|
|
|
install-size="0"
|
2006-06-18 22:35:15 +00:00
|
|
|
version="1.0.2"/>
|
2006-05-22 21:40:45 +00:00
|
|
|
|
|
|
|
<plugin
|
|
|
|
id="net.sourceforge.pmd.core"
|
2005-11-01 19:10:16 +00:00
|
|
|
download-size="0"
|
|
|
|
install-size="0"
|
2006-06-20 21:07:04 +00:00
|
|
|
version="3.7.1"/>
|
2003-11-30 21:31:22 +00:00
|
|
|
|
|
|
|
</feature>
|