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 2013/01/21 10:41:23 UTC

svn commit: r1272 [17/19] - /release/sling/

Added: release/sling/org.apache.sling.servlets.post-2.2.0.jar.asc
==============================================================================
--- release/sling/org.apache.sling.servlets.post-2.2.0.jar.asc (added)
+++ release/sling/org.apache.sling.servlets.post-2.2.0.jar.asc Mon Jan 21 09:38:36 2013
@@ -0,0 +1,18 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG/MacGPG2 v2.0.18 (Darwin)
+Comment: GPGTools - http://gpgtools.org
+
+iQIcBAABCgAGBQJQoMMDAAoJED/PUp/y8noGvrAQAKgJMqeVqRsd35cclhKKWzOq
+2bgQEcV9QkVxjjUh0FSCixHg/3awt82MOubtoEL6ExCt89EoNbVivYvWBuehFG82
+qBhR2RS1ZBte4Eg1GJ2Tucss3w9fElTmHyD8P6Q4sbl/l5mueeT+cXp1gYvzrvWq
+sRDVuvrLs2bmxS+5EajxwogEdm0E1cNRkoKX+r/iwybz8FcUVuWFmcvtJTBtRg17
+ybI0n1QSMLc9r/OO/hrzydEtJ2xVg5Zn9vdeUTqTzprsdOW7taXajStzAzkghn9T
+7sH7/o31eqHjYypx3XgmKheLXejQk2zirNs6n7NUx++QuGWCCL4MpJMB95RwNDuQ
+OLuOv/g8iwh9wzyefo9urIcxspYiu0y1E8eTVSAvQGeywIYk9ngI7HbskNMsRwyd
+qejJET21ZAQIxv7f3DkRKx3A1Byh7mk1ZRfaWMnww798uLqEifiyeq1NrK41dOhN
+Do+Px5Zieq09x4F2pMgjln4MjigegkQbNwBHU/LDDTsnSdrffwspQPMaEP7ItGp8
+ByEkWzFizDn8KpZlt67ZZ/9Jzt/8ToU60VmUrwG1dalWe0mxkzD9i0puQqRI3DK/
++wtoT6E0B8FpONPRXN8mJv7JQZ/4l9u5+XC1SwLLLZI1fTYBj71b39wW8zS/wtRh
+JzeaGjnPWzCihi3dB2Rn
+=5tK/
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.servlets.post-2.2.0.jar.md5
==============================================================================
--- release/sling/org.apache.sling.servlets.post-2.2.0.jar.md5 (added)
+++ release/sling/org.apache.sling.servlets.post-2.2.0.jar.md5 Mon Jan 21 09:38:36 2013
@@ -0,0 +1 @@
+1cffa9b4b00c31d1cff9368c439c68bc
\ No newline at end of file

Added: release/sling/org.apache.sling.servlets.post-2.2.0.jar.sha1
==============================================================================
--- release/sling/org.apache.sling.servlets.post-2.2.0.jar.sha1 (added)
+++ release/sling/org.apache.sling.servlets.post-2.2.0.jar.sha1 Mon Jan 21 09:38:36 2013
@@ -0,0 +1 @@
+fcb89a113488e58375a3e9f2969422d37330482d
\ No newline at end of file

Added: release/sling/org.apache.sling.servlets.post-2.2.0.pom
==============================================================================
--- release/sling/org.apache.sling.servlets.post-2.2.0.pom (added)
+++ release/sling/org.apache.sling.servlets.post-2.2.0.pom Mon Jan 21 09:38:36 2013
@@ -0,0 +1,172 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.apache.sling</groupId>
+        <artifactId>sling</artifactId>
+        <version>13</version>
+        <relativePath>../../../parent/pom.xml</relativePath>
+    </parent>
+
+    <artifactId>org.apache.sling.servlets.post</artifactId>
+    <packaging>bundle</packaging>
+    <version>2.2.0</version>
+
+    <name>Apache Sling Default POST Servlets</name>
+    <description>
+        Provides default POST servlets.
+    </description>
+
+    <scm>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/sling/tags/org.apache.sling.servlets.post-2.2.0</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/tags/org.apache.sling.servlets.post-2.2.0</developerConnection>
+        <url>http://svn.apache.org/viewvc/sling/tags/org.apache.sling.servlets.post-2.2.0</url>
+    </scm>
+
+    <properties>
+        <site.jira.version.id>12314180</site.jira.version.id>
+    </properties>
+
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.felix</groupId>
+                <artifactId>maven-scr-plugin</artifactId>
+            </plugin>
+
+            <plugin>
+                <groupId>org.apache.felix</groupId>
+                <artifactId>maven-bundle-plugin</artifactId>
+                <extensions>true</extensions>
+                <configuration>
+                    <instructions>
+                        <Export-Package>
+                            org.apache.sling.servlets.post;version=2.1.0
+                        </Export-Package>
+                        <Private-Package>
+                            org.apache.sling.servlets.post.impl.*
+                        </Private-Package>
+                        <Sling-Bundle-Resources>
+                            /system/sling.js
+                        </Sling-Bundle-Resources>
+                        <Embed-Dependency>
+                            jackrabbit-jcr-commons;inline=org/apache/jackrabbit/util/ISO8601.class|org/apache/jackrabbit/util/Text.class
+                        </Embed-Dependency>
+                    </instructions>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+    <reporting>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-javadoc-plugin</artifactId>
+                <configuration>
+                  <!-- No javadocs -->
+                    <excludePackageNames>
+                        org.apache.sling.servlets.post.impl
+                    </excludePackageNames>
+                </configuration>
+            </plugin>
+        </plugins>
+    </reporting>
+
+    <dependencies>
+        <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>org.osgi.core</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>org.osgi.compendium</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>javax.servlet</groupId>
+            <artifactId>servlet-api</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>javax.jcr</groupId>
+            <artifactId>jcr</artifactId>
+            <version>2.0</version>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.slf4j</groupId>
+            <artifactId>slf4j-api</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.api</artifactId>
+            <version>2.3.0</version>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.jcr.api</artifactId>
+            <version>2.0.6</version>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.jcr.resource</artifactId>
+            <version>2.0.6</version>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.commons.json</artifactId>
+            <version>2.0.2-incubator</version>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.jcr.contentloader</artifactId>
+            <version>2.1.4</version>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.jackrabbit</groupId>
+            <artifactId>jackrabbit-jcr-commons</artifactId>
+            <version>1.6.0</version>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.felix</groupId>
+            <artifactId>org.apache.felix.scr.annotations</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.commons.testing</artifactId>
+            <version>2.0.10</version>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>junit-addons</groupId>
+            <artifactId>junit-addons</artifactId>
+            <version>1.4</version>
+            <scope>test</scope>
+        </dependency>
+    </dependencies>
+
+</project>
+

Propchange: release/sling/org.apache.sling.servlets.post-2.2.0.pom
------------------------------------------------------------------------------
    svn:eol-style = native

Added: release/sling/org.apache.sling.servlets.post-2.2.0.pom.asc
==============================================================================
--- release/sling/org.apache.sling.servlets.post-2.2.0.pom.asc (added)
+++ release/sling/org.apache.sling.servlets.post-2.2.0.pom.asc Mon Jan 21 09:38:36 2013
@@ -0,0 +1,18 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG/MacGPG2 v2.0.18 (Darwin)
+Comment: GPGTools - http://gpgtools.org
+
+iQIcBAABCgAGBQJQoMMEAAoJED/PUp/y8noG6WMP/33nVNrAEMUcb1rOTS7GbFLp
+gPgxM8fNvXUzg2XQCH6plt8Kt5c0mnlU+QsSC6kQ6IN/tcei52fWwQbAJ5q8b+3A
+TZcQ0YIU28TMZgZQ83KpHjleTT4EIo8frr13obs3sA+sNFcvqWi3mlhQd4Q3zDGC
+gwVKZTqMS/s6dSGD2xGJcY4bY/hQUXIMaJjQv21K4F5pra/e9YrjfkE4vq7xLIQ2
+ddgGvjta3HrS+9Y+1qKv/yiNLXD44SESTQfu7i6BdsWQd5Vvxo6zNy0AmiZ6gWEP
+qsPBzSFA76j27W7aFZusVxQJF4+RUZ73c1XMhZtUpi3PnxxIwHJXQRcdXD3lfR0i
+lt9zdZ/EcodaWGQXnsIrjZZWPhsO2yWZuXubC6qsKvf1mAAVLvjlxAohdKaKVAX5
+dfMbgA0JnMgiNm2K4EJZPjp3Tv3l+nuCqqLo4e2kprNjGdGpj0rdJskHYp/vO8/l
+AYzhbIliZmipKbTgCCEHrfYG9vCyXGKQhV7Sag27FoyCdGzWjO5VlKyruVHXhEj7
+dM7ZhdWCOriyZqo9TqkfIOYcIL31o+CvQLugh6U0w0gvNgEdBKnFGRq0VeGtDpTu
+gt8YPP/6ERWtJ2qIoQpGysE+ghVf3FuTUAMwViUEP978UtLdVGTsEGkh2wy2gFhx
+b0I9gyCvH3EP5rgFrM6i
+=Ep0C
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.servlets.post-2.2.0.pom.md5
==============================================================================
--- release/sling/org.apache.sling.servlets.post-2.2.0.pom.md5 (added)
+++ release/sling/org.apache.sling.servlets.post-2.2.0.pom.md5 Mon Jan 21 09:38:36 2013
@@ -0,0 +1 @@
+98066723e978bc10dfe86e1fa5cfe504
\ No newline at end of file

