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/06/20 17:15:36 UTC

svn commit: r1137654 - in /cxf/branches/2.4.x-fixes: ./ distribution/src/main/release/samples/configuration_interceptor/pom.xml

Author: dkulp
Date: Mon Jun 20 15:15:36 2011
New Revision: 1137654

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

........
  r1136960 | dkulp | 2011-06-17 13:55:04 -0400 (Fri, 17 Jun 2011) | 1 line
  
  Fix -Pclient to find the client config
........

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

Propchange: cxf/branches/2.4.x-fixes/
            ('svn:mergeinfo' removed)

Propchange: cxf/branches/2.4.x-fixes/
------------------------------------------------------------------------------
--- svnmerge-integrated (original)
+++ svnmerge-integrated Mon Jun 20 15:15:36 2011
@@ -1 +1 @@
-/cxf/trunk:1-1134023,1134142,1134248,1134281,1134523,1134526,1135457,1135484,1135899,1136380,1136417,1136837,1136860,1136933,1136942-1136953,1137509
+/cxf/trunk:1-1134023,1134142,1134248,1134281,1134523,1134526,1135457,1135484,1135899,1136380,1136417,1136837,1136860,1136933,1136942-1136953,1136960,1137509

Modified: cxf/branches/2.4.x-fixes/distribution/src/main/release/samples/configuration_interceptor/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.4.x-fixes/distribution/src/main/release/samples/configuration_interceptor/pom.xml?rev=1137654&r1=1137653&r2=1137654&view=diff
==============================================================================
--- cxf/branches/2.4.x-fixes/distribution/src/main/release/samples/configuration_interceptor/pom.xml (original)
+++ cxf/branches/2.4.x-fixes/distribution/src/main/release/samples/configuration_interceptor/pom.xml Mon Jun 20 15:15:36 2011
@@ -130,7 +130,7 @@
                                 <configuration>
                                     <executable>java</executable>
                                     <arguments>
-                                        <argument>-Dcxf.config.file=${basedir}/src/demo/stream/client/client.xml</argument>
+                                        <argument>-Dcxf.config.file=${project.build.directory}/classes/demo/stream/client/client.xml</argument>
                                         <argument>-classpath</argument>
                                         <classpath />
                                         <argument>demo.stream.client.Client</argument>