You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@portals.apache.org by ta...@apache.org on 2015/05/09 01:03:41 UTC

svn commit: r8919 - in /release/portals/applications: binaries/ sources/

Author: taylor
Date: Fri May  8 23:03:41 2015
New Revision: 8919

Log:
Committing Source and Binary Release for apa-webcontent2-2.0

Added:
    release/portals/applications/binaries/apa-webcontent2-2.0.pom
    release/portals/applications/binaries/apa-webcontent2-2.0.pom.asc
    release/portals/applications/binaries/apa-webcontent2-2.0.pom.md5
    release/portals/applications/binaries/apa-webcontent2-2.0.pom.sha1
    release/portals/applications/binaries/apa-webcontent2-content-rewriter-2.0.jar   (with props)
    release/portals/applications/binaries/apa-webcontent2-content-rewriter-2.0.jar.asc
    release/portals/applications/binaries/apa-webcontent2-content-rewriter-2.0.jar.md5
    release/portals/applications/binaries/apa-webcontent2-content-rewriter-2.0.jar.sha1
    release/portals/applications/binaries/apa-webcontent2-portlets-2.0.jar   (with props)
    release/portals/applications/binaries/apa-webcontent2-portlets-2.0.jar.asc
    release/portals/applications/binaries/apa-webcontent2-portlets-2.0.jar.md5
    release/portals/applications/binaries/apa-webcontent2-portlets-2.0.jar.sha1
    release/portals/applications/binaries/apa-webcontent2-reverse-proxy-2.0.jar   (with props)
    release/portals/applications/binaries/apa-webcontent2-reverse-proxy-2.0.jar.asc
    release/portals/applications/binaries/apa-webcontent2-reverse-proxy-2.0.jar.md5
    release/portals/applications/binaries/apa-webcontent2-reverse-proxy-2.0.jar.sha1
    release/portals/applications/binaries/apa-webcontent2-war-2.0.war   (with props)
    release/portals/applications/binaries/apa-webcontent2-war-2.0.war.asc
    release/portals/applications/binaries/apa-webcontent2-war-2.0.war.md5
    release/portals/applications/binaries/apa-webcontent2-war-2.0.war.sha1
    release/portals/applications/sources/apa-webcontent2-2.0-source-release.zip   (with props)
    release/portals/applications/sources/apa-webcontent2-2.0-source-release.zip.asc
    release/portals/applications/sources/apa-webcontent2-2.0-source-release.zip.md5
    release/portals/applications/sources/apa-webcontent2-2.0-source-release.zip.sha1
    release/portals/applications/sources/apa-webcontent2-content-rewriter-2.0-sources.jar   (with props)
    release/portals/applications/sources/apa-webcontent2-content-rewriter-2.0-sources.jar.asc
    release/portals/applications/sources/apa-webcontent2-content-rewriter-2.0-sources.jar.md5
    release/portals/applications/sources/apa-webcontent2-content-rewriter-2.0-sources.jar.sha1
    release/portals/applications/sources/apa-webcontent2-portlets-2.0-sources.jar   (with props)
    release/portals/applications/sources/apa-webcontent2-portlets-2.0-sources.jar.asc
    release/portals/applications/sources/apa-webcontent2-portlets-2.0-sources.jar.md5
    release/portals/applications/sources/apa-webcontent2-portlets-2.0-sources.jar.sha1
    release/portals/applications/sources/apa-webcontent2-reverse-proxy-2.0-sources.jar   (with props)
    release/portals/applications/sources/apa-webcontent2-reverse-proxy-2.0-sources.jar.asc
    release/portals/applications/sources/apa-webcontent2-reverse-proxy-2.0-sources.jar.md5
    release/portals/applications/sources/apa-webcontent2-reverse-proxy-2.0-sources.jar.sha1

