This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-resource-editor.git
commit 8d67783beeea23de7537b10be435e14dd16cf5ac Author: Sandro Boehme <[email protected]> AuthorDate: Fri Feb 26 18:44:15 2016 +0000 Resource-Editor :: changed references for to the new JSNodeTypes packages from SLING-5541. git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1732536 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 2 +- src/main/resources/SLING-INF/libs/sling/resource-editor/html.jsp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 1cf5c79..647e620 100644 --- a/pom.xml +++ b/pom.xml @@ -64,7 +64,7 @@ SLING-INF/libs/sling/resource-editor;overwrite:=true;path:=/libs/sling/resource-editor </Sling-Initial-Content> <Import-Package>!org.slf4j.impl,*, - org.apache.sling.commons.js.nodetypes.javascript, + org.apache.sling.jcr.js.nodetypes.javascript, javax.el, javax.naming, javax.servlet.jsp, diff --git a/src/main/resources/SLING-INF/libs/sling/resource-editor/html.jsp b/src/main/resources/SLING-INF/libs/sling/resource-editor/html.jsp index bf7db68..89ea81c 100644 --- a/src/main/resources/SLING-INF/libs/sling/resource-editor/html.jsp +++ b/src/main/resources/SLING-INF/libs/sling/resource-editor/html.jsp @@ -88,7 +88,7 @@ Principal userPrincipal = ((HttpServletRequest)pageContext.getRequest()).getUser <c:set var="userPrincipal" value='<%=userPrincipal %>'/> <script type="text/javascript"> -var ntManager = new de.sandroboehme.NodeTypeManager(); +var ntManager = new org.apache.sling.jcr.js.nodetypes.NodeTypeManager(); var mainControllerSettings = { contextPath: "<%= request.getContextPath() %>", -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
