diff options
author | Dan Timoney <dtimoney@att.com> | 2020-06-16 16:32:19 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-06-16 16:32:19 +0000 |
commit | faa079fd64f8f4ebdee211ba30476d2dd0b05070 (patch) | |
tree | b6f370b777bc59de8dd19cb05a2533b1cddc0e84 /ms | |
parent | 87e2d9d5c103bcbae3d489b32fe3dc28f5fa5ed4 (diff) | |
parent | 5b908f24deef782564e8f269b2e45ad9a744fad2 (diff) |
Merge "add error-messages_en.properties to the blueprint processor docker image" into frankfurt
Diffstat (limited to 'ms')
-rwxr-xr-x | ms/blueprintsprocessor/application/src/main/docker/distribution.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ms/blueprintsprocessor/application/src/main/docker/distribution.xml b/ms/blueprintsprocessor/application/src/main/docker/distribution.xml index 9a079ac55..fad67c97a 100755 --- a/ms/blueprintsprocessor/application/src/main/docker/distribution.xml +++ b/ms/blueprintsprocessor/application/src/main/docker/distribution.xml @@ -40,6 +40,7 @@ <includes> <include>application.properties</include> <include>logback.xml</include> + <include>error-messages_en.properties</include> </includes> <outputDirectory>opt/app/onap/config</outputDirectory> <useDefaultExcludes>true</useDefaultExcludes> |