Added: release/portals/applications/binaries/apa-webcontent2-2.0.pom
==============================================================================
--- release/portals/applications/binaries/apa-webcontent2-2.0.pom (added)
+++ release/portals/applications/binaries/apa-webcontent2-2.0.pom Fri May  8 23:03:41 2015
@@ -0,0 +1,348 @@
+<?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. $Id: pom.xml 765893
+  2009-04-17 08:05:43Z woonsan $
+-->
+<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>
+
+  <!-- POM Identification -->
+  <parent>
+    <groupId>org.apache.portals</groupId>
+    <artifactId>applications-pom</artifactId>
+    <version>1.3</version>
+  </parent>
+
+  <groupId>org.apache.portals.applications</groupId>
+  <artifactId>apa-webcontent2</artifactId>
+  <version>2.0</version>
+  <packaging>pom</packaging>
+  <name>Apache Portals Applications Web Content 2 Application</name>
+  <description>Web Content 2 Application</description>
+
+  <properties>
+    <portals.portlet2-api-spec.version>1.0</portals.portlet2-api-spec.version>
+    <javax.servlet.version>2.4</javax.servlet.version>
+    <org.apache.portals.bridges.common.version>2.1</org.apache.portals.bridges.common.version>
+    <org.apache.portals.bridges.velocity.version>2.1</org.apache.portals.bridges.velocity.version>
+    <slf4j.version>1.5.6</slf4j.version>
+    <junit.version>4.11</junit.version>
+    <easymock.version>3.2</easymock.version>
+    <htmlcleaner.version>2.8</htmlcleaner.version>
+    <httpcomponents-httpcore.version>4.4</httpcomponents-httpcore.version>
+    <httpcomponents-httpclient.version>4.3.6</httpcomponents-httpclient.version>
+    <jcip-annotations.version>1.0</jcip-annotations.version>
+    <commons-lang.version>2.6</commons-lang.version>
+    <commons-io.version>2.4</commons-io.version>
+    <commons-beanutils.version>1.9.2</commons-beanutils.version>
+    <commons-chain.version>1.2</commons-chain.version>
+    <velocity.version>1.6.4</velocity.version>
+    <velocity-tools.version>1.3</velocity-tools.version>
+    <snakeyaml.version>1.13</snakeyaml.version>
+
+    <nekohtml.version>0.9.5</nekohtml.version>
+    <castor.version>1.1.1</castor.version>
+
+    <maven-jetty-plugin.version>6.1.10</maven-jetty-plugin.version>
+
+  </properties>
+
+  <dependencyManagement>
+
+    <dependencies>
+
+      <dependency>
+        <groupId>org.apache.portals</groupId>
+        <artifactId>portlet-api_2.0_spec</artifactId>
+        <version>${portals.portlet2-api-spec.version}</version>
+      </dependency>
+
+      <dependency>
+        <groupId>javax.servlet</groupId>
+        <artifactId>servlet-api</artifactId>
+        <version>${javax.servlet.version}</version>
+      </dependency>
+
+      <dependency>
+        <groupId>org.apache.portals.bridges</groupId>
+        <artifactId>portals-bridges-common</artifactId>
+        <version>${org.apache.portals.bridges.common.version}</version>
+        <exclusions>
+          <exclusion>
+            <groupId>commons-logging</groupId>
+            <artifactId>commons-logging</artifactId>
+          </exclusion>
+        </exclusions>
+      </dependency>
+
+      <dependency>
+        <groupId>org.apache.portals.bridges</groupId>
+        <artifactId>portals-bridges-velocity</artifactId>
+        <version>${org.apache.portals.bridges.velocity.version}</version>
+        <exclusions>
+          <exclusion>
+            <groupId>commons-logging</groupId>
+            <artifactId>commons-logging</artifactId>
+          </exclusion>
+          <exclusion>
+            <groupId>velocity</groupId>
+            <artifactId>velocity</artifactId>
+          </exclusion>
+          <exclusion>
+            <groupId>velocity-tools</groupId>
+            <artifactId>velocity-tools</artifactId>
+          </exclusion>
+        </exclusions>
+      </dependency>
+
+      <dependency>
+        <groupId>org.yaml</groupId>
+        <artifactId>snakeyaml</artifactId>
+        <version>${snakeyaml.version}</version>
+      </dependency>
+
+      <dependency>
+        <groupId>org.slf4j</groupId>
+        <artifactId>slf4j-api</artifactId>
+        <version>${slf4j.version}</version>
+      </dependency>
+
+      <dependency>
+        <groupId>net.sourceforge.htmlcleaner</groupId>
+        <artifactId>htmlcleaner</artifactId>
+        <version>${htmlcleaner.version}</version>
+      </dependency>
+
+      <dependency>
+        <groupId>org.apache.httpcomponents</groupId>
+        <artifactId>httpcore</artifactId>
+        <version>${httpcomponents-httpcore.version}</version>
+      </dependency>
+
+      <!-- jcip-annotations is required to compile with httpclient and Java 1.5. See HTTPCLIENT-866. -->
+      <dependency>
+        <groupId>net.jcip</groupId>
+        <artifactId>jcip-annotations</artifactId>
+        <version>${jcip-annotations.version}</version>
+      </dependency>
+
+      <dependency>
+        <groupId>org.apache.httpcomponents</groupId>
+        <artifactId>httpclient</artifactId>
+        <version>${httpcomponents-httpclient.version}</version>
+        <exclusions>
+          <exclusion>
+            <groupId>commons-logging</groupId>
+            <artifactId>commons-logging</artifactId>
+          </exclusion>
+        </exclusions>
+      </dependency>
+
+      <dependency>
+        <groupId>commons-lang</groupId>
+        <artifactId>commons-lang</artifactId>
+        <version>${commons-lang.version}</version>
+      </dependency>
+
+      <dependency>
+        <groupId>commons-io</groupId>
+        <artifactId>commons-io</artifactId>
+        <version>${commons-io.version}</version>
+      </dependency>
+
+      <dependency>
+        <groupId>commons-beanutils</groupId>
+        <artifactId>commons-beanutils</artifactId>
+        <version>${commons-beanutils.version}</version>
+        <exclusions>
+          <exclusion>
+            <groupId>commons-logging</groupId>
+            <artifactId>commons-logging</artifactId>
+          </exclusion>
+        </exclusions>
+      </dependency>
+
+      <dependency>
+        <groupId>commons-chain</groupId>
+        <artifactId>commons-chain</artifactId>
+        <version>${commons-chain.version}</version>
+      </dependency>
+
+      <dependency>
+        <groupId>org.slf4j</groupId>
+        <artifactId>slf4j-log4j12</artifactId>
+        <version>${slf4j.version}</version>
+      </dependency>
+
+      <dependency>
+        <groupId>org.slf4j</groupId>
+        <artifactId>jcl-over-slf4j</artifactId>
+        <version>${slf4j.version}</version>
+      </dependency>
+
+      <dependency>
+        <groupId>junit</groupId>
+        <artifactId>junit</artifactId>
+        <version>${junit.version}</version>
+        <scope>test</scope>
+      </dependency>
+
+      <dependency>
+        <groupId>org.easymock</groupId>
+        <artifactId>easymock</artifactId>
+        <version>${easymock.version}</version>
+        <scope>test</scope>
+      </dependency>
+
+      <dependency>
+        <groupId>org.apache.velocity</groupId>
+        <artifactId>velocity</artifactId>
+        <version>${velocity.version}</version>
+      </dependency>
+
+      <dependency>
+        <groupId>org.apache.velocity</groupId>
+        <artifactId>velocity-tools</artifactId>
+        <version>${velocity-tools.version}</version>
+        <exclusions>
+          <exclusion>
+            <groupId>commons-logging</groupId>
+            <artifactId>commons-logging</artifactId>
+          </exclusion>
+          <exclusion>
+            <groupId>velocity</groupId>
+            <artifactId>velocity</artifactId>
+          </exclusion>
+          <exclusion>
+            <groupId>sslext</groupId>
+            <artifactId>sslext</artifactId>
+          </exclusion>
+          <exclusion>
+            <groupId>struts</groupId>
+            <artifactId>struts</artifactId>
+          </exclusion>
+        </exclusions>
+      </dependency>
+
+      <dependency>
+        <groupId>nekohtml</groupId>
+        <artifactId>nekohtml</artifactId>
+        <version>${nekohtml.version}</version>
+      </dependency>
+
+      <dependency>
+        <groupId>org.codehaus.castor</groupId>
+        <artifactId>castor</artifactId>
+        <version>${castor.version}</version>
+        <exclusions>
+          <!-- we only use/need the XML handling: excluding all other, non-test, dependencies -->
+          <exclusion>
+            <groupId>cglib</groupId>
+            <artifactId>cglib-full</artifactId>
+          </exclusion>
+          <exclusion>
+            <groupId>commons-logging</groupId>
+            <artifactId>commons-logging</artifactId>
+          </exclusion>
+          <exclusion>
+            <groupId>oro</groupId>
+            <artifactId>oro</artifactId>
+          </exclusion>
+          <exclusion>
+            <groupId>jakarta-regexp</groupId>
+            <artifactId>jakarta-regexp</artifactId>
+          </exclusion>
+          <exclusion>
+            <groupId>javax.transaction</groupId>
+            <artifactId>jta</artifactId>
+          </exclusion>
+          <exclusion>
+            <groupId>ldapsdk</groupId>
+            <artifactId>ldapsdk</artifactId>
+          </exclusion>
+          <exclusion>
+            <groupId>log4j</groupId>
+            <artifactId>log4j</artifactId>
+          </exclusion>
+          <exclusion>
+            <groupId>xerces</groupId>
+            <artifactId>xerces</artifactId>
+          </exclusion>
+        </exclusions>
+      </dependency>
+
+    </dependencies>
+
+  </dependencyManagement>
+
+  <!-- Application Modules -->
+
+  <modules>
+    <module>content-rewriter</module>
+    <module>reverse-proxy</module>
+    <module>portlets</module>
+    <module>war</module>
+  </modules>
+
+  <!-- Project Information -->
+
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/portals/applications/webcontent/tags/apa-webcontent2-2.0</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/portals/applications/webcontent/tags/apa-webcontent2-2.0</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/portals/applications/webcontent/tags/apa-webcontent2-2.0</url>
+  </scm>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+        <version>2.10.1</version>
+        <configuration>
+          <aggregate>true</aggregate>
+          <groups>
+            <group>
+              <title>Apache Portals Application Web Content 2 - Content Rewriter Module</title>
+              <packages>org.apache.portals.applications.webcontent2.rewriter*</packages>
+            </group>
+            <group>
+              <title>Apache Portals Application Web Content 2 - Reverse Proxy Module</title>
+              <packages>org.apache.portals.applications.webcontent2.proxy*</packages>
+            </group>
+            <group>
+              <title>Apache Portals Application Web Content 2 - Portlets Module</title>
+              <packages>org.apache.portals.applications.webcontent2.portlet*</packages>
+            </group>
+          </groups>
+          <links>
+            <link>http://htmlcleaner.sourceforge.net/doc/</link>
+          </links>
+        </configuration>
+        <executions>
+          <execution>
+            <id>aggregate</id>
+            <goals>
+              <goal>aggregate</goal>
+            </goals>
+            <phase>site</phase>
+            <configuration>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+
+</project>

