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 2016/01/01 11:23:57 UTC

[7/7] camel git commit: Camel catalog - Add api to validate simple language

Camel catalog - Add api to validate simple language


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

Branch: refs/heads/camel-2.16.x
Commit: 0db69ba1052605ba0fa314cf0c3a4f7509ce3b09
Parents: 43679f4
Author: Claus Ibsen <da...@apache.org>
Authored: Fri Jan 1 09:38:11 2016 +0100
Committer: Claus Ibsen <da...@apache.org>
Committed: Fri Jan 1 11:23:32 2016 +0100

----------------------------------------------------------------------
 platforms/catalog/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/0db69ba1/platforms/catalog/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/catalog/pom.xml b/platforms/catalog/pom.xml
index 79c2872..da167ac 100644
--- a/platforms/catalog/pom.xml
+++ b/platforms/catalog/pom.xml
@@ -85,7 +85,7 @@
         <extensions>true</extensions>
         <configuration>
           <instructions>
-            <Export-Package>org.apache.camel.catalog</Export-Package>
+            <Export-Package>org.apache.camel.catalog*</Export-Package>
             <Import-Package>org.apache.camel.language.simple;resolution:=optional,*</Import-Package>
           </instructions>
         </configuration>