This is an automated email from the ASF dual-hosted git repository. coheigea pushed a commit to branch 3.2.x-fixes in repository https://gitbox.apache.org/repos/asf/cxf.git
commit cf9d80f5440069ea25162cfbbe94918c23e18756 Author: Daniel Kulp <[email protected]> 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 (cherry picked from commit cb5e62521f9ff97954cdd18fdff02aab5289b22c) --- parent/pom.xml | 2 -- 1 file changed, 2 deletions(-) diff --git a/parent/pom.xml b/parent/pom.xml index cee6733..d5dc2f2 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -319,13 +319,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>
