Repository: camel
Updated Branches:
  refs/heads/master 1976565d8 -> e43230a01


http://git-wip-us.apache.org/repos/asf/camel/blob/e43230a0/tooling/maven/camel-package-maven-plugin/src/main/resources/component-options.mvel
----------------------------------------------------------------------
diff --git 
a/tooling/maven/camel-package-maven-plugin/src/main/resources/component-options.mvel
 
b/tooling/maven/camel-package-maven-plugin/src/main/resources/component-options.mvel
index bd0e92d..9c7a82d 100644
--- 
a/tooling/maven/camel-package-maven-plugin/src/main/resources/component-options.mvel
+++ 
b/tooling/maven/camel-package-maven-plugin/src/main/resources/component-options.mvel
@@ -5,9 +5,9 @@ The @{title} component supports @{componentOptions.size()} 
options which are lis
 @end{}
 
 @if{!componentOptions.isEmpty()}
-[width="100%",cols="2,^1,5,2",options="header"]
+[width="100%",cols="2,5,^1,2",options="header"]
 |=======================================================================
-| Name | Default | Description | Type
-@foreach{row : componentOptions}| **@{row.getShortName(25)}** 
(@{row.shortGroup}) | @{row.getShortDefaultValue(18)} | @{row.description} | 
@{row.getShortJavaType(25)}
+| Name | Description | Default | Type
+@foreach{row : componentOptions}| **@{row.getShortName(25)}** 
(@{row.shortGroup}) | @{row.description} | @{row.getShortDefaultValue(20)} | 
@{row.getShortJavaType(25)}
 @end{}|=======================================================================
 @end{}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/camel/blob/e43230a0/tooling/maven/camel-package-maven-plugin/src/main/resources/endpoint-options.mvel
----------------------------------------------------------------------
diff --git 
a/tooling/maven/camel-package-maven-plugin/src/main/resources/endpoint-options.mvel
 
b/tooling/maven/camel-package-maven-plugin/src/main/resources/endpoint-options.mvel
index bb743a8..2223a79 100644
--- 
a/tooling/maven/camel-package-maven-plugin/src/main/resources/endpoint-options.mvel
+++ 
b/tooling/maven/camel-package-maven-plugin/src/main/resources/endpoint-options.mvel
@@ -6,16 +6,16 @@ with the following path and query parameters:
 
 #### Path Parameters (@{endpointPathOptions.size()} parameters):
 
-[width="100%",cols="2,^1,5,2",options="header"]
+[width="100%",cols="2,5,^1,2",options="header"]
 |=======================================================================
-| Name | Default | Description | Type
-@foreach{row : endpointPathOptions}| **@{row.getShortName(25)}** | 
@{row.getShortDefaultValue(18)} | @{row.description} | 
@{row.getShortJavaType(25)}
+| Name | Description | Default | Type
+@foreach{row : endpointPathOptions}| **@{row.getShortName(30)}** | 
@{row.description} | @{row.getShortDefaultValue(20)} | 
@{row.getShortJavaType(25)}
 @end{}|=======================================================================
 
 #### Query Parameters (@{endpointOptions.size()} parameters):
 
-[width="100%",cols="2,^1,5,2",options="header"]
+[width="100%",cols="2,5,^1,2",options="header"]
 |=======================================================================
-| Name | Default | Description | Type
-@foreach{row : endpointOptions}| **@{row.getShortName(25)}** 
(@{row.shortGroup}) | @{row.getShortDefaultValue(18)} | @{row.description} | 
@{row.getShortJavaType(25)}
+| Name | Description | Default | Type
+@foreach{row : endpointOptions}| **@{row.getShortName(30)}** 
(@{row.shortGroup}) | @{row.description} | @{row.getShortDefaultValue(20)} | 
@{row.getShortJavaType(25)}
 @end{}|=======================================================================

Reply via email to