eclipse plugin reorganization: feature renamed net.sourceforge.pmd.eclipse as update
site doesn't work with net.sourceforge.pmd.eclipse.feature git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@6509 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
topLevelElementId = net.sourceforge.pmd.eclipse.feature
|
||||
topLevelElementId = net.sourceforge.pmd.eclipse
|
||||
outputUpdateJars = true
|
||||
buildDirectory=buildDir
|
||||
baseLocation=/usr/java/eclipse
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<projectDescription>
|
||||
<name>net.sourceforge.pmd.eclipse.feature</name>
|
||||
<name>net.sourceforge.pmd.eclipse</name>
|
||||
<comment></comment>
|
||||
<projects>
|
||||
</projects>
|
@ -1,8 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<feature
|
||||
id="net.sourceforge.pmd.eclipse.feature"
|
||||
id="net.sourceforge.pmd.eclipse"
|
||||
label="%feature.label"
|
||||
version="3.2.5.v200809252215"
|
||||
version="3.2.5.v200809252340"
|
||||
provider-name="%feature.provider_name"
|
||||
image="pmd_logo_small.jpg">
|
||||
|
||||
@ -35,7 +35,7 @@
|
||||
id="net.sourceforge.pmd.eclipse.plugin"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="3.2.5.v200809252215"
|
||||
version="3.2.5.v200809252340"
|
||||
unpack="false"
|
||||
/>
|
||||
|
Before Width: | Height: | Size: 6.0 KiB After Width: | Height: | Size: 6.0 KiB |
@ -2,7 +2,7 @@ Manifest-Version: 1.0
|
||||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: %Bundle-Name.0
|
||||
Bundle-SymbolicName: net.sourceforge.pmd.eclipse.plugin;singleton:=true
|
||||
Bundle-Version: 3.2.5.v200809252215
|
||||
Bundle-Version: 3.2.5.v200809252340
|
||||
Bundle-Activator: net.sourceforge.pmd.eclipse.plugin.PMDActivator
|
||||
Require-Bundle: org.eclipse.core.resources;bundle-version="3.4.0",
|
||||
org.eclipse.core.runtime,
|
||||
|
@ -3,7 +3,7 @@
|
||||
<plugin
|
||||
id="net.sourceforge.pmd.eclipse.test"
|
||||
name="PMD Eclipse Test Plug-in"
|
||||
version="3.2.5.v200809252215"
|
||||
version="3.2.5.v200809252340"
|
||||
provider-name="PMD Development Team">
|
||||
|
||||
<runtime>
|
||||
|
Reference in New Issue
Block a user