Added: release/sling/org.apache.sling.servlets.post-2.2.0.pom.sha1
==============================================================================
--- release/sling/org.apache.sling.servlets.post-2.2.0.pom.sha1 (added)
+++ release/sling/org.apache.sling.servlets.post-2.2.0.pom.sha1 Mon Jan 21 09:38:36 2013
@@ -0,0 +1 @@
+9d94eabf4fec2ad285ad8a60fdd1b10983c093c5
\ No newline at end of file

Added: release/sling/org.apache.sling.servlets.resolver-2.2.2-javadoc.jar
==============================================================================
Binary file - no diff available.

Propchange: release/sling/org.apache.sling.servlets.resolver-2.2.2-javadoc.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: release/sling/org.apache.sling.servlets.resolver-2.2.2-javadoc.jar.asc
==============================================================================
--- release/sling/org.apache.sling.servlets.resolver-2.2.2-javadoc.jar.asc (added)
+++ release/sling/org.apache.sling.servlets.resolver-2.2.2-javadoc.jar.asc Mon Jan 21 09:38:36 2013
@@ -0,0 +1,8 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG/MacGPG2 v2.0.17 (Darwin)
+Comment: GPGTools - http://gpgtools.org
+
+iEYEABECAAYFAlC/VXQACgkQXif4bvebdxWp8wCeKgf8KcBRo/W1+g6meif2AgeP
+oLcAnj/K7+0JR08qm0uIvfADPQeNVPRi
+=juHC
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.servlets.resolver-2.2.2-javadoc.jar.md5
==============================================================================
--- release/sling/org.apache.sling.servlets.resolver-2.2.2-javadoc.jar.md5 (added)
+++ release/sling/org.apache.sling.servlets.resolver-2.2.2-javadoc.jar.md5 Mon Jan 21 09:38:36 2013
@@ -0,0 +1 @@
+a1a436a0c5ffac2a0960418653bc0119
\ No newline at end of file

Added: release/sling/org.apache.sling.servlets.resolver-2.2.2-javadoc.jar.sha1
==============================================================================
--- release/sling/org.apache.sling.servlets.resolver-2.2.2-javadoc.jar.sha1 (added)
+++ release/sling/org.apache.sling.servlets.resolver-2.2.2-javadoc.jar.sha1 Mon Jan 21 09:38:36 2013
@@ -0,0 +1 @@
+1bcf27640852b71d5132ea3e4ff7f15fc6079416
\ No newline at end of file

Added: release/sling/org.apache.sling.servlets.resolver-2.2.2-source-release.zip
==============================================================================
Binary file - no diff available.

Propchange: release/sling/org.apache.sling.servlets.resolver-2.2.2-source-release.zip
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: release/sling/org.apache.sling.servlets.resolver-2.2.2-source-release.zip.asc
==============================================================================
--- release/sling/org.apache.sling.servlets.resolver-2.2.2-source-release.zip.asc (added)
+++ release/sling/org.apache.sling.servlets.resolver-2.2.2-source-release.zip.asc Mon Jan 21 09:38:36 2013
@@ -0,0 +1,8 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG/MacGPG2 v2.0.17 (Darwin)
+Comment: GPGTools - http://gpgtools.org
+
+iEYEABECAAYFAlC/VXQACgkQXif4bvebdxWr3ACgjx6r8UP+gDbCAHwapATCvd9t
+YL4AoJp+iaDyJMX/h//MOTSK9msPCe3k
+=yM70
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.servlets.resolver-2.2.2-source-release.zip.md5
==============================================================================
--- release/sling/org.apache.sling.servlets.resolver-2.2.2-source-release.zip.md5 (added)
+++ release/sling/org.apache.sling.servlets.resolver-2.2.2-source-release.zip.md5 Mon Jan 21 09:38:36 2013
@@ -0,0 +1 @@
+ea8243822e211d09a6bf487a03655979
\ No newline at end of file

Added: release/sling/org.apache.sling.servlets.resolver-2.2.2-source-release.zip.sha1
==============================================================================
--- release/sling/org.apache.sling.servlets.resolver-2.2.2-source-release.zip.sha1 (added)
+++ release/sling/org.apache.sling.servlets.resolver-2.2.2-source-release.zip.sha1 Mon Jan 21 09:38:36 2013
@@ -0,0 +1 @@
+28c88d4bbfbe4a7f766d0c74c4f745bebb14d2be
\ No newline at end of file

Added: release/sling/org.apache.sling.servlets.resolver-2.2.2-sources.jar
==============================================================================
Binary file - no diff available.

Propchange: release/sling/org.apache.sling.servlets.resolver-2.2.2-sources.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: release/sling/org.apache.sling.servlets.resolver-2.2.2-sources.jar.asc
==============================================================================
--- release/sling/org.apache.sling.servlets.resolver-2.2.2-sources.jar.asc (added)
+++ release/sling/org.apache.sling.servlets.resolver-2.2.2-sources.jar.asc Mon Jan 21 09:38:36 2013
@@ -0,0 +1,8 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG/MacGPG2 v2.0.17 (Darwin)
+Comment: GPGTools - http://gpgtools.org
+
+iEYEABECAAYFAlC/VXQACgkQXif4bvebdxXdkwCfcBS742Tg6OtI6H2LVXv5Q4fd
+uisAn2CD7pB7Y5QKCBKI4AkWA//oYQi9
+=q8MX
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.servlets.resolver-2.2.2-sources.jar.md5
==============================================================================
--- release/sling/org.apache.sling.servlets.resolver-2.2.2-sources.jar.md5 (added)
+++ release/sling/org.apache.sling.servlets.resolver-2.2.2-sources.jar.md5 Mon Jan 21 09:38:36 2013
@@ -0,0 +1 @@
+1d60df12e416e2d2a2bc937ebff6d41a
\ No newline at end of file

Added: release/sling/org.apache.sling.servlets.resolver-2.2.2-sources.jar.sha1
==============================================================================
--- release/sling/org.apache.sling.servlets.resolver-2.2.2-sources.jar.sha1 (added)
+++ release/sling/org.apache.sling.servlets.resolver-2.2.2-sources.jar.sha1 Mon Jan 21 09:38:36 2013
@@ -0,0 +1 @@
+f364f4f57ddbbb8df2b97f6081ec55ce53bb2d9a
\ No newline at end of file

Added: release/sling/org.apache.sling.servlets.resolver-2.2.2.jar
==============================================================================
Binary file - no diff available.

Propchange: release/sling/org.apache.sling.servlets.resolver-2.2.2.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: release/sling/org.apache.sling.servlets.resolver-2.2.2.jar.asc
==============================================================================
--- release/sling/org.apache.sling.servlets.resolver-2.2.2.jar.asc (added)
+++ release/sling/org.apache.sling.servlets.resolver-2.2.2.jar.asc Mon Jan 21 09:38:36 2013
@@ -0,0 +1,8 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG/MacGPG2 v2.0.17 (Darwin)
+Comment: GPGTools - http://gpgtools.org
+
+iEYEABECAAYFAlC/VXQACgkQXif4bvebdxX3QACglaS2Cxhh3rlcerMrtOYXao5k
+XhQAnA64AHxwPnBkFhu+x9sA2CCeq4CF
+=f5iK
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.servlets.resolver-2.2.2.jar.md5
==============================================================================
--- release/sling/org.apache.sling.servlets.resolver-2.2.2.jar.md5 (added)
+++ release/sling/org.apache.sling.servlets.resolver-2.2.2.jar.md5 Mon Jan 21 09:38:36 2013
@@ -0,0 +1 @@
+14f82fe05aa8173cabc04636b9d8d672
\ No newline at end of file

Added: release/sling/org.apache.sling.servlets.resolver-2.2.2.jar.sha1
==============================================================================
--- release/sling/org.apache.sling.servlets.resolver-2.2.2.jar.sha1 (added)
+++ release/sling/org.apache.sling.servlets.resolver-2.2.2.jar.sha1 Mon Jan 21 09:38:36 2013
@@ -0,0 +1 @@
+997fc833b25d02e9d76541621b6600eba5eeb12a
\ No newline at end of file

Added: release/sling/org.apache.sling.servlets.resolver-2.2.2.pom
==============================================================================
--- release/sling/org.apache.sling.servlets.resolver-2.2.2.pom (added)
+++ release/sling/org.apache.sling.servlets.resolver-2.2.2.pom Mon Jan 21 09:38:36 2013
@@ -0,0 +1,144 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+    
+    http://www.apache.org/licenses/LICENSE-2.0
+    
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.apache.sling</groupId>
+        <artifactId>sling</artifactId>
+        <version>13</version>
+        <relativePath>../../../parent/pom.xml</relativePath>
+    </parent>
+
+    <artifactId>org.apache.sling.servlets.resolver</artifactId>
+    <packaging>bundle</packaging>
+    <version>2.2.2</version>
+
+    <name>Apache Sling Servlet Resolver</name>
+    <description>
+        Bundle implementing the Sling API ServletResolver.
+    </description>
+
+    <scm>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/sling/tags/org.apache.sling.servlets.resolver-2.2.2</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/tags/org.apache.sling.servlets.resolver-2.2.2</developerConnection>
+        <url>http://svn.apache.org/viewvc/sling/tags/org.apache.sling.servlets.resolver-2.2.2</url>
+    </scm>
+
+    <properties>
+        <site.jira.version.id>12314292</site.jira.version.id>
+    </properties>
+
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.felix</groupId>
+                <artifactId>maven-scr-plugin</artifactId>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.felix</groupId>
+                <artifactId>maven-bundle-plugin</artifactId>
+                <extensions>true</extensions>
+                <configuration>
+                    <instructions>
+                        <Import-Package>
+                            org.apache.sling.api.resource;provide:=true,
+                            *
+                        </Import-Package>
+                        <Private-Package>
+                            org.apache.sling.servlets.resolver.*
+                        </Private-Package>
+                    </instructions>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+    <dependencies>
+        <dependency>
+            <groupId>javax.servlet</groupId>
+            <artifactId>servlet-api</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.api</artifactId>
+            <version>2.3.0</version>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.adapter</artifactId>
+            <version>2.0.4</version>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.engine</artifactId>
+            <version>2.0.6</version>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.commons.osgi</artifactId>
+            <version>2.0.6</version>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>commons-lang</groupId>
+            <artifactId>commons-lang</artifactId>
+            <version>2.4</version>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>org.osgi.core</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>org.osgi.compendium</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.slf4j</groupId>
+            <artifactId>slf4j-api</artifactId>
+        </dependency>
+    <!-- Testing -->
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.commons.testing</artifactId>
+            <version>2.0.12</version>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.slf4j</groupId>
+            <artifactId>slf4j-simple</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.jmock</groupId>
+            <artifactId>jmock-junit4</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.felix</groupId>
+            <artifactId>org.apache.felix.scr.annotations</artifactId>
+        </dependency>
+    </dependencies>
+</project>

