Make the update site adde automatically
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@4152 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
@ -2,6 +2,7 @@
|
||||
|
||||
feature.label = PMD for Eclipse 3
|
||||
feature.provider_name = PMD Team
|
||||
feature.update_site_name = PMD For Eclipse Update Site
|
||||
|
||||
description.text = This feature brings PMD into the Eclipse v3 environment.
|
||||
description.url = http://pmd.sourceforge.net
|
||||
|
@ -2,7 +2,7 @@
|
||||
<feature
|
||||
id="net.sourceforge.pmd.eclipse"
|
||||
label="%feature.label"
|
||||
version="3.1.3"
|
||||
version="3.1.4"
|
||||
provider-name="%feature.provider_name"
|
||||
image="pmd_logo_small.jpg">
|
||||
|
||||
@ -18,6 +18,10 @@
|
||||
%license.text
|
||||
</license>
|
||||
|
||||
<url>
|
||||
<update label="%feature.update_site_name" url="http://pmd.sourceforge.net/eclipse"/>
|
||||
</url>
|
||||
|
||||
<requires>
|
||||
<import plugin="org.eclipse.core.runtime"/>
|
||||
<import plugin="org.eclipse.ui.ide"/>
|
||||
|
Reference in New Issue
Block a user