Author: sboehme
Date: Fri Feb 26 18:44:15 2016
New Revision: 1732536
URL: http://svn.apache.org/viewvc?rev=1732536&view=rev
Log:
Resource-Editor :: changed references for to the new JSNodeTypes packages from
SLING-5541.
Modified:
sling/trunk/contrib/explorers/resourceeditor/pom.xml
sling/trunk/contrib/explorers/resourceeditor/src/main/resources/SLING-INF/libs/sling/resource-editor/html.jsp
Modified: sling/trunk/contrib/explorers/resourceeditor/pom.xml
URL:
http://svn.apache.org/viewvc/sling/trunk/contrib/explorers/resourceeditor/pom.xml?rev=1732536&r1=1732535&r2=1732536&view=diff
==============================================================================
--- sling/trunk/contrib/explorers/resourceeditor/pom.xml (original)
+++ sling/trunk/contrib/explorers/resourceeditor/pom.xml Fri Feb 26 18:44:15
2016
@@ -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,
Modified:
sling/trunk/contrib/explorers/resourceeditor/src/main/resources/SLING-INF/libs/sling/resource-editor/html.jsp
URL:
http://svn.apache.org/viewvc/sling/trunk/contrib/explorers/resourceeditor/src/main/resources/SLING-INF/libs/sling/resource-editor/html.jsp?rev=1732536&r1=1732535&r2=1732536&view=diff
==============================================================================
---
sling/trunk/contrib/explorers/resourceeditor/src/main/resources/SLING-INF/libs/sling/resource-editor/html.jsp
(original)
+++
sling/trunk/contrib/explorers/resourceeditor/src/main/resources/SLING-INF/libs/sling/resource-editor/html.jsp
Fri Feb 26 18:44:15 2016
@@ -88,7 +88,7 @@ Principal userPrincipal = ((HttpServletR
<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() %>",