You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2010/09/26 12:50:03 UTC

svn commit: r1001409 - /camel/trunk/examples/camel-example-cxf-proxy/build.xml

Author: davsclaus
Date: Sun Sep 26 10:50:03 2010
New Revision: 1001409

URL: http://svn.apache.org/viewvc?rev=1001409&view=rev
Log:
cxf proxy example

Modified:
    camel/trunk/examples/camel-example-cxf-proxy/build.xml

Modified: camel/trunk/examples/camel-example-cxf-proxy/build.xml
URL: http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-cxf-proxy/build.xml?rev=1001409&r1=1001408&r2=1001409&view=diff
==============================================================================
--- camel/trunk/examples/camel-example-cxf-proxy/build.xml (original)
+++ camel/trunk/examples/camel-example-cxf-proxy/build.xml Sun Sep 26 10:50:03 2010
@@ -17,7 +17,7 @@
   limitations under the License.
 -->
 
-<project name="camel-example-reportincident" default="run" basedir=".">
+<project name="camel-example-cxf-proxy" default="run" basedir=".">
 
 	<import file="../common_build.xml"/>