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 2018/02/28 10:48:26 UTC

[camel] 03/06: Polished

This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit a327aa3f7aea3f2a630c8381ce262d3e08ef90b6
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Wed Feb 28 11:38:05 2018 +0100

    Polished
---
 components/camel-spring/pom.xml | 20 ++++++++++++++++----
 1 file changed, 16 insertions(+), 4 deletions(-)

diff --git a/components/camel-spring/pom.xml b/components/camel-spring/pom.xml
index 6c55d54..5c8b58b 100644
--- a/components/camel-spring/pom.xml
+++ b/components/camel-spring/pom.xml
@@ -674,11 +674,11 @@
 
           <groups>
             <group>
-              <title>Camel Spring Classes</title>
+              <title>Camel Spring classes</title>
               <packages>org.apache.camel.spring</packages>
             </group>
             <group>
-              <title>Spring Remoting Classes</title>
+              <title>Spring remoting classes</title>
               <packages>org.apache.camel.spring.remoting</packages>
             </group>
             <group>
@@ -686,16 +686,28 @@
               <packages>org.apache.camel.component:org.apache.camel.component.*</packages>
             </group>
             <group>
+              <title>Camel Languages</title>
+              <packages>org.apache.camel.language:org.apache.camel.language.*</packages>
+            </group>
+            <group>
               <title>Camel SPI implementations for Spring</title>
               <packages>org.apache.camel.spring.spi</packages>
             </group>
             <group>
-              <title>Spring Namespace Handling Code</title>
+              <title>Camel Spring Scheduler Polling Consumer support</title>
+              <packages>org.apache.camel.spring.pollingconsumer</packages>
+            </group>
+            <group>
+              <title>Camel Spring Idempotent Repository</title>
+              <packages>org.apache.camel.spring.processor.idempotent</packages>
+            </group>
+            <group>
+              <title>Spring XML Namespace handling code</title>
               <packages>org.apache.camel.spring.handler</packages>
             </group>
             <group>
               <title>Utility classes</title>
-              <packages>org.apache.camel.spring.util:org.apache.camel.spring.factory</packages>
+              <packages>org.apache.camel.spring.util</packages>
             </group>
           </groups>
         </configuration>

-- 
To stop receiving notification emails like this one, please contact
davsclaus@apache.org.