Added: release/portals/applications/binaries/apa-webcontent2-2.0.pom.asc
==============================================================================
--- release/portals/applications/binaries/apa-webcontent2-2.0.pom.asc (added)
+++ release/portals/applications/binaries/apa-webcontent2-2.0.pom.asc Fri May  8 23:03:41 2015
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQIcBAABCAAGBQJVRBXLAAoJEGHrLkwnwaR++dwP/2oL0hYNwrPqioIuMGJSO0V2
+W3wqliCmOBuuhHSW9WXlRzGd4xrkovU5bf3R9WHykAVrtF0e6YbZ598wOUwRxRGs
+Ke/B0PcvReLdoSuSAWAWfIGoPYTp6dQzQSMElQjg4VENu5JrXC2JcTQIQrzDZwXl
+9PIXdMWbYoKpuY4daV/3MkdRooCU6Ta388v6YDMXtVQF7L8qvedjAJGtXz7vUeuS
+3jp5/y1y0wxE6RdPn3N2VIYQVSyL9LeMYbh3rSzSkl8vid/UQpQh5QX+Swz0W4+Z
+Ic9LO4801Uv+AV5UJXAKWAQBMnsOSK1V6f00NJKEo/tgQr7GO5NjPKkJjPHYkCHk
+aU6Ee+A71EGK6UqGdmSQgD4aAf0kttEuRD4rGcHbGnMFRPnYbNvqO1vJgO01zm5a
+nJG7gAJJyNEgF7YHI+Am8XH/0/z5IL62yNfDbldu+aYeYxhdXGvluunFfiuTVqub
+ecDpgkex5YTJyrR/ePIw7ALrETmDaIk2NdS41yYAG+roLI5LuhLuwAcJjTfFFm10
+T1fxpNf1VaeL9Czje9g54hI+MSXAsqGyoBTF/2s2LDuGZDmz9ygvgIArQ2fLEsUh
+TZ7k71ngDSlYLHo5Cp56S+PlR41qYSdXcGIhWLSE9+DDvIfaJ+VX56aSjUp0WGIm
+g7XP8q/5mwSsZN57CoZM
+=8L0M
+-----END PGP SIGNATURE-----

