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 [8/19] - /release/sling/

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

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

Added: release/sling/org.apache.sling.extensions.webconsolebranding-1.0.0.pom
==============================================================================
--- release/sling/org.apache.sling.extensions.webconsolebranding-1.0.0.pom (added)
+++ release/sling/org.apache.sling.extensions.webconsolebranding-1.0.0.pom Mon Jan 21 09:38:36 2013
@@ -0,0 +1,82 @@
+<?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>
+        <artifactId>sling</artifactId>
+        <groupId>org.apache.sling</groupId>
+        <version>9</version>
+    </parent>
+
+    <groupId>org.apache.sling</groupId>
+    <artifactId>org.apache.sling.extensions.webconsolebranding</artifactId>
+    <version>1.0.0</version>
+    <packaging>bundle</packaging>
+
+    <name>Apache Sling Web Console Branding</name>
+    <description>
+        Apache Sling branding for the Apache Felix Web Console. This fragment
+        attaches to the org.apache.felix.webconsole bundle to provide branding
+        through the /META-INF/webconsole.properties.
+    </description>
+        
+    <scm>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/sling/tags/org.apache.sling.extensions.webconsolebranding-1.0.0</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/tags/org.apache.sling.extensions.webconsolebranding-1.0.0</developerConnection>
+        <url>http://svn.apache.org/viewvc/sling/tags/org.apache.sling.extensions.webconsolebranding-1.0.0</url>
+    </scm>
+
+    <properties>
+        <site.jira.version.id>12314456</site.jira.version.id>
+    </properties>
+
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.felix</groupId>
+                <artifactId>maven-bundle-plugin</artifactId>
+                <extensions>true</extensions>
+                <configuration>
+                    <instructions>
+                        <Fragment-Host>
+                            org.apache.felix.webconsole
+                        </Fragment-Host>
+                        <Export-Package>
+                            !*
+                        </Export-Package>
+                    </instructions>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+
+    <reporting>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-javadoc-plugin</artifactId>
+                <configuration>
+                    <skip>true</skip>
+                </configuration>
+            </plugin>
+        </plugins>
+    </reporting>
+</project>
\ No newline at end of file

Propchange: release/sling/org.apache.sling.extensions.webconsolebranding-1.0.0.pom
------------------------------------------------------------------------------
    svn:eol-style = native

Added: release/sling/org.apache.sling.extensions.webconsolebranding-1.0.0.pom.asc
==============================================================================
--- release/sling/org.apache.sling.extensions.webconsolebranding-1.0.0.pom.asc (added)
+++ release/sling/org.apache.sling.extensions.webconsolebranding-1.0.0.pom.asc Mon Jan 21 09:38:36 2013
@@ -0,0 +1,7 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.9 (GNU/Linux)
+
+iEYEABECAAYFAkxv3pgACgkQXif4bvebdxVYYQCeJQNyrgc3CU/0eS7Vt0216qHs
+zeAAn3HlKAQM0IHLDA+Y4t0vBoJDr4Vl
+=nGsQ
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.extensions.webconsolebranding-1.0.0.pom.md5
==============================================================================
--- release/sling/org.apache.sling.extensions.webconsolebranding-1.0.0.pom.md5 (added)
+++ release/sling/org.apache.sling.extensions.webconsolebranding-1.0.0.pom.md5 Mon Jan 21 09:38:36 2013
@@ -0,0 +1 @@
+18335023045e23eec03a160181da6df1
\ No newline at end of file

Added: release/sling/org.apache.sling.extensions.webconsolebranding-1.0.0.pom.sha1
==============================================================================
--- release/sling/org.apache.sling.extensions.webconsolebranding-1.0.0.pom.sha1 (added)
+++ release/sling/org.apache.sling.extensions.webconsolebranding-1.0.0.pom.sha1 Mon Jan 21 09:38:36 2013
@@ -0,0 +1 @@
+43c33076957cc35f7ea83f952341b1a30e9101ca
\ No newline at end of file

Added: release/sling/org.apache.sling.extensions.webconsolesecurityprovider-1.0.0-source-release.zip
==============================================================================
Binary file - no diff available.

Propchange: release/sling/org.apache.sling.extensions.webconsolesecurityprovider-1.0.0-source-release.zip
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: release/sling/org.apache.sling.extensions.webconsolesecurityprovider-1.0.0-source-release.zip.asc
==============================================================================
--- release/sling/org.apache.sling.extensions.webconsolesecurityprovider-1.0.0-source-release.zip.asc (added)
+++ release/sling/org.apache.sling.extensions.webconsolesecurityprovider-1.0.0-source-release.zip.asc Mon Jan 21 09:38:36 2013
@@ -0,0 +1,7 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.9 (GNU/Linux)
+
+iEYEABECAAYFAkxv4CUACgkQXif4bvebdxVqXACgih69y8cZIqdlvClKJja7Lv1U
+GbMAoLHnq6W8sAIwSMV6pXENiQ2B+dkU
+=kz4E
+-----END PGP SIGNATURE-----

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

Added: release/sling/org.apache.sling.extensions.webconsolesecurityprovider-1.0.0-source-release.zip.sha1
==============================================================================
--- release/sling/org.apache.sling.extensions.webconsolesecurityprovider-1.0.0-source-release.zip.sha1 (added)
+++ release/sling/org.apache.sling.extensions.webconsolesecurityprovider-1.0.0-source-release.zip.sha1 Mon Jan 21 09:38:36 2013
@@ -0,0 +1 @@
+5e14a70f14fdcc0397d08cadf739c3861f858396
\ No newline at end of file

Added: release/sling/org.apache.sling.extensions.webconsolesecurityprovider-1.0.0-sources.jar
==============================================================================
Binary file - no diff available.

Propchange: release/sling/org.apache.sling.extensions.webconsolesecurityprovider-1.0.0-sources.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: release/sling/org.apache.sling.extensions.webconsolesecurityprovider-1.0.0-sources.jar.asc
==============================================================================
--- release/sling/org.apache.sling.extensions.webconsolesecurityprovider-1.0.0-sources.jar.asc (added)
+++ release/sling/org.apache.sling.extensions.webconsolesecurityprovider-1.0.0-sources.jar.asc Mon Jan 21 09:38:36 2013
@@ -0,0 +1,7 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.9 (GNU/Linux)
+
+iEYEABECAAYFAkxv4CUACgkQXif4bvebdxW6HACeJKpIhHmdG7vzj95E8w0fdmHB
+nPUAnjkhSAFMUtrdWAPqBzutV9th9NUv
+=BRuO
+-----END PGP SIGNATURE-----

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

Added: release/sling/org.apache.sling.extensions.webconsolesecurityprovider-1.0.0-sources.jar.sha1
==============================================================================
--- release/sling/org.apache.sling.extensions.webconsolesecurityprovider-1.0.0-sources.jar.sha1 (added)
+++ release/sling/org.apache.sling.extensions.webconsolesecurityprovider-1.0.0-sources.jar.sha1 Mon Jan 21 09:38:36 2013
@@ -0,0 +1 @@
+341cc1bb3e2625b118bbf161360aaf9d1321b071
\ No newline at end of file

Added: release/sling/org.apache.sling.extensions.webconsolesecurityprovider-1.0.0.jar
==============================================================================
Binary file - no diff available.

Propchange: release/sling/org.apache.sling.extensions.webconsolesecurityprovider-1.0.0.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: release/sling/org.apache.sling.extensions.webconsolesecurityprovider-1.0.0.jar.asc
==============================================================================
--- release/sling/org.apache.sling.extensions.webconsolesecurityprovider-1.0.0.jar.asc (added)
+++ release/sling/org.apache.sling.extensions.webconsolesecurityprovider-1.0.0.jar.asc Mon Jan 21 09:38:36 2013
@@ -0,0 +1,7 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.9 (GNU/Linux)
+
+iEYEABECAAYFAkxv4CUACgkQXif4bvebdxUKHACfel64g1gNK8CLDWoCAZcvVGwg
+qFEAn1X4dVR131t3FaJqbxNgJBf4l2Ew
+=wboT
+-----END PGP SIGNATURE-----

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

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