Propchange: release/sling/org.apache.sling.servlets.resolver-2.2.2.pom
------------------------------------------------------------------------------
    svn:eol-style = native

Added: release/sling/org.apache.sling.servlets.resolver-2.2.2.pom.asc
==============================================================================
--- release/sling/org.apache.sling.servlets.resolver-2.2.2.pom.asc (added)
+++ release/sling/org.apache.sling.servlets.resolver-2.2.2.pom.asc Mon Jan 21 09:38:36 2013
@@ -0,0 +1,8 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG/MacGPG2 v2.0.17 (Darwin)
+Comment: GPGTools - http://gpgtools.org
+
+iEYEABECAAYFAlC/VXQACgkQXif4bvebdxUJNgCfef47BgTcE+1Tpg6Izi3IfP2F
+VdUAn0AsNQ2ukpqjJA5ObOv+1qCr2bSP
+=zUIx
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.servlets.resolver-2.2.2.pom.md5
==============================================================================
--- release/sling/org.apache.sling.servlets.resolver-2.2.2.pom.md5 (added)
+++ release/sling/org.apache.sling.servlets.resolver-2.2.2.pom.md5 Mon Jan 21 09:38:36 2013
@@ -0,0 +1 @@
+eb1196da122db05873869bb52562104c
\ No newline at end of file

Added: release/sling/org.apache.sling.servlets.resolver-2.2.2.pom.sha1
==============================================================================
--- release/sling/org.apache.sling.servlets.resolver-2.2.2.pom.sha1 (added)
+++ release/sling/org.apache.sling.servlets.resolver-2.2.2.pom.sha1 Mon Jan 21 09:38:36 2013
@@ -0,0 +1 @@
+66b91836de785f13fa3f6e28ab54703c12cbe143
\ No newline at end of file

Added: release/sling/org.apache.sling.settings-1.2.2-javadoc.jar
==============================================================================
Binary file - no diff available.

Propchange: release/sling/org.apache.sling.settings-1.2.2-javadoc.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: release/sling/org.apache.sling.settings-1.2.2-javadoc.jar.asc
==============================================================================
--- release/sling/org.apache.sling.settings-1.2.2-javadoc.jar.asc (added)
+++ release/sling/org.apache.sling.settings-1.2.2-javadoc.jar.asc Mon Jan 21 09:38:36 2013
@@ -0,0 +1,18 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG/MacGPG2 v2.0.18 (Darwin)
+Comment: GPGTools - http://gpgtools.org
+
+iQIcBAABCgAGBQJQtJNdAAoJED/PUp/y8noGPegQAIp76UdOQ/WRzVELRTEu6NTP
+mBUoOx5ndt5ZzYlNqZTZJK4rvEDraOa9mt9Gc/hLgrs1zQeEd+oac/vO8R0TmAve
+fdkLsQmDPSf64qpcHy5o9wLdjQBYmOGLP2cM/UcSDiWtT3VmoTahNpSDrYWUwaT4
+XaIfJS2KJONOAMHMwe8OI5wCug7gXmw2GRPCFRrMir+YsW879oa8VJ+UaJ9MNB/w
+w2nVuiXmB2tMgXr93p2QSuDJ1gDdQkyfHi1stBIAy8GWASra7urxdjT3jO+DL3Np
+svzgbSkVJCd3D3AnuJjF4jkAHqZIKALjE8RcqILQlWnk/cqCqphn+819T/72f2xk
+IcfAK9G5B5RrBeEPeBorpSVay94NlLPj6p+WNA3yJmq3VkUCmqglAjnXD0vMMkb8
+olXWixLw+MngpqQbbut/nbrxfPdBFYEdvz33AHQA4QUeRAXelLJRXYLf0CT22dju
+U6GuJ0wMeDRg+tkR/QmZJ0/7VmADYnsz3jhjcz0rL/81da+NL9jdchjuOD59HaqE
+iOAnHJrQcjGtlW97cn4ZI0WEOD2CoPI/cwhw+ZZsfdQpstLJLnRVqbefvhGEqVoe
+01D5Z9KBc+JakW90ubuoXGIX+w/r/llU62AUXirQ1u4Bw1WM2FyAIJBSBvhcn/1D
+Q312IawEdTBcv07ufisC
+=3KmG
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.settings-1.2.2-javadoc.jar.md5
==============================================================================
--- release/sling/org.apache.sling.settings-1.2.2-javadoc.jar.md5 (added)
+++ release/sling/org.apache.sling.settings-1.2.2-javadoc.jar.md5 Mon Jan 21 09:38:36 2013
@@ -0,0 +1 @@
+69bb4252915736e802346f73b2b55b16
\ No newline at end of file

Added: release/sling/org.apache.sling.settings-1.2.2-javadoc.jar.sha1
==============================================================================
--- release/sling/org.apache.sling.settings-1.2.2-javadoc.jar.sha1 (added)
+++ release/sling/org.apache.sling.settings-1.2.2-javadoc.jar.sha1 Mon Jan 21 09:38:36 2013
@@ -0,0 +1 @@
+ef164995af7383b0fcd8dce8a5d5faa99f9652d6
\ No newline at end of file

Added: release/sling/org.apache.sling.settings-1.2.2-source-release.zip
==============================================================================
Binary file - no diff available.

Propchange: release/sling/org.apache.sling.settings-1.2.2-source-release.zip
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: release/sling/org.apache.sling.settings-1.2.2-source-release.zip.asc
==============================================================================
--- release/sling/org.apache.sling.settings-1.2.2-source-release.zip.asc (added)
+++ release/sling/org.apache.sling.settings-1.2.2-source-release.zip.asc Mon Jan 21 09:38:36 2013
@@ -0,0 +1,18 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG/MacGPG2 v2.0.18 (Darwin)
+Comment: GPGTools - http://gpgtools.org
+
+iQIcBAABCgAGBQJQtJNcAAoJED/PUp/y8noG/e4QAIeRpwRDgwtr4cWjUbqAnO6l
+SHXJtSLEpJjweUYyOEqufH0QZyTBaipFkvGZv/eKQjUAI4DUsAJ6NsKPIxei2N7I
+kcO6K/KSpZfv5qntvJdZeWQFVdcAMHSc9kJk8xPXka3UuqXftF5rQ/HD3gg/o6WP
+wlnEmvjHwVfoNgKj6gR+wFHbyrGmWEJWN7LmizyW9v+E4pIxrwEArcZbZC61+ooH
+P47nWYRWLMwUpcCCMAViCxA9WBc7g5yVfTkld690wDhgtXQrrm3OlzsN7VL/nCWO
++u5eFPLmgsThvQBMM3TV831cY46sH1SGdhcNw/GO3IL0fGZ+WEVPsJRnwb46GRTs
+8P3MMke38J/h2o94+vWFjSIicJ65ncb7yXIPHPZoi5gpzYtP6MSIyrkjHLP4FPxU
+sLf6bWxgxwdoBxeFciIwbaRxr39wLH4vO6AeSPsf4Ie4J6HXqhyTbD5e/TXNbQwC
+Ex0/RaqRUBFq8zv9h90Zj+FDHxIiO0GUOT0Zxhe3ZjMmS54mM/jB4xgZFhYv8pRy
+KV0JQW2Q4paz+Fh8z8zfE2rPKK2vOVekIkSc9orHeDVt+I0i6aBL2ntLqOTvu+8h
+y2INKzLT9l6Am7pyMr5zVfPcuGHGVA3oVXnIx3tgWPmX566s83i7tcffrIxIy19k
+QtvYjzIUptk54j0AMcr9
+=NVPw
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.settings-1.2.2-source-release.zip.md5
==============================================================================
--- release/sling/org.apache.sling.settings-1.2.2-source-release.zip.md5 (added)
+++ release/sling/org.apache.sling.settings-1.2.2-source-release.zip.md5 Mon Jan 21 09:38:36 2013
@@ -0,0 +1 @@
+8e8aca6fa142d5c7e2e3377488d57eb9
\ No newline at end of file

Added: release/sling/org.apache.sling.settings-1.2.2-source-release.zip.sha1
==============================================================================
--- release/sling/org.apache.sling.settings-1.2.2-source-release.zip.sha1 (added)
+++ release/sling/org.apache.sling.settings-1.2.2-source-release.zip.sha1 Mon Jan 21 09:38:36 2013
@@ -0,0 +1 @@
+68f163f781bccdecb67047d3f2107f578084f1c8
\ No newline at end of file

Added: release/sling/org.apache.sling.settings-1.2.2-sources.jar
==============================================================================
Binary file - no diff available.