Added: release/portals/applications/binaries/apa-webcontent2-2.0.pom.md5
==============================================================================
--- release/portals/applications/binaries/apa-webcontent2-2.0.pom.md5 (added)
+++ release/portals/applications/binaries/apa-webcontent2-2.0.pom.md5 Fri May  8 23:03:41 2015
@@ -0,0 +1 @@
+d11990923e335023e1da475bdff9bc78
\ No newline at end of file

Added: release/portals/applications/binaries/apa-webcontent2-2.0.pom.sha1
==============================================================================
--- release/portals/applications/binaries/apa-webcontent2-2.0.pom.sha1 (added)
+++ release/portals/applications/binaries/apa-webcontent2-2.0.pom.sha1 Fri May  8 23:03:41 2015
@@ -0,0 +1 @@
+b643e6c99ffb411894349e3116a33585e81d236c
\ No newline at end of file

Added: release/portals/applications/binaries/apa-webcontent2-content-rewriter-2.0.jar
==============================================================================
Binary file - no diff available.

Propchange: release/portals/applications/binaries/apa-webcontent2-content-rewriter-2.0.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: release/portals/applications/binaries/apa-webcontent2-content-rewriter-2.0.jar.asc
==============================================================================
--- release/portals/applications/binaries/apa-webcontent2-content-rewriter-2.0.jar.asc (added)
+++ release/portals/applications/binaries/apa-webcontent2-content-rewriter-2.0.jar.asc Fri May  8 23:03:41 2015
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQIcBAABCAAGBQJVRBXSAAoJEGHrLkwnwaR+c84P/0ZcY491kzwOUrsMyLDl7214
+wDr9vK33gO3Ff4GuaQBWHAcCmUOrYg3OUBiY4qNwsAD3PZZIiKoQcP0c2ogQM1LO
+V0+njxn5ItvciyUmj/XvP6gGD8c5vUzbHHaYVFzzgoUEq45BxSdqMTvkLtSOs2MB
+A7DuMguNg7Davi2UzTNq0dmgVbNnagMw7MjBvL1rDZDkfTEyWx6SCLNsxXq5KJvL
+lZ8YfB3bFfwBf9iJ3dzRoeX2IX+i6YSSQ2yfTRElF6DUYY2oJCR27VwbjACezkL3
+ktgDBfG/397yjiX/aHpgk9cOdUEbRefmr6Wqy93wAMzd85BabKEqtyUExsikTP/v
+Bf5rbOBUvbiUNfjsUsz4N0UI2v4Ukj/y0mY+qIGdVP+R0jidADzliSei47Ah5QPP
+WJ2fwiEQfNdr7asNoMqxuPdKlBSKT+9ub6Le+pH3dv4QW3rVNZBSm1E/zs8sN/aH
+WpBAg2oBviGkPuq2m9eQReRwNIgCNFCOowVSav34/u69ShwoDKAE6vWufNvW4DYj
+Rj3bY8geoBvgahodHtELQ1diTmzuwXgAVXsfgHmU4xUKpL2k0z8yzGo1XjAHcIhz
+uGbaCAOevbNLMf54Jf5cEUrLEGlaVIOjrsg8yGWqKZdCFA0jB8bOxClxIx9sn8xi
+m/AoxjyKRLBOg0lvZ4H/
+=vC/8
+-----END PGP SIGNATURE-----

Added: release/portals/applications/binaries/apa-webcontent2-content-rewriter-2.0.jar.md5
==============================================================================
--- release/portals/applications/binaries/apa-webcontent2-content-rewriter-2.0.jar.md5 (added)
+++ release/portals/applications/binaries/apa-webcontent2-content-rewriter-2.0.jar.md5 Fri May  8 23:03:41 2015
@@ -0,0 +1 @@
+f414baabe5136382950435a4f52677b0
\ No newline at end of file

Added: release/portals/applications/binaries/apa-webcontent2-content-rewriter-2.0.jar.sha1
==============================================================================
--- release/portals/applications/binaries/apa-webcontent2-content-rewriter-2.0.jar.sha1 (added)
+++ release/portals/applications/binaries/apa-webcontent2-content-rewriter-2.0.jar.sha1 Fri May  8 23:03:41 2015
@@ -0,0 +1 @@
+ca1116bc99ee5609eac95e7064177aa313d05973
\ No newline at end of file

Added: release/portals/applications/binaries/apa-webcontent2-portlets-2.0.jar
==============================================================================
Binary file - no diff available.

