You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by gm...@apache.org on 2012/11/19 18:32:29 UTC

svn commit: r1411324 - in /cxf/branches/2.6.x-fixes: ./ distribution/src/main/release/samples/jaxws_dispatch_provider/pom.xml

Author: gmazza
Date: Mon Nov 19 17:32:29 2012
New Revision: 1411324

URL: http://svn.apache.org/viewvc?rev=1411324&view=rev
Log:
Merged revisions 1411323 via  svn merge from
https://svn.apache.org/repos/asf/cxf/trunk

........
  r1411323 | gmazza | 2012-11-19 12:30:27 -0500 (Mon, 19 Nov 2012) | 1 line
  
  Removed unneeded commented-out configuration.
........

Modified:
    cxf/branches/2.6.x-fixes/   (props changed)
    cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/jaxws_dispatch_provider/pom.xml

Propchange: cxf/branches/2.6.x-fixes/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.

Modified: cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/jaxws_dispatch_provider/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/jaxws_dispatch_provider/pom.xml?rev=1411324&r1=1411323&r2=1411324&view=diff
==============================================================================
--- cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/jaxws_dispatch_provider/pom.xml (original)
+++ cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/jaxws_dispatch_provider/pom.xml Mon Nov 19 17:32:29 2012
@@ -103,28 +103,6 @@
                     </execution>
                 </executions>
             </plugin>
-            <!--plugin>
-                <artifactId>maven-antrun-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <id>copyxmlfiles</id>
-                        <phase>generate-sources</phase>
-                        <goals>
-                            <goal>run</goal>
-                        </goals>
-                        <configuration>
-                            <tasks>
-                                <copy file="${basedir}/src/main/java/demo/hwDispatch/client/GreetMeDocLiteralReq1.xml" todir="${basedir}/target/classes/demo/hwDispatch/client" />
-                                <copy file="${basedir}/src/main/java/demo/hwDispatch/client/GreetMeDocLiteralReq2.xml" todir="${basedir}/target/classes/demo/hwDispatch/client" />
-                                <copy file="${basedir}/src/main/java/demo/hwDispatch/client/GreetMeDocLiteralReq3.xml" todir="${basedir}/target/classes/demo/hwDispatch/client" />
-                                <copy file="${basedir}/src/main/java/demo/hwDispatch/server/GreetMeDocLiteralResp1.xml" todir="${basedir}/target/classes/demo/hwDispatch/server" />
-                                <copy file="${basedir}/src/main/java/demo/hwDispatch/server/GreetMeDocLiteralResp2.xml" todir="${basedir}/target/classes/demo/hwDispatch/server" />
-                                <copy file="${basedir}/src/main/java/demo/hwDispatch/server/GreetMeDocLiteralResp3.xml" todir="${basedir}/target/classes/demo/hwDispatch/server" />
-                            </tasks>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin-->
         </plugins>
     </build>
     <profiles>