This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.validation.test-services-1.0.0 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-validation-test-services.git
commit 533713d510b31f123aef16364eb40a1d797566ba Author: Konrad Windszus <[email protected]> AuthorDate: Wed Mar 29 09:12:37 2017 +0000 SLING-6515 provide a PostProcessor which validates the newly generated resouce git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/validation/test-services@1789300 13f79535-47bb-0310-9956-ffa450edef68 --- .../resources/SLING-CONTENT/apps/sling/validation/models/model1.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/resources/SLING-CONTENT/apps/sling/validation/models/model1.json b/src/main/resources/SLING-CONTENT/apps/sling/validation/models/model1.json index 008025c..4a0fc61 100644 --- a/src/main/resources/SLING-CONTENT/apps/sling/validation/models/model1.json +++ b/src/main/resources/SLING-CONTENT/apps/sling/validation/models/model1.json @@ -1,7 +1,8 @@ { "validatedResourceType": "validation/test/resourceType1", "applicablePaths": [ - "/validation/testing/fakeFolder1" + "/validation/testing/fakeFolder1", + "/content/validated" ], "sling:resourceType": "sling/validation/model", "properties": { -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
