summaryrefslogtreecommitdiffstats
path: root/dgbuilder/svclogic/dg.xml
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2017-10-04 21:00:44 +0000
committerGerrit Code Review <gerrit@onap.org>2017-10-04 21:00:44 +0000
commit19b73ba71467fa7ec2d8436d33cfe7ddf32fcd8b (patch)
tree9d425fbde60c4dc781d3c90e61db0c2cac785fbe /dgbuilder/svclogic/dg.xml
parent0cf39e65089e5721d8cb567282843d0c59573c7f (diff)
parenta3d1f087bedc18368de3cfa17ce72a97a9d521b0 (diff)
Merge "Fix dgbuilder mysql upload"
Former-commit-id: 5b5a1cf1e254b93884004d3a9eafbba5b29697e8
Diffstat (limited to 'dgbuilder/svclogic/dg.xml')
-rw-r--r--dgbuilder/svclogic/dg.xml7
1 files changed, 5 insertions, 2 deletions
diff --git a/dgbuilder/svclogic/dg.xml b/dgbuilder/svclogic/dg.xml
index e8e101eb..6fe1484c 100644
--- a/dgbuilder/svclogic/dg.xml
+++ b/dgbuilder/svclogic/dg.xml
@@ -1,2 +1,5 @@
-<service-logic xmlns='http://www.openecomp.org/sdnc/svclogic' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='http://www.openecomp.org/sdnc/svclogic ./svclogic.xsd' module='ModuleName' version='1.0.0'><method rpc='rpcName' mode='sync'>
-</method></service-logic>
+<service-logic
+ xmlns='http://www.onap.org/sdnc/svclogic'
+ xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='http://www.onap.org/sdnc/svclogic ./svclogic.xsd' module='ModuleName' version='1.0.0'>
+ <method rpc='rpcName' mode='sync'></method>
+</service-logic>