You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by fm...@apache.org on 2008/02/07 11:12:42 UTC

svn commit: r619346 - /incubator/sling/trunk/sling/sample/src/main/resources/SLING-INF/content/apps/sling/SamplePage/html.jsp

Author: fmeschbe
Date: Thu Feb  7 02:12:41 2008
New Revision: 619346

URL: http://svn.apache.org/viewvc?rev=619346&view=rev
Log:
SLING-228 Adapt import of SyntheticResource

Modified:
    incubator/sling/trunk/sling/sample/src/main/resources/SLING-INF/content/apps/sling/SamplePage/html.jsp

Modified: incubator/sling/trunk/sling/sample/src/main/resources/SLING-INF/content/apps/sling/SamplePage/html.jsp
URL: http://svn.apache.org/viewvc/incubator/sling/trunk/sling/sample/src/main/resources/SLING-INF/content/apps/sling/SamplePage/html.jsp?rev=619346&r1=619345&r2=619346&view=diff
==============================================================================
--- incubator/sling/trunk/sling/sample/src/main/resources/SLING-INF/content/apps/sling/SamplePage/html.jsp (original)
+++ incubator/sling/trunk/sling/sample/src/main/resources/SLING-INF/content/apps/sling/SamplePage/html.jsp Thu Feb  7 02:12:41 2008
@@ -20,7 +20,7 @@
 <%@page import="org.apache.sling.sample.*"%>
 <%@page import="org.apache.sling.api.*"%>
 <%@page import="org.apache.sling.api.resource.Resource"%>
-<%@page import="org.apache.sling.jcr.resource.SyntheticResource"%>
+<%@page import="org.apache.sling.api.resource.SyntheticResource"%>
 <%@taglib prefix="sling" uri="http://sling.apache.org/taglibs/sling/1.0"%>
 
 <%-- Ensure the presence of the ComponentAPI objects --%>