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:
Philippe Herlin
2006-01-19 21:41:11 +00:00
parent b280bff3ba
commit 0d9985c57a
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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"/>