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 2013/08/12 16:01:34 UTC

svn commit: r1513142 - in /cxf/trunk: api/ core/ pom.xml

Author: dkulp
Date: Mon Aug 12 14:01:33 2013
New Revision: 1513142

URL: http://svn.apache.org/r1513142
Log:
rename api dir to "core"

Added:
    cxf/trunk/core/
      - copied from r1513141, cxf/trunk/api/
Removed:
    cxf/trunk/api/
Modified:
    cxf/trunk/pom.xml

Modified: cxf/trunk/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/pom.xml?rev=1513142&r1=1513141&r2=1513142&view=diff
==============================================================================
--- cxf/trunk/pom.xml (original)
+++ cxf/trunk/pom.xml Mon Aug 12 14:01:33 2013
@@ -174,7 +174,7 @@
     <modules>
         <module>parent</module>
         <module>common</module>
-        <module>api</module>
+        <module>core</module>
         <module>tools</module>
         <module>testutils</module>
         <module>rt</module>