You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2010/07/06 03:08:20 UTC

svn commit: r960741 - in /camel/trunk/tooling/archetypes/camel-archetype-component/src/main/resources: META-INF/maven/ archetype-resources/ archetype-resources/src/main/resources/META-INF/services/ archetype-resources/src/main/resources/META-INF/servic...

Author: janstey
Date: Tue Jul  6 01:08:20 2010
New Revision: 960741

URL: http://svn.apache.org/viewvc?rev=960741&view=rev
Log:
put component factory file in correct place - it was never getting picked up

Added:
    camel/trunk/tooling/archetypes/camel-archetype-component/src/main/resources/archetype-resources/src/main/resources/META-INF/services/org/
    camel/trunk/tooling/archetypes/camel-archetype-component/src/main/resources/archetype-resources/src/main/resources/META-INF/services/org/apache/
    camel/trunk/tooling/archetypes/camel-archetype-component/src/main/resources/archetype-resources/src/main/resources/META-INF/services/org/apache/camel/
    camel/trunk/tooling/archetypes/camel-archetype-component/src/main/resources/archetype-resources/src/main/resources/META-INF/services/org/apache/camel/component/
    camel/trunk/tooling/archetypes/camel-archetype-component/src/main/resources/archetype-resources/src/main/resources/META-INF/services/org/apache/camel/component/direct
      - copied unchanged from r960739, camel/trunk/tooling/archetypes/camel-archetype-component/src/main/resources/archetype-resources/src/main/resources/META-INF/services/direct
Removed:
    camel/trunk/tooling/archetypes/camel-archetype-component/src/main/resources/archetype-resources/src/main/resources/META-INF/services/direct
Modified:
    camel/trunk/tooling/archetypes/camel-archetype-component/src/main/resources/META-INF/maven/archetype.xml
    camel/trunk/tooling/archetypes/camel-archetype-component/src/main/resources/archetype-resources/ReadMe.txt

Modified: camel/trunk/tooling/archetypes/camel-archetype-component/src/main/resources/META-INF/maven/archetype.xml
URL: http://svn.apache.org/viewvc/camel/trunk/tooling/archetypes/camel-archetype-component/src/main/resources/META-INF/maven/archetype.xml?rev=960741&r1=960740&r2=960741&view=diff
==============================================================================
--- camel/trunk/tooling/archetypes/camel-archetype-component/src/main/resources/META-INF/maven/archetype.xml (original)
+++ camel/trunk/tooling/archetypes/camel-archetype-component/src/main/resources/META-INF/maven/archetype.xml Tue Jul  6 01:08:20 2010
@@ -27,7 +27,7 @@
   </sources>
   <resources>    
     <resource>ReadMe.txt</resource>
-    <resource>src/main/resources/META-INF/services/direct</resource>
+    <resource>src/main/resources/META-INF/services/org/apache/camel/component/direct</resource>
     <resource>src/main/resources/log4j.properties</resource>   
   </resources>
 </archetype>

Modified: camel/trunk/tooling/archetypes/camel-archetype-component/src/main/resources/archetype-resources/ReadMe.txt
URL: http://svn.apache.org/viewvc/camel/trunk/tooling/archetypes/camel-archetype-component/src/main/resources/archetype-resources/ReadMe.txt?rev=960741&r1=960740&r2=960741&view=diff
==============================================================================
--- camel/trunk/tooling/archetypes/camel-archetype-component/src/main/resources/archetype-resources/ReadMe.txt (original)
+++ camel/trunk/tooling/archetypes/camel-archetype-component/src/main/resources/archetype-resources/ReadMe.txt Tue Jul  6 01:08:20 2010
@@ -1,9 +1,9 @@
 Camel Component Project
 ====================
 This Project is a template of the Camel component.
-When you create the component project , you need to move the META-INF/services/direct file to META-INF/services/PACKAGE_NAME/FOO where FOO is the URI scheme for your component and any related endpoints created on the fly and PACKAGE_NAME is your component's package name which is replaced the '.' with '/'.
+When you create the component project , you need to move the META-INF/services/org/apache/camel/component/direct file to META-INF/services/org/apache/camel/component/FOO where FOO is the URI scheme for your component and any related endpoints created on the fly.
 
 For more help see the Apache Camel documentation
 
     http://cwiki.apache.org/CAMEL/writing-components.html
-    
\ No newline at end of file
+