Propchange: release/sling/org.apache.sling.settings-1.2.2-sources.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: release/sling/org.apache.sling.settings-1.2.2-sources.jar.asc
==============================================================================
--- release/sling/org.apache.sling.settings-1.2.2-sources.jar.asc (added)
+++ release/sling/org.apache.sling.settings-1.2.2-sources.jar.asc Mon Jan 21 09:38:36 2013
@@ -0,0 +1,18 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG/MacGPG2 v2.0.18 (Darwin)
+Comment: GPGTools - http://gpgtools.org
+
+iQIcBAABCgAGBQJQtJNdAAoJED/PUp/y8noGsosP/3/aK0pZlq5YxN+G5cz05PhB
+pgGZsDP9hwqPrjFe70pUX5MboSMF6tBf858vkytl4B9RQaXZFut7OOCEA/Elsgkn
+i5MA+kRHzujFVfSR/jmEMC0xzpcnPjhiConk3XdMQRfPjfNhWovZU3OkqnzrNYuR
+Kvooa/R4S5yRbRF7Z8C9DEt1F2ayPpmVbUjuQU6GwhO95j2gdz1ZiObpoFGabIRl
+GipU1z2WglJm0I9CWy+T2BXrqSwoBPjTv6sJudT94z2LObsONVQEgv7ap5oAuMpq
+Wvvb46kEYTeieACKH374U3Uyi1pxDDH7Y2iX+XwXvkgSzVBsuag+fozJk2tiw4sd
+QILwCtkxWDozJQOAEpJ9P2OjR6VGNL1BnsNik8rwmsKretXzB+gBzpaQ9qxatdIA
+CcBJkSaHwWwAlFdAEQan2wAHOFX54tjJIXpMqFzCGw7IxhELKfZYT453/0o/bK1C
+mK3FKMy9328Ql1MjHTvOJD5udQWhHI/zUqqNZYsfQpmEFO6TReg9YBgIMA2m9MU0
+XTC6ivrbeuen1iHWjicqhYvMbAPJ3GtLEecyo7Wu+IEVHPJvwZ0ZGRn4zMMqYyMG
+WI59XCz5KoevzIOVYRaHkJJl8GmRqbD+XZsTGTFZhuOJBhHWMNEH6RMaqRXZlV4X
+XbTZdNIOMld7CScB6ol6
+=tPNf
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.settings-1.2.2-sources.jar.md5
==============================================================================
--- release/sling/org.apache.sling.settings-1.2.2-sources.jar.md5 (added)
+++ release/sling/org.apache.sling.settings-1.2.2-sources.jar.md5 Mon Jan 21 09:38:36 2013
@@ -0,0 +1 @@
+e7fa59663d65435a6b42d76f7230fe20
\ No newline at end of file

Added: release/sling/org.apache.sling.settings-1.2.2-sources.jar.sha1
==============================================================================
--- release/sling/org.apache.sling.settings-1.2.2-sources.jar.sha1 (added)
+++ release/sling/org.apache.sling.settings-1.2.2-sources.jar.sha1 Mon Jan 21 09:38:36 2013
@@ -0,0 +1 @@
+40e3ccbec2907cf9c66a7af7e2a5ff344efbce15
\ No newline at end of file

Added: release/sling/org.apache.sling.settings-1.2.2.jar
==============================================================================
Binary file - no diff available.

Propchange: release/sling/org.apache.sling.settings-1.2.2.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: release/sling/org.apache.sling.settings-1.2.2.jar.asc
==============================================================================
--- release/sling/org.apache.sling.settings-1.2.2.jar.asc (added)
+++ release/sling/org.apache.sling.settings-1.2.2.jar.asc Mon Jan 21 09:38:36 2013
@@ -0,0 +1,18 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG/MacGPG2 v2.0.18 (Darwin)
+Comment: GPGTools - http://gpgtools.org
+
+iQIcBAABCgAGBQJQtJNbAAoJED/PUp/y8noGp9AP/3VsddZHDPi82W05CIigE2eb
+w3g60+Mw7XuboJF0Y1Q6nx4oSBO8rf7IIJhhW0RFmU6ufxEsI+YPfifQU8sF9BrX
+2YhGMRkmi91pkA79Kora6Z9ST+owRVa6bQN7y7PIIVQEGSy6ozs+Q2pRXUPOOn2m
+uWjD4k3cdDcoEo3OaY+0LA8YqK5JJN7gXyWS+tTozVwozzuQzCALel4yrgLF1glC
+MDuzlTeWhPMiWck3RJN9h439Hp42MBeB5+2C08MgM4nL8ZoSGTUj3MIPpFflMxxV
+6hnubm0CNh1D7V1+w8ejUJOTMOhprDRwGWFt/bMpyGu7BXCoGNk+FoY2FuXkl+hd
+oqq/wP+pbx0p50cg/ZYAbAsClpOPj+8vFlaYg/ZBVfBtM7MN4GdiOJOi7iAft7B0
+KyJnsQ2gHPxNcfVQ9qDAlarvAtYxDXEHwosb4Nhmb7S4ND/UTQypSITviJKb+AVU
+mDoQs3Q6gDHK1DqbK70lRZYw1NkJsUro51go9a48FTezqZAYs59Qb5os2WHDrKOH
+DEsMTdL3DiMddVA1UTrMYjyWFXT9kPAmyZHqodgw5eCODaBRs/GTOTNrInLW6jRz
+WYSabfoPqiLuvTy5SoUqxwKyCjXDNrvjiZy5olGAQsX3x3wnoJN+WfaHG4yXafIs
+fVpMvKiVqhrFiqmamGRA
+=n/hB
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.settings-1.2.2.jar.md5
==============================================================================
--- release/sling/org.apache.sling.settings-1.2.2.jar.md5 (added)
+++ release/sling/org.apache.sling.settings-1.2.2.jar.md5 Mon Jan 21 09:38:36 2013
@@ -0,0 +1 @@
+bed04a93f941bbd0f5e61ce9efb05a3e
\ No newline at end of file

Added: release/sling/org.apache.sling.settings-1.2.2.jar.sha1
==============================================================================
--- release/sling/org.apache.sling.settings-1.2.2.jar.sha1 (added)
+++ release/sling/org.apache.sling.settings-1.2.2.jar.sha1 Mon Jan 21 09:38:36 2013
@@ -0,0 +1 @@
+b65b489ce82ba6b028aa0caac8402d2fafd730be
\ No newline at end of file

Added: release/sling/org.apache.sling.settings-1.2.2.pom
==============================================================================
--- release/sling/org.apache.sling.settings-1.2.2.pom (added)
+++ release/sling/org.apache.sling.settings-1.2.2.pom Mon Jan 21 09:38:36 2013
@@ -0,0 +1,120 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+    
+    http://www.apache.org/licenses/LICENSE-2.0
+    
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.apache.sling</groupId>
+        <artifactId>sling</artifactId>
+        <version>13</version>
+        <relativePath>../../../parent/pom.xml</relativePath>
+    </parent>
+
+    <artifactId>org.apache.sling.settings</artifactId>
+    <packaging>bundle</packaging>
+    <version>1.2.2</version>
+
+    <name>Apache Sling Settings</name>
+    <description>
+        Settings support including run modes
+    </description>
+
+    <scm>
+        <connection>
+            scm:svn:http://svn.apache.org/repos/asf/sling/tags/org.apache.sling.settings-1.2.2
+        </connection>
+        <developerConnection>
+            scm:svn:https://svn.apache.org/repos/asf/sling/tags/org.apache.sling.settings-1.2.2
+        </developerConnection>
+        <url>
+            http://svn.apache.org/viewvc/sling/tags/org.apache.sling.settings-1.2.2
+        </url>
+    </scm>
+
+    <properties>
+        <site.jira.version.id>12315254</site.jira.version.id>
+        <site.javadoc.exclude>**.impl.**</site.javadoc.exclude>
+    </properties>
+
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.felix</groupId>
+                <artifactId>maven-bundle-plugin</artifactId>
+                <extensions>true</extensions>
+                <configuration>
+                    <instructions>
+                        <Bundle-DocURL>
+                            http://sling.apache.org/site/sling-settings-orgapacheslingsettings.html
+                        </Bundle-DocURL>
+                        <Export-Package>
+                            org.apache.sling.settings;version=1.2.0
+                        </Export-Package>
+                        <Private-Package>
+                            org.apache.sling.settings.impl
+                        </Private-Package>
+                        <Bundle-Activator>
+                            org.apache.sling.settings.impl.Activator
+                        </Bundle-Activator>
+                        <Import-Package>
+                            org.apache.felix.shell;
+                            resolution:=optional, *
+                        </Import-Package>
+                    </instructions>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+    <dependencies>
+        <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>org.osgi.core</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>org.osgi.compendium</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.felix</groupId>
+            <artifactId>org.apache.felix.shell</artifactId>
+            <version>1.0.0</version>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.launchpad.api</artifactId>
+            <version>1.1.0</version>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.slf4j</groupId>
+            <artifactId>slf4j-api</artifactId>
+        </dependency>
+      <!-- Testing -->
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.slf4j</groupId>
+            <artifactId>slf4j-simple</artifactId>
+        </dependency>
+    </dependencies>
+</project>

Propchange: release/sling/org.apache.sling.settings-1.2.2.pom
------------------------------------------------------------------------------
    svn:eol-style = native