Propchange: release/portals/applications/binaries/apa-webcontent2-portlets-2.0.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: release/portals/applications/binaries/apa-webcontent2-portlets-2.0.jar.asc
==============================================================================
--- release/portals/applications/binaries/apa-webcontent2-portlets-2.0.jar.asc (added)
+++ release/portals/applications/binaries/apa-webcontent2-portlets-2.0.jar.asc Fri May  8 23:03:41 2015
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQIcBAABCAAGBQJVRBXhAAoJEGHrLkwnwaR+JAUP/Aq7vstHWW4HNWu1qptTRhGm
+ErWJBYcMufsPZdOfG4oSeSPP2IaCimmNZWff5zxVSj2hW5nk4YOD9h1YOgf9AAIK
+nRWuF0sdlwRF5hbuWFzUJ5U5ltcNtKEFZC1vgD+c/2xWaijTMMKt8VYvgLp4Hesm
+MRE8FVg7UUCndj8TzzV17MJ1kcCYhray/zCbMLZasn/Z3ktGtpkDnTP4wyi7MGiq
+xFZrhYZfTgx9AeCxP4PXrbKVCFBuCt/kQT1Zd4dzGFvv/V4YUya8bZPlCzhOEDvd
+my53CT/gZ5+AowdsUj9epPD972gfw6SY1ZimuN/OmDFRMHXBUW5UpmnSraSW6D8I
++QS4+pPpq4fybhxqrnRDhxID/rr39MZwxv+07j/60pktwru1LuZCXX2omDDPbAUa
+SrGKWgJCgDZxlJ5t/a/javODOs7b9FsREP/VTj9kBKYugFt4zM70E4TU8ZoNagaJ
+OZ8qQPLIFhlalcscmgc4KlXlQXVv0zH+bdD8CIdhIrL2tUmIQ2Yk5DP74OFRhZt2
+kH3aPXaxr2SewWgk9PHYtzuyTNhk+xtQ09oYzZlnaaRrMFy5cDH8T559tD9SlL/q
+r/d7i1i3j/MURAM6uX2vcDTXk/5qHF6DXMKPCFlnWfvEvl9jpB0jKztf0xKy/RFi
+0Gk2HgyeajhHKfD/Msef
+=MkZY
+-----END PGP SIGNATURE-----

Added: release/portals/applications/binaries/apa-webcontent2-portlets-2.0.jar.md5
==============================================================================
--- release/portals/applications/binaries/apa-webcontent2-portlets-2.0.jar.md5 (added)
+++ release/portals/applications/binaries/apa-webcontent2-portlets-2.0.jar.md5 Fri May  8 23:03:41 2015
@@ -0,0 +1 @@
+597f93355e29953e3647639670295604
\ No newline at end of file

Added: release/portals/applications/binaries/apa-webcontent2-portlets-2.0.jar.sha1
==============================================================================
--- release/portals/applications/binaries/apa-webcontent2-portlets-2.0.jar.sha1 (added)
+++ release/portals/applications/binaries/apa-webcontent2-portlets-2.0.jar.sha1 Fri May  8 23:03:41 2015
@@ -0,0 +1 @@
+77f1ee08d5a89c4f06931458fa50f1c15cef586d
\ No newline at end of file

Added: release/portals/applications/binaries/apa-webcontent2-reverse-proxy-2.0.jar
==============================================================================
Binary file - no diff available.

Propchange: release/portals/applications/binaries/apa-webcontent2-reverse-proxy-2.0.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: release/portals/applications/binaries/apa-webcontent2-reverse-proxy-2.0.jar.asc
==============================================================================
--- release/portals/applications/binaries/apa-webcontent2-reverse-proxy-2.0.jar.asc (added)
+++ release/portals/applications/binaries/apa-webcontent2-reverse-proxy-2.0.jar.asc Fri May  8 23:03:41 2015
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQIcBAABCAAGBQJVRBXZAAoJEGHrLkwnwaR+wJAQANOpIDVumbK/1XUY06WdsllJ
+8c9mZfcPANCYNglapPXZnfHQq+QzaeZglRO/HJVNGarygNtdMReuL8qlI+o33KPd
+QfShDJ99aBB7aV7l2LW6SoT5LnRuDEXJXkDR65yyfaoXqX0MVWLiFO7jrQeRX9Px
+od9UgldAAtZy3HfSsL8QT3QcaufndwONRSwa2DXK6UO4L2Op9WAFRnrCl7Wdp43X
+ZnOV3JZdRwCpxlhe1w0xvSBnpFsWKxD3bvoaOLCC4UDiem4T4p2+3ZD/WGyM3/io
+FUktR2vOdwRxGSlcvbcrZmSru6teG3acSjEDA0ylDE6iBVhPI25twVHD4sW442bi
+OTHcCpnGug7kyQpHIcnSlbsEIZKUftjG6veICRHnOa92nKfQ2gc6cDaOPnXWKJ9S
+sf1hYdk780vOuf5kjtIvYnJAuAt0V3jjK/RkJRERe0hm5SFb7WZWFeWlGnF5vLI3
+Kqo21uJyCB2lJ94C3eXjCFee8F3y14IZ0oQLo7ySyWUQuN+wTDDLP6VYyB4Fs52L
+wjdCD0xZAg0yRlhCjZcqKz3i2j1t3iCqrfZ01DARuiJ8phbbfYMnzPlydqYjAaSt
+GCRXoWuveUDHOs9A1DZCPjc2yOSlLKuKrVwM2eEmM5D9GHKc06YJup/5OR/gwoZt
+3qVI/3XSnk20JMlrQqKI
+=ISTf
+-----END PGP SIGNATURE-----

Added: release/portals/applications/binaries/apa-webcontent2-reverse-proxy-2.0.jar.md5
==============================================================================
--- release/portals/applications/binaries/apa-webcontent2-reverse-proxy-2.0.jar.md5 (added)
+++ release/portals/applications/binaries/apa-webcontent2-reverse-proxy-2.0.jar.md5 Fri May  8 23:03:41 2015
@@ -0,0 +1 @@
+be74dc0f10e4c96326e967e5905283d6
\ No newline at end of file

Added: release/portals/applications/binaries/apa-webcontent2-reverse-proxy-2.0.jar.sha1
==============================================================================
--- release/portals/applications/binaries/apa-webcontent2-reverse-proxy-2.0.jar.sha1 (added)
+++ release/portals/applications/binaries/apa-webcontent2-reverse-proxy-2.0.jar.sha1 Fri May  8 23:03:41 2015
@@ -0,0 +1 @@
+fe721f84bcdb19d90550eb74f8e1542b7e9ba6e9
\ No newline at end of file

