Repository: incubator-unomi
Updated Branches:
  refs/heads/master 7742b30ae -> 1c5d74aa5


UNOMI-49 : Add "aggregated" tag


Project: http://git-wip-us.apache.org/repos/asf/incubator-unomi/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-unomi/commit/b6410c14
Tree: http://git-wip-us.apache.org/repos/asf/incubator-unomi/tree/b6410c14
Diff: http://git-wip-us.apache.org/repos/asf/incubator-unomi/diff/b6410c14

Branch: refs/heads/master
Commit: b6410c1488950d420950f7b3a80a5e6eace6ae73
Parents: 7742b30
Author: Abdelkader Midani <[email protected]>
Authored: Mon Aug 8 15:49:32 2016 +0200
Committer: Abdelkader Midani <[email protected]>
Committed: Mon Aug 8 15:49:32 2016 +0200

----------------------------------------------------------------------
 .../META-INF/cxs/conditions/profileSegmentCondition.json         | 2 +-
 services/src/main/resources/META-INF/cxs/tags/aggregated.json    | 4 ++++
 2 files changed, 5 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-unomi/blob/b6410c14/plugins/baseplugin/src/main/resources/META-INF/cxs/conditions/profileSegmentCondition.json
----------------------------------------------------------------------
diff --git 
a/plugins/baseplugin/src/main/resources/META-INF/cxs/conditions/profileSegmentCondition.json
 
b/plugins/baseplugin/src/main/resources/META-INF/cxs/conditions/profileSegmentCondition.json
index 09b7e18..40235e0 100644
--- 
a/plugins/baseplugin/src/main/resources/META-INF/cxs/conditions/profileSegmentCondition.json
+++ 
b/plugins/baseplugin/src/main/resources/META-INF/cxs/conditions/profileSegmentCondition.json
@@ -4,7 +4,7 @@
     "name": "profileSegmentCondition",
     "description": "",
     "tags": [
-      "demographic",
+      "aggregated",
       "profileCondition"
     ],
     "readOnly": true

http://git-wip-us.apache.org/repos/asf/incubator-unomi/blob/b6410c14/services/src/main/resources/META-INF/cxs/tags/aggregated.json
----------------------------------------------------------------------
diff --git a/services/src/main/resources/META-INF/cxs/tags/aggregated.json 
b/services/src/main/resources/META-INF/cxs/tags/aggregated.json
new file mode 100644
index 0000000..83f417c
--- /dev/null
+++ b/services/src/main/resources/META-INF/cxs/tags/aggregated.json
@@ -0,0 +1,4 @@
+{
+    "id": "aggregated",
+    "parent": "profileTags"
+}
\ No newline at end of file

Reply via email to