Added: release/sling/org.apache.sling.settings-1.2.2.pom.asc
==============================================================================
--- release/sling/org.apache.sling.settings-1.2.2.pom.asc (added)
+++ release/sling/org.apache.sling.settings-1.2.2.pom.asc Mon Jan 21 09:38:36 2013
@@ -0,0 +1,18 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG/MacGPG2 v2.0.18 (Darwin)
+Comment: GPGTools - http://gpgtools.org
+
+iQIcBAABCgAGBQJQtJNcAAoJED/PUp/y8noGvg4P/j3uuHioJA3j3E/ujbDvC8rY
+5Kmh21JgWP6gW9rKAV0dtei2zw1WDXK0+IB1uq2dj4Ru2iy9jSpoN8eeSDqFXqfr
+XezJHJbuCknjtLDWGsgdWKW5mCPEJsa7WpDxbCZIPKBpLzRO2C6Cl2CMM1AKwUxt
+CU5VRE+skqLBwcaAP6e0Kyhotq+IpfxKcbZpatAe9FudSxwEcWuld5KPZyaZxEC2
+6VWXQf2aiUjX7+ibdwM67IuOi7e1BNnnqzUEWnaP5hwK9wbWj8kmciAlM3x1c+eF
+loCV91e/QkfRLC5eCv6nKfVS92y9L1KlPV9KETzBQ6ijljSjQF3S2FFEX2kaBbUk
+SXiD6dA1v0lCzjSKVvccJDVkQGubhRvMBwYI2XVOcV4ihAhdK5RpZEaN7gk+tAuK
+VmVcwIejbBnOI2HItPX2xsqkAypWEw54ny/X4S6OHqhrT/irdYCpBv0EtSBpjirP
+p4XpZ58cosY8biGhglaiLkylDvKSweMHIW0y1Ge66XPNRiitAToy+sKBO0e+yQqV
+Tv2slzcf5KosjdR2HEr8VH+Ipnf5uzK6JEFxNyDpEMQNF7HfCfaJ0qUdCpljTy4l
+OnSMEd/rcZnnneG4+Qxpqp8LVegO3/GLXyuibuw/oxIoegzqjyKJcZcB98Rls/pB
+hYgheP5JQhp17A2AJ4q9
+=5Vi6
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.settings-1.2.2.pom.md5
==============================================================================
--- release/sling/org.apache.sling.settings-1.2.2.pom.md5 (added)
+++ release/sling/org.apache.sling.settings-1.2.2.pom.md5 Mon Jan 21 09:38:36 2013
@@ -0,0 +1 @@
+62e942383cdba47f5415e069d4b8e89f
\ No newline at end of file

Added: release/sling/org.apache.sling.settings-1.2.2.pom.sha1
==============================================================================
--- release/sling/org.apache.sling.settings-1.2.2.pom.sha1 (added)
+++ release/sling/org.apache.sling.settings-1.2.2.pom.sha1 Mon Jan 21 09:38:36 2013
@@ -0,0 +1 @@
+8f1b05e4c0595be81d6276842db66fdacb09825d
\ No newline at end of file

Added: release/sling/org.apache.sling.testing.samples.failingtests-1.0.6-javadoc.jar
==============================================================================
Binary file - no diff available.

Propchange: release/sling/org.apache.sling.testing.samples.failingtests-1.0.6-javadoc.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: release/sling/org.apache.sling.testing.samples.failingtests-1.0.6-javadoc.jar.asc
==============================================================================
--- release/sling/org.apache.sling.testing.samples.failingtests-1.0.6-javadoc.jar.asc (added)
+++ release/sling/org.apache.sling.testing.samples.failingtests-1.0.6-javadoc.jar.asc Mon Jan 21 09:38:36 2013
@@ -0,0 +1,7 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.2.2 (Darwin)
+
+iD8DBQBNpueoN/aP9QFa/IoRAk6/AKDgDihPs5YShVr0b45OBoepYxFkjgCffh39
+jU0rfxcF+ou6t0FKuaZTHOs=
+=jwGE
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.testing.samples.failingtests-1.0.6-javadoc.jar.md5
==============================================================================
--- release/sling/org.apache.sling.testing.samples.failingtests-1.0.6-javadoc.jar.md5 (added)
+++ release/sling/org.apache.sling.testing.samples.failingtests-1.0.6-javadoc.jar.md5 Mon Jan 21 09:38:36 2013
@@ -0,0 +1 @@
+9ad95627e9b45cad4f412fe3c1b4b7b9
\ No newline at end of file

Added: release/sling/org.apache.sling.testing.samples.failingtests-1.0.6-javadoc.jar.sha1
==============================================================================
--- release/sling/org.apache.sling.testing.samples.failingtests-1.0.6-javadoc.jar.sha1 (added)
+++ release/sling/org.apache.sling.testing.samples.failingtests-1.0.6-javadoc.jar.sha1 Mon Jan 21 09:38:36 2013
@@ -0,0 +1 @@
+7c036b6084f6d67c04abff4e101d91be837cce27
\ No newline at end of file

Added: release/sling/org.apache.sling.testing.samples.failingtests-1.0.6-source-release.zip
==============================================================================
Binary file - no diff available.

Propchange: release/sling/org.apache.sling.testing.samples.failingtests-1.0.6-source-release.zip
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: release/sling/org.apache.sling.testing.samples.failingtests-1.0.6-source-release.zip.asc
==============================================================================
--- release/sling/org.apache.sling.testing.samples.failingtests-1.0.6-source-release.zip.asc (added)
+++ release/sling/org.apache.sling.testing.samples.failingtests-1.0.6-source-release.zip.asc Mon Jan 21 09:38:36 2013
@@ -0,0 +1,7 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.2.2 (Darwin)
+
+iD8DBQBNpueoN/aP9QFa/IoRApdAAKCWNu3zSYpuGQNcS1T23gY/KWx3ygCg2XkO
+mrQobzsKReopL2x7OR1XDs8=
+=igD3
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.testing.samples.failingtests-1.0.6-source-release.zip.md5
==============================================================================
--- release/sling/org.apache.sling.testing.samples.failingtests-1.0.6-source-release.zip.md5 (added)
+++ release/sling/org.apache.sling.testing.samples.failingtests-1.0.6-source-release.zip.md5 Mon Jan 21 09:38:36 2013
@@ -0,0 +1 @@
+e2e44998f9356b76bcebfb654b96ceb1
\ No newline at end of file

Added: release/sling/org.apache.sling.testing.samples.failingtests-1.0.6-source-release.zip.sha1
==============================================================================
--- release/sling/org.apache.sling.testing.samples.failingtests-1.0.6-source-release.zip.sha1 (added)
+++ release/sling/org.apache.sling.testing.samples.failingtests-1.0.6-source-release.zip.sha1 Mon Jan 21 09:38:36 2013
@@ -0,0 +1 @@
+67e10b08f9ec68c24aa944575e9c4945b6e24601
\ No newline at end of file

Added: release/sling/org.apache.sling.testing.samples.failingtests-1.0.6-sources.jar
==============================================================================
Binary file - no diff available.

Propchange: release/sling/org.apache.sling.testing.samples.failingtests-1.0.6-sources.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: release/sling/org.apache.sling.testing.samples.failingtests-1.0.6-sources.jar.asc
==============================================================================
--- release/sling/org.apache.sling.testing.samples.failingtests-1.0.6-sources.jar.asc (added)
+++ release/sling/org.apache.sling.testing.samples.failingtests-1.0.6-sources.jar.asc Mon Jan 21 09:38:36 2013
@@ -0,0 +1,7 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.2.2 (Darwin)
+
+iD8DBQBNpueoN/aP9QFa/IoRArHEAJ0WRFB+iTPE07nuOt2/s7vkrEb8DQCdH1AZ
+6F3meQ34r33AK722yXXPnUI=
+=jptX
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.testing.samples.failingtests-1.0.6-sources.jar.md5
==============================================================================
--- release/sling/org.apache.sling.testing.samples.failingtests-1.0.6-sources.jar.md5 (added)
+++ release/sling/org.apache.sling.testing.samples.failingtests-1.0.6-sources.jar.md5 Mon Jan 21 09:38:36 2013
@@ -0,0 +1 @@
+a778d9854bb187046bdee64b7ac249a9
\ No newline at end of file

Added: release/sling/org.apache.sling.testing.samples.failingtests-1.0.6-sources.jar.sha1
==============================================================================
--- release/sling/org.apache.sling.testing.samples.failingtests-1.0.6-sources.jar.sha1 (added)
+++ release/sling/org.apache.sling.testing.samples.failingtests-1.0.6-sources.jar.sha1 Mon Jan 21 09:38:36 2013
@@ -0,0 +1 @@
+c22b47b089659f76e14eb577921d9a0b53544e6b
\ No newline at end of file

Added: release/sling/org.apache.sling.testing.samples.failingtests-1.0.6.jar
==============================================================================
Binary file - no diff available.

Propchange: release/sling/org.apache.sling.testing.samples.failingtests-1.0.6.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: release/sling/org.apache.sling.testing.samples.failingtests-1.0.6.jar.asc
==============================================================================
--- release/sling/org.apache.sling.testing.samples.failingtests-1.0.6.jar.asc (added)
+++ release/sling/org.apache.sling.testing.samples.failingtests-1.0.6.jar.asc Mon Jan 21 09:38:36 2013
@@ -0,0 +1,7 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.2.2 (Darwin)
+
+iD8DBQBNpueoN/aP9QFa/IoRAko4AKDhB/dsb/CI55njghKFQPMRlxc2nwCeMMev
+K1nP6P18fY8D3RRbIr72esc=
+=7Gqe
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.testing.samples.failingtests-1.0.6.jar.md5
==============================================================================
--- release/sling/org.apache.sling.testing.samples.failingtests-1.0.6.jar.md5 (added)
+++ release/sling/org.apache.sling.testing.samples.failingtests-1.0.6.jar.md5 Mon Jan 21 09:38:36 2013
@@ -0,0 +1 @@
+394daa9bb1fd5bbe457c76c59c5b2986
\ No newline at end of file

Added: release/sling/org.apache.sling.testing.samples.failingtests-1.0.6.jar.sha1
==============================================================================
--- release/sling/org.apache.sling.testing.samples.failingtests-1.0.6.jar.sha1 (added)
+++ release/sling/org.apache.sling.testing.samples.failingtests-1.0.6.jar.sha1 Mon Jan 21 09:38:36 2013
@@ -0,0 +1 @@
+c474e1819726e9b802def48b89dde8ee24c6605f
\ No newline at end of file

