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 2011/02/23 17:56:37 UTC

svn commit: r1073826 - in /cxf/branches/2.3.x-fixes: distribution/karaf/ distribution/karaf/features/ pom.xml

Author: dkulp
Date: Wed Feb 23 16:56:36 2011
New Revision: 1073826

URL: http://svn.apache.org/viewvc?rev=1073826&view=rev
Log:
Minor updates, add svn:ignore

Modified:
    cxf/branches/2.3.x-fixes/distribution/karaf/   (props changed)
    cxf/branches/2.3.x-fixes/distribution/karaf/features/   (props changed)
    cxf/branches/2.3.x-fixes/pom.xml

Propchange: cxf/branches/2.3.x-fixes/distribution/karaf/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Wed Feb 23 16:56:36 2011
@@ -0,0 +1,11 @@
+.pmd
+.checkstyle
+.ruleset
+target
+.settings
+.classpath
+.project
+.wtpmodules
+maven-build.xml
+velocity.log
+

Propchange: cxf/branches/2.3.x-fixes/distribution/karaf/features/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Wed Feb 23 16:56:36 2011
@@ -0,0 +1,11 @@
+.pmd
+.checkstyle
+.ruleset
+target
+.settings
+.classpath
+.project
+.wtpmodules
+maven-build.xml
+velocity.log
+

Modified: cxf/branches/2.3.x-fixes/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/pom.xml?rev=1073826&r1=1073825&r2=1073826&view=diff
==============================================================================
--- cxf/branches/2.3.x-fixes/pom.xml (original)
+++ cxf/branches/2.3.x-fixes/pom.xml Wed Feb 23 16:56:36 2011
@@ -43,7 +43,7 @@
     <properties>
         <cxf.compiler.fork>false</cxf.compiler.fork>
         <cxf.build-utils.version>2.3.1</cxf.build-utils.version>
-        <cxf.xjc-utils.version>2.3.0</cxf.xjc-utils.version>
+        <cxf.xjc-utils.version>2.3.2</cxf.xjc-utils.version>
         <cxf.jdk.version>1.6</cxf.jdk.version>
     </properties>