Added: release/sling/org.apache.sling.extensions.webconsolesecurityprovider-1.0.0.pom
==============================================================================
--- release/sling/org.apache.sling.extensions.webconsolesecurityprovider-1.0.0.pom (added)
+++ release/sling/org.apache.sling.extensions.webconsolesecurityprovider-1.0.0.pom Mon Jan 21 09:38:36 2013
@@ -0,0 +1,102 @@
+<?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>
+        <artifactId>sling</artifactId>
+        <groupId>org.apache.sling</groupId>
+        <version>9</version>
+    </parent>
+
+    <groupId>org.apache.sling</groupId>
+    <artifactId>org.apache.sling.extensions.webconsolesecurityprovider</artifactId>
+    <version>1.0.0</version>
+    <packaging>bundle</packaging>
+
+    <name>Apache Sling Web Console Security Provider</name>
+    <description>
+        WebConsoleSecurityProvider for the Apache Felix Web Console using the
+        Apache Sling Auth Core bundle to authenticate users.
+    </description>
+
+    <scm>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/sling/tags/org.apache.sling.extensions.webconsolesecurityprovider-1.0.0</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/tags/org.apache.sling.extensions.webconsolesecurityprovider-1.0.0</developerConnection>
+        <url>http://svn.apache.org/viewvc/sling/tags/org.apache.sling.extensions.webconsolesecurityprovider-1.0.0</url>
+    </scm>
+
+    <properties>
+        <site.jira.version.id>12315265</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>
+            </plugin>
+        </plugins>
+    </build>
+
+    <reporting>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-javadoc-plugin</artifactId>
+                <configuration>
+                    <skip>true</skip>
+                </configuration>
+            </plugin>
+        </plugins>
+    </reporting>
+
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.felix</groupId>
+            <artifactId>org.apache.felix.webconsole</artifactId>
+            <version>3.1.0</version>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>javax.jcr</groupId>
+            <artifactId>jcr</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.jackrabbit</groupId>
+            <artifactId>jackrabbit-api</artifactId>
+            <version>1.5.0</version>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.felix</groupId>
+            <artifactId>org.apache.felix.scr.annotations</artifactId>
+            <version>1.3.0</version>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.slf4j</groupId>
+            <artifactId>slf4j-api</artifactId>
+        </dependency>
+    </dependencies>
+</project>

Propchange: release/sling/org.apache.sling.extensions.webconsolesecurityprovider-1.0.0.pom
------------------------------------------------------------------------------
    svn:eol-style = native

Added: release/sling/org.apache.sling.extensions.webconsolesecurityprovider-1.0.0.pom.asc
==============================================================================
--- release/sling/org.apache.sling.extensions.webconsolesecurityprovider-1.0.0.pom.asc (added)
+++ release/sling/org.apache.sling.extensions.webconsolesecurityprovider-1.0.0.pom.asc Mon Jan 21 09:38:36 2013
@@ -0,0 +1,7 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.9 (GNU/Linux)
+
+iEYEABECAAYFAkxv4CUACgkQXif4bvebdxV4eACdE2HQtzGvCUgzd2Oh7dQhQe4R
+iTUAn3XQvh2f0Asm8cBXcoo8KR6eQPAa
+=jvba
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.extensions.webconsolesecurityprovider-1.0.0.pom.md5
==============================================================================
--- release/sling/org.apache.sling.extensions.webconsolesecurityprovider-1.0.0.pom.md5 (added)
+++ release/sling/org.apache.sling.extensions.webconsolesecurityprovider-1.0.0.pom.md5 Mon Jan 21 09:38:36 2013
@@ -0,0 +1 @@
+4dfa4a284728abf1381e99a0f87b7dc7
\ No newline at end of file

Added: release/sling/org.apache.sling.extensions.webconsolesecurityprovider-1.0.0.pom.sha1
==============================================================================
--- release/sling/org.apache.sling.extensions.webconsolesecurityprovider-1.0.0.pom.sha1 (added)
+++ release/sling/org.apache.sling.extensions.webconsolesecurityprovider-1.0.0.pom.sha1 Mon Jan 21 09:38:36 2013
@@ -0,0 +1 @@
+40c10a9a4dfed9947ca93767df96c910badc1ee7
\ No newline at end of file

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

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

Added: release/sling/org.apache.sling.fsresource-1.1.0-javadoc.jar.asc
==============================================================================
--- release/sling/org.apache.sling.fsresource-1.1.0-javadoc.jar.asc (added)
+++ release/sling/org.apache.sling.fsresource-1.1.0-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
+
+iQIcBAABCgAGBQJQoMDhAAoJED/PUp/y8noGTYQP/iA68HINdV8M+bQlJn/eVrTx
+M/poZOtpNDbu8ynsRLbCRjz1P/ehicTeaGEFHRrIuGemaBVFJ74Rwr6YXHQI7IDI
+WbdsoXN9r4SxgJViDV1I0DcJzd9XAIbdmLty4WzM5xTQCeQ5whs6YFdOVR+RO7HS
+qhVRUAdrxiHxGS5cc8o9f0iK7+6BWiskAqFcpkPD3sIK+DyJL72xCyUqoFFvcCJO
+Tm3xdY/9h4zTML8/2xrbsXan//hcGY7kYbTXtlzrB0PivjXBJhg7tAjR4ltFVWS1
+NfPOVP6XSF9l2KQmtEY3RfV4DUJR/BBUdRPUJxPpjgSD+cwPKJedIvZwwJutq9hg
+hpRkHdwAosffbvIvthblp5AaOpibZKnxHD3TSbQ8J4nTVolhDRqpc0Sjrnjm6+aQ
+hjxre7OGeSpmqtjLvyhzehq3FZRZPYQ5J5i1Wcdhl/VlbMz4g0b8SmH2l+fSqXrq
+eCBZbtjLQpIs9TrORUphy1FsFGMr9K2ZmWsEsz2zp1Rir/SOahe+cmWE9wWtSf2E
+fb0DOgKuyvPJv+p3moSmqw0VW+n/tcp874VcZt57cd2hx3xej7FwlnCdaPCoElQc
+IR+pOaW3KuAhawEKUtMSHFo+iJhTVXGAl+zlHt3RxJWpwETwRLAlTHCNqXgOzXIv
+Ihr5t87GZDPydHUnrG7w
+=Smey
+-----END PGP SIGNATURE-----

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

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

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

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

Added: release/sling/org.apache.sling.fsresource-1.1.0-source-release.zip.asc
==============================================================================
--- release/sling/org.apache.sling.fsresource-1.1.0-source-release.zip.asc (added)
+++ release/sling/org.apache.sling.fsresource-1.1.0-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
+
+iQIcBAABCgAGBQJQoMDgAAoJED/PUp/y8noGqAAP/2XRuKj8pVNB4ueB2UUaOLz6
+B47EHfh+7xA6q113r/8no0KK7XrKsetL8gj7R/kjMNs3qAtHvGGF1PLLZ8wx7UrY
+YJWCONOy3TJ4V+tbwbtU4M0ECZju9fWuLSbB3uoS4jVs5Yq4uTiQdKCGHIvHecEX
+UVsjJtSkj3XcqrS03gGZR2a1+t30eCY57Vto8HC9xS8Gli39mI4Kh/0oAzwXnJTH
+2BHTTnXbJEMqxk5OLg5bgKjlCnjQax27ZZ6S9upFP0cEOXIJGoGI8HD8VCht89IM
+jJwY2a+3q1NuoF6XVC65tMalFjRaLS1V0509i//fS3Hl9JZKfA5nSietW37pL0X7
+JTyUjq/dIpMSs/BrKqow7B70kIZoMhimh9/DpNgdTHv8uW3GTQi4H9Qs0aY5xhGz
+D4nPXQ3nQG98bOkt8P4q+tySR+pQbX3MJpb7I6oPeriBDJZBPlOWDpQ4rRpw0Klz
+JN4gz3pFFJM4+PfZvjmyulWj5QkhxEEZ+u0KYHh93XQwwD1CSGZN2LwUqoEDrsO8
+RlW5rFYy4vh208+x2mqx30iIPQ3BBonRcG1sTsXGMYYWmx0EM5ghwPJcJM96YowF
+GpfmAKjPymVcq9m3UJbtAvr9TByBIWhXmZlEXq02kMV84F/yXFB7rRSorf0yjob0
+v3ev3tB8GCcwA8ShIBEO
+=z88v
+-----END PGP SIGNATURE-----

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

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

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

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

Added: release/sling/org.apache.sling.fsresource-1.1.0-sources.jar.asc
==============================================================================
--- release/sling/org.apache.sling.fsresource-1.1.0-sources.jar.asc (added)
+++ release/sling/org.apache.sling.fsresource-1.1.0-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
+
+iQIcBAABCgAGBQJQoMDgAAoJED/PUp/y8noGDVAP/1T9tWzMozDB+jLvTnn5INZs
+cGKA/PNFjRghor9n1TEAuUIkkVEseA1WhAG220q9Bq8PhoDYVwxuHvtg6o6WSgy6
+A5La6+gDGpIEs4tqbEx0GT+nAzxQNy0TKhWEKjl4gIxXjTYwnsVb2YihmUOO2Dm5
+r7JsHmVQQEnsDTXtTJC1NbXFhGk8wAJrzooHXylFSlwR2Kylq9vmJu7c4O7EZ/ZJ
+w/du+Ls0JG/YLfja9ljuehd1LT7NkgzBfQ4aW30PeMZ7RLYqHyRzF5kh68aaPJ/J
+h7V241oDXV/3zWHn/v68S9guC/WQoiquL3AtX1dGBbOC+qLkfcwp6f5oCSoYB192
+WjdUcTNYq/gHVylSNexc8CdzvAjYBZKjRTkGrIek0Sryn3Hz2Xzz2CPqUQbf4Eha
+oI4IiXopDumCz+8I8f0RecnCrllunkEByijB8rlzDN8oLXTOv8DFbcfIO0qUhcW6
+L3bFqxatX4bHHcbKO3RPY/YT5ieuZKlWUuHPxfSAFMUeZjzAqKqWk7uwlD6bto8p
+/V1nM1PUpyXIZQY0rN0xanW1SKcTtIIeMbbG055VUVqX36clS5ihy8yMeFH6HSzC
+A7THXFHPenu+/J2b5Ad4SpdS/3RvshUrJKPIv/qAXj0yG8FJn9exXZNXpG84uTj3
+BOgx8vBhkhVcGJUlHjV1
+=kuo7
+-----END PGP SIGNATURE-----

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

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

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

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