Added: release/sling/org.apache.sling.testing.samples.failingtests-1.0.6.pom
==============================================================================
--- release/sling/org.apache.sling.testing.samples.failingtests-1.0.6.pom (added)
+++ release/sling/org.apache.sling.testing.samples.failingtests-1.0.6.pom Mon Jan 21 09:38:36 2013
@@ -0,0 +1,102 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+    
+    http://www.apache.org/licenses/LICENSE-2.0
+    
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.apache.sling</groupId>
+        <artifactId>sling</artifactId>
+        <version>10</version>
+    </parent>
+
+    <artifactId>org.apache.sling.testing.samples.failingtests</artifactId>
+    <version>1.0.6</version>
+    <packaging>bundle</packaging>
+
+    <name>Apache Sling Failing Server-Side Tests</name>
+    <description>Bundle that supplies server-side tests that fail, to test the Sling JUnit extensions</description>
+    
+    <properties>
+        <junit.version>4.8.2</junit.version>
+    </properties>
+
+    <scm>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/sling/tags/org.apache.sling.testing.samples.failingtests-1.0.6</connection>
+        <developerConnection> scm:svn:https://svn.apache.org/repos/asf/sling/tags/org.apache.sling.testing.samples.failingtests-1.0.6</developerConnection>
+        <url>http://svn.apache.org/viewvc/sling/tags/org.apache.sling.testing.samples.failingtests-1.0.6</url>
+    </scm>
+
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.felix</groupId>
+                <artifactId>maven-scr-plugin</artifactId>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.felix</groupId>
+                <artifactId>maven-bundle-plugin</artifactId>
+                <extensions>true</extensions>
+                <configuration>
+                    <instructions>
+                        <Export-Package>org.apache.sling.extensions.junit.failingtests.*</Export-Package>
+                        <Sling-Test-Regexp>.*Test</Sling-Test-Regexp>
+                    </instructions>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+
+    <dependencies>
+        <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>org.osgi.core</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>org.osgi.compendium</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.felix</groupId>
+            <artifactId>org.apache.felix.scr.annotations</artifactId>
+            <version>1.4.0</version>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.slf4j</groupId>
+            <artifactId>slf4j-api</artifactId>
+            <version>1.5.11</version>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+            <version>4.8.2</version>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <!-- TODO create separate API package, this is just to get the special Sling test runner -->
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.junit.core</artifactId>
+            <version>1.0.6</version>
+            <scope>provided</scope>
+        </dependency>
+        
+    </dependencies>
+</project>

Propchange: release/sling/org.apache.sling.testing.samples.failingtests-1.0.6.pom
------------------------------------------------------------------------------
    svn:eol-style = native

Added: release/sling/org.apache.sling.testing.samples.failingtests-1.0.6.pom.asc
==============================================================================
--- release/sling/org.apache.sling.testing.samples.failingtests-1.0.6.pom.asc (added)
+++ release/sling/org.apache.sling.testing.samples.failingtests-1.0.6.pom.asc Mon Jan 21 09:38:36 2013
@@ -0,0 +1,7 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.2.2 (Darwin)
+
+iD8DBQBNpueoN/aP9QFa/IoRAoI/AJ9NEo4XPzoIB1QuOeA7BdbvfwPsUQCfUUK8
+qMhu2Nx2VskCEZ3f4Ec5obs=
+=jXWn
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.testing.samples.failingtests-1.0.6.pom.md5
==============================================================================
--- release/sling/org.apache.sling.testing.samples.failingtests-1.0.6.pom.md5 (added)
+++ release/sling/org.apache.sling.testing.samples.failingtests-1.0.6.pom.md5 Mon Jan 21 09:38:36 2013
@@ -0,0 +1 @@
+1f46f2d1fd7608803617caed9a5fa408
\ No newline at end of file

Added: release/sling/org.apache.sling.testing.samples.failingtests-1.0.6.pom.sha1
==============================================================================
--- release/sling/org.apache.sling.testing.samples.failingtests-1.0.6.pom.sha1 (added)
+++ release/sling/org.apache.sling.testing.samples.failingtests-1.0.6.pom.sha1 Mon Jan 21 09:38:36 2013
@@ -0,0 +1 @@
+611115c80c0b35c75cf71ae9361b94d065003c87
\ No newline at end of file

Added: release/sling/org.apache.sling.testing.samples.integrationtests-1.0.6-source-release.zip
==============================================================================
Binary file - no diff available.

Propchange: release/sling/org.apache.sling.testing.samples.integrationtests-1.0.6-source-release.zip
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: release/sling/org.apache.sling.testing.samples.integrationtests-1.0.6-source-release.zip.asc
==============================================================================
--- release/sling/org.apache.sling.testing.samples.integrationtests-1.0.6-source-release.zip.asc (added)
+++ release/sling/org.apache.sling.testing.samples.integrationtests-1.0.6-source-release.zip.asc Mon Jan 21 09:38:36 2013
@@ -0,0 +1,7 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.2.2 (Darwin)
+
+iD8DBQBNpumLN/aP9QFa/IoRAmYzAKDmCTSDYvWUej+oo466TAzNF9ZEdgCgprf1
+JfrdPLTy4zxOl97lwLIwfy4=
+=6oUA
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.testing.samples.integrationtests-1.0.6-source-release.zip.md5
==============================================================================
--- release/sling/org.apache.sling.testing.samples.integrationtests-1.0.6-source-release.zip.md5 (added)
+++ release/sling/org.apache.sling.testing.samples.integrationtests-1.0.6-source-release.zip.md5 Mon Jan 21 09:38:36 2013
@@ -0,0 +1 @@
+81857922569a17c68fce15b23700a353
\ No newline at end of file

Added: release/sling/org.apache.sling.testing.samples.integrationtests-1.0.6-source-release.zip.sha1
==============================================================================
--- release/sling/org.apache.sling.testing.samples.integrationtests-1.0.6-source-release.zip.sha1 (added)
+++ release/sling/org.apache.sling.testing.samples.integrationtests-1.0.6-source-release.zip.sha1 Mon Jan 21 09:38:36 2013
@@ -0,0 +1 @@
+58da632695795ba418ba16594dbb5ca189eae8d2
\ No newline at end of file

Added: release/sling/org.apache.sling.testing.samples.integrationtests-1.0.6-sources.jar
==============================================================================
Binary file - no diff available.

Propchange: release/sling/org.apache.sling.testing.samples.integrationtests-1.0.6-sources.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: release/sling/org.apache.sling.testing.samples.integrationtests-1.0.6-sources.jar.asc
==============================================================================
--- release/sling/org.apache.sling.testing.samples.integrationtests-1.0.6-sources.jar.asc (added)
+++ release/sling/org.apache.sling.testing.samples.integrationtests-1.0.6-sources.jar.asc Mon Jan 21 09:38:36 2013
@@ -0,0 +1,7 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.2.2 (Darwin)
+
+iD8DBQBNpumLN/aP9QFa/IoRAtgbAJ0cxiCMRjblJswYTm9vCPfoJbxVJACfVVQG
+bPaS89namankM0T0+AWqTLY=
+=BxnN
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.testing.samples.integrationtests-1.0.6-sources.jar.md5
==============================================================================
--- release/sling/org.apache.sling.testing.samples.integrationtests-1.0.6-sources.jar.md5 (added)
+++ release/sling/org.apache.sling.testing.samples.integrationtests-1.0.6-sources.jar.md5 Mon Jan 21 09:38:36 2013
@@ -0,0 +1 @@
+d04cb55fc1069c09d578ee5fa89913ed
\ No newline at end of file

Added: release/sling/org.apache.sling.testing.samples.integrationtests-1.0.6-sources.jar.sha1
==============================================================================
--- release/sling/org.apache.sling.testing.samples.integrationtests-1.0.6-sources.jar.sha1 (added)
+++ release/sling/org.apache.sling.testing.samples.integrationtests-1.0.6-sources.jar.sha1 Mon Jan 21 09:38:36 2013
@@ -0,0 +1 @@
+8cf4fda2f53bf84d00de9cc43bc843055ad79dd1
\ No newline at end of file

Added: release/sling/org.apache.sling.testing.samples.integrationtests-1.0.6.jar
==============================================================================
Binary file - no diff available.

Propchange: release/sling/org.apache.sling.testing.samples.integrationtests-1.0.6.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: release/sling/org.apache.sling.testing.samples.integrationtests-1.0.6.jar.asc
==============================================================================
--- release/sling/org.apache.sling.testing.samples.integrationtests-1.0.6.jar.asc (added)
+++ release/sling/org.apache.sling.testing.samples.integrationtests-1.0.6.jar.asc Mon Jan 21 09:38:36 2013
@@ -0,0 +1,7 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.2.2 (Darwin)
+
+iD8DBQBNpumLN/aP9QFa/IoRAioPAKDld8nz0bsu8oMNXNp1+BTrQB6RqQCeOU9y
+TKNuE2hA1Nk9xptswN2ARQ8=
+=x1me
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.testing.samples.integrationtests-1.0.6.jar.md5
==============================================================================
--- release/sling/org.apache.sling.testing.samples.integrationtests-1.0.6.jar.md5 (added)
+++ release/sling/org.apache.sling.testing.samples.integrationtests-1.0.6.jar.md5 Mon Jan 21 09:38:36 2013
@@ -0,0 +1 @@
+f422e39451c233cb17310489fcfa310c
\ No newline at end of file

