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 490010a7475f7cb11ace521cc6b17152256f30c9 Author: Tommaso Teofili <[email protected]> AuthorDate: Mon Oct 6 16:03:20 2014 +0000 SLING-4008 - added JcrEventReplicationTrigger git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/replication/sample@1629691 13f79535-47bb-0310-9956-ffa450edef68 --- ...impl.GenericReplicationComponentFactory-trigger-content-changed.json | 2 +- ...ng.replication.agent.impl.SimpleReplicationAgentFactory-reverse.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/SLING-CONTENT/libs/sling/replication/install.publish/org.apache.sling.replication.agent.impl.GenericReplicationComponentFactory-trigger-content-changed.json b/src/main/resources/SLING-CONTENT/libs/sling/replication/install.publish/org.apache.sling.replication.agent.impl.GenericReplicationComponentFactory-trigger-content-changed.json index 0b5cf00..f9ee413 100644 --- a/src/main/resources/SLING-CONTENT/libs/sling/replication/install.publish/org.apache.sling.replication.agent.impl.GenericReplicationComponentFactory-trigger-content-changed.json +++ b/src/main/resources/SLING-CONTENT/libs/sling/replication/install.publish/org.apache.sling.replication.agent.impl.GenericReplicationComponentFactory-trigger-content-changed.json @@ -5,7 +5,7 @@ "componentType": "trigger", "properties": [ - "type=resourceEvent", + "type=jcrEvent", "path=/content/usergenerated" ] diff --git a/src/main/resources/SLING-CONTENT/libs/sling/replication/install.publish/org.apache.sling.replication.agent.impl.SimpleReplicationAgentFactory-reverse.json b/src/main/resources/SLING-CONTENT/libs/sling/replication/install.publish/org.apache.sling.replication.agent.impl.SimpleReplicationAgentFactory-reverse.json index 01cacfe..af9adfc 100644 --- a/src/main/resources/SLING-CONTENT/libs/sling/replication/install.publish/org.apache.sling.replication.agent.impl.SimpleReplicationAgentFactory-reverse.json +++ b/src/main/resources/SLING-CONTENT/libs/sling/replication/install.publish/org.apache.sling.replication.agent.impl.SimpleReplicationAgentFactory-reverse.json @@ -22,7 +22,7 @@ "queueDistributionStrategy": "(name=error)", "trigger0": [ - "type=resourceEvent", + "type=jcrEvent", "path=/content/usergenerated" ] } -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
