summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVENKATESH KUMAR <vv770d@att.com>2017-12-07 16:41:35 +0000
committerVENKATESH KUMAR <vv770d@att.com>2017-12-07 11:41:51 -0500
commit9053c4c6d3e6e0d744a3a0c6afda407df182a796 (patch)
tree29aed13a830b08644bfa40999cde47fbd5fb66e5
parent9346cb2915128831b4f58854362775f33cbd7415 (diff)
move data format spec to dpo
Issue-ID: DCAEGEN2-212 Change-Id: Ie6c946a96de276574d9e2d6b20af38661f84130a Signed-off-by: VENKATESH KUMAR <vv770d@att.com>
-rwxr-xr-xdpo/data-formats/VES-4.27.2-dataformat.json (renamed from data-formats/VES-4.27.2-dataformat.json)0
-rw-r--r--dpo/data-formats/VES-5.28.3-dataformat.json (renamed from data-formats/VES-5.28.3-dataformat.json)0
-rwxr-xr-xdpo/data-formats/VES-5.28.4-dataformat.json (renamed from data-formats/VES-5.28.4-dataformat.json)0
-rw-r--r--dpo/data-formats/healthcheck-docker-config.json (renamed from data-formats/healthcheck-docker-config.json)0
-rw-r--r--dpo/data-formats/ves-dmaap-config.json (renamed from data-formats/ves-dmaap-config.json)0
-rw-r--r--dpo/data-formats/ves-response.json (renamed from data-formats/ves-response.json)0
-rw-r--r--src/assembly/dep.xml2
7 files changed, 1 insertions, 1 deletions
diff --git a/data-formats/VES-4.27.2-dataformat.json b/dpo/data-formats/VES-4.27.2-dataformat.json
index f0ab5579..f0ab5579 100755
--- a/data-formats/VES-4.27.2-dataformat.json
+++ b/dpo/data-formats/VES-4.27.2-dataformat.json
diff --git a/data-formats/VES-5.28.3-dataformat.json b/dpo/data-formats/VES-5.28.3-dataformat.json
index b62b8b0a..b62b8b0a 100644
--- a/data-formats/VES-5.28.3-dataformat.json
+++ b/dpo/data-formats/VES-5.28.3-dataformat.json
diff --git a/data-formats/VES-5.28.4-dataformat.json b/dpo/data-formats/VES-5.28.4-dataformat.json
index b97f8a84..b97f8a84 100755
--- a/data-formats/VES-5.28.4-dataformat.json
+++ b/dpo/data-formats/VES-5.28.4-dataformat.json
diff --git a/data-formats/healthcheck-docker-config.json b/dpo/data-formats/healthcheck-docker-config.json
index 74deb6bb..74deb6bb 100644
--- a/data-formats/healthcheck-docker-config.json
+++ b/dpo/data-formats/healthcheck-docker-config.json
diff --git a/data-formats/ves-dmaap-config.json b/dpo/data-formats/ves-dmaap-config.json
index c28c0ce0..c28c0ce0 100644
--- a/data-formats/ves-dmaap-config.json
+++ b/dpo/data-formats/ves-dmaap-config.json
diff --git a/data-formats/ves-response.json b/dpo/data-formats/ves-response.json
index 5292b177..5292b177 100644
--- a/data-formats/ves-response.json
+++ b/dpo/data-formats/ves-response.json
diff --git a/src/assembly/dep.xml b/src/assembly/dep.xml
index cb72aa4a..b322fba1 100644
--- a/src/assembly/dep.xml
+++ b/src/assembly/dep.xml
@@ -53,7 +53,7 @@
<outputDirectory>etc</outputDirectory>
</fileSet>
<fileSet>
- <directory>data-formats</directory>
+ <directory>dpo/data-formats</directory>
<includes>
<include>**/*.json</include>
</includes>