Added: release/sling/org.apache.sling.testing.samples.integrationtests-1.0.6.jar.sha1
==============================================================================
--- release/sling/org.apache.sling.testing.samples.integrationtests-1.0.6.jar.sha1 (added)
+++ release/sling/org.apache.sling.testing.samples.integrationtests-1.0.6.jar.sha1 Mon Jan 21 09:38:36 2013
@@ -0,0 +1 @@
+ea4f9babbd39171355c066d1b0113a415402b8e2
\ No newline at end of file

Added: release/sling/org.apache.sling.testing.samples.integrationtests-1.0.6.pom
==============================================================================
--- release/sling/org.apache.sling.testing.samples.integrationtests-1.0.6.pom (added)
+++ release/sling/org.apache.sling.testing.samples.integrationtests-1.0.6.pom Mon Jan 21 09:38:36 2013
@@ -0,0 +1,301 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+    
+    http://www.apache.org/licenses/LICENSE-2.0
+    
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.apache.sling</groupId>
+        <artifactId>sling</artifactId>
+        <version>10</version>
+    </parent>
+
+    <artifactId>org.apache.sling.testing.samples.integrationtests</artifactId>
+    <version>1.0.6</version>
+    <packaging>jar</packaging>
+
+    <name>Apache Sling Sample Integration Tests</name>
+    <description>
+        Sample project that demonstrates the various tools and techniques
+        available to test Sling applications: plain build-time JUnit tests,
+        HTTP-based integration tests, server-side JUnit tests injected via
+        bundles and server-side scriptable tests.
+    </description>
+    
+    <!-- 
+        To keep the instance under test running and run individual tests
+        against it, use:
+        
+            mvn clean verify -DkeepJarRunning=true -Dhttp.port=8080
+            
+        optionally using jar.executor.vm.options to enable remote debugging,
+        and in another console:
+        
+            mvn -o verify -Dtests.to.run=**/**Test.java -Dtest.server.url=http://localhost:8080
+            
+        optionally using -Dmaven.surefire.debug to enable debugging.            
+     -->
+    <properties>
+        <!-- Set this to run the server on a specific port
+        <http.port></http.port>
+         -->
+         
+        <!-- Set this to run tests against an existing server instance -->
+        <keepJarRunning>false</keepJarRunning>
+        
+        <!-- URL of a server against which to run tests -->
+        <test.server.url />
+        
+         <!-- Set this to run tests against a specific hostname, if test.server.url is not set-->
+         <test.server.hostname />
+        
+        <!-- Options for the VM that executes our runnable jar -->
+        <jar.executor.vm.options>-Xmx512m</jar.executor.vm.options>
+        
+        <!-- Change this to use longer or shorter timeouts for testing -->
+        <sling.testing.timeout.multiplier>1.0</sling.testing.timeout.multiplier>
+        
+        <!-- Set this to run the executable jar in a specified filesystem folder -->
+        <jar.executor.work.folder />
+        
+        <!-- Options for the jar to execute. $JAREXEC_SERVER_PORT$ is replaced by the
+            selected port number -->
+        <jar.executor.jar.options>-p $JAREXEC_SERVER_PORT$</jar.executor.jar.options>
+        
+        <!-- Change this to run selected tests only -->
+        <tests.to.run>**/**Test.java</tests.to.run>
+    </properties>
+    
+    <scm>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/sling/tags/org.apache.sling.testing.samples.integrationtests-1.0.6</connection>
+        <developerConnection> scm:svn:https://svn.apache.org/repos/asf/sling/tags/org.apache.sling.testing.samples.integrationtests-1.0.6</developerConnection>
+        <url>http://svn.apache.org/viewvc/sling/tags/org.apache.sling.testing.samples.integrationtests-1.0.6</url>
+    </scm>
+
+    <build>
+        <plugins>
+           <plugin>
+                <artifactId>maven-clean-plugin</artifactId>
+                <version>2.2</version>
+                <configuration>
+                    <filesets>
+                        <fileset>
+                            <directory>${basedir}</directory>
+                            <includes>
+                                <!-- sling folder is the workdir of the executable jar that we test -->
+                                <include>sling</include>
+                            </includes>
+                        </fileset>
+                    </filesets>
+                </configuration>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-dependency-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <id>copy-runnable-jar</id>
+                        <goals>
+                            <goal>copy-dependencies</goal>
+                        </goals>
+                            <phase>process-resources</phase>
+                        <configuration>
+                            <includeArtifactIds>org.apache.sling.launchpad</includeArtifactIds>
+                            <excludeTransitive>true</excludeTransitive>
+                            <overWriteReleases>false</overWriteReleases>
+                            <overWriteSnapshots>false</overWriteSnapshots>
+                        </configuration>
+                    </execution>
+                    <execution>
+                        <!-- 
+                            Consider all dependencies as candidates to be installed
+                            as additional bundles. We use system properties to define
+                            which bundles to install in which order.  
+                        -->
+                        <id>copy-additional-bundles</id>
+                        <goals>
+                            <goal>copy-dependencies</goal>
+                        </goals>
+                            <phase>process-resources</phase>
+                        <configuration>
+                            <outputDirectory>${project.build.directory}/sling/additional-bundles</outputDirectory>
+                            <excludeTransitive>true</excludeTransitive>
+                            <overWriteReleases>false</overWriteReleases>
+                            <overWriteSnapshots>false</overWriteSnapshots>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
+            <plugin>
+                <!-- Find free ports to run our server -->
+                <groupId>org.codehaus.mojo</groupId>
+                <artifactId>build-helper-maven-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <id>reserve-server-port</id>
+                        <goals>
+                            <goal>reserve-network-port</goal>
+                        </goals>
+                        <phase>process-resources</phase>
+                        <configuration>
+                            <portNames>
+                                <portName>http.port</portName>
+                            </portNames>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-surefire-plugin</artifactId>
+                <version>2.5</version>
+                <configuration>
+                    <!-- We run all tests in the integration-tests phase -->
+                    <excludes>
+                        <exclude>**</exclude>
+                    </excludes>
+                </configuration>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-failsafe-plugin</artifactId>
+                <version>2.7.2</version>
+                <executions>
+                    <execution>
+                        <id>integration-test</id>
+                        <goals>
+                            <goal>integration-test</goal>
+                        </goals>
+                    </execution>
+                    <execution>
+                        <id>verify</id>
+                        <goals>
+                            <goal>verify</goal>
+                        </goals>
+                    </execution>
+                </executions>
+                <configuration>
+                    <debugForkedProcess>${maven.surefire.debug}</debugForkedProcess>
+                    <includes>
+                        <include>${tests.to.run}</include>
+                    </includes>
+                    <systemPropertyVariables>
+                        <test.server.url>${test.server.url}</test.server.url>
+                        <test.server.hostname>${test.server.hostname}</test.server.hostname>
+                        <jar.executor.server.port>${http.port}</jar.executor.server.port>
+                        <jar.executor.vm.options>${jar.executor.vm.options}</jar.executor.vm.options>
+                        <jar.executor.jar.folder>${project.basedir}/target/dependency</jar.executor.jar.folder>
+                        <jar.executor.jar.name.regexp>org.apache.sling.launchpad.*jar$</jar.executor.jar.name.regexp>
+                        <jar.executor.work.folder>${jar.executor.work.folder}</jar.executor.work.folder>
+                        <jar.executor.jar.options>${jar.executor.jar.options}</jar.executor.jar.options>
+                        <additional.bundles.path>${project.basedir}/target/sling/additional-bundles</additional.bundles.path>
+                        <keepJarRunning>${keepJarRunning}</keepJarRunning>
+                        <server.ready.timeout.seconds>60</server.ready.timeout.seconds>
+                        <sling.testing.timeout.multiplier>${sling.testing.timeout.multiplier}</sling.testing.timeout.multiplier>
+                        <server.ready.path.1>/:script src="system/sling.js"</server.ready.path.1>
+                        <server.ready.path.2>/.explorer.html:href="/libs/sling/explorer/css/explorer.css"</server.ready.path.2>
+                        <server.ready.path.3>/sling-test/sling/sling-test.html:Sling client library tests</server.ready.path.3>
+                        
+                        <!-- 
+                            Define additional bundles to install by specifying the beginning of their artifact name.
+                            The bundles are installed in lexical order of these property names.
+                            All bundles must be listed as dependencies in this pom, or they won't be installed. 
+                        -->
+                        <sling.additional.bundle.1>org.apache.sling.junit.core</sling.additional.bundle.1>
+                        <sling.additional.bundle.2>org.apache.sling.junit.scriptable</sling.additional.bundle.2>
+                        <sling.additional.bundle.3>org.apache.sling.testing.samples.sampletests</sling.additional.bundle.3>
+                        <sling.additional.bundle.4>org.apache.sling.testing.samples.failingtests</sling.additional.bundle.4>
+                        <sling.additional.bundle.5>org.apache.sling.junit.remote</sling.additional.bundle.5>
+                        <sling.additional.bundle.6>org.apache.sling.testing.tools</sling.additional.bundle.6>
+                    </systemPropertyVariables>
+                </configuration>
+            </plugin>
+         </plugins>
+    </build>
+
+    <dependencies>
+        <!-- Additional bundles needed by the Sling instance under test -->
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.junit.core</artifactId>
+            <version>1.0.6</version>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.junit.scriptable</artifactId>
+            <version>1.0.6</version>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.testing.samples.sampletests</artifactId>
+            <version>1.0.6</version>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.testing.samples.failingtests</artifactId>
+            <version>1.0.6</version>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <version>1.0.6</version>
+            <artifactId>org.apache.sling.junit.remote</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.testing.tools</artifactId>
+            <version>1.0.2</version>
+            <scope>provided</scope>
+        </dependency>
+        
+        <!-- actual dependencies -->
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.commons.json</artifactId>
+            <version>2.0.6</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.launchpad</artifactId>
+            <classifier>standalone</classifier>
+            <version>6</version>
+        </dependency>
+        <dependency>
+            <groupId>org.slf4j</groupId>
+            <artifactId>slf4j-api</artifactId>
+            <version>1.5.11</version>
+        </dependency>
+        <dependency>
+            <groupId>org.slf4j</groupId>
+            <artifactId>slf4j-simple</artifactId>
+            <version>1.5.11</version>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+            <version>4.8.2</version>
+            <scope>test</scope>
+        </dependency>
+    </dependencies>
+</project>

