This is an automated email from the ASF dual-hosted git repository.
bdelacretaz pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-servlets-annotations.git
The following commit(s) were added to refs/heads/master by this push:
new 34db4b3 SLING-10216 - remove unused test resources
34db4b3 is described below
commit 34db4b3c0418ae33d7fe90bedd0af546610b3fa3
Author: Bertrand Delacretaz <[email protected]>
AuthorDate: Tue Mar 16 13:50:02 2021 +0100
SLING-10216 - remove unused test resources
---
.../src/main/resources/SLING-CONTENT/content/servlettest.json | 3 ---
.../servlettest/baseResourceTypeBoundServletWithSelectors.json | 4 ----
.../content/servlettest/inheritingResourceTypeBoundServlet.json | 4 ----
.../SLING-CONTENT/content/servlettest/resourceTypeBoundServlet.json | 4 ----
.../content/servlettest/resourceTypeBoundServletWithExtension.json | 4 ----
.../content/servlettest/resourceTypeBoundServletWithMethods.json | 4 ----
.../content/servlettest/resourceTypeBoundServletWithPrefix.json | 4 ----
.../content/servlettest/resourceTypeBoundServletWithSelectors.json | 4 ----
8 files changed, 31 deletions(-)
diff --git
a/src/it/annotations-it/src/main/resources/SLING-CONTENT/content/servlettest.json
b/src/it/annotations-it/src/main/resources/SLING-CONTENT/content/servlettest.json
deleted file mode 100644
index 225e5ce..0000000
---
a/src/it/annotations-it/src/main/resources/SLING-CONTENT/content/servlettest.json
+++ /dev/null
@@ -1,3 +0,0 @@
-{
- "jcr:primaryType" : "sling:Folder"
-}
diff --git
a/src/it/annotations-it/src/main/resources/SLING-CONTENT/content/servlettest/baseResourceTypeBoundServletWithSelectors.json
b/src/it/annotations-it/src/main/resources/SLING-CONTENT/content/servlettest/baseResourceTypeBoundServletWithSelectors.json
deleted file mode 100644
index 777b7ff..0000000
---
a/src/it/annotations-it/src/main/resources/SLING-CONTENT/content/servlettest/baseResourceTypeBoundServletWithSelectors.json
+++ /dev/null
@@ -1,4 +0,0 @@
-{
- "jcr:primaryType": "nt:unstructured",
- "sling:resourceType":
"sling/testservlets/BaseResourceTypeBoundServletWithSelectors"
-}
diff --git
a/src/it/annotations-it/src/main/resources/SLING-CONTENT/content/servlettest/inheritingResourceTypeBoundServlet.json
b/src/it/annotations-it/src/main/resources/SLING-CONTENT/content/servlettest/inheritingResourceTypeBoundServlet.json
deleted file mode 100644
index 7ed030d..0000000
---
a/src/it/annotations-it/src/main/resources/SLING-CONTENT/content/servlettest/inheritingResourceTypeBoundServlet.json
+++ /dev/null
@@ -1,4 +0,0 @@
-{
- "jcr:primaryType": "nt:unstructured",
- "sling:resourceType":
"sling/testservlets/InheritingResourceTypeBoundServlet"
-}
diff --git
a/src/it/annotations-it/src/main/resources/SLING-CONTENT/content/servlettest/resourceTypeBoundServlet.json
b/src/it/annotations-it/src/main/resources/SLING-CONTENT/content/servlettest/resourceTypeBoundServlet.json
deleted file mode 100644
index 49c8187..0000000
---
a/src/it/annotations-it/src/main/resources/SLING-CONTENT/content/servlettest/resourceTypeBoundServlet.json
+++ /dev/null
@@ -1,4 +0,0 @@
-{
- "jcr:primaryType": "nt:unstructured",
- "sling:resourceType":
"/apps/sling/testservlets/ResourceTypeBoundServlet"
-}
diff --git
a/src/it/annotations-it/src/main/resources/SLING-CONTENT/content/servlettest/resourceTypeBoundServletWithExtension.json
b/src/it/annotations-it/src/main/resources/SLING-CONTENT/content/servlettest/resourceTypeBoundServletWithExtension.json
deleted file mode 100644
index 98562bb..0000000
---
a/src/it/annotations-it/src/main/resources/SLING-CONTENT/content/servlettest/resourceTypeBoundServletWithExtension.json
+++ /dev/null
@@ -1,4 +0,0 @@
-{
- "jcr:primaryType": "nt:unstructured",
- "sling:resourceType":
"/apps/sling/testservlets/ResourceTypeBoundServletWithExtension"
-}
diff --git
a/src/it/annotations-it/src/main/resources/SLING-CONTENT/content/servlettest/resourceTypeBoundServletWithMethods.json
b/src/it/annotations-it/src/main/resources/SLING-CONTENT/content/servlettest/resourceTypeBoundServletWithMethods.json
deleted file mode 100644
index 2d7bf22..0000000
---
a/src/it/annotations-it/src/main/resources/SLING-CONTENT/content/servlettest/resourceTypeBoundServletWithMethods.json
+++ /dev/null
@@ -1,4 +0,0 @@
-{
- "jcr:primaryType": "nt:unstructured",
- "sling:resourceType":
"/apps/sling/testservlets/ResourceTypeBoundServletWithMethods"
-}
diff --git
a/src/it/annotations-it/src/main/resources/SLING-CONTENT/content/servlettest/resourceTypeBoundServletWithPrefix.json
b/src/it/annotations-it/src/main/resources/SLING-CONTENT/content/servlettest/resourceTypeBoundServletWithPrefix.json
deleted file mode 100644
index d77f7ed..0000000
---
a/src/it/annotations-it/src/main/resources/SLING-CONTENT/content/servlettest/resourceTypeBoundServletWithPrefix.json
+++ /dev/null
@@ -1,4 +0,0 @@
-{
- "jcr:primaryType": "nt:unstructured",
- "sling:resourceType":
"/apps/sling/testservlets/ResourceTypeBoundServletWithPrefix"
-}
diff --git
a/src/it/annotations-it/src/main/resources/SLING-CONTENT/content/servlettest/resourceTypeBoundServletWithSelectors.json
b/src/it/annotations-it/src/main/resources/SLING-CONTENT/content/servlettest/resourceTypeBoundServletWithSelectors.json
deleted file mode 100644
index 9853c98..0000000
---
a/src/it/annotations-it/src/main/resources/SLING-CONTENT/content/servlettest/resourceTypeBoundServletWithSelectors.json
+++ /dev/null
@@ -1,4 +0,0 @@
-{
- "jcr:primaryType": "nt:unstructured",
- "sling:resourceType":
"/apps/sling/testservlets/ResourceTypeBoundServletWithSelectors"
-}