Author: davsclaus Date: Thu Oct 21 14:50:04 2010 New Revision: 1026018 URL: http://svn.apache.org/viewvc?rev=1026018&view=rev Log: CXF example
Modified: camel/trunk/examples/camel-example-cxf-tomcat/ (props changed) camel/trunk/examples/camel-example-cxf-tomcat/src/main/webapp/WEB-INF/web.xml Propchange: camel/trunk/examples/camel-example-cxf-tomcat/ ------------------------------------------------------------------------------ --- svn:ignore (added) +++ svn:ignore Thu Oct 21 14:50:04 2010 @@ -0,0 +1,9 @@ +.project +.checkstyle +.pmd +.classpath +target +.settings +eclipse-classes +*.i?? +classes Modified: camel/trunk/examples/camel-example-cxf-tomcat/src/main/webapp/WEB-INF/web.xml URL: http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-cxf-tomcat/src/main/webapp/WEB-INF/web.xml?rev=1026018&r1=1026017&r2=1026018&view=diff ============================================================================== --- camel/trunk/examples/camel-example-cxf-tomcat/src/main/webapp/WEB-INF/web.xml (original) +++ camel/trunk/examples/camel-example-cxf-tomcat/src/main/webapp/WEB-INF/web.xml Thu Oct 21 14:50:04 2010 @@ -16,6 +16,7 @@ limitations under the License. --> +<!-- START SNIPPET: e1 --> <web-app version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"> @@ -47,3 +48,4 @@ </servlet-mapping> </web-app> +<!-- END SNIPPET: e1 -->