Propchange: release/sling/org.apache.sling.testing.samples.integrationtests-1.0.6.pom
------------------------------------------------------------------------------
    svn:eol-style = native

Added: release/sling/org.apache.sling.testing.samples.integrationtests-1.0.6.pom.asc
==============================================================================
--- release/sling/org.apache.sling.testing.samples.integrationtests-1.0.6.pom.asc (added)
+++ release/sling/org.apache.sling.testing.samples.integrationtests-1.0.6.pom.asc Mon Jan 21 09:38:36 2013
@@ -0,0 +1,7 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.2.2 (Darwin)
+
+iD8DBQBNpumLN/aP9QFa/IoRApZlAKDSMyPiUzgKx7Sf+5uyPIalBErblgCg0DvD
+IQdBSLD5hOMF4hJdM69x4dE=
+=YAjB
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.testing.samples.integrationtests-1.0.6.pom.md5
==============================================================================
--- release/sling/org.apache.sling.testing.samples.integrationtests-1.0.6.pom.md5 (added)
+++ release/sling/org.apache.sling.testing.samples.integrationtests-1.0.6.pom.md5 Mon Jan 21 09:38:36 2013
@@ -0,0 +1 @@
+55ba1b2706aaff0e5f8561bf69d9e52a
\ No newline at end of file

Added: release/sling/org.apache.sling.testing.samples.integrationtests-1.0.6.pom.sha1
==============================================================================
--- release/sling/org.apache.sling.testing.samples.integrationtests-1.0.6.pom.sha1 (added)
+++ release/sling/org.apache.sling.testing.samples.integrationtests-1.0.6.pom.sha1 Mon Jan 21 09:38:36 2013
@@ -0,0 +1 @@
+9b54ee8a9f733343d9502f697ba0a4621a8cd806
\ No newline at end of file

Added: release/sling/org.apache.sling.testing.samples.sampletests-1.0.6-javadoc.jar
==============================================================================
Binary file - no diff available.

Propchange: release/sling/org.apache.sling.testing.samples.sampletests-1.0.6-javadoc.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: release/sling/org.apache.sling.testing.samples.sampletests-1.0.6-javadoc.jar.asc
==============================================================================
--- release/sling/org.apache.sling.testing.samples.sampletests-1.0.6-javadoc.jar.asc (added)
+++ release/sling/org.apache.sling.testing.samples.sampletests-1.0.6-javadoc.jar.asc Mon Jan 21 09:38:36 2013
@@ -0,0 +1,7 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.2.2 (Darwin)
+
+iD8DBQBNpugvN/aP9QFa/IoRAnGEAKCLDEnE30RVaCS9Dym/c0zJd98SbwCdGoeM
+DpN7H1b6Ty6ii4Tq7NxrZvo=
+=yodB
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.testing.samples.sampletests-1.0.6-javadoc.jar.md5
==============================================================================
--- release/sling/org.apache.sling.testing.samples.sampletests-1.0.6-javadoc.jar.md5 (added)
+++ release/sling/org.apache.sling.testing.samples.sampletests-1.0.6-javadoc.jar.md5 Mon Jan 21 09:38:36 2013
@@ -0,0 +1 @@
+bee97c123cc9d61de4b5eea0d474858a
\ No newline at end of file

Added: release/sling/org.apache.sling.testing.samples.sampletests-1.0.6-javadoc.jar.sha1
==============================================================================
--- release/sling/org.apache.sling.testing.samples.sampletests-1.0.6-javadoc.jar.sha1 (added)
+++ release/sling/org.apache.sling.testing.samples.sampletests-1.0.6-javadoc.jar.sha1 Mon Jan 21 09:38:36 2013
@@ -0,0 +1 @@
+166efc61f07c791c6930d1136a2df675e65ab8b5
\ No newline at end of file

Added: release/sling/org.apache.sling.testing.samples.sampletests-1.0.6-source-release.zip
==============================================================================
Binary file - no diff available.

Propchange: release/sling/org.apache.sling.testing.samples.sampletests-1.0.6-source-release.zip
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: release/sling/org.apache.sling.testing.samples.sampletests-1.0.6-source-release.zip.asc
==============================================================================
--- release/sling/org.apache.sling.testing.samples.sampletests-1.0.6-source-release.zip.asc (added)
+++ release/sling/org.apache.sling.testing.samples.sampletests-1.0.6-source-release.zip.asc Mon Jan 21 09:38:36 2013
@@ -0,0 +1,7 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.2.2 (Darwin)
+
+iD8DBQBNpugvN/aP9QFa/IoRAvuAAJ9p3EM4WZa8KNNCN9r3JNZFezHF2gCg4A6+
+mwJDgOMjupSlcTRj/CiAzcQ=
+=/JSM
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.testing.samples.sampletests-1.0.6-source-release.zip.md5
==============================================================================
--- release/sling/org.apache.sling.testing.samples.sampletests-1.0.6-source-release.zip.md5 (added)
+++ release/sling/org.apache.sling.testing.samples.sampletests-1.0.6-source-release.zip.md5 Mon Jan 21 09:38:36 2013
@@ -0,0 +1 @@
+329e4f9c6739a737ed6c692aa70865fc
\ No newline at end of file

Added: release/sling/org.apache.sling.testing.samples.sampletests-1.0.6-source-release.zip.sha1
==============================================================================
--- release/sling/org.apache.sling.testing.samples.sampletests-1.0.6-source-release.zip.sha1 (added)
+++ release/sling/org.apache.sling.testing.samples.sampletests-1.0.6-source-release.zip.sha1 Mon Jan 21 09:38:36 2013
@@ -0,0 +1 @@
+5306a14b83517884f4815da5943a2c060505f58c
\ No newline at end of file

Added: release/sling/org.apache.sling.testing.samples.sampletests-1.0.6-sources.jar
==============================================================================
Binary file - no diff available.

Propchange: release/sling/org.apache.sling.testing.samples.sampletests-1.0.6-sources.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: release/sling/org.apache.sling.testing.samples.sampletests-1.0.6-sources.jar.asc
==============================================================================
--- release/sling/org.apache.sling.testing.samples.sampletests-1.0.6-sources.jar.asc (added)
+++ release/sling/org.apache.sling.testing.samples.sampletests-1.0.6-sources.jar.asc Mon Jan 21 09:38:36 2013
@@ -0,0 +1,7 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.2.2 (Darwin)
+
+iD8DBQBNpugvN/aP9QFa/IoRArgRAJoCEilNgKkqDVYeYQ8npS7lSyHL2gCeLU6c
+eUwIUd+XJki+LIv29C6RCKk=
+=mlbc
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.testing.samples.sampletests-1.0.6-sources.jar.md5
==============================================================================
--- release/sling/org.apache.sling.testing.samples.sampletests-1.0.6-sources.jar.md5 (added)
+++ release/sling/org.apache.sling.testing.samples.sampletests-1.0.6-sources.jar.md5 Mon Jan 21 09:38:36 2013
@@ -0,0 +1 @@
+65e9dcec65da658ed055ede10d441a19
\ No newline at end of file

Added: release/sling/org.apache.sling.testing.samples.sampletests-1.0.6-sources.jar.sha1
==============================================================================
--- release/sling/org.apache.sling.testing.samples.sampletests-1.0.6-sources.jar.sha1 (added)
+++ release/sling/org.apache.sling.testing.samples.sampletests-1.0.6-sources.jar.sha1 Mon Jan 21 09:38:36 2013
@@ -0,0 +1 @@
+eb06b0328b7e29db42ca99be7b22b153aebaab8c
\ No newline at end of file

Added: release/sling/org.apache.sling.testing.samples.sampletests-1.0.6.jar
==============================================================================
Binary file - no diff available.

Propchange: release/sling/org.apache.sling.testing.samples.sampletests-1.0.6.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: release/sling/org.apache.sling.testing.samples.sampletests-1.0.6.jar.asc
==============================================================================
--- release/sling/org.apache.sling.testing.samples.sampletests-1.0.6.jar.asc (added)
+++ release/sling/org.apache.sling.testing.samples.sampletests-1.0.6.jar.asc Mon Jan 21 09:38:36 2013
@@ -0,0 +1,7 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.2.2 (Darwin)
+
+iD8DBQBNpugvN/aP9QFa/IoRAp5jAKDMQkK1CVhmW1wLVwLExG3bhIgUrACgwEaS
+eG6MeWN7h0KJTnQiyZQsW8k=
+=EfK+
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.testing.samples.sampletests-1.0.6.jar.md5
==============================================================================
--- release/sling/org.apache.sling.testing.samples.sampletests-1.0.6.jar.md5 (added)
+++ release/sling/org.apache.sling.testing.samples.sampletests-1.0.6.jar.md5 Mon Jan 21 09:38:36 2013
@@ -0,0 +1 @@
+e3552d5c49a7fc97aac1bfd218583ade
\ No newline at end of file

Added: release/sling/org.apache.sling.testing.samples.sampletests-1.0.6.jar.sha1
==============================================================================
--- release/sling/org.apache.sling.testing.samples.sampletests-1.0.6.jar.sha1 (added)
+++ release/sling/org.apache.sling.testing.samples.sampletests-1.0.6.jar.sha1 Mon Jan 21 09:38:36 2013
@@ -0,0 +1 @@
+ae38b414690258f32bbd2e3ca7cac7b9031909c0
\ No newline at end of file