Added: release/sling/org.apache.sling.fsresource-1.1.0.jar.asc
==============================================================================
--- release/sling/org.apache.sling.fsresource-1.1.0.jar.asc (added)
+++ release/sling/org.apache.sling.fsresource-1.1.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
+
+iQIcBAABCgAGBQJQoMDfAAoJED/PUp/y8noGCvMP/itm38ve9VbFygfyNAMH7z0A
+JQNG40oDnVPy48acHXS+DhamCdj1KlKWW3vcW/pIbISpAqP4MIGlNgX3g8eXbdZq
+fqDmKhVPZG7eWZ2B/JU30I7lJEtV1j+/afxxxqaf69ZqQJ2xvej71o4ISwJr8cf+
+NS5pI8ctVXrx6ZKU6ZLK0Cy9IDyZ2oYHbpVWBlHKM6kQfwbwHwvZv+5d5K1jse/t
+o9AUIzK2rFpSrTNgYaKvc98b6Zn6zSs0mrW5BYnu+iTTk7Hi5RuH3dDAFqZQvQHJ
+5/8yzR4daaS+TlJZGvicbgTD0GfTo+wqQMhQOBN6CLt91eUdmavFaFJuSCH9dVrQ
+qBn3ULvffTUnnCevvpaHxEeqC5hzX9sIy0NBhZ95h7NxGyAzUQgFAKICN60oxBDl
+EEmB31iutE1emaRrsFqPe6iWweDM2btgRSYbjiqaAoEVQ9r7CsJ4B97h47WlnVcO
+ht76/UKaHWRHlYdjn6Q5BRpeoslsrRuVJBI0WL32cSJlkg0OSuadGrVnwhoEmRQS
+//2WsINOZeOfZzPqMuq5/oCqZdhxdyuqIGAfTgZhp4+AWZhOlkphNRwOKK0/rmMK
+TUZmxf8Rq25QVy8T8e90Cv2s9sMEYIP/yx49Zb7+TgMt4qj9C455PbQWgTe/wYmK
+2xy3KP9LE22CZN0PmCiv
+=IOdA
+-----END PGP SIGNATURE-----

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

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

Added: release/sling/org.apache.sling.fsresource-1.1.0.pom
==============================================================================
--- release/sling/org.apache.sling.fsresource-1.1.0.pom (added)
+++ release/sling/org.apache.sling.fsresource-1.1.0.pom Mon Jan 21 09:38:36 2013
@@ -0,0 +1,129 @@
+<?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.fsresource</artifactId>
+    <packaging>bundle</packaging>
+    <version>1.1.0</version>
+
+    <name>Apache Sling Filesystem Resource Provider</name>
+    <description>
+        Provides a ResourceProvider implementation supporting filesystem
+        based resources.
+    </description>
+
+    <scm>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/sling/tags/org.apache.sling.fsresource-1.1.0</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/tags/org.apache.sling.fsresource-1.1.0</developerConnection>
+        <url>http://svn.apache.org/viewvc/sling/tags/org.apache.sling.fsresource-1.1.0</url>
+    </scm>
+
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.felix</groupId>
+                <artifactId>maven-scr-plugin</artifactId>
+                <configuration>
+                    <specVersion>1.1</specVersion>
+                </configuration>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.sling</groupId>
+                <artifactId>maven-sling-plugin</artifactId>
+                <version>2.1.0</version>
+                <executions>
+                    <execution>
+                        <id>generate-adapter-metadata</id>
+                        <phase>process-classes</phase>
+                        <goals>
+                            <goal>generate-adapter-metadata</goal>
+                        </goals>
+                    </execution>
+                </executions>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.felix</groupId>
+                <artifactId>maven-bundle-plugin</artifactId>
+                <extensions>true</extensions>
+                <configuration>
+                    <instructions>
+                        <Private-Package>
+                            org.apache.sling.fsprovider.internal
+                        </Private-Package>
+                        <Import-Package>
+                            org.apache.sling.api.resource;provide:=true,
+                            *
+                        </Import-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>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.adapter</artifactId>
+            <version>2.0.4</version>
+        </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>
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>adapter-annotations</artifactId>
+            <version>1.0.0</version>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.felix</groupId>
+            <artifactId>org.apache.felix.scr.annotations</artifactId>
+            <scope>compile</scope>
+        </dependency>
+    </dependencies>
+</project>

Propchange: release/sling/org.apache.sling.fsresource-1.1.0.pom
------------------------------------------------------------------------------
    svn:eol-style = native

Added: release/sling/org.apache.sling.fsresource-1.1.0.pom.asc
==============================================================================
--- release/sling/org.apache.sling.fsresource-1.1.0.pom.asc (added)
+++ release/sling/org.apache.sling.fsresource-1.1.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
+
+iQIcBAABCgAGBQJQoMDfAAoJED/PUp/y8noGRScP/3B9EKI8k19/uMcFX4cCERtR
+vmS8wGhB9bpKDo5Jiycll5ybwUt8Dj9wyntwobUN6FPAl8KjLpGKq+8FtkRgcaNS
+T4sdnt2raaF4bpzS+g/WYWMFfaMEM20Pup5TU+9JCJv9PyXIt0akoLCg3jAzYnvb
+jwaJvS3xRnftFvMyCJtsjn6rfvbZiXNSOKfKeE09nCIfUkHkUbc1W3g+mp+gVUa0
+7l+GwLGvz6yuvy918wIJCsJE2B032oK0kQnkCIA0xWY70Fkch7I1Gw9AarVaj4OL
+A7Rkd7Fe3dZxOvPkEqV/Eb2s7uKSdce/6MR3F0i33QtQ0hjgYkNb+hdWTsrib1kR
+64yIh9LNo+n3q/pUIM8hg0XWDhLy/Xh+8zieFiJ507vPse6FHVrVP9b3FZSteAnK
+Gj5QumJ0Ss5CANkO4jqKJdZ7tMF83hKC9p0frzfxO3+2zNUmIK6MKG9hehC9JoLF
+rmOQ1i8DhkmzSSyIYycTwHniVQ5sxyaBR+jtT46uRWvVNLJip0jH6ETdoCxnddjT
+iOSQtbXrLMVMJqMg1dDCqhyrAFb5FLXOqZuWvntPROMu17Vyw3T46V9JVXj0sdk/
+8ODvzrODa4Ou7svObsdMXjX7u29vdKA2rRHNP8TWUGSx05C7+6UUzqanvaDE0Hf0
+1EZhP34rP66D9r0e4Pox
+=LuOI
+-----END PGP SIGNATURE-----

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

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

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

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

Added: release/sling/org.apache.sling.i18n-2.2.4-javadoc.jar.asc
==============================================================================
--- release/sling/org.apache.sling.i18n-2.2.4-javadoc.jar.asc (added)
+++ release/sling/org.apache.sling.i18n-2.2.4-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
+
+iQIcBAABCgAGBQJQtJZQAAoJED/PUp/y8noGoD8P/28osXmr7VyowyhKZTqFqELN
+ZH9b+gBcHa+so2IQ95H6xTtnjtDOReIm19hKFQ9+BuixTynZMZ3Uyu8aPuU07sYa
+gsaG6TkR8NxvP3wuDHfjTXhOO58FcTNPqpiQ+R2HVOgGutW5e8frWOzDxLiHB9ti
+phx9ZXVswPoodcfjL6nBT46UtAXiPD5lFwVyADKm51b5T5etHVVGnF5YcobyiLO1
++SGFvm2xCMoBncsre8LgPkYyeeOPyg/JPMs0ydo3zGemPNfN662Uf90kBjYqzDme
+yEhgg4IW5gauOqPUdjW/s8JWCM8HXEfAmrQDmh8IeQqYTzF+vcIoE/sSKcaym7i8
+BKw6VXfiLP5gFjHS86sLsgDe/Kt1KLUagWEFVaNtDwmYlyyujZLiW2yvqxSN3k4n
+RxLZOKyUg0/ZiSbv/z8ZTIHOO773D51XeamovJ7XmD1ZsUUo/Jayjzku712jI2qg
+PDXlhGD/wLFcngUYc3DVA80C5fVPjQ0OVBK1Vj3MACZ3oMkUpXTQi8FD9BdIzL1g
+HvUoHaYaKTpBQmHAPSMa6iza1XigiDzLy+5Z2Q7nhauTeSOwq7ybfhz6UozMlvat
+hU5y7azCssXwZcCuvnxW6263ZeWjb97BRqZ0kZn5IYc+6ftnMLhBK37+wDVXKRLo
+AWymVugI0fm+55cjAjet
+=dCDC
+-----END PGP SIGNATURE-----

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

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

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

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