Added: release/portals/applications/binaries/apa-webcontent2-war-2.0.war
==============================================================================
Binary file - no diff available.

Propchange: release/portals/applications/binaries/apa-webcontent2-war-2.0.war
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: release/portals/applications/binaries/apa-webcontent2-war-2.0.war.asc
==============================================================================
--- release/portals/applications/binaries/apa-webcontent2-war-2.0.war.asc (added)
+++ release/portals/applications/binaries/apa-webcontent2-war-2.0.war.asc Fri May  8 23:03:41 2015
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQIcBAABCAAGBQJVRBXlAAoJEGHrLkwnwaR+HsMQAMb1Wh1SXshvWzC5lXrWI7KG
+qGbbZjDa8jr6Oq13sSBGfvXX0pMTPZVEuIiH1xRmoCqrd4MWYMZtuLsAr47NIsNh
+KYcsV/XgrEp6t8CxCilejMU1a0aDpX7QbWCtqvIZg0Zt3co1WgFTjT50CXE64jAQ
+wHkLR5E6yiDQ9EnLaiM6pglWbhB2pAHgPRHEBX7CoPRL37Nf6r87jLhEFhrtZM9g
+ii9ZYaWZNY8cMOOu/+vS27BgnLCEeU3YjpgCh+iS9gQRjbkGzaVzXICzVQYHFZj4
+T1pNT4Jo/wTwrYrWtyiwkS/BTWoyC5QNt6/hYb1yoEi3f8tCyqgaZSAilvoTURJo
+JGrI9+Cjkxbb+m5ysjnR6BhUTtICJ72m4rUHRbJHrs7H7A5QvyJL4XYeGP0oTz+F
+P4GOKtOt76tkAiVLPWWxJ65XTWeSeRQNTk92dFFKmwwg4gH74DNOd1b6pXlLdRyV
+DgNE3CRtW1iPel1uyhYyXokHbM/2+kRbnVNmbqi6ipHg2CTM7vjytMua39eSKwpO
+JL2N6z13G7CB16Ca+lTjryz26mHah/N1kpYWTQ6+mPANqJzZ8xMvMgUxn6hgHfjH
+OnFDCp0xbCmI1XzaO1O3nWTM7O3cLDp+9m7XLCRg39/1TeQN76T44RY3zBDxxLp8
+mY8YzeewP8jWagxtRUG8
+=8TcK
+-----END PGP SIGNATURE-----

Added: release/portals/applications/binaries/apa-webcontent2-war-2.0.war.md5
==============================================================================
--- release/portals/applications/binaries/apa-webcontent2-war-2.0.war.md5 (added)
+++ release/portals/applications/binaries/apa-webcontent2-war-2.0.war.md5 Fri May  8 23:03:41 2015
@@ -0,0 +1 @@
+2eaacf42040350d1194e78b8b6fd7f01
\ No newline at end of file

Added: release/portals/applications/binaries/apa-webcontent2-war-2.0.war.sha1
==============================================================================
--- release/portals/applications/binaries/apa-webcontent2-war-2.0.war.sha1 (added)
+++ release/portals/applications/binaries/apa-webcontent2-war-2.0.war.sha1 Fri May  8 23:03:41 2015
@@ -0,0 +1 @@
+002ea9a0bc70d444679d61bd90f59c55dd80b1a5
\ No newline at end of file

Added: release/portals/applications/sources/apa-webcontent2-2.0-source-release.zip
==============================================================================
Binary file - no diff available.

Propchange: release/portals/applications/sources/apa-webcontent2-2.0-source-release.zip
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: release/portals/applications/sources/apa-webcontent2-2.0-source-release.zip.asc
==============================================================================
--- release/portals/applications/sources/apa-webcontent2-2.0-source-release.zip.asc (added)
+++ release/portals/applications/sources/apa-webcontent2-2.0-source-release.zip.asc Fri May  8 23:03:41 2015
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQIcBAABCAAGBQJVRBXMAAoJEGHrLkwnwaR+RhQQAIrtAk+ihaNRtIbUs28royY9
+BI5UIsdNKN+vdPwZCgRk7R1SMFOSYYfqGHwnnY6mHDMKmJwhTFQ+76uKnzh4Z4m2
+z/oFulv1/PEuyhlw5KjPVwPxCO7gWngFLS3OsgGbAt3nQ50ZpJaX/+M70H+qtyuP
+6SF1WiydptL4sOPc0o8J5m53JXh6rrbzBl7MQrajbhBYNNSouRlFHw0+zy2cjl3+
+ogUnNUOWwfvuCICW4SOvq33eMN6GyePlkRcK/RrGHFqER8Yyzl88X2yyC/G8dDQt
+lViZSMGLVy9s3n8zJC66MiMFfNUKvKVT6G5TuW9fnJoWUzE0j8b0bbg8krvZnb2s
+WnnFhla9NvftGaQVUOL0oApkGbjiidkCmO1OckCPdrU9l9gNmyJdXvNtuMUPA7qB
+4GzPJsdSFe1VizxO0yfzIgrwdYs4R7TQRHSVRC1BDx+DplxyMLV77bSXcbvPsBhF
+BMwugraUATiAwO8ekp8J0I442hIZPkYmT/XB6isL7S0/Yo2AOXXtoGDi3d+Nh1DQ
+wOxjPZ1bU2Tp5k193qe5Gz2EjQ+OKUpJFwh63A+akTryBst6p6u7L2Azx6BKeKDf
+cm2YTsuzKs0udLLwKKU47eygdU1Hyl+Z+MZekKZ3QZVLORC5kcNRtWZKcsRjFx89
+oKSoCgJ7FvYVUSJH/LXU
+=ZX2p
+-----END PGP SIGNATURE-----

