This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.distribution.sample-0.1.0 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-distribution-sample.git
commit da3ebed78a38e21a2725a12c877a94bce7ca897b Author: Marius Petria <[email protected]> AuthorDate: Wed Feb 4 11:25:29 2015 +0000 SLING-4392: removing mechanism for generating osgi configs from jcr descriptions git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/distribution/sample@1657123 13f79535-47bb-0310-9956-ffa450edef68 --- .../settings.author/agents/publish-multiple.json | 11 ----- .../settings.author/agents/publish-reverse.json | 17 ------- .../settings.author/agents/publish.json | 10 ----- .../settings.author/agents/pubsync.json | 13 ------ .../settings.author/defaults/agents/forward.json | 31 ------------- .../settings.author/defaults/agents/reverse.json | 31 ------------- .../settings.author/defaults/agents/simple.json | 52 ---------------------- .../settings.author/defaults/agents/sync.json | 31 ------------- .../settings.publish/agents/reverse.json | 11 ----- .../settings.publish/defaults/agents/queue.json | 28 ------------ .../settings.publish/defaults/exporters/agent.json | 13 ------ .../settings.publish/defaults/exporters/local.json | 13 ------ .../settings.publish/defaults/importers/local.json | 13 ------ .../settings.publish/exporters/default.json | 3 -- .../settings.publish/exporters/reverse.json | 7 --- .../settings.publish/importers/default.json | 3 -- 16 files changed, 287 deletions(-) diff --git a/src/main/resources/SLING-CONTENT/libs/sling/distribution/settings.author/agents/publish-multiple.json b/src/main/resources/SLING-CONTENT/libs/sling/distribution/settings.author/agents/publish-multiple.json deleted file mode 100644 index 8ee38b4..0000000 --- a/src/main/resources/SLING-CONTENT/libs/sling/distribution/settings.author/agents/publish-multiple.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "type" : "forward", - - "serviceName" : "distributionService", - - - "packageImporter.endpoints" : [ - "endpoint1=http://localhost:4503/libs/sling/distribution/services/importers/default", - "endpoint2=http://localhost:4503/libs/sling/distribution/services/importers/default" - ] -} \ No newline at end of file diff --git a/src/main/resources/SLING-CONTENT/libs/sling/distribution/settings.author/agents/publish-reverse.json b/src/main/resources/SLING-CONTENT/libs/sling/distribution/settings.author/agents/publish-reverse.json deleted file mode 100644 index 3fee975..0000000 --- a/src/main/resources/SLING-CONTENT/libs/sling/distribution/settings.author/agents/publish-reverse.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type" : "reverse", - - "serviceName" : "distributionService", - - "packageExporter.endpoints": [ - "http://localhost:4503/libs/sling/distribution/services/exporters/reverse" - ], - - "triggers" : { - "scheduled" : { - "type": "scheduledEvent", - "action": "pull", - "seconds": "30" - } - } -} \ No newline at end of file diff --git a/src/main/resources/SLING-CONTENT/libs/sling/distribution/settings.author/agents/publish.json b/src/main/resources/SLING-CONTENT/libs/sling/distribution/settings.author/agents/publish.json deleted file mode 100644 index 55c6dbc..0000000 --- a/src/main/resources/SLING-CONTENT/libs/sling/distribution/settings.author/agents/publish.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "type" : "forward", - - "serviceName" : "distributionService", - - - "packageImporter.endpoints" : [ - "http://localhost:4503/libs/sling/distribution/services/importers/default" - ] -} \ No newline at end of file diff --git a/src/main/resources/SLING-CONTENT/libs/sling/distribution/settings.author/agents/pubsync.json b/src/main/resources/SLING-CONTENT/libs/sling/distribution/settings.author/agents/pubsync.json deleted file mode 100644 index 0eb22dc..0000000 --- a/src/main/resources/SLING-CONTENT/libs/sling/distribution/settings.author/agents/pubsync.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "type" : "sync", - - "serviceName" : "distributionService", - - "packageExporter.endpoints" : [ - "http://localhost:4503/libs/sling/distribution/services/exporters/reverse-pubsync" - ], - - "packageImporter.endpoints" : [ - "http://localhost:4503/libs/sling/distribution/services/importers/default" - ] -} \ No newline at end of file diff --git a/src/main/resources/SLING-CONTENT/libs/sling/distribution/settings.author/defaults/agents/forward.json b/src/main/resources/SLING-CONTENT/libs/sling/distribution/settings.author/defaults/agents/forward.json deleted file mode 100644 index 66b9a20..0000000 --- a/src/main/resources/SLING-CONTENT/libs/sling/distribution/settings.author/defaults/agents/forward.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "jcr:primaryType" : "nt:unstructured", - - "kind" : "agent", - - "isResource" : "true", - - "requestAuthorizationStrategy" : { - "kind" : "requestAuthorization", - "type" : "service", - "name" : "privilegeRead" - }, - - "packageBuilder" : { - "kind" : "packageBuilder", - - "type" : "service", - "name" : "vlt" - }, - - "transportSecretProvider" : { - "kind" : "transportSecretProvider", - "type" : "service", - "name" : "publishAdmin" - }, - - "triggers" : { - "kind" : "trigger", - "type" : "list" - } -} \ No newline at end of file diff --git a/src/main/resources/SLING-CONTENT/libs/sling/distribution/settings.author/defaults/agents/reverse.json b/src/main/resources/SLING-CONTENT/libs/sling/distribution/settings.author/defaults/agents/reverse.json deleted file mode 100644 index 66b9a20..0000000 --- a/src/main/resources/SLING-CONTENT/libs/sling/distribution/settings.author/defaults/agents/reverse.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "jcr:primaryType" : "nt:unstructured", - - "kind" : "agent", - - "isResource" : "true", - - "requestAuthorizationStrategy" : { - "kind" : "requestAuthorization", - "type" : "service", - "name" : "privilegeRead" - }, - - "packageBuilder" : { - "kind" : "packageBuilder", - - "type" : "service", - "name" : "vlt" - }, - - "transportSecretProvider" : { - "kind" : "transportSecretProvider", - "type" : "service", - "name" : "publishAdmin" - }, - - "triggers" : { - "kind" : "trigger", - "type" : "list" - } -} \ No newline at end of file diff --git a/src/main/resources/SLING-CONTENT/libs/sling/distribution/settings.author/defaults/agents/simple.json b/src/main/resources/SLING-CONTENT/libs/sling/distribution/settings.author/defaults/agents/simple.json deleted file mode 100644 index b366f79..0000000 --- a/src/main/resources/SLING-CONTENT/libs/sling/distribution/settings.author/defaults/agents/simple.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "jcr:primaryType" : "nt:unstructured", - - "kind" : "agent", - - "isResource" : "true", - - "requestAuthorizationStrategy" : { - "kind" : "requestAuthorization", - "type" : "service", - "name" : "privilegeRead" - }, - - "packageExporter": { - "kind" : "exporter", - - "packageBuilder" : { - "kind" : "packageBuilder", - "type" : "service", - "name" : "vlt" - }, - - "transportSecretProvider" : { - "kind" : "transportSecretProvider", - "type" : "service", - "name" : "publishAdmin" - } - - }, - - "packageImporter": { - "kind" : "importer", - - "packageBuilder" : { - "kind" : "packageBuilder", - - "type" : "service", - "name" : "vlt" - }, - - "transportSecretProvider" : { - "kind" : "transportSecretProvider", - "type" : "service", - "name" : "publishAdmin" - } - }, - - "triggers" : { - "kind" : "trigger", - "type" : "list" - } -} \ No newline at end of file diff --git a/src/main/resources/SLING-CONTENT/libs/sling/distribution/settings.author/defaults/agents/sync.json b/src/main/resources/SLING-CONTENT/libs/sling/distribution/settings.author/defaults/agents/sync.json deleted file mode 100644 index 66b9a20..0000000 --- a/src/main/resources/SLING-CONTENT/libs/sling/distribution/settings.author/defaults/agents/sync.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "jcr:primaryType" : "nt:unstructured", - - "kind" : "agent", - - "isResource" : "true", - - "requestAuthorizationStrategy" : { - "kind" : "requestAuthorization", - "type" : "service", - "name" : "privilegeRead" - }, - - "packageBuilder" : { - "kind" : "packageBuilder", - - "type" : "service", - "name" : "vlt" - }, - - "transportSecretProvider" : { - "kind" : "transportSecretProvider", - "type" : "service", - "name" : "publishAdmin" - }, - - "triggers" : { - "kind" : "trigger", - "type" : "list" - } -} \ No newline at end of file diff --git a/src/main/resources/SLING-CONTENT/libs/sling/distribution/settings.publish/agents/reverse.json b/src/main/resources/SLING-CONTENT/libs/sling/distribution/settings.publish/agents/reverse.json deleted file mode 100644 index 79ae41f..0000000 --- a/src/main/resources/SLING-CONTENT/libs/sling/distribution/settings.publish/agents/reverse.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "type" : "queue", - - "serviceName" : "distributionService", - - "isPassive" : true, - - "packageExporter": { - "type": "local" - } -} \ No newline at end of file diff --git a/src/main/resources/SLING-CONTENT/libs/sling/distribution/settings.publish/defaults/agents/queue.json b/src/main/resources/SLING-CONTENT/libs/sling/distribution/settings.publish/defaults/agents/queue.json deleted file mode 100644 index fbf5367..0000000 --- a/src/main/resources/SLING-CONTENT/libs/sling/distribution/settings.publish/defaults/agents/queue.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "jcr:primaryType" : "nt:unstructured", - - "kind" : "agent", - - "isResource" : "true", - - "requestAuthorizationStrategy" : { - "kind" : "requestAuthorization", - "type" : "service", - "name" : "privilegeRead" - }, - - "packageExporter": { - "kind" : "exporter", - - "packageBuilder" : { - "kind" : "packageBuilder", - "type" : "service", - "name" : "vlt" - } - }, - - "triggers" : { - "kind" : "trigger", - "type" : "list" - } -} \ No newline at end of file diff --git a/src/main/resources/SLING-CONTENT/libs/sling/distribution/settings.publish/defaults/exporters/agent.json b/src/main/resources/SLING-CONTENT/libs/sling/distribution/settings.publish/defaults/exporters/agent.json deleted file mode 100644 index 63f485f..0000000 --- a/src/main/resources/SLING-CONTENT/libs/sling/distribution/settings.publish/defaults/exporters/agent.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "jcr:primaryType" : "nt:unstructured", - - "kind" : "exporter", - - "isResource" : "true", - - "packageBuilder" : { - "kind" : "packageBuilder", - "type" : "service", - "name" : "vlt" - } -} diff --git a/src/main/resources/SLING-CONTENT/libs/sling/distribution/settings.publish/defaults/exporters/local.json b/src/main/resources/SLING-CONTENT/libs/sling/distribution/settings.publish/defaults/exporters/local.json deleted file mode 100644 index 63f485f..0000000 --- a/src/main/resources/SLING-CONTENT/libs/sling/distribution/settings.publish/defaults/exporters/local.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "jcr:primaryType" : "nt:unstructured", - - "kind" : "exporter", - - "isResource" : "true", - - "packageBuilder" : { - "kind" : "packageBuilder", - "type" : "service", - "name" : "vlt" - } -} diff --git a/src/main/resources/SLING-CONTENT/libs/sling/distribution/settings.publish/defaults/importers/local.json b/src/main/resources/SLING-CONTENT/libs/sling/distribution/settings.publish/defaults/importers/local.json deleted file mode 100644 index b857d9a..0000000 --- a/src/main/resources/SLING-CONTENT/libs/sling/distribution/settings.publish/defaults/importers/local.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "jcr:primaryType" : "nt:unstructured", - - "kind" : "importer", - - "isResource" : "true", - - "packageBuilder" : { - "kind" : "packageBuilder", - "type" : "service", - "name" : "vlt" - } -} diff --git a/src/main/resources/SLING-CONTENT/libs/sling/distribution/settings.publish/exporters/default.json b/src/main/resources/SLING-CONTENT/libs/sling/distribution/settings.publish/exporters/default.json deleted file mode 100644 index df081d1..0000000 --- a/src/main/resources/SLING-CONTENT/libs/sling/distribution/settings.publish/exporters/default.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "type" : "local" -} diff --git a/src/main/resources/SLING-CONTENT/libs/sling/distribution/settings.publish/exporters/reverse.json b/src/main/resources/SLING-CONTENT/libs/sling/distribution/settings.publish/exporters/reverse.json deleted file mode 100644 index 070b66f..0000000 --- a/src/main/resources/SLING-CONTENT/libs/sling/distribution/settings.publish/exporters/reverse.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type" : "agent", - "agent": { - "type" : "service", - "name" : "reverse" - } -} diff --git a/src/main/resources/SLING-CONTENT/libs/sling/distribution/settings.publish/importers/default.json b/src/main/resources/SLING-CONTENT/libs/sling/distribution/settings.publish/importers/default.json deleted file mode 100644 index df081d1..0000000 --- a/src/main/resources/SLING-CONTENT/libs/sling/distribution/settings.publish/importers/default.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "type" : "local" -} -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
