aboutsummaryrefslogtreecommitdiffstats
path: root/operation-utils/src/main/resources/properties_template
diff options
context:
space:
mode:
authorlj1412 <lji@research.att.com>2017-02-15 12:45:23 +0000
committerlj1412 <lji@research.att.com>2017-02-15 12:45:25 +0000
commit4a69ee4417940dde4311e8dc43474f38d6c9412e (patch)
tree455250b4c17706791cc66aa91388308b61596a9c /operation-utils/src/main/resources/properties_template
parentce343cc80095bf4d4684616580546eeaac1d4259 (diff)
Init dcae.operation.utils
Change-Id: I8c5d28aefa33396707d27168254d857cd321a4d1 Signed-off-by: lj1412 <lji@research.att.com>
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