Author: ffang
Date: Sun Jul 15 19:44:11 2007
New Revision: 556497

URL: http://svn.apache.org/viewvc?view=rev&rev=556497
Log:
[CXF-761] apply patch provided by Jeff Zhang

Modified:
    
incubator/cxf/trunk/distribution/src/main/release/samples/integration/jca/hello_world_soap_http/build.xml

Modified: 
incubator/cxf/trunk/distribution/src/main/release/samples/integration/jca/hello_world_soap_http/build.xml
URL: 
http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/integration/jca/hello_world_soap_http/build.xml?view=diff&rev=556497&r1=556496&r2=556497
==============================================================================
--- 
incubator/cxf/trunk/distribution/src/main/release/samples/integration/jca/hello_world_soap_http/build.xml
 (original)
+++ 
incubator/cxf/trunk/distribution/src/main/release/samples/integration/jca/hello_world_soap_http/build.xml
 Sun Jul 15 19:44:11 2007
@@ -57,7 +57,7 @@
         <pathelement 
location="${cxf.home}/lib/geronimo-servlet_2.5_spec-1.1-M1.jar"/>
         <pathelement location="${basedir}/../common/common.jar"/>
         <pathelement location="${jboss.home}/client/jboss-j2ee.jar"/>
-        <fileset dir="${cxf.home}/modules/integration" >  
+        <fileset dir="${integration.jar.dir}" >  
              <include name="cxf-integration-jca-*.jar"/>
         </fileset>
     </path>


Reply via email to