Author: sseifert
Date: Mon Oct 13 14:32:45 2014
New Revision: 1631416

URL: http://svn.apache.org/r1631416
Log:
SLING-4042 move all mock projects to mocks/ subdirectory

Added:
    sling/trunk/testing/mocks/
    sling/trunk/testing/mocks/jcr-mock/
      - copied from r1631413, sling/trunk/testing/jcr-mock/
    sling/trunk/testing/mocks/osgi-mock/
      - copied from r1631388, sling/trunk/testing/osgi-mock/
    sling/trunk/testing/mocks/resourceresolver-mock/
      - copied from r1631388, sling/trunk/testing/resourceresolver-mock/
    sling/trunk/testing/mocks/sling-mock/
      - copied from r1631388, sling/trunk/testing/sling-mock/
    sling/trunk/testing/mocks/sling-mock-jackrabbit/
      - copied from r1631388, sling/trunk/testing/sling-mock-jackrabbit/
Removed:
    sling/trunk/testing/jcr-mock/
    sling/trunk/testing/mocks/osgi-mock/src/site/
    sling/trunk/testing/mocks/sling-mock/src/site/
    sling/trunk/testing/osgi-mock/
    sling/trunk/testing/resourceresolver-mock/
    sling/trunk/testing/sling-mock/
    sling/trunk/testing/sling-mock-jackrabbit/
Modified:
    sling/trunk/pom.xml
    sling/trunk/testing/mocks/jcr-mock/pom.xml
    sling/trunk/testing/mocks/osgi-mock/pom.xml
    sling/trunk/testing/mocks/resourceresolver-mock/pom.xml
    sling/trunk/testing/mocks/sling-mock/pom.xml

Modified: sling/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/sling/trunk/pom.xml?rev=1631416&r1=1631415&r2=1631416&view=diff
==============================================================================
--- sling/trunk/pom.xml (original)
+++ sling/trunk/pom.xml Mon Oct 13 14:32:45 2014
@@ -194,11 +194,11 @@
         <module>testing/junit/healthcheck</module>
         <module>testing/junit/remote</module>
         <module>testing/junit/performance</module>
-        <module>testing/resourceresolver-mock</module>
-        <module>testing/jcr-mock</module>
-        <module>testing/osgi-mock</module>
-        <module>testing/sling-mock</module>
-        <module>testing/sling-mock-jackrabbit</module>
+        <module>testing/mocks/resourceresolver-mock</module>
+        <module>testing/mocks/jcr-mock</module>
+        <module>testing/mocks/osgi-mock</module>
+        <module>testing/mocks/sling-mock</module>
+        <module>testing/mocks/sling-mock-jackrabbit</module>
         <module>testing/sling-pax-util</module>
         
         <!-- Installer -->

Modified: sling/trunk/testing/mocks/jcr-mock/pom.xml
URL: 
http://svn.apache.org/viewvc/sling/trunk/testing/mocks/jcr-mock/pom.xml?rev=1631416&r1=1631413&r2=1631416&view=diff
==============================================================================
--- sling/trunk/testing/mocks/jcr-mock/pom.xml (original)
+++ sling/trunk/testing/mocks/jcr-mock/pom.xml Mon Oct 13 14:32:45 2014
@@ -24,7 +24,7 @@
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
         <version>22</version>
-        <relativePath>../../parent/pom.xml</relativePath>
+        <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
 
     <artifactId>org.apache.sling.testing.jcr-mock</artifactId>

Modified: sling/trunk/testing/mocks/osgi-mock/pom.xml
URL: 
http://svn.apache.org/viewvc/sling/trunk/testing/mocks/osgi-mock/pom.xml?rev=1631416&r1=1631388&r2=1631416&view=diff
==============================================================================
--- sling/trunk/testing/mocks/osgi-mock/pom.xml (original)
+++ sling/trunk/testing/mocks/osgi-mock/pom.xml Mon Oct 13 14:32:45 2014
@@ -24,7 +24,7 @@
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
         <version>22</version>
-        <relativePath>../../parent/pom.xml</relativePath>
+        <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
 
     <artifactId>org.apache.sling.testing.osgi-mock</artifactId>

Modified: sling/trunk/testing/mocks/resourceresolver-mock/pom.xml
URL: 
http://svn.apache.org/viewvc/sling/trunk/testing/mocks/resourceresolver-mock/pom.xml?rev=1631416&r1=1631388&r2=1631416&view=diff
==============================================================================
--- sling/trunk/testing/mocks/resourceresolver-mock/pom.xml (original)
+++ sling/trunk/testing/mocks/resourceresolver-mock/pom.xml Mon Oct 13 14:32:45 
2014
@@ -24,7 +24,7 @@
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
         <version>22</version>
-        <relativePath>../../parent/pom.xml</relativePath>
+        <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
 
     <artifactId>org.apache.sling.testing.resourceresolver-mock</artifactId>

Modified: sling/trunk/testing/mocks/sling-mock/pom.xml
URL: 
http://svn.apache.org/viewvc/sling/trunk/testing/mocks/sling-mock/pom.xml?rev=1631416&r1=1631388&r2=1631416&view=diff
==============================================================================
--- sling/trunk/testing/mocks/sling-mock/pom.xml (original)
+++ sling/trunk/testing/mocks/sling-mock/pom.xml Mon Oct 13 14:32:45 2014
@@ -24,7 +24,7 @@
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
         <version>22</version>
-        <relativePath>../../parent/pom.xml</relativePath>
+        <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
 
     <artifactId>org.apache.sling.testing.sling-mock</artifactId>


Reply via email to