You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2008/05/14 12:10:00 UTC

svn commit: r656208 - in /incubator/sling/trunk: engine/src/main/java/org/apache/sling/engine/impl/request/SlingRequestPathInfo.java engine/src/test/java/org/apache/sling/core/ sling/servlet-resolver/pom.xml

Author: cziegeler
Date: Wed May 14 03:10:00 2008
New Revision: 656208

URL: http://svn.apache.org/viewvc?rev=656208&view=rev
Log:
SLING-449: Refactor core to engine.

Removed:
    incubator/sling/trunk/engine/src/test/java/org/apache/sling/core/
Modified:
    incubator/sling/trunk/engine/src/main/java/org/apache/sling/engine/impl/request/SlingRequestPathInfo.java
    incubator/sling/trunk/sling/servlet-resolver/pom.xml

Modified: incubator/sling/trunk/engine/src/main/java/org/apache/sling/engine/impl/request/SlingRequestPathInfo.java
URL: http://svn.apache.org/viewvc/incubator/sling/trunk/engine/src/main/java/org/apache/sling/engine/impl/request/SlingRequestPathInfo.java?rev=656208&r1=656207&r2=656208&view=diff
==============================================================================
--- incubator/sling/trunk/engine/src/main/java/org/apache/sling/engine/impl/request/SlingRequestPathInfo.java (original)
+++ incubator/sling/trunk/engine/src/main/java/org/apache/sling/engine/impl/request/SlingRequestPathInfo.java Wed May 14 03:10:00 2008
@@ -19,7 +19,6 @@
 import org.apache.sling.api.request.RequestDispatcherOptions;
 import org.apache.sling.api.request.RequestPathInfo;
 import org.apache.sling.api.resource.Resource;
-import org.apache.sling.engine.impl.request.SlingRequestPathInfoTest;
 
 /**
  * microsling request URI parser that provides SlingRequestPathInfo for the
@@ -29,7 +28,7 @@
  * SLING-60 ). What we're after is the remainder of the path, the part that was
  * not used to locate the Resource, and we split that part in different
  * subparts: selectors, extension and suffix.
- * 
+ *
  * @see SlingRequestPathInfoTest for a number of examples.
  */
 public class SlingRequestPathInfo implements RequestPathInfo {

Modified: incubator/sling/trunk/sling/servlet-resolver/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sling/trunk/sling/servlet-resolver/pom.xml?rev=656208&r1=656207&r2=656208&view=diff
==============================================================================
--- incubator/sling/trunk/sling/servlet-resolver/pom.xml (original)
+++ incubator/sling/trunk/sling/servlet-resolver/pom.xml Wed May 14 03:10:00 2008
@@ -93,7 +93,7 @@
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
-            <artifactId>org.apache.sling.core</artifactId>
+            <artifactId>org.apache.sling.engine</artifactId>
             <version>2.0.0-incubator-SNAPSHOT</version>
         </dependency>
         <dependency>