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 2008/07/17 20:07:28 UTC

svn commit: r677659 - in /cxf/trunk/benchmark/performance: base/ etc/common_build.xml soap_http_doc_lit/

Author: dkulp
Date: Thu Jul 17 11:07:27 2008
New Revision: 677659

URL: http://svn.apache.org/viewvc?rev=677659&view=rev
Log:
Update to work with latest distribution stuff

Modified:
    cxf/trunk/benchmark/performance/base/   (props changed)
    cxf/trunk/benchmark/performance/etc/common_build.xml
    cxf/trunk/benchmark/performance/soap_http_doc_lit/   (props changed)

Propchange: cxf/trunk/benchmark/performance/base/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Thu Jul 17 11:07:27 2008
@@ -0,0 +1 @@
+build

Modified: cxf/trunk/benchmark/performance/etc/common_build.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/benchmark/performance/etc/common_build.xml?rev=677659&r1=677658&r2=677659&view=diff
==============================================================================
--- cxf/trunk/benchmark/performance/etc/common_build.xml (original)
+++ cxf/trunk/benchmark/performance/etc/common_build.xml Thu Jul 17 11:07:27 2008
@@ -35,9 +35,8 @@
         <available file="../../lib/cxf-manifest.jar"/>
     </condition> 
     <!-- default setting --> 
-    <property name="srcbuild_paths.file" value="../../../distribution/target/srcbuild_paths.xml"/> 
-
-    <import file="${srcbuild_paths.file}" optional="true"/>
+    <property name="srcbuild_paths.file" location="../../../distribution/target/srcbuild_env.ant"/> 
+    <loadfile property="srcbuild.classpath" srcFile="${srcbuild_paths.file}" failonerror="false"/>
     <property name="srcbuild.classpath" value=""/>    
 
     <uptodate property="codegen.notrequired" value="true">

Propchange: cxf/trunk/benchmark/performance/soap_http_doc_lit/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Thu Jul 17 11:07:27 2008
@@ -0,0 +1 @@
+build