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

[cxf] branch 3.2.x-fixes updated (dfb2d2b -> 01113b7)

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

coheigea pushed a change to branch 3.2.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git.


    from dfb2d2b  Recording .gitmergeinfo Changes
     new cf9d80f  Remove ancient PMD natures as the newer eclipses warn about it and it's been unused for a long time
     new cc6d3b6  fixed description
     new 01113b7  Recording .gitmergeinfo Changes

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitmergeinfo               | 2 ++
 parent/pom.xml              | 2 --
 rt/rs/security/cors/pom.xml | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)


[cxf] 02/03: fixed description

Posted by co...@apache.org.
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 cc6d3b61183cbb8386988e17ca9a5a50ec5ddd91
Author: Dennis Kieselhorst <ma...@dekies.de>
AuthorDate: Fri Oct 19 09:55:07 2018 +0200

    fixed description
    
    (cherry picked from commit c7b8919a3b803c3cc3f6bb459e77256a954526e5)
---
 rt/rs/security/cors/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rt/rs/security/cors/pom.xml b/rt/rs/security/cors/pom.xml
index 8b1adf8..02137d5 100644
--- a/rt/rs/security/cors/pom.xml
+++ b/rt/rs/security/cors/pom.xml
@@ -22,7 +22,7 @@
     <artifactId>cxf-rt-rs-security-cors</artifactId>
     <packaging>bundle</packaging>
     <name>Apache CXF RS Cross-Origin Resource Sharing</name>
-    <description>Apache CXF RS XML Security</description>
+    <description>Apache CXF RS Cross-Origin Resource Sharing</description>
     <url>http://cxf.apache.org</url>
     <parent>
         <groupId>org.apache.cxf</groupId>


[cxf] 03/03: Recording .gitmergeinfo Changes

Posted by co...@apache.org.
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 01113b73910ba182cb14b0c76cc3be33b3a9b1f1
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Tue Oct 30 17:25:43 2018 +0000

    Recording .gitmergeinfo Changes
---
 .gitmergeinfo | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitmergeinfo b/.gitmergeinfo
index 2486d8d..09dae7e 100644
--- a/.gitmergeinfo
+++ b/.gitmergeinfo
@@ -12,6 +12,7 @@ B 23bbcdbabf84348fc8a17c0f54fc039de32d35e7
 B 25e88017b49bde5a53bce8dab3ecc93aab6dd040
 B 26568235d6db6ef44a74dac1ea1746319913c354
 B 26c2ede8ae46a6603cd62ea176a8ffc97d636e00
+B 2777f8a403e2834bef8f92c07baf6e04caf7cb91
 B 2c53a23f13a313d8a5447d5628cd3fcc937e57c2
 B 35fd40f5b5e043f0044dce9286a9ce922bc30d2c
 B 37e9a9b3ed51cb9042fd288ab5f9b847e96bff1d
@@ -30,6 +31,7 @@ B 64dd999db1c712cd54f003a76abe1d221a1e3295
 B 68af13530379662fc99a716d635d4aab7c5fb027
 B 74ab648ebd678e5d23365507a78f1429540f63fd
 B 7c7186c506e662ed0512dc47cdf58caa2ff2eafb
+B 84de75d9f72730b49481f577a1ea3d701670d3d8
 B 91a3122620ecf8ff767f2d769726b6039dbda6d4
 B 95ed122581f3de2afea2d2a557300f96c71b2c3d
 B 9db243c1aa44732996514200b490eb63683540b4


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

Posted by co...@apache.org.
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 <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
    
    (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>