Author: janstey
Date: Mon May 17 18:25:56 2010
New Revision: 945284

URL: http://svn.apache.org/viewvc?rev=945284&view=rev
Log:
remove bad package name from archetypes

Modified:
    
camel/trunk/tooling/archetypes/camel-archetype-spring/src/main/resources/archetype-resources/src/main/resources/META-INF/spring/camel-context.xml
    
camel/trunk/tooling/archetypes/camel-archetype-war/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/applicationContext.xml

Modified: 
camel/trunk/tooling/archetypes/camel-archetype-spring/src/main/resources/archetype-resources/src/main/resources/META-INF/spring/camel-context.xml
URL: 
http://svn.apache.org/viewvc/camel/trunk/tooling/archetypes/camel-archetype-spring/src/main/resources/archetype-resources/src/main/resources/META-INF/spring/camel-context.xml?rev=945284&r1=945283&r2=945284&view=diff
==============================================================================
--- 
camel/trunk/tooling/archetypes/camel-archetype-spring/src/main/resources/archetype-resources/src/main/resources/META-INF/spring/camel-context.xml
 (original)
+++ 
camel/trunk/tooling/archetypes/camel-archetype-spring/src/main/resources/archetype-resources/src/main/resources/META-INF/spring/camel-context.xml
 Mon May 17 18:25:56 2010
@@ -26,7 +26,7 @@
        http://camel.apache.org/schema/spring 
http://camel.apache.org/schema/spring/camel-spring.xsd";>
 
   <camel:camelContext xmlns="http://camel.apache.org/schema/spring";>
-    <camel:package>com.intuit.ai.step.camel</camel:package>
+    <camel:package>${package}</camel:package>
     <!-- here is a sample which processes the input files
          (leaving them in place - see the 'noop' flag)
          then performs content based routing on the message

Modified: 
camel/trunk/tooling/archetypes/camel-archetype-war/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/applicationContext.xml
URL: 
http://svn.apache.org/viewvc/camel/trunk/tooling/archetypes/camel-archetype-war/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/applicationContext.xml?rev=945284&r1=945283&r2=945284&view=diff
==============================================================================
--- 
camel/trunk/tooling/archetypes/camel-archetype-war/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/applicationContext.xml
 (original)
+++ 
camel/trunk/tooling/archetypes/camel-archetype-war/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/applicationContext.xml
 Mon May 17 18:25:56 2010
@@ -73,7 +73,7 @@
         routing on the messages using XPath.
     -->
     <camel:camelContext>
-        <camel:package>com.intuit.ai.step.camel</camel:package>
+        <camel:package>${package}</camel:package>
         <camel:route>
             <camel:from uri="file:src/data?noop=true" />
             <!-- Print the message to standard out, just as a test -->


Reply via email to