42 lines
943 B
XML
42 lines
943 B
XML
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<feature
|
||
|
id="net.sourceforge.pmd.eclipse"
|
||
|
label="%feature.label"
|
||
|
version="2.0.0"
|
||
|
provider-name="%feature.provider_name"
|
||
|
image="pmd_logo_small.jpg">
|
||
|
|
||
|
<description url="%description.url">
|
||
|
%description.text
|
||
|
</description>
|
||
|
|
||
|
<copyright>
|
||
|
%copyright.text
|
||
|
</copyright>
|
||
|
|
||
|
<license>
|
||
|
%license.text
|
||
|
</license>
|
||
|
|
||
|
<requires>
|
||
|
<import plugin="org.eclipse.core.resources"/>
|
||
|
<import plugin="org.eclipse.ui"/>
|
||
|
<import plugin="org.apache.xerces"/>
|
||
|
<import plugin="org.eclipse.swt"/>
|
||
|
<import plugin="org.eclipse.jdt.core"/>
|
||
|
</requires>
|
||
|
|
||
|
<plugin
|
||
|
id="net.sourceforge.pmd.eclipse"
|
||
|
download-size="1004760"
|
||
|
install-size="0"
|
||
|
version="2.0.0"/>
|
||
|
|
||
|
<plugin
|
||
|
id="net.sourceforge.pmd.core"
|
||
|
download-size="3773690"
|
||
|
install-size="0"
|
||
|
version="1.3.2"/>
|
||
|
|
||
|
</feature>
|