Author: dkulp
Date: Mon Jan 10 21:41:16 2011
New Revision: 1057384
URL: http://svn.apache.org/viewvc?rev=1057384&view=rev
Log:
Merged revisions 1057374 via svnmerge from
https://svn.apache.org/repos/asf/cxf/trunk
........
r1057374 | dkulp | 2011-01-10 16:25:03 -0500 (Mon, 10 Jan 2011) | 1 line
[CXF-3080] Shorten some names to make them line up nicer
........
Modified:
cxf/branches/2.3.x-fixes/ (props changed)
cxf/branches/2.3.x-fixes/systests/wsdl_maven/codegen/pom.xml
cxf/branches/2.3.x-fixes/systests/wsdl_maven/pom.xml
Propchange: cxf/branches/2.3.x-fixes/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.
Modified: cxf/branches/2.3.x-fixes/systests/wsdl_maven/codegen/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/systests/wsdl_maven/codegen/pom.xml?rev=1057384&r1=1057383&r2=1057384&view=diff
==============================================================================
--- cxf/branches/2.3.x-fixes/systests/wsdl_maven/codegen/pom.xml (original)
+++ cxf/branches/2.3.x-fixes/systests/wsdl_maven/codegen/pom.xml Mon Jan 10
21:41:16 2011
@@ -21,7 +21,7 @@
<groupId>org.apache.cxf.systests.wsdl_maven</groupId>
<artifactId>cxf-systests-codegen</artifactId>
<version>2.3.2-SNAPSHOT</version>
- <name>Test for reading wsdl from repo and generating code from it</name>
+ <name>Test for generating code from wsdl in repo</name>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
Modified: cxf/branches/2.3.x-fixes/systests/wsdl_maven/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/systests/wsdl_maven/pom.xml?rev=1057384&r1=1057383&r2=1057384&view=diff
==============================================================================
--- cxf/branches/2.3.x-fixes/systests/wsdl_maven/pom.xml (original)
+++ cxf/branches/2.3.x-fixes/systests/wsdl_maven/pom.xml Mon Jan 10 21:41:16
2011
@@ -22,7 +22,7 @@
<artifactId>cxf-wsdl-maven</artifactId>
<packaging>pom</packaging>
<version>2.3.2-SNAPSHOT</version>
- <name>Apache CXF System Tests for WSDL generation and retrieval</name>
+ <name>Apache CXF System Tests for Maven Plugins</name>
<url>http://cxf.apache.org</url>
<parent>