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 abb4084833f3c96a48b99121dcea2e15dbcb8aff Author: Tommaso Teofili <[email protected]> AuthorDate: Mon Oct 27 13:49:51 2014 +0000 SLING-4106 - cleand up agent API, moved replication component stuff to component package git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/replication/sample@1634538 13f79535-47bb-0310-9956-ffa450edef68 --- ...mpl.GenericReplicationComponentFactory-trigger-remote-event.json} | 0 ...replication.agent.impl.SimpleReplicationAgentFactory-reverse.json | 5 ++--- ....GenericReplicationComponentFactory-trigger-content-changed.json} | 0 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/main/resources/SLING-CONTENT/libs/sling/replication/install.author/org.apache.sling.replication.agent.impl.GenericReplicationComponentFactory-trigger-remote-event.json b/src/main/resources/SLING-CONTENT/libs/sling/replication/install.author/org.apache.sling.replication.component.impl.GenericReplicationComponentFactory-trigger-remote-event.json similarity index 100% rename from src/main/resources/SLING-CONTENT/libs/sling/replication/install.author/org.apache.sling.replication.agent.impl.GenericReplicationComponentFactory-trigger-remote-event.json rename to src/main/resources/SLING-CONTENT/libs/sling/replication/install.author/org.apache.sling.replication.component.impl.GenericReplicationComponentFactory-trigger-remote-event.json 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 a4cec76..53baa1b 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 @@ -18,13 +18,12 @@ "packageImporter": [ "type=local", - "packageBuilder/type=vlt", + "packageBuilder/type=vlt" ], - "queueProvider.target" : "(name=sjh)", - "queueDistributionStrategy": "(name=error)", + "queueDistributionStrategy": "(name=single)", "trigger0": [ "type=jcrEvent", 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.component.impl.GenericReplicationComponentFactory-trigger-content-changed.json similarity index 100% rename from src/main/resources/SLING-CONTENT/libs/sling/replication/install.publish/org.apache.sling.replication.agent.impl.GenericReplicationComponentFactory-trigger-content-changed.json rename to src/main/resources/SLING-CONTENT/libs/sling/replication/install.publish/org.apache.sling.replication.component.impl.GenericReplicationComponentFactory-trigger-content-changed.json -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