Added: release/sling/org.apache.sling.i18n-2.2.4-source-release.zip.asc
==============================================================================
--- release/sling/org.apache.sling.i18n-2.2.4-source-release.zip.asc (added)
+++ release/sling/org.apache.sling.i18n-2.2.4-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
+
+iQIcBAABCgAGBQJQtJZPAAoJED/PUp/y8noG+AsP/3sMo37tNrghKgaA5sESMVLQ
+7WXlFtNVBmJMinibEaMio5p8gJ7X3hZURsqpfY1dBpoJpOKjljf06Bb/0U+V+YsK
+w+KjcFDbXNDXaULKEh0zaZq9stYlYNMDgdS50nE98RrQDFbCroAwcQPiOIqBMXx0
+/duTmdnQqPIRKvfVgif/6yA4CFVXWkP0pnIeTwxuJLkdS+qE2iZwjBWnuAtcBUBm
+hmZ0sJ0bhCo4AHkX0q6orZ1/aEGq5jXswvuoMMF02NMB2toAqVAfqRKvqntKq3Mo
+wai9fC9Js77QHW2nAcqnz+iNbWOvt7NxZqUH5Rs28lE9uraoResRe8LzRf95B7N3
+VL+ZB1RabJiCMEr3T5zU2BleBa9VcCRg1LDRvCqVJ6W1LD1LUyfTyMWaS7DQxRHr
+kpiuqQDUxnXu2SrEzO4rGxHHiUUVk9KUB94wxFyq4KCeN26Hr+k/8R4E/CgPN+bf
+loZU551AxIV+Me8R9LabZDsNRn+2ERwlIN19p9JZVgtUeZ1wavcepADqvQ5pSNBG
+iTDl0S5MnSmhbOwkj3o9C93fnDZrMpyBLVYlur6WXD8t6zl5fFRgUbGtCJny0r7h
+zmrJ9OwkoEa21veVnzBljmTwFg85nTge9WpUGFt+ow1U3nvObYzfK4MBVAj6nKTf
+OrN+Mgl3NjHQNaqmenfz
+=lCCZ
+-----END PGP SIGNATURE-----

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

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

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

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

Added: release/sling/org.apache.sling.i18n-2.2.4-sources.jar.asc
==============================================================================
--- release/sling/org.apache.sling.i18n-2.2.4-sources.jar.asc (added)
+++ release/sling/org.apache.sling.i18n-2.2.4-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
+
+iQIcBAABCgAGBQJQtJZQAAoJED/PUp/y8noGnu4P/1U5mD2xEnpyS567bRv2+k0B
+n1gVh3xeNKg+E5SKVDMNmDQVgX7C4mCtcUZGlnw0q5JSlGYS66f2WnEmu3NEu5mf
+vTiPbs/MckP2F2OyAMSGzKDuzSkqj08+fO8BuMy8BXBLiW8gqQ1xZtjjZMkvHqlz
+/zgwo5wUct/gP4GAEanjhnKj34m8o+PSDRetfEs+Z2VBCHYNLrKCp0gH0g02nXk9
+8vKhbUiOCRpA6ntgKjrw2LpFsRkUGKg2Pi2mznt0m++XPINkkM33ZgVR11npyHy3
+JwOn/aZ4mJo6fXGWfwzAtGRmHjGxv43o8hx5B2H3culPBDdFbZiXCBiMnOMO22S4
+NciQVXrio94/++BCeDUHAovzzEH7PmLABA06rvheTgkbTT/4fUqPXW9YMGZr/xzB
+TuKEQhZ6dUxCnGCYirHRVrWDlxIQ8rZFVYjfYGjNiM1L8fmuix8rdN6Vyld4PA8Y
+BlM1qNN789fkXxOZ6dAUo8T7FRqLS34PO09DIcEo90yBHUnEFVCadhAHCppuXVSt
+GiQrjdXpdcbFw9QZBGlgkl33okf1wSmuVnSs7JSepi7biUstptQpIqgQB0+E1By8
+hkXGn0KDEiheN0abJqDqFuEA3jzEW+92jfVEjfj8iXsvleV2a4L5ncJkcjvOI/Zx
+3kjAu4frqz9pDPv6XxR5
+=zEPW
+-----END PGP SIGNATURE-----

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

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

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

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

Added: release/sling/org.apache.sling.i18n-2.2.4.jar.asc
==============================================================================
--- release/sling/org.apache.sling.i18n-2.2.4.jar.asc (added)
+++ release/sling/org.apache.sling.i18n-2.2.4.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
+
+iQIcBAABCgAGBQJQtJZPAAoJED/PUp/y8noGVSAQAKWO2OKlaxaCYZ4VZH9Pm3zc
+ylzmrp9njTZFACx/RB17QcCtIo+97J3/KzFObdcjwGSFJLt6yvyeOPspWVRndye2
+/Oe/3SvGKcAnLO7j+LJRjxLkw/n5L0+lkp4O9l3WkywYNXOAxCFllGgs3A2EHChS
+leI1fQfx7FBP0N6hVBjYZbti4a2fbPRHZGdWZJfPsDt+dI7r0x3+uADHnwqSKhoN
+9zz9SmvNBwCwkC6KVDYrSX1WfRtZarpai2wytApEYk6Q8AejHhbgCalgHg3Ae28n
+sNGAwZBfSHBnefdVhfEeuxcwlXB1IV8ZNzTc/QlZYoxJnjxuho23CLbN4VnD/NER
+/wZEBHx69923vCEvXwnjisimDb3OTWF5DwEWgYrnxqnQdhEiZp1gAg4J3Cg/Hemi
+x/SNlHDizyPopQR3u1TJi1JHWZPhLvbxRLDTTVO3XRMJ/XTtil2NOuh8YK7lxpva
+nhGmVXzJp+k7U5RjxNXbtSurDgG6/olkd2IuRHt4VQ90tbifhHkqeelFwV92Vupm
+Zja4g63orJBvyUnjqIqFP/aYOoXgn3gazRA/CjiLW4RyLgs66ADzWGN7cbUH6jD0
+WbNSfHt+WN056DIU6P6gqBrzfGgBnO0Md2njeY95npReCq9N1jnvNEJhPJpJBl9K
+oNeN5aGDUFHQU+V3TYYZ
+=nyjn
+-----END PGP SIGNATURE-----

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

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

