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:35:02 UTC

[5/5] 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/ed57b1a1
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/ed57b1a1
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/ed57b1a1

Branch: refs/heads/master
Commit: ed57b1a1597a12649ad301010b44bc7201585557
Parents: 1daa526
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:30:00 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/ed57b1a1/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/ed57b1a1/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/ed57b1a1/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/ed57b1a1/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/ed57b1a1/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;