Repository: camel Updated Branches: refs/heads/master 924885e45 -> d486902f4
http://git-wip-us.apache.org/repos/asf/camel/blob/d486902f/tooling/maven/camel-package-maven-plugin/src/main/resources/eip-options.mvel ---------------------------------------------------------------------- diff --git a/tooling/maven/camel-package-maven-plugin/src/main/resources/eip-options.mvel b/tooling/maven/camel-package-maven-plugin/src/main/resources/eip-options.mvel index 654a58e..d57f18b 100644 --- a/tooling/maven/camel-package-maven-plugin/src/main/resources/eip-options.mvel +++ b/tooling/maven/camel-package-maven-plugin/src/main/resources/eip-options.mvel @@ -1,9 +1,9 @@ The @{title} EIP supports @{eipOptions.size()} options which are listed below: @if{!eipOptions.isEmpty()} -[width="100%",cols="3,1m,6",options="header"] +[width="100%",cols="2,5,^1,2",options="header"] |=== -| Name | Java Type | Description -@foreach{row : eipOptions}| @{row.name} | @{row.shortJavaType} | @{row.description} +| Name | Description | Default | Type +@foreach{row : eipOptions}| *@{row.getShortName(30)}* | @{row.description} | @{row.getShortDefaultValue(20)} | @{row.getShortJavaType(25)} @end{}|=== @end{} \ No newline at end of file