Added: release/portals/applications/sources/apa-webcontent2-2.0-source-release.zip.md5
==============================================================================
--- release/portals/applications/sources/apa-webcontent2-2.0-source-release.zip.md5 (added)
+++ release/portals/applications/sources/apa-webcontent2-2.0-source-release.zip.md5 Fri May  8 23:03:41 2015
@@ -0,0 +1 @@
+c06ef5b61b6aa5adb3d94373d0ebf0c7
\ No newline at end of file

Added: release/portals/applications/sources/apa-webcontent2-2.0-source-release.zip.sha1
==============================================================================
--- release/portals/applications/sources/apa-webcontent2-2.0-source-release.zip.sha1 (added)
+++ release/portals/applications/sources/apa-webcontent2-2.0-source-release.zip.sha1 Fri May  8 23:03:41 2015
@@ -0,0 +1 @@
+c5ed71fe67640559698384b494c5e29a32a7d7b8
\ No newline at end of file

Added: release/portals/applications/sources/apa-webcontent2-content-rewriter-2.0-sources.jar
==============================================================================
Binary file - no diff available.

Propchange: release/portals/applications/sources/apa-webcontent2-content-rewriter-2.0-sources.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: release/portals/applications/sources/apa-webcontent2-content-rewriter-2.0-sources.jar.asc
==============================================================================
--- release/portals/applications/sources/apa-webcontent2-content-rewriter-2.0-sources.jar.asc (added)
+++ release/portals/applications/sources/apa-webcontent2-content-rewriter-2.0-sources.jar.asc Fri May  8 23:03:41 2015
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQIcBAABCAAGBQJVRBXSAAoJEGHrLkwnwaR+SxMQAKExjesPPOIUMFsB5Z1+yxnO
++4dww4w6LBPCYYjGvO17WH/IUSoKBv1iordTa4YiM95zFwwIXBqpY5+aAJfS9cpv
+RenoO7prOplX4EWUtWg3j1jDJazr+iWlXTb7Bn3076yMoW43lOiuJRil+PNyOUV1
+eHJrMrNpaaoQUnhqDxHOIifrJEIoPfov9wB9fJesJnVTsteknC4X8FOfnPVJh28D
+9kkcCeN0wvXCt+CcMsQxvJlLo4dUf0/woXdoOxPJwmTSHBU+U1dHOa6gK+AECenL
+Xqw9/LfvFACcklch3g3neRuF+KzhoMSLeN3DWK++65EwkpMYV0ZKZLcOCVe+gMh7
+psSp/YGdyc+44ulGHz08+6OlLtol5L7Go3k/wIeFFlfJKUkDJCIcKd2toD/0qdpr
+nMR6KHj0LoryLVtIve/KEIRUBk5ootixudpvNB8p9jR9/aWTNPcCU+BuZ+ssiVff
+OSAFmWvx9OmUwG2L+ykTTGFIS2PGlyte3mJLTZUnZJsxpGLaZNJ33psM4HuDrWzw
+pS8bwu4da86sSETxanVYR+AItfWnXMHjyiJr46dINfJO+riPaOkMWT3r/tbFsJoN
+7iDj3mM7e4iAuFlMAwVEtcb/euHQBwPG27KKfxxlY89ESXRCuj0SuEWAo5Bbj6VS
+KA4GfHSDQprZn3YVzO+Q
+=/RJD
+-----END PGP SIGNATURE-----

Added: release/portals/applications/sources/apa-webcontent2-content-rewriter-2.0-sources.jar.md5
==============================================================================
--- release/portals/applications/sources/apa-webcontent2-content-rewriter-2.0-sources.jar.md5 (added)
+++ release/portals/applications/sources/apa-webcontent2-content-rewriter-2.0-sources.jar.md5 Fri May  8 23:03:41 2015
@@ -0,0 +1 @@
+7face93ba71ffe2285242d33fdb24e05
\ No newline at end of file

Added: release/portals/applications/sources/apa-webcontent2-content-rewriter-2.0-sources.jar.sha1
==============================================================================
--- release/portals/applications/sources/apa-webcontent2-content-rewriter-2.0-sources.jar.sha1 (added)
+++ release/portals/applications/sources/apa-webcontent2-content-rewriter-2.0-sources.jar.sha1 Fri May  8 23:03:41 2015
@@ -0,0 +1 @@
+a4d2eb4793281772544e446a618df9b209a6488b
\ No newline at end of file

Added: release/portals/applications/sources/apa-webcontent2-portlets-2.0-sources.jar
==============================================================================
Binary file - no diff available.

