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/09 11:39:41 UTC

[19/19] camel git commit: CAMEL-8454 Correct a comment in files generated by api-component plugin

CAMEL-8454 Correct a comment in files generated by api-component plugin


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

Branch: refs/heads/camel-2.14.x
Commit: 66c49f47bbb655ca8b5c6fef108a9bcb423104bb
Parents: 4850333
Author: Tomas Rohovsky <tr...@redhat.com>
Authored: Fri Mar 6 18:13:11 2015 +0100
Committer: Willem Jiang <wi...@gmail.com>
Committed: Mon Mar 9 18:38:53 2015 +0800

----------------------------------------------------------------------
 .../src/main/resources/api-collection.vm                           | 2 +-
 .../src/main/resources/api-endpoint-config.vm                      | 2 +-
 .../src/main/resources/api-method-enum.vm                          | 2 +-
 .../src/main/resources/api-name-enum.vm                            | 2 +-
 .../src/main/resources/api-route-test.vm                           | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/66c49f47/tooling/maven/camel-api-component-maven-plugin/src/main/resources/api-collection.vm
----------------------------------------------------------------------
diff --git a/tooling/maven/camel-api-component-maven-plugin/src/main/resources/api-collection.vm b/tooling/maven/camel-api-component-maven-plugin/src/main/resources/api-collection.vm
index 6d5b850..3e75702 100644
--- a/tooling/maven/camel-api-component-maven-plugin/src/main/resources/api-collection.vm
+++ b/tooling/maven/camel-api-component-maven-plugin/src/main/resources/api-collection.vm
@@ -16,7 +16,7 @@
 ## ------------------------------------------------------------------------
 ## api-collection.vm
 /*
- * Camel ApiCollection generated by camel-component-util-maven-plugin
+ * Camel ApiCollection generated by camel-api-component-maven-plugin
  * Generated on: $generatedDate
  */
 package $packageName;

http://git-wip-us.apache.org/repos/asf/camel/blob/66c49f47/tooling/maven/camel-api-component-maven-plugin/src/main/resources/api-endpoint-config.vm
----------------------------------------------------------------------
diff --git a/tooling/maven/camel-api-component-maven-plugin/src/main/resources/api-endpoint-config.vm b/tooling/maven/camel-api-component-maven-plugin/src/main/resources/api-endpoint-config.vm
index 082665f..8188c54 100644
--- a/tooling/maven/camel-api-component-maven-plugin/src/main/resources/api-endpoint-config.vm
+++ b/tooling/maven/camel-api-component-maven-plugin/src/main/resources/api-endpoint-config.vm
@@ -16,7 +16,7 @@
 ## ------------------------------------------------------------------------
 ## api-endpoint-config.vm
 /*
- * Camel EndpointConfiguration generated by camel-component-util-maven-plugin
+ * Camel EndpointConfiguration generated by camel-api-component-maven-plugin
  * Generated on: $generatedDate
  */
 package ${componentPackage};

http://git-wip-us.apache.org/repos/asf/camel/blob/66c49f47/tooling/maven/camel-api-component-maven-plugin/src/main/resources/api-method-enum.vm
----------------------------------------------------------------------
diff --git a/tooling/maven/camel-api-component-maven-plugin/src/main/resources/api-method-enum.vm b/tooling/maven/camel-api-component-maven-plugin/src/main/resources/api-method-enum.vm
index 9827d1e..5b9470d 100644
--- a/tooling/maven/camel-api-component-maven-plugin/src/main/resources/api-method-enum.vm
+++ b/tooling/maven/camel-api-component-maven-plugin/src/main/resources/api-method-enum.vm
@@ -16,7 +16,7 @@
 ## ------------------------------------------------------------------------
 ## api-method-enum.vm
 /*
- * Camel ApiMethod Enumeration generated by camel-component-util-maven-plugin
+ * Camel ApiMethod Enumeration generated by camel-api-component-maven-plugin
  * Generated on: $generatedDate
  */
 package $packageName;

http://git-wip-us.apache.org/repos/asf/camel/blob/66c49f47/tooling/maven/camel-api-component-maven-plugin/src/main/resources/api-name-enum.vm
----------------------------------------------------------------------
diff --git a/tooling/maven/camel-api-component-maven-plugin/src/main/resources/api-name-enum.vm b/tooling/maven/camel-api-component-maven-plugin/src/main/resources/api-name-enum.vm
index e0d558d..b2bfe60 100644
--- a/tooling/maven/camel-api-component-maven-plugin/src/main/resources/api-name-enum.vm
+++ b/tooling/maven/camel-api-component-maven-plugin/src/main/resources/api-name-enum.vm
@@ -16,7 +16,7 @@
 ## ------------------------------------------------------------------------
 ## api-name-enum.vm
 /*
- * Camel ApiName Enumeration generated by camel-component-util-maven-plugin
+ * Camel ApiName Enumeration generated by camel-api-component-maven-plugin
  * Generated on: $generatedDate
  */
 package $packageName;

http://git-wip-us.apache.org/repos/asf/camel/blob/66c49f47/tooling/maven/camel-api-component-maven-plugin/src/main/resources/api-route-test.vm
----------------------------------------------------------------------
diff --git a/tooling/maven/camel-api-component-maven-plugin/src/main/resources/api-route-test.vm b/tooling/maven/camel-api-component-maven-plugin/src/main/resources/api-route-test.vm
index 90e54f4..fbaa21f 100644
--- a/tooling/maven/camel-api-component-maven-plugin/src/main/resources/api-route-test.vm
+++ b/tooling/maven/camel-api-component-maven-plugin/src/main/resources/api-route-test.vm
@@ -16,7 +16,7 @@
 ## ------------------------------------------------------------------------
 ## api-route-test.vm
 /*
- * Camel Api Route test generated by camel-component-util-maven-plugin
+ * Camel Api Route test generated by camel-api-component-maven-plugin
  * Generated on: $generatedDate
  */
 package $componentPackage;