Regen

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

Branch: refs/heads/master
Commit: b3ac9932f100660755818028260338c02d780881
Parents: 8b277e6
Author: Claus Ibsen <davscl...@apache.org>
Authored: Tue Apr 18 16:04:44 2017 +0200
Committer: Claus Ibsen <davscl...@apache.org>
Committed: Tue Apr 18 16:04:44 2017 +0200

----------------------------------------------------------------------
 .../camel-milo/src/main/docs/milo-client-component.adoc     | 6 +++---
 components/readme.adoc                                      | 9 +++------
 docs/user-manual/en/SUMMARY.md                              | 3 +--
 3 files changed, 7 insertions(+), 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/b3ac9932/components/camel-milo/src/main/docs/milo-client-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-milo/src/main/docs/milo-client-component.adoc 
b/components/camel-milo/src/main/docs/milo-client-component.adoc
index 1be664f..a6dd6e0 100644
--- a/components/camel-milo/src/main/docs/milo-client-component.adoc
+++ b/components/camel-milo/src/main/docs/milo-client-component.adoc
@@ -1,4 +1,4 @@
-## Milo based OPC UA Client Component
+## OPC UA Client Component
 
 *Available as of Camel version 2.19*
 
@@ -26,7 +26,7 @@ for this component:
 
 
 // component options: START
-The Milo based OPC UA Client component supports 6 options which are listed 
below.
+The OPC UA Client component supports 6 options which are listed below.
 
 
 
@@ -83,7 +83,7 @@ In other words, shared connections located by the combination 
of endpoint URI an
 
 
 // endpoint options: START
-The Milo based OPC UA Client endpoint is configured using URI syntax:
+The OPC UA Client endpoint is configured using URI syntax:
 
     milo-client:endpointUri
 

http://git-wip-us.apache.org/repos/asf/camel/blob/b3ac9932/components/readme.adoc
----------------------------------------------------------------------
diff --git a/components/readme.adoc b/components/readme.adoc
index fbf16b9..09c9bf1 100644
--- a/components/readme.adoc
+++ b/components/readme.adoc
@@ -293,9 +293,6 @@ Number of Components: 231 in 184 JAR artifacts (14 
deprecated)
 | link:camel-ibatis/src/main/docs/ibatis-component.adoc[iBatis] (camel-ibatis) 
+
 `ibatis:statement` | 1.2 | *deprecated* Performs a query poll insert update or 
delete in a relational database using Apache iBATIS.
 
-| link:camel-ignite/src/main/docs/ignite-component.adoc[Ignite] (camel-ignite) 
+
-`ignite:endpointName` | 1.17 | The Ignite Component integrates Apache Camel 
with Apache Ignite
-
 | link:camel-infinispan/src/main/docs/infinispan-component.adoc[Infinispan] 
(camel-infinispan) +
 `infinispan:cacheName` | 2.13 | For reading/writing from/to Infinispan 
distributed key/value store and data grid.
 
@@ -392,9 +389,6 @@ Number of Components: 231 in 184 JAR artifacts (14 
deprecated)
 | link:camel-metrics/src/main/docs/metrics-component.adoc[Metrics] 
(camel-metrics) +
 `metrics:metricsType:metricsName` | 2.14 | To collect various metrics directly 
from Camel routes using the DropWizard metrics library.
 
-| link:camel-milo/src/main/docs/milo-client-component.adoc[Milo based OPC UA 
Client] (camel-milo) +
-`milo-client:endpointUri` | 2.19 | Connect to OPC UA servers using the binary 
protocol for acquiring telemetry data
-
 | link:camel-mina/src/main/docs/mina-component.adoc[Mina] (camel-mina) +
 `mina:protocol:host:port` | 1.0 | *deprecated* Socket level networking using 
TCP or UDP with the Apache Mina 1.x library.
 
@@ -455,6 +449,9 @@ Number of Components: 231 in 184 JAR artifacts (14 
deprecated)
 | 
link:camel-olingo4/camel-olingo4-component/src/main/docs/olingo4-component.adoc[Olingo4]
 (camel-olingo4) +
 `olingo4:apiName/methodName` | 2.19 | Communicates with OData 4.0 services 
using Apache Olingo OData API.
 
+| link:camel-milo/src/main/docs/milo-client-component.adoc[OPC UA Client] 
(camel-milo) +
+`milo-client:endpointUri` | 2.19 | Connect to OPC UA servers using the binary 
protocol for acquiring telemetry data
+
 | link:camel-milo/src/main/docs/milo-server-component.adoc[OPC UA Server] 
(camel-milo) +
 `milo-server:itemId` | 2.19 | Make telemetry data available as an OPC UA server
 

http://git-wip-us.apache.org/repos/asf/camel/blob/b3ac9932/docs/user-manual/en/SUMMARY.md
----------------------------------------------------------------------
diff --git a/docs/user-manual/en/SUMMARY.md b/docs/user-manual/en/SUMMARY.md
index a1bbc02..25968df 100644
--- a/docs/user-manual/en/SUMMARY.md
+++ b/docs/user-manual/en/SUMMARY.md
@@ -209,7 +209,6 @@
        * [HTTP](http-component.adoc)
        * [HTTP4](http4-component.adoc)
        * [iBatis](ibatis-component.adoc)
-       * [Ignite](ignite-component.adoc)
        * [IMAP](imap-component.adoc)
        * [Infinispan](infinispan-component.adoc)
        * [InfluxDB](influxdb-component.adoc)
@@ -240,7 +239,6 @@
        * [Lucene](lucene-component.adoc)
        * [Lumberjack](lumberjack-component.adoc)
        * [Metrics](metrics-component.adoc)
-       * [Milo based OPC UA Client](milo-client-component.adoc)
        * [Mina](mina-component.adoc)
        * [Mina2](mina2-component.adoc)
        * [MLLP](mllp-component.adoc)
@@ -260,6 +258,7 @@
        * [Netty4 HTTP](netty4-http-component.adoc)
        * [Olingo2](olingo2-component.adoc)
        * [Olingo4](olingo4-component.adoc)
+       * [OPC UA Client](milo-client-component.adoc)
        * [OPC UA Server](milo-server-component.adoc)
        * [OpenShift](openshift-component.adoc)
        * [OpenStack Cinder](openstack-cinder-component.adoc)

Reply via email to