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 2014/04/01 10:34:12 UTC

git commit: CAMEL-7332 Added camel-example-sql-blueprint into examples pom

Repository: camel
Updated Branches:
  refs/heads/master e65b6f600 -> a7c4da104


CAMEL-7332  Added camel-example-sql-blueprint into examples pom


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

Branch: refs/heads/master
Commit: a7c4da104419ec743dea6a22dbf5e08dc31cb3e8
Parents: e65b6f6
Author: Willem Jiang <wi...@gmail.com>
Authored: Tue Apr 1 16:32:45 2014 +0800
Committer: Willem Jiang <wi...@gmail.com>
Committed: Tue Apr 1 16:33:21 2014 +0800

----------------------------------------------------------------------
 examples/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/a7c4da10/examples/pom.xml
----------------------------------------------------------------------
diff --git a/examples/pom.xml b/examples/pom.xml
index 40d7c01..4942466 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -76,6 +76,7 @@
     <module>camel-example-ssh</module>
     <module>camel-example-ssh-security</module>
     <module>camel-example-sql</module>
+    <module>camel-example-sql-blueprint</module>
     <module>camel-example-tracer</module>
     <module>camel-example-twitter-websocket</module>
     <module>camel-example-twitter-websocket-blueprint</module>