forked from phoedos/pmd
a1896e5882
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@5051 51baf565-9d33-0410-a72c-fc3788e3496d
60 lines
1.4 KiB
XML
60 lines
1.4 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<feature
|
|
id="net.sourceforge.pmd.eclipse"
|
|
label="%feature.label"
|
|
version="3.2.1"
|
|
provider-name="%feature.provider_name"
|
|
image="pmd_logo_small.jpg">
|
|
|
|
<description url="%description.url">
|
|
PMD For Eclipse
|
|
</description>
|
|
|
|
<copyright>
|
|
%copyright.text
|
|
</copyright>
|
|
|
|
<license>
|
|
%license.text
|
|
</license>
|
|
|
|
<url>
|
|
<update label="%feature.update_site_name" url="http://pmd.sourceforge.net/eclipse"/>
|
|
</url>
|
|
|
|
<requires>
|
|
<import plugin="org.eclipse.ui"/>
|
|
<import plugin="org.eclipse.core.runtime"/>
|
|
<import plugin="org.eclipse.ui.ide"/>
|
|
<import plugin="org.eclipse.core.resources"/>
|
|
<import plugin="org.eclipse.jdt.core"/>
|
|
<import plugin="org.eclipse.jface.text"/>
|
|
</requires>
|
|
|
|
<plugin
|
|
id="net.sourceforge.pmd.eclipse"
|
|
download-size="0"
|
|
install-size="0"
|
|
version="3.2.1"
|
|
unpack="false"/>
|
|
|
|
<plugin
|
|
id="net.sourceforge.pmd.ui"
|
|
download-size="0"
|
|
install-size="0"
|
|
version="3.2.1"/>
|
|
|
|
<plugin
|
|
id="net.sourceforge.pmd.runtime"
|
|
download-size="0"
|
|
install-size="0"
|
|
version="3.2.1"/>
|
|
|
|
<plugin
|
|
id="net.sourceforge.pmd.core"
|
|
download-size="0"
|
|
install-size="0"
|
|
version="3.9.0"/>
|
|
|
|
</feature>
|