This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to annotated tag org.apache.sling.fsresource-1.0.2
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-fsresource.git

commit a30c5887c81e890faf5bd3e7455e749d1e233db1
Author: Ian Boston <[email protected]>
AuthorDate: Thu Jul 29 11:09:57 2010 +0000

    SLING-1193 Fsresoruce and bundle resource implement the 2.0.8 API which 
means they cant be used with ResourceUtil, updated.
    
    git-svn-id: 
https://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/fsresource@980400
 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml                                                            | 2 +-
 src/main/java/org/apache/sling/fsprovider/internal/FsResource.java | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 5726d56..a80435f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -77,7 +77,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.api</artifactId>
-            <version>2.0.8</version>
+            <version>2.0.9-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
diff --git a/src/main/java/org/apache/sling/fsprovider/internal/FsResource.java 
b/src/main/java/org/apache/sling/fsprovider/internal/FsResource.java
index 7ecd8bc..6b1bfee 100644
--- a/src/main/java/org/apache/sling/fsprovider/internal/FsResource.java
+++ b/src/main/java/org/apache/sling/fsprovider/internal/FsResource.java
@@ -25,7 +25,7 @@ import java.io.InputStream;
 import java.net.MalformedURLException;
 import java.net.URL;
 
-import org.apache.sling.adapter.SlingAdaptable;
+import org.apache.sling.api.resource.AbstractResource;
 import org.apache.sling.api.resource.Resource;
 import org.apache.sling.api.resource.ResourceMetadata;
 import org.apache.sling.api.resource.ResourceResolver;
@@ -36,7 +36,7 @@ import org.slf4j.LoggerFactory;
  * The <code>FsResource</code> represents a file system file or folder as
  * a Sling Resource.
  */
-public class FsResource extends SlingAdaptable implements Resource {
+public class FsResource extends AbstractResource implements Resource {
 
     /**
      * The resource type for file system files mapped into the resource tree by

-- 
To stop receiving notification emails like this one, please contact
"[email protected]" <[email protected]>.

Reply via email to