You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ni...@apache.org on 2015/03/13 10:49:13 UTC

camel git commit: CAMEL-8480 fixed the camel-catalog package exporting issue

Repository: camel
Updated Branches:
  refs/heads/master b0d5b435a -> 3619503bd


CAMEL-8480 fixed the camel-catalog package exporting issue


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/3619503b
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/3619503b
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/3619503b

Branch: refs/heads/master
Commit: 3619503bdc8864eb320c2c2244dad20182c2856d
Parents: b0d5b43
Author: Willem Jiang <wi...@gmail.com>
Authored: Fri Mar 13 17:48:50 2015 +0800
Committer: Willem Jiang <wi...@gmail.com>
Committed: Fri Mar 13 17:48:50 2015 +0800

----------------------------------------------------------------------
 platforms/catalog/pom.xml | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/3619503b/platforms/catalog/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/catalog/pom.xml b/platforms/catalog/pom.xml
index 15b5d30..8f03495 100644
--- a/platforms/catalog/pom.xml
+++ b/platforms/catalog/pom.xml
@@ -31,13 +31,7 @@
 
   <properties>
     <camel.osgi.export.pkg>
-      org.apache.camel.catalog,
-      org.apache.camel.catalog.archetypes,
-      org.apache.camel.catalog.components,
-      org.apache.camel.catalog.dataformats,
-      org.apache.camel.catalog.languages,
-      org.apache.camel.catalog.models,
-      org.apache.camel.catalog.schemas
+      org.apache.camel.catalog*
     </camel.osgi.export.pkg>
   </properties>