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:
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
||||
<classpathentry kind="src" path=""/>
|
||||
<classpathentry kind="output" path="bin"/>
|
||||
</classpath>
|
@@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<projectDescription>
|
||||
<name>net.sourceforge.pmd.eclipse</name>
|
||||
<comment></comment>
|
||||
<projects>
|
||||
</projects>
|
||||
<buildSpec>
|
||||
<buildCommand>
|
||||
<name>org.eclipse.pde.FeatureBuilder</name>
|
||||
<arguments>
|
||||
</arguments>
|
||||
</buildCommand>
|
||||
</buildSpec>
|
||||
<natures>
|
||||
<nature>org.eclipse.pde.FeatureNature</nature>
|
||||
</natures>
|
||||
</projectDescription>
|
@@ -0,0 +1,12 @@
|
||||
#Fri Nov 02 14:10:59 PDT 2007
|
||||
eclipse.preferences.version=1
|
||||
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
|
||||
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.4
|
||||
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
|
||||
org.eclipse.jdt.core.compiler.compliance=1.4
|
||||
org.eclipse.jdt.core.compiler.debug.lineNumber=generate
|
||||
org.eclipse.jdt.core.compiler.debug.localVariable=generate
|
||||
org.eclipse.jdt.core.compiler.debug.sourceFile=generate
|
||||
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
|
||||
org.eclipse.jdt.core.compiler.problem.enumIdentifier=warning
|
||||
org.eclipse.jdt.core.compiler.source=1.4
|
@@ -0,0 +1,7 @@
|
||||
bin.includes = feature.xml,\
|
||||
feature.properties,\
|
||||
pmd_logo_small.jpg
|
||||
src.includes = build.properties,\
|
||||
feature.properties,\
|
||||
feature.xml,\
|
||||
pmd_logo_small.jpg
|
@@ -0,0 +1,46 @@
|
||||
#Feature externalized strings
|
||||
|
||||
feature.label = PMD for Eclipse
|
||||
feature.provider_name = PMD Development 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
|
||||
|
||||
copyright.text =\
|
||||
Copyright 1997-2006 PMD for Eclipse Development Team \n\
|
||||
under sponsorship of the Defense Advanced Research Projects Agency (DARPA).
|
||||
|
||||
license.text =\
|
||||
Copyright (c) 1997-2006, PMD for Eclipse Development Team \n\
|
||||
All rights reserved. \n\
|
||||
\n\
|
||||
Redistribution and use in source and binary forms, with or without \n\
|
||||
modification, are permitted provided that the following conditions are \n\
|
||||
met: \n\
|
||||
\n\
|
||||
* Redistributions of source code must retain the above copyright \n\
|
||||
notice, this list of conditions and the following disclaimer. \n\
|
||||
* Redistributions in binary form must reproduce the above copyright \n\
|
||||
notice, this list of conditions and the following disclaimer in the \n\
|
||||
documentation and/or other materials provided with the distribution. \n\
|
||||
* The end-user documentation included with the redistribution, if \n\
|
||||
any, must include the following acknowledgement: \n\
|
||||
"This product includes software developed in part by support from \n\
|
||||
the Defense Advanced Research Project Agency (DARPA)" \n\
|
||||
* Neither the name of "PMD for Eclipse Development Team" nor the names of its \n\
|
||||
contributors may be used to endorse or promote products derived from \n\
|
||||
this software without specific prior written permission. \n\
|
||||
\n\
|
||||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS \n\
|
||||
IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED \n\
|
||||
TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A \n\
|
||||
PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER \n\
|
||||
OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, \n\
|
||||
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, \n\
|
||||
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR \n\
|
||||
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF \n\
|
||||
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING \n\
|
||||
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS \n\
|
||||
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. \n\
|
||||
|
@@ -0,0 +1,42 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<feature
|
||||
id="net.sourceforge.pmd.eclipse"
|
||||
label="%feature.label"
|
||||
version="3.2.5.v200809252340"
|
||||
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.plugin"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="3.2.5.v200809252340"
|
||||
unpack="false"
|
||||
/>
|
||||
|
||||
</feature>
|
Binary file not shown.
After Width: | Height: | Size: 6.0 KiB |
Reference in New Issue
Block a user