aboutsummaryrefslogtreecommitdiffstats
path: root/operation-utils/src/main/resources/properties_template
diff options
context:
space:
mode:
Diffstat (limited to 'operation-utils/src/main/resources/properties_template')
-rw-r--r--operation-utils/src/main/resources/properties_template9
1 files changed, 9 insertions, 0 deletions
diff --git a/operation-utils/src/main/resources/properties_template b/operation-utils/src/main/resources/properties_template
new file mode 100644
index 0000000..76b2b48
--- /dev/null
+++ b/operation-utils/src/main/resources/properties_template
@@ -0,0 +1,9 @@
+<%
+ messages.each { n, v ->
+%>
+$n=\\
+ $v.errorCode|\\
+ $v.messageFormat|\\
+ $v.resolution|\\
+ $v.description
+<% } %> \ No newline at end of file