Author: olli
Date: Thu Jun 23 14:47:47 2016
New Revision: 1749909
URL: http://svn.apache.org/viewvc?rev=1749909&view=rev
Log:
SLING-5680 Add Integration Tests for Scripting Thymeleaf
add missing resource decoupled
Modified:
sling/trunk/contrib/scripting/org.apache.sling.scripting.thymeleaf.it/src/main/resources/content/thymeleaf.json
Modified:
sling/trunk/contrib/scripting/org.apache.sling.scripting.thymeleaf.it/src/main/resources/content/thymeleaf.json
URL:
http://svn.apache.org/viewvc/sling/trunk/contrib/scripting/org.apache.sling.scripting.thymeleaf.it/src/main/resources/content/thymeleaf.json?rev=1749909&r1=1749908&r2=1749909&view=diff
==============================================================================
---
sling/trunk/contrib/scripting/org.apache.sling.scripting.thymeleaf.it/src/main/resources/content/thymeleaf.json
(original)
+++
sling/trunk/contrib/scripting/org.apache.sling.scripting.thymeleaf.it/src/main/resources/content/thymeleaf.json
Thu Jun 23 14:47:47 2016
@@ -38,5 +38,11 @@
"sling:resourceType": "thymeleaf/page/text",
"sling:resourceSuperType": "thymeleaf/page",
"title": "Thymeleaf Text"
+ },
+ "decoupled": {
+ "jcr:primaryType": "nt:unstructured",
+ "sling:resourceType": "thymeleaf/page/decoupled",
+ "sling:resourceSuperType": "thymeleaf/page",
+ "title": "Thymeleaf Decoupled Template Logic"
}
}