Propchange: release/portals/applications/sources/apa-webcontent2-portlets-2.0-sources.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: release/portals/applications/sources/apa-webcontent2-portlets-2.0-sources.jar.asc
==============================================================================
--- release/portals/applications/sources/apa-webcontent2-portlets-2.0-sources.jar.asc (added)
+++ release/portals/applications/sources/apa-webcontent2-portlets-2.0-sources.jar.asc Fri May  8 23:03:41 2015
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQIcBAABCAAGBQJVRBXhAAoJEGHrLkwnwaR+atcP+gOsF6a5Tm76M0bXJUOebMfO
+ebF53PWr6wt3/QEJOR7c45/+UB2rnEQwGPZN2KQ8q0ksljEFBOwcXjqnY/lgJ0ok
+bdykoN3VILfbElfCgnaUQ1GZaaxV5UHKk4VdkgSgJBhSsxQjkzbueo+z9eILr4gU
+2F2ZEXUzSslETkXaI8V3cmgWIkTZubjd2JpF3Bx3GlCjSpqaKthfW2XfY7fbXh2k
+KyhJto3f3tUJAq0Ttb7Ldn1HdVutUpwzcZZvEOEtcEKnILjgIMGp9J1L2Sf9c0iN
+GCcv5l0yRehfkDr7tw8ci4SjFqSQsPMq9pKq0h7RhrBljQauewthQPXc+pFhs9mX
+CnmhvEk8A+iipfwS3czTOBin18roChw2xwfEt5GLL+lMfWITJBveHyU0l8NRAlMe
+Kf00JH59ktgxFrZ8k47xnInQILZDVeP/Q8OOBRYgu8IDmazFtAYXCfOCnFN0Xfez
+L14+Otd1QYx5BlMRXAA37tbh7lWL1vM1NO5/kUayW/zo/xAuxu05hZnAWLtM4Sl5
+EFAfKIESZ4r1wO09pU2PIfdhNbXZSZd2qitPTBZkMKZ8K3+KtoK1PN7CdIsWwj/v
+sputjkIeKloPnOEnNr+4ru02MivAh0CW6Qn99cRZcDnQ0YW6DQaNhTjrpsh8vM4F
++tyHRL5SSFLYLm8xgpvX
+=Ate6
+-----END PGP SIGNATURE-----

Added: release/portals/applications/sources/apa-webcontent2-portlets-2.0-sources.jar.md5
==============================================================================
--- release/portals/applications/sources/apa-webcontent2-portlets-2.0-sources.jar.md5 (added)
+++ release/portals/applications/sources/apa-webcontent2-portlets-2.0-sources.jar.md5 Fri May  8 23:03:41 2015
@@ -0,0 +1 @@
+cbef0e2f36e44f3ec42f12110037d246
\ No newline at end of file

Added: release/portals/applications/sources/apa-webcontent2-portlets-2.0-sources.jar.sha1
==============================================================================
--- release/portals/applications/sources/apa-webcontent2-portlets-2.0-sources.jar.sha1 (added)
+++ release/portals/applications/sources/apa-webcontent2-portlets-2.0-sources.jar.sha1 Fri May  8 23:03:41 2015
@@ -0,0 +1 @@
+dea7168e8c6ea68397a10140194b5336ac59806c
\ No newline at end of file

Added: release/portals/applications/sources/apa-webcontent2-reverse-proxy-2.0-sources.jar
==============================================================================
Binary file - no diff available.

Propchange: release/portals/applications/sources/apa-webcontent2-reverse-proxy-2.0-sources.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: release/portals/applications/sources/apa-webcontent2-reverse-proxy-2.0-sources.jar.asc
==============================================================================
--- release/portals/applications/sources/apa-webcontent2-reverse-proxy-2.0-sources.jar.asc (added)
+++ release/portals/applications/sources/apa-webcontent2-reverse-proxy-2.0-sources.jar.asc Fri May  8 23:03:41 2015
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQIcBAABCAAGBQJVRBXZAAoJEGHrLkwnwaR+k1UP/2sDHtIL9WZM6kXyDYA06BLN
+UNa5uOg+0ZKWVJA8hN/+La091eoKCD2eYVnJv6IYogYpWcH4g9iJYsNISngDXAcq
+CQyIb2UmdXWdNSz0tG2aZ//HxtgknxYCqWTS07us3ULb2/RcneCJpCus22aDh4yq
+zJe3dD9iKxUIXH9HBgKs7CRf4XJCXpRyV+JDXbc2kktg42ICbdG4cKXMUDHpzgdY
+xbFcmSvknd0hVqUmNyRQoZov+ohd5b+biXiZB+dfwfnmR8wupIOKb5PHWVGXi0n+
+pCr1UJFKzc1LS3cGVYdt25qLkfaGsqoDF/2J0uXl4yrttLw+CXGbXMOQwYeHVwHV
+4YPjxSsrt4KJOBAS3MLsvljiRE4Tbzuf2RuTaUu5dWZwgkEauYhC0Ibj4Ptqem4D
+NX56mdDccRN8jmg2Z2n79pYDT3gapVZTzly4gjb4Tfezj/lKqU/KIbsXmMS8CXWf
+RElLcdFw6z8dlIQqLjygxbtfbggKuWAJA2RHTywi0hpywU4RxMo+2nqovC9ypADL
+IHxbgFAWZIfqvCmyJT1jqArJULoI6ZUR83zQ+VdOqsmX69CshYwkJmBYgriJ0J80
+91/Hid7abf5WPRHD0o5cHnO6EYKp07pE9CaIRUNEh56YYSWXdH144HfFLaZKezrv
+ym6hOldCLhRpRApznKYg
+=9xEN
+-----END PGP SIGNATURE-----

Added: release/portals/applications/sources/apa-webcontent2-reverse-proxy-2.0-sources.jar.md5
==============================================================================
--- release/portals/applications/sources/apa-webcontent2-reverse-proxy-2.0-sources.jar.md5 (added)
+++ release/portals/applications/sources/apa-webcontent2-reverse-proxy-2.0-sources.jar.md5 Fri May  8 23:03:41 2015
@@ -0,0 +1 @@
+762805acddb58a6d76c2c599f583ca5c
\ No newline at end of file

Added: release/portals/applications/sources/apa-webcontent2-reverse-proxy-2.0-sources.jar.sha1
==============================================================================
--- release/portals/applications/sources/apa-webcontent2-reverse-proxy-2.0-sources.jar.sha1 (added)
+++ release/portals/applications/sources/apa-webcontent2-reverse-proxy-2.0-sources.jar.sha1 Fri May  8 23:03:41 2015
@@ -0,0 +1 @@
+3f14dc19fe4c414a1e2d6cf8528faba4fa13e0c8
\ No newline at end of file