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 2017/07/25 09:00:44 UTC

[3/3] camel git commit: CAMEL-11570: Added example. This closes #1837.

CAMEL-11570: Added example. This closes #1837.


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

Branch: refs/heads/master
Commit: 66049a922716e4bee8efefb582bc51662a45a6cb
Parents: b3bb8a2
Author: Claus Ibsen <da...@apache.org>
Authored: Tue Jul 25 11:00:34 2017 +0200
Committer: Claus Ibsen <da...@apache.org>
Committed: Tue Jul 25 11:00:34 2017 +0200

----------------------------------------------------------------------
 examples/README.adoc | 4 +++-
 examples/pom.xml     | 1 +
 2 files changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/66049a92/examples/README.adoc
----------------------------------------------------------------------
diff --git a/examples/README.adoc b/examples/README.adoc
index e314f2f..29bc0eb 100644
--- a/examples/README.adoc
+++ b/examples/README.adoc
@@ -11,7 +11,7 @@ View the individual example READMEs for details.
 ### Examples
 
 // examples: START
-Number of Examples: 93 (8 deprecated)
+Number of Examples: 94 (8 deprecated)
 
 [width="100%",cols="4,2,4",options="header"]
 |=======================================================================
@@ -129,6 +129,8 @@ Number of Examples: 93 (8 deprecated)
 
 | link:camel-example-activemq-tomcat/README.md[ActiveMQ Tomcat] (camel-example-activemq-tomcat) | Messaging | An example using ActiveMQ Broker and Camel with Apache Tomcat
 
+| link:camel-example-google-pubsub/README.adoc[Google Pubsub] (camel-example-google-pubsub) | Messaging | An example for Google Pubsub
+
 | link:camel-example-guice-jms/README.md[Guice JMS] (camel-example-guice-jms) | Messaging | *deprecated* An example showing how to work with Camel, Guice and JMS
 
 | link:camel-example-jms-file/README.md[JMS-File] (camel-example-jms-file) | Messaging | An example that persists messages from JMS to files

http://git-wip-us.apache.org/repos/asf/camel/blob/66049a92/examples/pom.xml
----------------------------------------------------------------------
diff --git a/examples/pom.xml b/examples/pom.xml
index a34d583..ea5c14a 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -58,6 +58,7 @@
     <module>camel-example-console</module>
     <module>camel-example-etl</module>
     <module>camel-example-ftp</module>
+    <module>camel-example-google-pubsub</module>
     <module>camel-example-guice-jms</module>
     <module>camel-example-groovy</module>
     <module>camel-example-hazelcast-kubernetes</module>