Author: coheigea Date: Thu Jan 3 14:02:32 2013 New Revision: 1428351 URL: http://svn.apache.org/viewvc?rev=1428351&view=rev Log: Merged revisions 1428347 via git cherry-pick from https://svn.apache.org/repos/asf/cxf/branches/2.6.x-fixes
........ r1428347 | coheigea | 2013-01-03 13:56:32 +0000 (Thu, 03 Jan 2013) | 10 lines Merged revisions 1428342 via git cherry-pick from https://svn.apache.org/repos/asf/cxf/trunk ........ r1428342 | coheigea | 2013-01-03 13:39:50 +0000 (Thu, 03 Jan 2013) | 2 lines Some sample cleanup ........ ........ Modified: cxf/branches/2.5.x-fixes/distribution/src/main/release/samples/aegis/README.txt cxf/branches/2.5.x-fixes/distribution/src/main/release/samples/aegis/pom.xml cxf/branches/2.5.x-fixes/distribution/src/main/release/samples/mtom/README.txt Modified: cxf/branches/2.5.x-fixes/distribution/src/main/release/samples/aegis/README.txt URL: http://svn.apache.org/viewvc/cxf/branches/2.5.x-fixes/distribution/src/main/release/samples/aegis/README.txt?rev=1428351&r1=1428350&r2=1428351&view=diff ============================================================================== --- cxf/branches/2.5.x-fixes/distribution/src/main/release/samples/aegis/README.txt (original) +++ cxf/branches/2.5.x-fixes/distribution/src/main/release/samples/aegis/README.txt Thu Jan 3 14:02:32 2013 @@ -1,8 +1,8 @@ Aegis Demo ==================== -This demo illustrates how to develop a service use the "code first", pojo based. -This demo uses the Aegis data binding. +This demo illustrates how to develop a service using a "code first", pojo based +approach with the Aegis data binding. Building and running the demo using Maven --------------------------------------- Modified: cxf/branches/2.5.x-fixes/distribution/src/main/release/samples/aegis/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.5.x-fixes/distribution/src/main/release/samples/aegis/pom.xml?rev=1428351&r1=1428350&r2=1428351&view=diff ============================================================================== --- cxf/branches/2.5.x-fixes/distribution/src/main/release/samples/aegis/pom.xml (original) +++ cxf/branches/2.5.x-fixes/distribution/src/main/release/samples/aegis/pom.xml Thu Jan 3 14:02:32 2013 @@ -38,10 +38,10 @@ <plugins> <plugin> <artifactId>maven-surefire-plugin</artifactId> - <version>2.5</version> - <configuration> - <forkMode>always</forkMode> - </configuration> + <version>2.5</version> + <configuration> + <forkMode>always</forkMode> + </configuration> </plugin> </plugins> </build> Modified: cxf/branches/2.5.x-fixes/distribution/src/main/release/samples/mtom/README.txt URL: http://svn.apache.org/viewvc/cxf/branches/2.5.x-fixes/distribution/src/main/release/samples/mtom/README.txt?rev=1428351&r1=1428350&r2=1428351&view=diff ============================================================================== --- cxf/branches/2.5.x-fixes/distribution/src/main/release/samples/mtom/README.txt (original) +++ cxf/branches/2.5.x-fixes/distribution/src/main/release/samples/mtom/README.txt Thu Jan 3 14:02:32 2013 @@ -1,11 +1,10 @@ MTOM Demo for SWA & XOP ======================= -This demo illustrates the use of a SOAP message -with an attachment and XML-binary Optimized Packaging. +This demo illustrates the use of a SOAP message with an attachment and +XML-binary Optimized Packaging. -Please review the README in the samples directory before -continuing. +Please review the README in the samples directory before continuing. Building and running the demo using Maven
