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 a7f7f3cc36cfdc2e87b871cfb382267643a93572 Author: Marius Petria <[email protected]> AuthorDate: Fri Jan 16 14:19:13 2015 +0000 SLING-4324: spliting LocalDistributionTriggerFactory in specific factories git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/distribution/sample@1652413 13f79535-47bb-0310-9956-ffa450edef68 --- ...ScheduledDistributionTriggerFactory-publish-reverse-scheduled.json} | 3 --- ...ScheduledDistributionTriggerFactory-pubsync-scheduled-trigger.json} | 2 -- ...rEventDistributionTriggerFactory-reverse-userGeneratedContent.json} | 3 +-- 3 files changed, 1 insertion(+), 7 deletions(-) diff --git a/src/main/resources/SLING-CONTENT/libs/sling/distribution/install.author/publish-reverse/org.apache.sling.distribution.trigger.impl.LocalDistributionTriggerFactory-publish-reverse-scheduled.json b/src/main/resources/SLING-CONTENT/libs/sling/distribution/install.author/publish-reverse/org.apache.sling.distribution.trigger.impl.ScheduledDistributionTriggerFactory-publish-reverse-scheduled.json similarity index 79% rename from src/main/resources/SLING-CONTENT/libs/sling/distribution/install.author/publish-reverse/org.apache.sling.distribution.trigger.impl.LocalDistributionTriggerFactory-publish-reverse-scheduled.json rename to src/main/resources/SLING-CONTENT/libs/sling/distribution/install.author/publish-reverse/org.apache.sling.distribution.trigger.impl.ScheduledDistributionTriggerFactory-publish-reverse-scheduled.json index e0ea5dd..f8170ae 100644 --- a/src/main/resources/SLING-CONTENT/libs/sling/distribution/install.author/publish-reverse/org.apache.sling.distribution.trigger.impl.LocalDistributionTriggerFactory-publish-reverse-scheduled.json +++ b/src/main/resources/SLING-CONTENT/libs/sling/distribution/install.author/publish-reverse/org.apache.sling.distribution.trigger.impl.ScheduledDistributionTriggerFactory-publish-reverse-scheduled.json @@ -2,9 +2,6 @@ "jcr:primaryType": "sling:OsgiConfig", "name": "publish-reverse-scheduled", - - "type": "scheduledEvent", "action": "pull", "seconds": "30" - } \ No newline at end of file diff --git a/src/main/resources/SLING-CONTENT/libs/sling/distribution/install.author/pubsync/org.apache.sling.distribution.trigger.impl.LocalDistributionTriggerFactory-pubsync-scheduled-trigger.json b/src/main/resources/SLING-CONTENT/libs/sling/distribution/install.author/pubsync/org.apache.sling.distribution.trigger.impl.ScheduledDistributionTriggerFactory-pubsync-scheduled-trigger.json similarity index 80% rename from src/main/resources/SLING-CONTENT/libs/sling/distribution/install.author/pubsync/org.apache.sling.distribution.trigger.impl.LocalDistributionTriggerFactory-pubsync-scheduled-trigger.json rename to src/main/resources/SLING-CONTENT/libs/sling/distribution/install.author/pubsync/org.apache.sling.distribution.trigger.impl.ScheduledDistributionTriggerFactory-pubsync-scheduled-trigger.json index 408b091..792c2d7 100644 --- a/src/main/resources/SLING-CONTENT/libs/sling/distribution/install.author/pubsync/org.apache.sling.distribution.trigger.impl.LocalDistributionTriggerFactory-pubsync-scheduled-trigger.json +++ b/src/main/resources/SLING-CONTENT/libs/sling/distribution/install.author/pubsync/org.apache.sling.distribution.trigger.impl.ScheduledDistributionTriggerFactory-pubsync-scheduled-trigger.json @@ -3,8 +3,6 @@ "name": "pubsync-scheduled-trigger", - "type": "scheduledEvent", "action": "poll", "seconds": "30" - } \ No newline at end of file diff --git a/src/main/resources/SLING-CONTENT/libs/sling/distribution/install.publish/reverse/org.apache.sling.distribution.trigger.impl.LocalDistributionTriggerFactory-reverse-userGeneratedContent.json b/src/main/resources/SLING-CONTENT/libs/sling/distribution/install.publish/reverse/org.apache.sling.distribution.trigger.impl.JcrEventDistributionTriggerFactory-reverse-userGeneratedContent.json similarity index 65% rename from src/main/resources/SLING-CONTENT/libs/sling/distribution/install.publish/reverse/org.apache.sling.distribution.trigger.impl.LocalDistributionTriggerFactory-reverse-userGeneratedContent.json rename to src/main/resources/SLING-CONTENT/libs/sling/distribution/install.publish/reverse/org.apache.sling.distribution.trigger.impl.JcrEventDistributionTriggerFactory-reverse-userGeneratedContent.json index 9e57314..0d5c428 100644 --- a/src/main/resources/SLING-CONTENT/libs/sling/distribution/install.publish/reverse/org.apache.sling.distribution.trigger.impl.LocalDistributionTriggerFactory-reverse-userGeneratedContent.json +++ b/src/main/resources/SLING-CONTENT/libs/sling/distribution/install.publish/reverse/org.apache.sling.distribution.trigger.impl.JcrEventDistributionTriggerFactory-reverse-userGeneratedContent.json @@ -3,8 +3,7 @@ "name": "reverse-userGeneratedContent", - "type" : "jcrEvent", "path" : "/content/usergenerated", - "servicename" : "distributionService" + "serviceName" : "distributionService" } \ No newline at end of file -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
