You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2018/10/05 17:32:12 UTC

[cxf] branch master updated: Remove ancient PMD natures as the newer eclipses warn about it and it's been unused for a long time

This is an automated email from the ASF dual-hosted git repository.

dkulp pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/master by this push:
     new cb5e625  Remove ancient PMD natures as the newer eclipses warn about it and it's been unused for a long time
cb5e625 is described below

commit cb5e62521f9ff97954cdd18fdff02aab5289b22c
Author: Daniel Kulp <dk...@apache.org>
AuthorDate: Fri Oct 5 13:31:13 2018 -0400

    Remove ancient PMD natures as the newer eclipses warn about it and it's been unused for a long time
---
 parent/pom.xml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 4168c2e..d3f1237 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -321,13 +321,11 @@
                         <buildcommands>
                             <java.lang.String>org.eclipse.jdt.core.javabuilder</java.lang.String>
                             <java.lang.String>net.sf.eclipsecs.core.CheckstyleBuilder</java.lang.String>
-                            <java.lang.String>net.sourceforge.pmd.eclipse.plugin.pmdBuilder</java.lang.String>
                             <java.lang.String>ch.acanda.eclipse.pmd.builder.PMDBuilder</java.lang.String>
                         </buildcommands>
                         <projectnatures>
                             <nature>org.eclipse.jdt.core.javanature</nature>
                             <nature>net.sf.eclipsecs.core.CheckstyleNature</nature>
-                            <nature>net.sourceforge.pmd.eclipse.plugin.pmdNature</nature>
                             <nature>ch.acanda.eclipse.pmd.builder.PMDNature</nature>
                         </projectnatures>
                         <ajdtVersion>none</ajdtVersion>