Added: release/sling/org.apache.sling.i18n-2.2.4.pom
==============================================================================
--- release/sling/org.apache.sling.i18n-2.2.4.pom (added)
+++ release/sling/org.apache.sling.i18n-2.2.4.pom Mon Jan 21 09:38:36 2013
@@ -0,0 +1,170 @@
+<?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>
+    </parent>
+
+    <artifactId>org.apache.sling.i18n</artifactId>
+    <packaging>bundle</packaging>
+    <version>2.2.4</version>
+
+    <name>Apache Sling Internationalization Support</name>
+    <description>
+        Support for creating Java I18N ResourceBundles from repository
+        resources.
+    </description>
+
+    <scm>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/sling/tags/org.apache.sling.i18n-2.2.4</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/tags/org.apache.sling.i18n-2.2.4</developerConnection>
+        <url>http://svn.apache.org/viewvc/sling/tags/org.apache.sling.i18n-2.2.4</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>
+                        <!-- As we're using JCR 2.0 for testing we explicitly have to
+                             import version 1.0 here  -->
+                        <Import-Package>
+                            javax.jcr.*;version=1.0,*
+                        </Import-Package>
+                        <Export-Package>
+                            org.apache.sling.i18n;version=2.2.0
+                        </Export-Package>
+                        <Private-Package>
+                            org.apache.sling.i18n.impl.*
+                        </Private-Package>
+
+                        <Sling-Nodetypes>
+                            SLING-INF/nodetypes/jcrlanguage.cnd,
+                            SLING-INF/nodetypes/message.cnd
+                        </Sling-Nodetypes>
+                        <Embed-Dependency>
+                            org.apache.sling.commons.osgi;inline="org/apache/sling/commons/osgi/ServiceUtil*|org/apache/sling/commons/osgi/PropertiesUtil*"
+                        </Embed-Dependency>
+
+                    </instructions>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.api</artifactId>
+            <version>2.1.0</version>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.commons.osgi</artifactId>
+            <version>2.1.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>javax.jcr</groupId>
+            <artifactId>jcr</artifactId>
+            <version>2.0</version>
+        </dependency>
+        <dependency>
+            <groupId>org.slf4j</groupId>
+            <artifactId>slf4j-api</artifactId>
+        </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>javax.servlet</groupId>
+            <artifactId>servlet-api</artifactId>
+        </dependency>
+        
+        <dependency>
+            <groupId>org.apache.felix</groupId>
+            <artifactId>org.apache.felix.scr.annotations</artifactId>
+        </dependency>
+
+        <!-- Testing -->
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.commons.testing</artifactId>
+            <version>2.0.6</version>
+            <scope>test</scope>
+            <exclusions>
+                <!-- slf4j simple implementation logs INFO + higher to stdout (we don't want that behaviour) -->
+                <exclusion>
+                    <groupId>org.slf4j</groupId>
+                    <artifactId>slf4j-simple</artifactId>
+                </exclusion>
+            </exclusions>
+        </dependency>
+        <!-- using log4j under slf4j to allow fine-grained logging config (see src/test/resources/log4j.properties) -->
+        <dependency>
+            <groupId>org.slf4j</groupId>
+            <artifactId>slf4j-log4j12</artifactId>
+            <version>1.5.0</version>            
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>log4j</groupId>
+            <artifactId>log4j</artifactId>
+            <version>1.2.13</version>
+            <scope>test</scope>
+        </dependency>
+    </dependencies>
+
+</project>

Propchange: release/sling/org.apache.sling.i18n-2.2.4.pom
------------------------------------------------------------------------------
    svn:eol-style = native

Added: release/sling/org.apache.sling.i18n-2.2.4.pom.asc
==============================================================================
--- release/sling/org.apache.sling.i18n-2.2.4.pom.asc (added)
+++ release/sling/org.apache.sling.i18n-2.2.4.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
+
+iQIcBAABCgAGBQJQtJZPAAoJED/PUp/y8noGwJsP/jgmqmBizPeo1+2Tt1GCjcyr
+pMoNj0AThBBI3hW7lw42fhBMFOPbLIqzOVKVrqfgDdVP6rmI0pR5WaHpnh0aJY2X
+pnsGDjmt7YMYOguXuUbf0tBGT3hh64XUbL22y1sLJsb984CEUqfIJDr47FpNi+Qh
+TF+MJmXkjdHNQvuy8UQnqConipsGNSkUeeNlos2tkUMTQULmxh2j5LCKMpb27hR5
+K+L9G3GI4EH/0fUKCmmKgyYnGNP/vb1RW9RhvEQ0KAjyCiWAyNoPzd8TTUurW9IT
+5+IblRTU9wOxBsfmYxVOzUosPlEFVYBnQJYvmili2LQKvaXzXlaDrOqdRLbO2JTF
+jw5ecX63O0jGFvgfPGp7VEpPL0z8u2ZhuNqwvEOvaGC58QhSffiur5zJscjVfC+Y
+5SneU/af+d0inwbYUNB00W4lTdUoa0MYkWQ0KM7l/a1cdY9GLNQwS3KjTzX33438
+HpO5vu1UpLFv/tr2U6nI2KfHQGSr23/xXYH34V3GSYFbtp6XczUijmfWu1i/Atrj
+ZZOzlTKqcezhSoDc8HBmte5ttCewpHrS6t8PN+VjqQ/h1WilgEoL5Rf0VKZJbxeT
+KHJHh+gKT8JkV58KNbtSWCAfnkw9k7MP7cp7NQWOqfI8crUlhJTFrMk2upvhA5Vk
+pWkHcrcPIVqYeSdMLNu5
+=ocDh
+-----END PGP SIGNATURE-----

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

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

Added: release/sling/org.apache.sling.installer.api-1.0.0-javadoc.jar
==============================================================================
Binary file - no diff available.

Propchange: release/sling/org.apache.sling.installer.api-1.0.0-javadoc.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: release/sling/org.apache.sling.installer.api-1.0.0-javadoc.jar.asc
==============================================================================
--- release/sling/org.apache.sling.installer.api-1.0.0-javadoc.jar.asc (added)
+++ release/sling/org.apache.sling.installer.api-1.0.0-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
+
+iQIcBAABCgAGBQJQiQkCAAoJED/PUp/y8noG7k4P/jqmFgPxm827ogAeknDoIrd/
+AOH+Cdi66AzkhZZpXD20bFndsE9LOWFfViG+AlFlgrdDqhyaeYqATCmzvG9jJaLu
+HOMbUhRRlQt5bsbWIp/9nWQSBJuoTl1qNN7Ek7X+OgMfHRORzhgh40GJkg/IqJYo
+y+qb19eeXwmo33+lqg6kFcIUMCjclgkUeAZJQ8l9a9f2MJPRE8QeVavYdqpyAgAz
+yAO1rF3d59hy68KH0m8Kt8HlhpGU8bwtYpcBkF59nYYYypFwHCLs8fpYzhDyHw0t
+Wn/2vRvMFQNPvdztN60d+zEfP5Dl4XuEe3zxwx+anxQuwGK5LwBkk/BWvmo97oIg
+Sg99wNxwTKaQ959djN3iP64KmnxOeAKWQbKlOX9Zew6ARA19yhnT4vfOHOC/VgY9
+AuEzDQrGYImEItRjqPS1380XIwWV5wqEZ1+h/gXXL7IsdRsW6sm3NMri0zAwRJ/n
+2DuJbWaNZEDkGXX5TKYndgnsB4lweaqq4i1JtTdmyfD4YyzkpQdtwJHDyMwWOF5C
+B1FmcVXaXLRJmGbKJpfJoicBOj6kyYie+tEHd1KEuD7DIJwZsXnGDZpckqwyazda
+sJ8Hw1hJgFYVHBO5gNrv0vNl563x1pUpC0OuYjk6GoppprHJdLrnUWuTc5rJncC9
+3o0E7us5tfULEuve1L6y
+=h4bd
+-----END PGP SIGNATURE-----

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

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

Added: release/sling/org.apache.sling.installer.api-1.0.0-source-release.zip
==============================================================================
Binary file - no diff available.

Propchange: release/sling/org.apache.sling.installer.api-1.0.0-source-release.zip
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: release/sling/org.apache.sling.installer.api-1.0.0-source-release.zip.asc
==============================================================================
--- release/sling/org.apache.sling.installer.api-1.0.0-source-release.zip.asc (added)
+++ release/sling/org.apache.sling.installer.api-1.0.0-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
+
+iQIcBAABCgAGBQJQiQkBAAoJED/PUp/y8noGFfsP/1qnCsc5Ulf5vs3YVvowVhUu
+KF+5HIqOG5xpC7Jsek9tUUfuSaRjz6S4alXC7u3AV0S1emD51sL916cmmXxo2+sK
+OAqYoN4JbEHWGFz8vDgk1k/fRN5gFxH3q6c4zZ8CSFvGcqa8r32PpYaoceHp7Jt5
+GpruaB4zRQWB8dWaLyA0jZ+ZoCkmLs6yc+7saaxiIqk8aMwZeiij2UtxYXr4IgRG
+0aLxO6Tw2bYD/MD1qx7B8HDmi7ujXL1rMeiDdO1+iuaEFEDdR4Qzn8AJ+NLVytNA
+8179tlyVTNALt148baqHpxeTZiNeWLCzUCWJF9bt7IDXgzcjpXVyOSqU9fo7Y5S+
+85mNeO3Eun68ct+ycezgggozBPiiXwZUPHa7DcfGyOPe8/0DcWXq94VVIl1VFLFm
+1Nvc8jyiHtbaR/QbnPh1ZpBAiilY0uCTgzvsy5b/0sxQObQYR4CXz+1L6HqAVc6h
+y5/FEmr6gXb81slss1UaWvVDib02qYDUk8pMGk+f+yTsOpvx2ANwoxGzwvArJZhj
+2FujP+eaRz0LBy2XK+E+eWOfR5Zj0PcNa71yOkhSRvEB9PEUoFs6+F2Jwz+bZnmL
+RSaNdiKhHnB1/VRH1ftXTREc21yikoU0xMR5OWs7hW7h5oqjjPVZHQG1cqWSCeye
+VSnDEoONkbbvxLkEonWp
+=5bLz
+-----END PGP SIGNATURE-----

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

Added: release/sling/org.apache.sling.installer.api-1.0.0-source-release.zip.sha1
==============================================================================
--- release/sling/org.apache.sling.installer.api-1.0.0-source-release.zip.sha1 (added)
+++ release/sling/org.apache.sling.installer.api-1.0.0-source-release.zip.sha1 Mon Jan 21 09:38:36 2013
@@ -0,0 +1 @@
+6d8955476f7663dfceaf0774ff0d9e0f57e6260a
\ No newline at end of file

Added: release/sling/org.apache.sling.installer.api-1.0.0-sources.jar
==============================================================================
Binary file - no diff available.

Propchange: release/sling/org.apache.sling.installer.api-1.0.0-sources.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: release/sling/org.apache.sling.installer.api-1.0.0-sources.jar.asc
==============================================================================
--- release/sling/org.apache.sling.installer.api-1.0.0-sources.jar.asc (added)
+++ release/sling/org.apache.sling.installer.api-1.0.0-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
+
+iQIcBAABCgAGBQJQiQkCAAoJED/PUp/y8noG410P/2cHnt/Rovf2PDA2k+yDGchx
+9NYHrrjBg5FIloFWNEonoedaMx49wCZs5ErukhDWecFCZrEbafZzZiSH4HTvgUsV
+zojZY2reG/pRNpv9fcU/4ALvkrI/uc8b8C5BaoBGVGn5Mp6bEFXkGifBnwFITEc2
+ydY5tBoxqNodJEkUZmbyvdxit0KIwFr6SNoXzuVcZ/YZsboPIgEtgxT5JuAyFSUV
+VxLQaonmW0AZxEa6Pusf+rjSdKdNHfY7OdfT6O//9WfdUVZ+dRWS6WpGBH3MYkwS
+oqqb6/OievkkVqLZ6Y0hJPOFuVmLPXV8wKifSpYW2/u1LilwjZkbYTg4uT8SEqtG
+YeKs44/ya/TTG6MADqlK0BQDYTkNKpEOWAbMD+SEh9qBBmYfowql86VGgmzhBjsQ
+Dga8QD863FVhNhiZYFBpBr1eterIgOMV01XTfqWqKzMmZay2jP8AboffN6i6Yxnj
+2JjdGC8t/0Udnn8A0rIn0np6RJV0fO57v2hvjui3riaDfit1SHRrzEOtvNHYVjXD
+tO5qefPmZRq+hgT/n1exwJjAFj0el3OXbFZrT1GVAO9W0DIok9djsu1/p1b87TvC
+W1lxuh5hJ5G8bGwrbX3rCMcYrqBnJ1yDEKb0d/dvuZrF4dlEEREUoQ5tqDLi3xRY
+hQcY0ItPGmkXFYkJMhJl
+=HBFw
+-----END PGP SIGNATURE-----

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

Added: release/sling/org.apache.sling.installer.api-1.0.0-sources.jar.sha1
==============================================================================
--- release/sling/org.apache.sling.installer.api-1.0.0-sources.jar.sha1 (added)
+++ release/sling/org.apache.sling.installer.api-1.0.0-sources.jar.sha1 Mon Jan 21 09:38:36 2013
@@ -0,0 +1 @@
+82b8f5b221aa0aba056eaf4dae67d888a5eb5ea3
\ No newline at end of file

Added: release/sling/org.apache.sling.installer.api-1.0.0.jar
==============================================================================
Binary file - no diff available.

Propchange: release/sling/org.apache.sling.installer.api-1.0.0.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: release/sling/org.apache.sling.installer.api-1.0.0.jar.asc
==============================================================================
--- release/sling/org.apache.sling.installer.api-1.0.0.jar.asc (added)
+++ release/sling/org.apache.sling.installer.api-1.0.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
+
+iQIcBAABCgAGBQJQiQkBAAoJED/PUp/y8noGVhEP/iVl3i+PlGeijHJPV48CqP21
+ZrYyoQ99MBnNq9GI4LVVhJdch/o6v80Pnqosou0Jq9P22IgF9pV8nzINl6qv/e00
+7PAqGI5Yknr7jfIXxvoglyiaq1BPtgtu5jPErnzikEVlk0dJQhwO/48RgLA+oyC1
+o4gs4pTikZrp204pdAwxQTxrLCQMQReyhpSt8wz+cPxbKTWijZg86zkyVKH7t9W6
+/GsLAbvdQNntsscv5TCoJguBcprDKoIRTQb3TFJrRgIoHefHFASBBebfcBAXFMEr
+qEUVAREsg+6OhiwcDnnXIiS1Xr6an69R11euzSG8fsv9N3m+0UdBemyIrt2h7DxE
+yjVKBvEKph5pbegJtu3LyZ53hutqDRE4UZDlFvW/9ggzCqTMl4z3M2A/xxjAiQts
+wvAK9rHh6ZDCrgvZH/5Em58HSMSPugldaSDqVqiU45kW4ifW6Kr/PkVwkTDD8qtX
+cmsT82cJmLmTIvvqlRVFT0d8d4pbptXDQZ/+ZJqlKUiZGq7uFN+Z9v/m+9oniFXh
+BpLDM5VOtFoHujADN1p+7GlKuv2pmXNDXK/N86YlYWgF6LHzVXhAawSqSsoKHPZZ
+emhvX/UlBfl1BuowXTJoDsKkMvcOYfao6Pr/BMLwPbWczmczc5Wlgkwq1BylBczE
+d4GmFA1comDYOL3+nad5
+=PUsM
+-----END PGP SIGNATURE-----

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

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

Added: release/sling/org.apache.sling.installer.api-1.0.0.pom
==============================================================================
--- release/sling/org.apache.sling.installer.api-1.0.0.pom (added)
+++ release/sling/org.apache.sling.installer.api-1.0.0.pom Mon Jan 21 09:38:36 2013
@@ -0,0 +1,129 @@
+<?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.installer.api</artifactId>
+    <version>1.0.0</version>
+    <packaging>bundle</packaging>
+
+    <name>Apache Sling Installer API</name>
+    <description> 
+        Provides the installer API to install OSGi bundles and configurations
+        by supplying input streams and dictionaries.
+    </description>
+
+    <scm>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/sling/tags/org.apache.sling.installer.api-1.0.0</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/tags/org.apache.sling.installer.api-1.0.0</developerConnection>
+        <url>scm:svn:https://svn.apache.org/repos/asf/sling/tags/org.apache.sling.installer.api-1.0.0</url>
+    </scm>
+
+	<build>
+		<plugins>
+			<plugin>
+				<groupId>org.apache.felix</groupId>
+				<artifactId>maven-bundle-plugin</artifactId>
+				<extensions>true</extensions>
+				<configuration>
+					<instructions>
+						<Export-Package>
+							org.apache.sling.installer.api;version=3.1.0,
+                            org.apache.sling.installer.api.info;version=1.0.0,
+                            org.apache.sling.installer.api.event;version=1.0.0,
+                            org.apache.sling.installer.api.tasks;version=1.3.0
+                        </Export-Package>
+					</instructions>
+				</configuration>
+			</plugin>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-surefire-plugin</artifactId>
+				<configuration>
+					<systemProperties>
+						<property>
+							<name>osgi.installer.base.dir</name>
+							<value>${project.build.directory}</value>
+						</property>
+                        <property>
+                            <name>osgi.installer.pom.version</name>
+                            <value>${project.version}</value>
+                        </property>
+					</systemProperties>
+				</configuration>
+			</plugin>
+			<plugin>
+				<!-- Create dummy test bundles -->
+				<artifactId>maven-antrun-plugin</artifactId>
+				<executions>
+					<execution>
+						<id>testbundle-1.0</id>
+						<phase>compile</phase>
+                        <goals>
+                            <goal>run</goal>
+                        </goals>
+                        <configuration>
+                            <tasks name="Create a test bundle">
+                                <jar destfile="${project.build.directory}/${project.artifactId}-${project.version}-testbundle-1.0.jar">
+                                    <fileset dir="${project.build.directory}/classes">
+                                        <include name="META-INF/**" />
+                                    </fileset>
+                                    <manifest>
+                                        <attribute name="Manifest-Version" value="2" />
+                                        <attribute name="Bundle-Name" value="OSGi installer test bundle" />
+                                        <attribute name="Bundle-SymbolicName" value="osgi-installer-testbundle" />
+                                        <attribute name="Bundle-Version" value="1.0.4" />
+                                    </manifest>
+                                </jar>
+                            </tasks>
+                        </configuration>
+					</execution>
+				</executions>
+			</plugin>
+		</plugins>
+	</build>
+
+    <dependencies>
+        <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>org.osgi.core</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.slf4j</groupId>
+            <artifactId>slf4j-api</artifactId>
+        </dependency>
+      <!-- Basic dependencies for Unit Tests -->
+        <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.installer.api-1.0.0.pom
------------------------------------------------------------------------------
    svn:eol-style = native

Added: release/sling/org.apache.sling.installer.api-1.0.0.pom.asc
==============================================================================
--- release/sling/org.apache.sling.installer.api-1.0.0.pom.asc (added)
+++ release/sling/org.apache.sling.installer.api-1.0.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
+
+iQIcBAABCgAGBQJQiQkBAAoJED/PUp/y8noGUGUQALLCfuTok6GrOhInG4+tKfXc
+z9rLcxfbli4cL4zZeS2YR8zy7hBZnanvcVtVBYvCQYtM4zxwUb/+UO5MHP9w3tYV
+WtRV0uBmbwcHh/l9kvwGJsgBMS4tZEoO40loALiIKRDR6/qWB3D/MvdIRD34fQia
+hQs9mkYaqea1ou67JvEWmDpbXhBEVOUrnBQAM6OKoSIfs/8SYOZo82FIzfEO1QvM
+Lx7vYbAz90JqwcJv/0sk+QrL7rqj9K58/OrBFrfWozC9zGE9xFW7dLZ2in8Q/arV
+3pVrif04lTSgDuMCXcfSg5rEavuOINuSl+FxLgqDn76bMvg5vfBIdH31Y9gCjqkf
+cwH37G4zJr4yIopUVnkcoUH8f5lCMpj4R6xRBI2dCtlfyoLClht9GTwVVO0AB9Um
+fRhAMkeQqL4o0sZeMEJRCqeysgGNPrg27bY97du9juvymYvGzt4QYcjASsdKgfV5
+tz4Mp5zS9LykI8+BAVe3F7bk+H9YOUWDkPTAgQ2wk8lBhvb7bFbfquhd3c8UER5V
+GHRKKBauPIOGvckpVCJ0AnOcpGmM3Gnse0gsOeWk2pE/jyELLsqV0eeMp/YEKZQk
+bkkBLtI3pgt5G2guAHJhHqwdlH60NPsLPN1g9q2UymRGS6NZsaEWTGagiMXRQ65I
+Eu+apYW1rdo65S2fFa01
+=JuPh
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.installer.api-1.0.0.pom.md5
==============================================================================
--- release/sling/org.apache.sling.installer.api-1.0.0.pom.md5 (added)
+++ release/sling/org.apache.sling.installer.api-1.0.0.pom.md5 Mon Jan 21 09:38:36 2013
@@ -0,0 +1 @@
+0760f353568259cd98cb49cf6eeb75a1
\ No newline at end of file

Added: release/sling/org.apache.sling.installer.api-1.0.0.pom.sha1
==============================================================================
--- release/sling/org.apache.sling.installer.api-1.0.0.pom.sha1 (added)
+++ release/sling/org.apache.sling.installer.api-1.0.0.pom.sha1 Mon Jan 21 09:38:36 2013
@@ -0,0 +1 @@
+3a1605b674a47bb8179c28c98dce628533965761
\ No newline at end of file

Added: release/sling/org.apache.sling.installer.console-1.0.0-javadoc.jar
==============================================================================
Binary file - no diff available.

Propchange: release/sling/org.apache.sling.installer.console-1.0.0-javadoc.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: release/sling/org.apache.sling.installer.console-1.0.0-javadoc.jar.asc
==============================================================================
--- release/sling/org.apache.sling.installer.console-1.0.0-javadoc.jar.asc (added)
+++ release/sling/org.apache.sling.installer.console-1.0.0-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
+
+iQIcBAABCgAGBQJQiQnyAAoJED/PUp/y8noGNBkP/i14PTgWF+jAQzWrRNJGAERq
+wvxa3/Ver6XOFuXeE/cejE40swgl6CliXL9KOyeikZQlAWEY8RqCUF50gfKYqGSL
+lRGWip0DNPDSgR+/wzdDGjm5lg8/AUY2i+xv1E55EVG/U78Sl7pixAHcCMVTSTAU
+GKaKvkez1SLKmw8Hlov6g52PFUQKxxE59nfGMXYLsVS+7nrmtRIUzdOfQWHXHpdj
+/YDhMrSxDmLWUny45h6SEcfzhdbn8k+s4PnY+hY6+MgH5uPs/g2+Kx/R/bdGbzbY
+pfWTvVUOCNUHRyiy+Cpo5KQOOq8nZQGTVLVBDzrMZ+a5iPtYkQcC1/J3FGHsVbgK
+V6olvV7NeW33NQIWKDqgks+aSktRVUefG+PvVApJg6FKE8voDFQ2O/iVpATaxW2V
+V8TnQ32KP+Ix/dvYUw0Y6OIXMICvH15VByRxafkfmUO4gkfVTsmSxKlc3Kg8l4v5
+6/cA0t7Edw2614lSUYqKmKBtbIcUu93RuMVEUzYBVMLVy/Dw8hL6SKK5J6QROUQN
+5cWE6koO6fa3bVh/bWcV0XIEdmPL5LsWKPlvumPuJ3ACkNhwEEX7EAghJfoyN6WC
+LwolnA9B2S44p06zeNduzNNWydIzO2+sqljeLAvaImHX4SqJpKdhHz3VDsAJISHv
+PXYHolwE6sPYbFsgSaO5
+=2aS0
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.installer.console-1.0.0-javadoc.jar.md5
==============================================================================
--- release/sling/org.apache.sling.installer.console-1.0.0-javadoc.jar.md5 (added)
+++ release/sling/org.apache.sling.installer.console-1.0.0-javadoc.jar.md5 Mon Jan 21 09:38:36 2013
@@ -0,0 +1 @@
+7a4ffd1898b052629a4bb48da23b4ebf
\ No newline at end of file

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

Added: release/sling/org.apache.sling.installer.console-1.0.0-source-release.zip
==============================================================================
Binary file - no diff available.

Propchange: release/sling/org.apache.sling.installer.console-1.0.0-source-release.zip
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: release/sling/org.apache.sling.installer.console-1.0.0-source-release.zip.asc
==============================================================================
--- release/sling/org.apache.sling.installer.console-1.0.0-source-release.zip.asc (added)
+++ release/sling/org.apache.sling.installer.console-1.0.0-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
+
+iQIcBAABCgAGBQJQiQnxAAoJED/PUp/y8noGVZgP/R3UZ9kjhcGeuEgzjj4EefCu
+i7A7vzLKypA1rBizMk3CuWAceyqBmtSeGmNngnNDVXqG9OzNlDNp6Q076UD65x0m
+X04ZBh3iQC+JbbBeuj7wwI7VHnHbXn6KrR1lK1htsA9vyn2EO/P691rUJrzw6OQB
+8Xt87539JVZbaNqgnAX+H+MzcUbuEBZNGVGQlH/z7JLR/3G0NP6CIerxd7HkmrQh
+semnzfqaM4foLEgAMWSNkpbGD7O45rYoQ+IOUq55RR4CGGdSbEoKEqst9vyoCUar
+g/GKIxqgUW2gLyin9HT8bgtBAPEAlEOFhv9YJdY3dfb5sr+mqjlGebQILUewMn4I
+f9jlMZGr2gpnhcb9I9C15t22NB9URUiMPm0XFKbOnyx+JQQXyt7TB0OgaUAs7dn8
+JcjPKGbEAf+FDkt7YY0k3PwFOAdMr3FTxfJuTjaXYdfOpVtGKb39YdMJf/Jba0zM
+ZSG/xp3PjFbeP5sYaWoMGiu1eGKGr2N14qfi7bUuEu8ijNKMpKkekSD3Yu6oFpME
+s235G57jkpIWcQMAlLm035TTk/7BBOhXd6W5olCCG1t2LgyOBdYVSQREvAGhpvNM
+4J7I0GatQCrfVsDAcogxyVnmpvspv/ObWyZdp+WZ2qBWebZV7LISmHmQpQ2ezpgm
+0y2suL/B4pTEcsHmry1v
+=c7fg
+-----END PGP SIGNATURE-----

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

Added: release/sling/org.apache.sling.installer.console-1.0.0-source-release.zip.sha1
==============================================================================
--- release/sling/org.apache.sling.installer.console-1.0.0-source-release.zip.sha1 (added)
+++ release/sling/org.apache.sling.installer.console-1.0.0-source-release.zip.sha1 Mon Jan 21 09:38:36 2013
@@ -0,0 +1 @@
+79f0bc9192ffefa8426dcbcd849e179f00bbabbe
\ No newline at end of file

Added: release/sling/org.apache.sling.installer.console-1.0.0-sources.jar
==============================================================================
Binary file - no diff available.

Propchange: release/sling/org.apache.sling.installer.console-1.0.0-sources.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: release/sling/org.apache.sling.installer.console-1.0.0-sources.jar.asc
==============================================================================
--- release/sling/org.apache.sling.installer.console-1.0.0-sources.jar.asc (added)
+++ release/sling/org.apache.sling.installer.console-1.0.0-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
+
+iQIcBAABCgAGBQJQiQnyAAoJED/PUp/y8noGTXgQAK0wTvYQQ8ZjwK+2Trd3SvMV
+yLKQhxLa/aaO78nh0naOts2ddenHSga6voPMA9MihSBxcMTWu2az1pJMrlP3unC3
+QONQ7e6NQG9hu7CaWT64BQk+7PW4AAIvlmd4ShxttnehGfrWk1MQ2eb/QvmMwm1d
+/6xm6WXMlfIJEtG3O6GYSXpJMGo/7wKOnS/Ofl7ANb+gHudxvwS6RFICV3rqxiBX
+86tf/TzgxhlmksCZiwm3uvGVnUh19qyCRkdlOWSV6GFHGuYRxh34L4EXT+Vuvv0T
+n5JBFnhc63V2j9fVJVW0ZoA0vIvynREwzG7KSpvwoi3HCn+tN5FukoDOcZir1ESU
+odypVQyEvWvFydC5MuRFu0Jsrt0UeFvCgPUuDMIzFcB20bMr0tg/oUQtVsCyCS1y
+CA9Hcuxg50ku3qwkWY2zONipq2Hn9Bl4eLioqDJ6NeUv+qQy8Q+IphlK7kF5UevP
+S85+aUbjPhZd28KUvp2a63RMwEzNlf0eNulAFJc31Qoy1f7GIvt+x9dr9L2uDMVY
+/12F6Y6ui7gDvmDnrI6uhgWbw+JP2dUhExZHxqwOwkh59C8UUpvHKO7o4uXBvAiF
+6mC5QV2kXBMMGNtCG1VHrLrThW+g5Ss8ilwIwKFN9yrfwqwzCOslIYn64TwFKVR8
+l0xQBfGo5Yh4htCDBnZm
+=Drzk
+-----END PGP SIGNATURE-----

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

Added: release/sling/org.apache.sling.installer.console-1.0.0-sources.jar.sha1
==============================================================================
--- release/sling/org.apache.sling.installer.console-1.0.0-sources.jar.sha1 (added)
+++ release/sling/org.apache.sling.installer.console-1.0.0-sources.jar.sha1 Mon Jan 21 09:38:36 2013
@@ -0,0 +1 @@
+07c1d06eca96355b6627a04cb15dd736f980565f
\ No newline at end of file

Added: release/sling/org.apache.sling.installer.console-1.0.0.jar
==============================================================================
Binary file - no diff available.

Propchange: release/sling/org.apache.sling.installer.console-1.0.0.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: release/sling/org.apache.sling.installer.console-1.0.0.jar.asc
==============================================================================
--- release/sling/org.apache.sling.installer.console-1.0.0.jar.asc (added)
+++ release/sling/org.apache.sling.installer.console-1.0.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
+
+iQIcBAABCgAGBQJQiQnwAAoJED/PUp/y8noGUm0QAIrQQGuQTj3zYHPk3G3Ydc5p
+ysS0rPZUanBaa3uf/v3NcmcRL+DXoWO1bOZJ6Rc0ubs2DJYJbbXFHVs4DPWV6Kqp
+FvwKOhma6SeEejPRD+S5fOAAg8W4MwMyaRWgCHNYrGhOiOTOPKq+I2L/6Z0Djlew
+HFK927ONiSVRW63eULDAhfdM+pFpc0+TpMe++vXFIW5UG59Dlmex3JGgDhHg2mnv
+gPIgVWGFqmmyqXpP6zMkE75lWDxNhDQziOJAYQU1l23yinwjZMAVF4BfjeUuUcbR
+Z1oEwnae5QrlEkqo0CphtwBQp68+JeDFBNu2JZy21WyaQJzbT8q4Lh3mlZ9xRiHK
+Vg7F4+BVyvfMxy4laepJl4b91HPbdfeLGwIkqC3uFwsIJBfnxYi8X1tZ2jYYGqB/
+n8aqlnWnKXqwd5VEe/PXq5b72BbEAfMk/zGAr53G1AlRHw3FsUlecvIOb4dMsJ7b
+ilerruq0dghwhxD3ITcA5U8jVwoIxWTZcYtxeDkVdzW4RRjfj2erzgmCTqWipjMw
+l8cjC2dsvqh3GYYys/21rJpB9KiBM+KwlayAgRMP5XlKrzVlMAjswMd8K1Fnpn1q
+LjvwSuCHgsHQiDpq03Qr9Eq+m6kCZg38w6gSGaBYDO5z9SzTW2o51gzn1xb5jQTl
+V6hzTqLfpzxqkXSQpMRk
+=uO9X
+-----END PGP SIGNATURE-----

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

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

Added: release/sling/org.apache.sling.installer.console-1.0.0.pom
==============================================================================
--- release/sling/org.apache.sling.installer.console-1.0.0.pom (added)
+++ release/sling/org.apache.sling.installer.console-1.0.0.pom Mon Jan 21 09:38:36 2013
@@ -0,0 +1,86 @@
+<?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.installer.console</artifactId>
+    <version>1.0.0</version>
+    <packaging>bundle</packaging>
+
+    <name>Apache Sling Installer WebConsole Plugin</name>
+    <description> 
+        Provides a web console plugin for the OSGi installer
+    </description>
+
+    <scm>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/sling/tags/org.apache.sling.installer.console-1.0.0</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/tags/org.apache.sling.installer.console-1.0.0</developerConnection>
+        <url>scm:svn:https://svn.apache.org/repos/asf/sling/tags/org.apache.sling.installer.console-1.0.0</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>
+						<Private-Package>
+						    org.apache.sling.installer.core.impl.console
+						</Private-Package>
+					</instructions>
+				</configuration>
+			</plugin>
+		</plugins>
+	</build>
+
+    <dependencies>
+        <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>org.osgi.core</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.installer.api</artifactId>
+            <version>1.0.0</version>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>javax.servlet</groupId>
+            <artifactId>servlet-api</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.felix</groupId>
+            <artifactId>org.apache.felix.scr.annotations</artifactId>
+        </dependency>
+    </dependencies>
+</project>

Propchange: release/sling/org.apache.sling.installer.console-1.0.0.pom
------------------------------------------------------------------------------
    svn:eol-style = native

Added: release/sling/org.apache.sling.installer.console-1.0.0.pom.asc
==============================================================================
--- release/sling/org.apache.sling.installer.console-1.0.0.pom.asc (added)
+++ release/sling/org.apache.sling.installer.console-1.0.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
+
+iQIcBAABCgAGBQJQiQnxAAoJED/PUp/y8noGy4oP/0HXLxg+/+FREHg2yQyxCGL8
+uRR/9Smkp2vDrJN+MWB8kqXwt851PQehvBfri0nUB5ajwAQgbDEZw9E+PIhcHegV
+4skGkLvLiFq8ge5lKggJf3/PGXomNPPjiLGVHXijVtocBIHj//y8AqZQOKIeMxKV
+JwsN1c4PcLAeojht0Hbto7JQ+5+bRrk1h6JBT30Lqyhp7kqPBa+PijHLosgdntwm
+SJWpbXULhXnXLNqhCRfBFOj0o1B6YNZ8RsdTGGh6EK7IE97i1x64jWdDYyK9THBO
+aiIxjvhsgTzCZTESJyce75neyWSM2GeixH4k7GVxn9wR3v74DI/0+8e4AV5noknL
+JqjYJIspioKREzne2HCW40ajhinwlvxATgJUXaIBgTcerUGs0mHkldLctOyFp3X9
+zwN2bREPTtcq2qwZMsS6NarQ85gnBHYZPcFnzvUHU/g+xGQdc+6BzTcoOwLLDJut
+hScgKsXgGnXW2Caw4bG0zmkOrSgdeLYj3GYp5ergqWDJfcQSYeNOX1v8DsGJEWPa
+kdBIpWsexDPEMupasuCsXV1C86uslhG2DH5tQjQ1Cp78+sb+J+iUkTJr2N2SnnMK
+0hjqqLK0hSPHV418xakAkYbFggFQdgCEm8eI7tbyjEnXL1ZWD1CXdjioEjOh1lYN
+oXiHxPZO7rrGIYmJyv77
+=9oEJ
+-----END PGP SIGNATURE-----

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

Added: release/sling/org.apache.sling.installer.console-1.0.0.pom.sha1
==============================================================================
--- release/sling/org.apache.sling.installer.console-1.0.0.pom.sha1 (added)
+++ release/sling/org.apache.sling.installer.console-1.0.0.pom.sha1 Mon Jan 21 09:38:36 2013
@@ -0,0 +1 @@
+346430911ffc736b8968d5090e4fc7808872f755
\ No newline at end of file

Added: release/sling/org.apache.sling.installer.core-3.4.4-javadoc.jar
==============================================================================
Binary file - no diff available.

Propchange: release/sling/org.apache.sling.installer.core-3.4.4-javadoc.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: release/sling/org.apache.sling.installer.core-3.4.4-javadoc.jar.asc
==============================================================================
--- release/sling/org.apache.sling.installer.core-3.4.4-javadoc.jar.asc (added)
+++ release/sling/org.apache.sling.installer.core-3.4.4-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
+
+iQIcBAABCgAGBQJQzJErAAoJED/PUp/y8noGkIYQALAN/Z1oq1XTtrCLf7Q08Zsx
+O1fTnIgrUeWHvXf3MAUSZKSfPa334CBnBlYeUVWYVyvLGMfPPbgEXpXfYpL6ePqK
+DQkMk5HVc1krHTPAvWPgrPBAL719TYES7Uofo233kwTG80oCl9dqUSRNzK2LXmit
+7Sm6n6lK0+gyHGSEwnau+1mUacbmJGSFDm15FKUMWnlvSrbuJhKUzU+LCwgOUqO3
+RtIb2147rmLIZy5/ifFNh6LSpkhKjxdyHqYE0Px/Tg62UKdpwCa0wpD89FPVXfK0
+/m5RCL6zUrsjTHbLlwqPXhveoOQ4JhEQ+sUtrU9MNV1xz6AXG878QAXM32pV88L8
+fHn1uQj/KOsEiDnNmPymVwrBAKVrzGQQJwABZraXh5/aLLpa+8IQkGHlN86JYc+h
+/d7n7Q3DljkpSsGBw332SjQGOnbx08j469We022kqU24ALXEYrcK7ZO7D+02zHWF
+4v++gV6kZ379vUUnREj/R6OhW0gQb9e2GRBm6pE1sq8u9Us6oPoPgpxCJWu5+qcP
+/LXfusjbAYIsAsBXFWl++3312sAS511I1RDLJiJXIkqhx9ZJa+5p4kGuWxdHjSZX
+PTfntE//rGDe5VrYNWRhE4nADpgJhOJiDlK6Q8uO+fA0rxDZ8OdCnDo22YLYjfat
+U+nrrJM0J+QRQEjSPpX5
+=8mFU
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.installer.core-3.4.4-javadoc.jar.md5
==============================================================================
--- release/sling/org.apache.sling.installer.core-3.4.4-javadoc.jar.md5 (added)
+++ release/sling/org.apache.sling.installer.core-3.4.4-javadoc.jar.md5 Mon Jan 21 09:38:36 2013
@@ -0,0 +1 @@
+282233feed070c9d13f85c01f1d87cb9
\ No newline at end of file