|
Loading...
|
general@portals.apache.org
[Prev] Thread [Next] | [Prev] Date [Next]
svn commit: r711529 [1/2] - in /portals/applications: ./ demo/ gems/ gems/xdocs/ rss/ rss/rss-jar/ rss/rss-war/ rss/xdocs/ src/ src/site/ src/site/resources/ src/site/resources/css/ src/site/resources/images/ src/site/resources/images/portlets/ src/sit... taylor Wed Nov 05 01:00:34 2008
Author: taylor
Date: Wed Nov 5 00:14:27 2008
New Revision: 711529
URL: http://svn.apache.org/viewvc?rev=711529&view=rev
Log:
create a site for applications project
Added:
portals/applications/.project
portals/applications/demo/pom.xml
portals/applications/gems/pom.xml
portals/applications/pom.xml
portals/applications/rss/pom.xml
portals/applications/rss/rss-jar/
portals/applications/rss/rss-jar/pom.xml
portals/applications/rss/rss-war/
portals/applications/rss/rss-war/pom.xml
portals/applications/src/
portals/applications/src/site/
portals/applications/src/site/resources/
portals/applications/src/site/resources/css/
portals/applications/src/site/resources/css/site.css
portals/applications/src/site/resources/images/
portals/applications/src/site/resources/images/add-user-editmode.png
(with props)
portals/applications/src/site/resources/images/add-user.png (with props)
portals/applications/src/site/resources/images/apache-portals.gif (with
props)
portals/applications/src/site/resources/images/breadcrumbs.jpg (with
props)
portals/applications/src/site/resources/images/collapsed.gif (with props)
portals/applications/src/site/resources/images/definingUserAttributes.jpg
(with props)
portals/applications/src/site/resources/images/expanded.gif (with props)
portals/applications/src/site/resources/images/external.png (with props)
portals/applications/src/site/resources/images/folder-open.gif (with
props)
portals/applications/src/site/resources/images/h3.jpg (with props)
portals/applications/src/site/resources/images/h5.jpg (with props)
portals/applications/src/site/resources/images/newwindow.png (with props)
portals/applications/src/site/resources/images/pdf.gif (with props)
portals/applications/src/site/resources/images/portlets/
portals/applications/src/site/resources/images/portlets/gems.gif (with
props)
portals/applications/src/site/resources/images/usingUserAttributes.jpg
(with props)
portals/applications/src/site/site.xml
portals/applications/src/site/xdoc/
portals/applications/src/site/xdoc/demo/
portals/applications/src/site/xdoc/demo/index.xml
portals/applications/src/site/xdoc/download.xml
portals/applications/src/site/xdoc/getting-started.xml
portals/applications/src/site/xdoc/index.xml
portals/applications/src/site/xdoc/portals-gems/
portals/applications/src/site/xdoc/portals-gems/index.xml
portals/applications/src/site/xdoc/rpad.xml
portals/applications/src/site/xdoc/rss-main/
portals/applications/src/site/xdoc/rss-main/index.xml
Removed:
portals/applications/gems/xdocs/
portals/applications/rss/xdocs/
Added: portals/applications/.project
URL:
http://svn.apache.org/viewvc/portals/applications/.project?rev=711529&view=auto
==============================================================================
--- portals/applications/.project (added)
+++ portals/applications/.project Wed Nov 5 00:14:27 2008
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>applications</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ </buildSpec>
+ <natures>
+ </natures>
+</projectDescription>
Added: portals/applications/demo/pom.xml
URL:
http://svn.apache.org/viewvc/portals/applications/demo/pom.xml?rev=711529&view=auto
==============================================================================
--- portals/applications/demo/pom.xml (added)
+++ portals/applications/demo/pom.xml Wed Nov 5 00:14:27 2008
@@ -0,0 +1,203 @@
+<?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:$
+-->
+<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>
+ <prerequisites>
+ <maven>2.0.4</maven>
+ </prerequisites>
+
+ <!-- POM Identification -->
+
+ <artifactId>demo</artifactId>
+ <parent>
+ <groupId>org.apache.portals.applications</groupId>
+ <artifactId>applications</artifactId>
+ <version>2.2-SNAPSHOT</version>
+ <relativePath>../pom.xml</relativePath>
+ </parent>
+ <packaging>war</packaging>
+ <name>Portals Demo Portlet Application</name>
+ <description>
+ Demo Portlets Container
+ </description>
+
+ <!-- Dependencies -->
+
+ <dependencies>
+
+ <!-- Build Dependencies -->
+ <dependency>
+ <groupId>velocity</groupId>
+ <artifactId>velocity</artifactId>
+ </dependency>
+
+ <!-- Runtime Dependencies -->
+ <dependency>
+ <groupId>org.apache.portals.jetspeed-2</groupId>
+ <artifactId>jetspeed-webapp-logging</artifactId>
+ <version>2.2-SNAPSHOT</version>
+ <scope>runtime</scope>
+ </dependency>
+ <!-- FIXME:
+ <dependency>
+ <groupId>${pom.groupId}</groupId>
+ <artifactId>portals-gems</artifactId>
+ <scope>runtime</scope>
+ </dependency>
+ -->
+ <dependency>
+ <groupId>org.apache.portals.jetspeed-2</groupId>
+ <artifactId>jetspeed-web-content</artifactId>
+ <version>2.2-SNAPSHOT</version>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>jstl</artifactId>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>taglibs</groupId>
+ <artifactId>standard</artifactId>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>taglibs</groupId>
+ <artifactId>request</artifactId>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.portals.bridges</groupId>
+ <artifactId>portals-bridges-velocity</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.portals.bridges</groupId>
+ <artifactId>portals-bridges-groovy</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>velocity-tools</groupId>
+ <artifactId>velocity-tools</artifactId>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>commons-collections</groupId>
+ <artifactId>commons-collections</artifactId>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>oro</groupId>
+ <artifactId>oro</artifactId>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>commons-digester</groupId>
+ <artifactId>commons-digester</artifactId>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>commons-lang</groupId>
+ <artifactId>commons-lang</artifactId>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>log4j</groupId>
+ <artifactId>log4j</artifactId>
+ <scope>runtime</scope>
+ </dependency>
+ <!-- for groovy -->
+ <dependency>
+ <groupId>groovy</groupId>
+ <artifactId>groovy</artifactId>
+ <version>1.1-beta-2</version>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>asm</groupId>
+ <artifactId>asm</artifactId>
+ <version>2.2</version>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>antlr</groupId>
+ <artifactId>antlr</artifactId>
+ <version>2.7.6</version>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>castor</groupId>
+ <artifactId>castor</artifactId>
+ </dependency>
+ </dependencies>
+
+ <!-- Build Configuration -->
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>hot-deploy-application</id>
+ <phase>install</phase>
+ <configuration>
+ <tasks>
+ <ant target="hot-deploy-war"
antfile="build.xml" dir="${basedir}/../../app-servers" inheritall="off">
+ <property
name="org.apache.jetspeed.deploy.enable"
+
value="${org.apache.jetspeed.env.hotdeploy}"/>
+ <property
name="org.apache.jetspeed.deploy.target"
+
value="${org.apache.jetspeed.env.deploy.target}"/>
+ <property
name="org.apache.jetspeed.server.home"
+
value="${org.apache.jetspeed.server.home}"/>
+ <property
name="org.apache.jetspeed.deploy.groupid"
+ value="${pom.groupId}"/>
+ <property
name="org.apache.jetspeed.deploy.artifactid"
+ value="${pom.artifactId}"/>
+ <property
name="org.apache.jetspeed.deploy.version"
+ value="${pom.version}"/>
+ </ant>
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+
+ <!-- Project Information -->
+
+ <scm>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/portals/jetspeed-2/trunk/applications/demo</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/portals/jetspeed-2/trunk/applications/demo</developerConnection>
+
<url>http://svn.apache.org/viewcvs.cgi/portals/jetspeed-2/trunk/applications/demo/</url>
+ </scm>
+
+</project>
Added: portals/applications/gems/pom.xml
URL:
http://svn.apache.org/viewvc/portals/applications/gems/pom.xml?rev=711529&view=auto
==============================================================================
--- portals/applications/gems/pom.xml (added)
+++ portals/applications/gems/pom.xml Wed Nov 5 00:14:27 2008
@@ -0,0 +1,93 @@
+<?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:$
+-->
+<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>
+ <prerequisites>
+ <maven>2.0.4</maven>
+ </prerequisites>
+
+ <!-- POM Identification -->
+
+ <artifactId>portals-gems</artifactId>
+ <parent>
+ <groupId>org.apache.portals.applications</groupId>
+ <artifactId>applications</artifactId>
+ <version>2.2-SNAPSHOT</version>
+ <relativePath>../pom.xml</relativePath>
+ </parent>
+ <packaging>jar</packaging>
+ <name>Apache Portals Gems</name>
+ <description>
+ Reusable Portlets (Gems) for your Portlet Applications.
+ </description>
+
+ <!-- Dependencies -->
+
+ <dependencies>
+
+ <!-- Build Dependencies -->
+ <dependency>
+ <groupId>commons-dbcp</groupId>
+ <artifactId>commons-dbcp</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>velocity</groupId>
+ <artifactId>velocity</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.portals.bridges</groupId>
+ <artifactId>portals-bridges-velocity</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>commons-lang</groupId>
+ <artifactId>commons-lang</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>commons-httpclient</groupId>
+ <artifactId>commons-httpclient</artifactId>
+ </dependency>
+ <!-- FIXME:
+ <dependency>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-portlet</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-beans</artifactId>
+ </dependency>
+ -->
+ </dependencies>
+
+ <!-- Project Information -->
+
+ <scm>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/portals/jetspeed-2/trunk/applications/gems</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/portals/jetspeed-2/trunk/applications/gems</developerConnection>
+
<url>http://svn.apache.org/viewcvs.cgi/portals/jetspeed-2/trunk/applications/gems/</url>
+ </scm>
+
+</project>
Added: portals/applications/pom.xml
URL:
http://svn.apache.org/viewvc/portals/applications/pom.xml?rev=711529&view=auto
==============================================================================
--- portals/applications/pom.xml (added)
+++ portals/applications/pom.xml Wed Nov 5 00:14:27 2008
@@ -0,0 +1,1155 @@
+<?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 711319 2008-11-04 17:17:15Z 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>
+ <prerequisites>
+ <maven>2.0.9</maven>
+ </prerequisites>
+
+ <groupId>org.apache.portals.applications</groupId>
+ <artifactId>applications</artifactId>
+ <name>Apache Portals Applications</name>
+ <version>2.2-SNAPSHOT</version>
+ <packaging>pom</packaging>
+ <description>
+ Portals Applications is dedicated to providing robust, full-featured,
commercial-quality, and freely available Portlet Applications under the Apache
Software Foundation License.
+ </description>
+ <!-- Comment out for site-plugin not to change the absolute urls starting
with the following url to a relative urls.
+ <url>http://portals.apache.org/applications</url>
+ -->
+
+ <organization>
+ <name>Apache Software Foundation</name>
+ <url>http://portals.apache.org/</url>
+ </organization>
+ <licenses>
+ <license>
+ <name>Apache License, Version 2.0</name>
+ <url>http://www.apache.org/licenses/LICENSE-2.0.html</url>
+ <distribution>repo</distribution>
+ </license>
+ </licenses>
+ <issueManagement>
+ <system>Jira</system>
+ <url>http://issues.apache.org/jira/browse/APA</url>
+ </issueManagement>
+ <inceptionYear>2008</inceptionYear>
+ <scm>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/portals/applications</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/portals/applications</developerConnection>
+ <url>http://svn.apache.org/viewcvs.cgi/portals/applications</url>
+ </scm>
+ <mailingLists>
+ <mailingList>
+ <name>Portals Applications User List</name>
+ <subscribe>[EMAIL PROTECTED]</subscribe>
+ <unsubscribe>[EMAIL PROTECTED]</unsubscribe>
+ <post>[EMAIL PROTECTED]</post>
+
<archive>http://mail-archives.apache.org/mod_mbox/portals-portalapps-user/</archive>
+ </mailingList>
+ <mailingList>
+ <name>Portals Applications Developer List</name>
+ <subscribe>[EMAIL PROTECTED]</subscribe>
+ <unsubscribe>[EMAIL PROTECTED]</unsubscribe>
+ <post>[EMAIL PROTECTED]</post>
+
<archive>http://mail-archives.apache.org/mod_mbox/portals-portalapps-dev/</archive>
+ </mailingList>
+ </mailingLists>
+ <developers>
+ <developer>
+ <name>David Sean Taylor</name>
+ <id>taylor</id>
+ <email>[EMAIL PROTECTED]</email>
+ <roles>
+ <role>Support</role>
+ </roles>
+ </developer>
+ <developer>
+ <name>Ate Douma</name>
+ <id>ate</id>
+ <email>[EMAIL PROTECTED]</email>
+ <timezone>+2</timezone>
+ <organization>Hippo</organization>
+ <organizationUrl>http://www.hippo.nl</organizationUrl>
+ <roles>
+ <role>Java Developer</role>
+ </roles>
+ </developer>
+ <developer>
+ <name>Shinsuke Sugaya</name>
+ <id>shinsuke</id>
+ <email>[EMAIL PROTECTED]</email>
+ <roles>
+ <role>Java Developer</role>
+ </roles>
+ </developer>
+ <developer>
+ <name>Dennis Dam</name>
+ <id>ddam</id>
+ <email>[EMAIL PROTECTED]</email>
+ <timezone>+2</timezone>
+ <organization>Hippo</organization>
+ <organizationUrl>http://www.hippo.nl</organizationUrl>
+ <roles>
+ <role>Java Developer</role>
+ </roles>
+ </developer>
+ <developer>
+ <name>Vivek Kumar</name>
+ <id>vkumar</id>
+ <email>[EMAIL PROTECTED]</email>
+ <timezone>+5.5</timezone>
+ <organization>Bluesunrise</organization>
+ <organizationUrl>http://www.bluesunrise.com</organizationUrl>
+ <roles>
+ <role>Java Developer</role>
+ </roles>
+ </developer>
+ <developer>
+ <name>Woonsan Ko</name>
+ <id>woonsan</id>
+ <email>[EMAIL PROTECTED]</email>
+ <timezone>+9</timezone>
+ <roles>
+ <role>Java Developer</role>
+ </roles>
+ </developer>
+ </developers>
+
+ <repositories>
+ <repository>
+ <id>com.bluesunrise.m2</id>
+ <name>Maven2 BlueSunrise</name>
+ <url>http://www.bluesunrise.com/maven2</url>
+ </repository>
+ <repository>
+ <id>central</id>
+ <name>Maven Repository Switchboard</name>
+ <url>http://repo1.maven.org/maven2</url>
+ </repository>
+ <repository>
+ <id>com.bluesunrise.m1</id>
+ <name>Maven1 BlueSunrise</name>
+ <url>http://www.bluesunrise.com/maven</url>
+ <layout>legacy</layout>
+ </repository>
+ <repository>
+ <id>org.codehaus.m2</id>
+ <name>Maven2 Codehaus</name>
+ <url>http://repository.codehaus.org</url>
+ </repository>
+ <repository>
+ <id>org.codehaus</id>
+ <name>Maven1 Codehaus</name>
+ <url>http://dist.codehaus.org</url>
+ <layout>legacy</layout>
+ </repository>
+ <repository>
+ <id>org.apache</id>
+ <name>Maven1 Apache</name>
+ <url>http://repo1.maven.org/maven</url>
+ <layout>legacy</layout>
+ </repository>
+ </repositories>
+
+ <!-- Properties -->
+ <properties>
+
+ <!-- Default Build Properties -->
+
+ <maven.test.skip>true</maven.test.skip>
+
+ <!-- default test jdbc driver artifact definition which is *required* to
have proper default values to keep installed POMs valid -->
+
<org.apache.portals.applications.test.jdbc.driver.groupId>org.apache.derby</org.apache.portals.applications.test.jdbc.driver.groupId>
+
<org.apache.portals.applications.test.jdbc.driver.artifactId>derby</org.apache.portals.applications.test.jdbc.driver.artifactId>
+ <org.apache.portals.applications.test.jdbc.driver.version>
+ ${org.apache.derby.version}
+ </org.apache.portals.applications.test.jdbc.driver.version>
+
+ <!-- Build Dependency Version Properties -->
+ <ant.version>1.7</ant.version>
+ <jmock.version>1.2.0</jmock.version>
+ <jmock-cglib.version>1.1.0</jmock-cglib.version>
+ <junit.version>3.8.1</junit.version>
+ <mockrunner.version>0.3.8</mockrunner.version>
+
<org.apache.maven.artifact.ant.version>2.0.5</org.apache.maven.artifact.ant.version>
+ <!--
+ Bug: using specific version of surefire plugin
+ to ensure test isolation for spring test cases;
+ specifically connection datasource management.
+
+ TODO: Ate validate this is still needed
+
<org.apache.maven.plugins.maven-surefire-plugin.version>2.1.3</org.apache.maven.plugins.maven-surefire-plugin.version>
+ -->
+ <torque.version>3.2-rc3</torque.version>
+ <tyrex.version>1.0.1</tyrex.version>
+
+ <!-- Project Dependency Version Properties -->
+ <aopalliance.version>1.0</aopalliance.version>
+ <castor.version>1.1.1-xml</castor.version>
+ <cglib.version>2.1_3</cglib.version>
+ <commons-beanutils.version>1.7.0</commons-beanutils.version>
+ <commons-betwixt.version>20061115</commons-betwixt.version>
+ <commons-codec.version>1.3</commons-codec.version>
+ <commons-collections.version>3.2</commons-collections.version>
+ <commons-configuration.version>1.1</commons-configuration.version>
+ <commons-dbcp.version>1.2.2</commons-dbcp.version>
+ <commons-digester.version>1.8</commons-digester.version>
+ <commons-fileupload.version>1.2</commons-fileupload.version>
+ <commons-httpclient.version>3.0.1</commons-httpclient.version>
+ <commons-io.version>1.4</commons-io.version>
+ <commons-lang.version>2.1</commons-lang.version>
+ <commons-logging.version>1.1</commons-logging.version>
+ <commons-pool.version>1.3</commons-pool.version>
+ <!-- ddlutils svn r551445 with patch applied from
http://issues.apache.org/jira/browse/DDLUTILS-75#action_12521579 -->
+ <ddlutils.version>r551445-patched-75</ddlutils.version>
+ <directory.version>0.9.3</directory.version>
+ <ehcache.version>1.2.4</ehcache.version>
+ <hsqldb.version>1.8.0.2</hsqldb.version>
+ <javolution.version>4.0.2</javolution.version>
+ <javax.activation.version>1.0.2</javax.activation.version>
+ <javax.mail.version>1.3.3</javax.mail.version>
+ <javax.servlet.jstl.version>1.1.2</javax.servlet.jstl.version>
+ <javax.servlet.version>2.4</javax.servlet.version>
+ <javax.servlet.jsp.version>2.0</javax.servlet.jsp.version>
+ <javax.sql.version>2.0</javax.sql.version>
+ <javax.transaction.version>1.0.1B</javax.transaction.version>
+ <jaxen.version>1.0-FCS</jaxen.version>
+ <jdom.version>1.0</jdom.version>
+ <log4j.version>1.2.14</log4j.version>
+ <lucene.version>2.0.0</lucene.version>
+ <myfaces.version>1.1.5</myfaces.version>
+ <nekohtml.version>0.9.5</nekohtml.version>
+ <ojb.version>1.0.3</ojb.version>
+ <org.apache.derby.version>10.3.2.1</org.apache.derby.version>
+ <org.apache.pluto.version>1.0.1</org.apache.pluto.version>
+
<org.apache.portals.bridges.common.version>1.0.4</org.apache.portals.bridges.common.version>
+
<org.apache.portals.bridges.frameworks.version>1.0.4</org.apache.portals.bridges.frameworks.version>
+
<org.apache.portals.bridges.jpetstore.version>1.0.4</org.apache.portals.bridges.jpetstore.version>
+
<org.apache.portals.bridges.jsf-demo.version>1.0.4</org.apache.portals.bridges.jsf-demo.version>
+
<org.apache.portals.bridges.jsf.version>1.0.4</org.apache.portals.bridges.jsf.version>
+
<org.apache.portals.bridges.velocity.version>1.0.4</org.apache.portals.bridges.velocity.version>
+
<org.apache.portals.bridges.groovy.version>1.0.4</org.apache.portals.bridges.groovy.version>
+
<org.apache.portals.bridges.portletfilter.version>1.0.4</org.apache.portals.bridges.portletfilter.version>
+ <oro.version>2.0.8</oro.version>
+ <portlet-api.version>1.0</portlet-api.version>
+ <regexp.version>1.2</regexp.version>
+ <rome.version>0.8</rome.version>
+ <saxpath.version>1.0-FCS</saxpath.version>
+ <spring.version>2.5.2</spring.version>
+ <spring.ldap.version>1.2.1</spring.ldap.version>
+ <spring.portlet.version>2.0.6</spring.portlet.version>
+ <spring.modules.version>2.0-rc2</spring.modules.version>
+ <taglibs-random.version>1.0.2</taglibs-random.version>
+ <taglibs-request.version>1.0.1</taglibs-request.version>
+ <taglibs-standard.version>1.1.2</taglibs-standard.version>
+ <velocity-tools.version>1.3</velocity-tools.version>
+ <velocity.version>1.5</velocity.version>
+ <xalan.version>2.4.1</xalan.version>
+ <xerces.version>2.3.0</xerces.version>
+ <xml-apis.version>2.0.2</xml-apis.version>
+ <asm.version>2.2</asm.version>
+ <commonj.version>1.1</commonj.version>
+ </properties>
+
+ <!-- Dependency Configuration -->
+
+ <dependencyManagement>
+ <dependencies>
+
+ <!-- J2 Subprojects -->
+ <dependency>
+ <groupId>org.apache.portals.applications.rss</groupId>
+ <artifactId>portalapps-rss</artifactId>
+ <version>${pom.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.portals.applications.demo</groupId>
+ <artifactId>portalapps-demo</artifactId>
+ <version>${pom.version}</version>
+ </dependency>
+
+
+ <!-- Portals Applications JARs -->
+ <dependency>
+ <groupId>org.apache.portals.jetspeed-2</groupId>
+ <artifactId>jetspeed-rss</artifactId>
+ <version>${pom.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.portals.jetspeed-2</groupId>
+ <artifactId>portals-gems</artifactId>
+ <version>${pom.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.portals.jetspeed-2</groupId>
+ <artifactId>jetspeed-layout-portlets</artifactId>
+ <version>${pom.version}</version>
+ </dependency>
+
+ <!-- Portals Applications -->
+ <dependency>
+ <groupId>org.apache.portals.jetspeed-2</groupId>
+ <artifactId>jetspeed-layouts</artifactId>
+ <type>war</type>
+ <version>${pom.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.portals.jetspeed-2</groupId>
+ <artifactId>jetspeed</artifactId>
+ <type>war</type>
+ <version>${pom.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.portals.jetspeed-2</groupId>
+ <artifactId>demo</artifactId>
+ <type>war</type>
+ <version>${pom.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.portals.jetspeed-2</groupId>
+ <artifactId>j2-admin</artifactId>
+ <type>war</type>
+ <version>${pom.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.portals.jetspeed-2</groupId>
+ <artifactId>rss</artifactId>
+ <type>war</type>
+ <version>${pom.version}</version>
+ </dependency>
+
+ <!-- Standard APIs -->
+ <dependency>
+ <groupId>portlet-api</groupId>
+ <artifactId>portlet-api</artifactId>
+ <version>${portlet-api.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>servlet-api</artifactId>
+ <version>${javax.servlet.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>javax.servlet.jsp</groupId>
+ <artifactId>jsp-api</artifactId>
+ <version>${javax.servlet.jsp.version}</version>
+ </dependency>
+
+ <!-- Pluto Container -->
+ <dependency>
+ <groupId>org.apache.pluto</groupId>
+ <artifactId>pluto</artifactId>
+ <version>${org.apache.pluto.version}</version>
+ </dependency>
+
+ <!-- OJB -->
+ <dependency>
+ <groupId>ojb</groupId>
+ <artifactId>db-ojb</artifactId>
+ <version>${ojb.version}</version>
+ </dependency>
+
+ <!-- Spring Framework -->
+ <dependency>
+ <groupId>cglib</groupId>
+ <artifactId>cglib</artifactId>
+ <version>${cglib.version}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>asm</groupId>
+ <artifactId>asm</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>aopalliance</groupId>
+ <artifactId>aopalliance</artifactId>
+ <version>${aopalliance.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring</artifactId>
+ <version>${spring.version}</version>
+ </dependency>
+ <dependency>
+ <artifactId>spring-ldap</artifactId>
+ <groupId>org.springframework.ldap</groupId>
+ <version>${spring.ldap.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-portlet</artifactId>
+ <version>${spring.portlet.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-beans</artifactId>
+ <version>${spring.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-context</artifactId>
+ <version>${spring.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-core</artifactId>
+ <version>${spring.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-web</artifactId>
+ <version>${spring.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-webmvc</artifactId>
+ <version>${spring.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-mock</artifactId>
+ <version>${spring.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-support</artifactId>
+ <version>${spring.version}</version>
+ </dependency>
+ <!-- Spring Framework Modules -->
+ <dependency>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-ojb</artifactId>
+ <version>${spring.modules.version}</version>
+ </dependency>
+
+ <!-- Jakarta -->
+ <dependency>
+ <groupId>lucene</groupId>
+ <artifactId>lucene-core</artifactId>
+ <version>${lucene.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>log4j</groupId>
+ <artifactId>log4j</artifactId>
+ <version>${log4j.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>oro</groupId>
+ <artifactId>oro</artifactId>
+ <version>${oro.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>regexp</groupId>
+ <artifactId>regexp</artifactId>
+ <version>${regexp.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>commons-configuration</groupId>
+ <artifactId>commons-configuration</artifactId>
+ <version>${commons-configuration.version}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>javax.servlet</groupId>
+ <artifactId>servlet-api</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>xerces</groupId>
+ <artifactId>xerces</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>commons-lang</groupId>
+ <artifactId>commons-lang</artifactId>
+ <version>${commons-lang.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging-api</artifactId>
+ <version>${commons-logging.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ <version>[1.1,)</version>
+ <exclusions>
+ <exclusion>
+ <groupId>logkit</groupId>
+ <artifactId>logkit</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>avalon-framework</groupId>
+ <artifactId>avalon-framework</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>javax.servlet</groupId>
+ <artifactId>servlet-api</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>commons-io</groupId>
+ <artifactId>commons-io</artifactId>
+ <version>${commons-io.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>commons-httpclient</groupId>
+ <artifactId>commons-httpclient</artifactId>
+ <version>${commons-httpclient.version}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>commons-fileupload</groupId>
+ <artifactId>commons-fileupload</artifactId>
+ <version>${commons-fileupload.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>commons-beanutils</groupId>
+ <artifactId>commons-beanutils</artifactId>
+ <version>${commons-beanutils.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>commons-collections</groupId>
+ <artifactId>commons-collections</artifactId>
+ <version>${commons-collections.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>commons-pool</groupId>
+ <artifactId>commons-pool</artifactId>
+ <version>${commons-pool.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>commons-dbcp</groupId>
+ <artifactId>commons-dbcp</artifactId>
+ <version>${commons-dbcp.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>commons-digester</groupId>
+ <artifactId>commons-digester</artifactId>
+ <version>${commons-digester.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>commons-codec</groupId>
+ <artifactId>commons-codec</artifactId>
+ <version>${commons-codec.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>ehcache</groupId>
+ <artifactId>ehcache</artifactId>
+ <version>${ehcache.version}</version>
+ </dependency>
+
+ <!-- defining dom4j (which is included by commons-configuration) just to
be able to exclude
+ isorelax, msv and relaxngDatatype
+ -->
+ <dependency>
+ <groupId>dom4j</groupId>
+ <artifactId>dom4j</artifactId>
+ <optional>true</optional>
+ <version>[1.4,)</version>
+ <exclusions>
+ <exclusion>
+ <groupId>isorelax</groupId>
+ <artifactId>isorelax</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>msv</groupId>
+ <artifactId>msv</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>relaxngDatatype</groupId>
+ <artifactId>relaxngDatatype</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>clover</groupId>
+ <artifactId>clover</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>stax</groupId>
+ <artifactId>stax-ri</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>stax</groupId>
+ <artifactId>stax</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+
+ <!-- Test -->
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>${junit.version}</version>
+ <scope>test</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>junit-addons</groupId>
+ <artifactId>junit-addons-runner</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>jmock</groupId>
+ <artifactId>jmock</artifactId>
+ <version>${jmock.version}</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>jmock</groupId>
+ <artifactId>jmock-cglib</artifactId>
+ <version>${jmock-cglib.version}</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>mockrunner</groupId>
+ <artifactId>mockrunner</artifactId>
+ <version>${mockrunner.version}</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>tyrex</groupId>
+ <artifactId>tyrex</artifactId>
+ <version>${tyrex.version}</version>
+ <scope>test</scope>
+ </dependency>
+
+ <!-- XML -->
+ <dependency>
+ <groupId>castor</groupId>
+ <artifactId>castor</artifactId>
+ <version>${castor.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>xml-apis</groupId>
+ <artifactId>xml-apis</artifactId>
+ <version>${xml-apis.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>xerces</groupId>
+ <artifactId>xercesImpl</artifactId>
+ <version>${xerces.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>xerces</groupId>
+ <artifactId>xerces</artifactId>
+ <version>${xerces.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>xalan</groupId>
+ <artifactId>xalan</artifactId>
+ <version>${xalan.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>jdom</groupId>
+ <artifactId>jdom</artifactId>
+ <version>${jdom.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>saxpath</groupId>
+ <artifactId>saxpath</artifactId>
+ <version>${saxpath.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>jaxen</groupId>
+ <artifactId>jaxen</artifactId>
+ <version>${jaxen.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>nekohtml</groupId>
+ <artifactId>nekohtml</artifactId>
+ <version>${nekohtml.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>javolution</groupId>
+ <artifactId>javolution</artifactId>
+ <version>${javolution.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>commons-betwixt</groupId>
+ <artifactId>commons-betwixt</artifactId>
+ <version>${commons-betwixt.version}</version>
+ </dependency>
+
+ <!-- Database -->
+ <dependency>
+ <groupId>javax.transaction</groupId>
+ <artifactId>jta</artifactId>
+ <version>${javax.transaction.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>javax.sql</groupId>
+ <artifactId>jdbc-stdext</artifactId>
+ <version>${javax.sql.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.derby</groupId>
+ <artifactId>derby</artifactId>
+ <version>${org.apache.derby.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>hsqldb</groupId>
+ <artifactId>hsqldb</artifactId>
+ <version>${hsqldb.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.ddlutils</groupId>
+ <artifactId>ddlutils</artifactId>
+ <version>${ddlutils.version}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>stax</groupId>
+ <artifactId>stax-api</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+
+ <!-- LDAP -->
+ <dependency>
+ <groupId>directory</groupId>
+ <artifactId>apacheds-main</artifactId>
+ <version>${directory.version}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>directory-shared</groupId>
+ <artifactId>protocol-common</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>asn1-ber</groupId>
+ <artifactId>asn1-codec</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>directory-shared</groupId>
+ <artifactId>ldap-common</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>directory-shared</groupId>
+ <artifactId>kerberos-common</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>directory-protocols</groupId>
+ <artifactId>ntp-protocol</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>directory-protocols</groupId>
+ <artifactId>changepw-protocol</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>directory-protocols</groupId>
+ <artifactId>kerberos-protocol</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>directory-protocols</groupId>
+ <artifactId>ldap-protocol</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+
+ <!-- Email -->
+ <dependency>
+ <groupId>javax.mail</groupId>
+ <artifactId>mail</artifactId>
+ <version>${javax.mail.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>javax.activation</groupId>
+ <artifactId>activation</artifactId>
+ <version>${javax.activation.version}</version>
+ </dependency>
+
+ <!-- Taglibs -->
+ <dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>jstl</artifactId>
+ <version>${javax.servlet.jstl.version}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>taglibs</groupId>
+ <artifactId>standard</artifactId>
+ <version>${taglibs-standard.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>taglibs</groupId>
+ <artifactId>request</artifactId>
+ <version>${taglibs-request.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>taglibs</groupId>
+ <artifactId>random</artifactId>
+ <version>${taglibs-random.version}</version>
+ </dependency>
+
+ <!-- Velocity -->
+ <dependency>
+ <groupId>velocity</groupId>
+ <artifactId>velocity</artifactId>
+ <version>${velocity.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>velocity-tools</groupId>
+ <artifactId>velocity-tools</artifactId>
+ <version>${velocity-tools.version}</version>
+ </dependency>
+
+ <!-- Portals Bridges -->
+ <dependency>
+ <groupId>org.apache.portals.bridges</groupId>
+ <artifactId>portals-bridges-common</artifactId>
+ <version>${org.apache.portals.bridges.common.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.portals.bridges</groupId>
+ <artifactId>portals-bridges-velocity</artifactId>
+ <version>${org.apache.portals.bridges.velocity.version}</version>
+ <exclusions>
+ <!-- brought in by portals-bridges-velocity (1.0.4)
+ TODO: we should fix this for bridges 1.0.5
+ -->
+ <exclusion>
+ <groupId>org.apache.portals.bridges</groupId>
+ <artifactId>portals-bridges-common</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.portals.bridges</groupId>
+ <artifactId>portals-bridges-frameworks</artifactId>
+ <version>${org.apache.portals.bridges.frameworks.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.portals.bridges</groupId>
+ <artifactId>portals-bridges-jsf</artifactId>
+ <version>${org.apache.portals.bridges.jsf.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.portals.bridges</groupId>
+ <artifactId>portals-bridges-groovy</artifactId>
+ <version>${org.apache.portals.bridges.groovy.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.portals.bridges</groupId>
+ <artifactId>portals-bridges-portletfilter</artifactId>
+ <version>${org.apache.portals.bridges.portletfilter.version}</version>
+ </dependency>
+
+ <!-- Portals Bridges Applications -->
+ <dependency>
+ <groupId>org.apache.portals.bridges</groupId>
+ <artifactId>jpetstore</artifactId>
+ <type>war</type>
+ <version>${org.apache.portals.bridges.jpetstore.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.portals.bridges</groupId>
+ <artifactId>jsf-demo</artifactId>
+ <type>war</type>
+ <version>${org.apache.portals.bridges.jsf-demo.version}</version>
+ </dependency>
+
+ <!-- MyFaces -->
+ <dependency>
+ <groupId>myfaces</groupId>
+ <artifactId>myfaces-api</artifactId>
+ <version>${myfaces.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>myfaces</groupId>
+ <artifactId>myfaces-impl</artifactId>
+ <version>${myfaces.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>myfaces</groupId>
+ <artifactId>tomahawk</artifactId>
+ <version>${myfaces.version}</version>
+ </dependency>
+
+ <!-- Rome -->
+ <dependency>
+ <groupId>rome</groupId>
+ <artifactId>rome</artifactId>
+ <version>${rome.version}</version>
+ </dependency>
+
+ <!-- Ant -->
+ <dependency>
+ <groupId>ant</groupId>
+ <artifactId>ant</artifactId>
+ <version>${ant.version}</version>
+ </dependency>
+
+ <!-- ASM -->
+ <dependency>
+ <groupId>asm</groupId>
+ <artifactId>asm</artifactId>
+ <version>${asm.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>asm</groupId>
+ <artifactId>asm-attrs</artifactId>
+ <version>${asm.version}</version>
+ </dependency>
+
+ <!-- CommonJ -->
+ <dependency>
+ <groupId>commonj</groupId>
+ <artifactId>commonj-twm</artifactId>
+ <version>${commonj.version}</version>
+ <scope>provided</scope>
+ </dependency>
+
+ </dependencies>
+ </dependencyManagement>
+
+ <distributionManagement>
+ <!-- A dummy repository just to keep the maven deploy plugin happy.
+ To deploy: use mvn deploy
-DaltDeploymentRepository=serverId::default::url
+ See also : http://www.apache.org/dev/repository-faq.html
+
http://maven.apache.org/plugins/maven-deploy-plugin/deploy-mojo.html
+ -->
+ <repository>
+ <id></id>
+ <url></url>
+ </repository>
+ </distributionManagement>
+
+ <dependencies>
+
+ <!-- Provided Dependencies -->
+ <dependency>
+ <groupId>portlet-api</groupId>
+ <artifactId>portlet-api</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>servlet-api</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.servlet.jsp</groupId>
+ <artifactId>jsp-api</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.pluto</groupId>
+ <artifactId>pluto</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.portals.bridges</groupId>
+ <artifactId>portals-bridges-common</artifactId>
+ <scope>provided</scope>
+ </dependency>
+
+ <!-- Test Dependencies -->
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <scope>test</scope>
+ </dependency>
+
+ </dependencies>
+
+ <!-- Global Build Configuration -->
+
+ <build>
+ <!-- Plugin Configuration -->
+ <pluginManagement>
+ <plugins>
+
+ <!-- Clean: ignore errors -->
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-clean-plugin</artifactId>
+ <configuration>
+ <failOnError>false</failOnError>
+ </configuration>
+ </plugin>
+ <!-- Compiler -->
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>1.5</source>
+ <target>1.5</target>
+ <debug>true</debug>
+ <showDeprecation>true</showDeprecation>
+ <showWarnings>true</showWarnings>
+ <optimize>false</optimize>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <disableXmlReport>true</disableXmlReport>
+ <trimStackTrace>false</trimStackTrace>
+ <forkMode>never</forkMode>
+ <redirectTestOutputToFile>true</redirectTestOutputToFile>
+
+ <!-- workaround for still not fixed SUREFIRE-288: Surefire tries
to instantiate nested TestCase classes -->
+ <excludes>
+ <exclude>**/*$*</exclude>
+ </excludes>
+ <!-- database related tests system properties -->
+ <systemProperties>
+ <property>
+ <name>org.apache.jetspeed.database.user</name>
+ <value>${org.apache.jetspeed.test.database.user}</value>
+ </property>
+ <property>
+ <name>org.apache.jetspeed.database.password</name>
+ <value>${org.apache.jetspeed.test.database.password}</value>
+ </property>
+ <property>
+ <name>org.apache.jetspeed.database.url</name>
+ <value>${org.apache.jetspeed.test.database.url}</value>
+ </property>
+ <property>
+ <name>org.apache.jetspeed.database.driver</name>
+ <value>${org.apache.jetspeed.test.database.driver}</value>
+ </property>
+ </systemProperties>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jar-plugin</artifactId>
+ <!-- force maven-jar-plugin to 2.1 which fixes putting in the
"correct" pom.xml in the jar
+ I'd like to be able to specify version range [2.1,) but that seems
to be utterly broken :(
+ -->
+ <version>2.1</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-eclipse-plugin</artifactId>
+ <version>2.4</version>
+ <configuration>
+ <addVersionToProjectName>true</addVersionToProjectName>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-source-plugin</artifactId>
+ <version>2.0.3</version>
+ <inherited>true</inherited>
+ <executions>
+ <execution>
+ <id>attach-sources</id>
+ <goals>
+ <goal>jar</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+
+ </plugins>
+ </pluginManagement>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-source-plugin</artifactId>
+ <inherited>true</inherited>
+ </plugin>
+ </plugins>
+
+ <resources>
+ <resource>
+ <!-- default from Super POM -->
+ <directory>${basedir}/src/main/resources</directory>
+ </resource>
+ <resource>
+ <directory>${basedir}/src/main/java</directory>
+ <includes>
+ <include>**/*.xml</include>
+ <include>**/*.properties</include>
+ <include>**/*.dtd</include>
+ <include>**/*.vm</include>
+ <include>**/*.conf</include>
+ </includes>
+ </resource>
+ </resources>
+
+ <testResources>
+ <!-- default from Super POM -->
+ <testResource>
+ <directory>src/test/resources</directory>
+ </testResource>
+ <testResource>
+ <directory>src/test/java</directory>
+ <excludes>
+ <exclude>**/*.java</exclude>
+ </excludes>
+ </testResource>
+ </testResources>
+
+ <extensions>
+ <extension>
+ <groupId>org.apache.maven.wagon</groupId>
+ <artifactId>wagon-ssh-external</artifactId>
+ <version>1.0-alpha-5</version>
+ </extension>
+ <extension>
+ <groupId>org.apache.maven.wagon</groupId>
+ <artifactId>wagon-ftp</artifactId>
+ <version>1.0-alpha-6</version>
+ </extension>
+ </extensions>
+
+ </build>
+
+ <profiles>
+ <profile>
+ <id>all</id>
+ <activation>
+ <activeByDefault>true</activeByDefault>
+ </activation>
+ <modules>
+ <module>gems</module>
+ <module>rss</module>
+ <module>demo</module>
+ </modules>
+ </profile>
+ <profile>
+ <id>website</id>
+ <!-- For building website documentation, there's no need to include
modules. -->
+ <modules/>
+ </profile>
+ </profiles>
+
+</project>
Added: portals/applications/rss/pom.xml
URL:
http://svn.apache.org/viewvc/portals/applications/rss/pom.xml?rev=711529&view=auto
==============================================================================
--- portals/applications/rss/pom.xml (added)
+++ portals/applications/rss/pom.xml Wed Nov 5 00:14:27 2008
@@ -0,0 +1,59 @@
+<?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:$
+-->
+<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>
+ <prerequisites>
+ <maven>2.0.4</maven>
+ </prerequisites>
+
+ <!-- POM Identification -->
+
+ <artifactId>rss-main</artifactId>
+ <parent>
+ <groupId>org.apache.portals.applications</groupId>
+ <artifactId>applications</artifactId>
+ <version>2.2-SNAPSHOT</version>
+ <relativePath>../pom.xml</relativePath>
+ </parent>
+ <packaging>pom</packaging>
+ <name>Portals RSS Application</name>
+ <description>
+ RSS Application
+ </description>
+
+ <!-- Application Modules -->
+
+ <modules>
+ <module>rss-jar</module>
+ <module>rss-war</module>
+ </modules>
+
+ <!-- Project Information -->
+
+ <scm>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/portals/applications/rss</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/portals/applications/rss</developerConnection>
+ <url>http://svn.apache.org/viewcvs.cgi/portals/applications/rss/</url>
+ </scm>
+
+</project>
Added: portals/applications/rss/rss-jar/pom.xml
URL:
http://svn.apache.org/viewvc/portals/applications/rss/rss-jar/pom.xml?rev=711529&view=auto
==============================================================================
--- portals/applications/rss/rss-jar/pom.xml (added)
+++ portals/applications/rss/rss-jar/pom.xml Wed Nov 5 00:14:27 2008
@@ -0,0 +1,127 @@
+<?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:$
+-->
+<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>
+ <prerequisites>
+ <maven>2.0.4</maven>
+ </prerequisites>
+
+ <!-- POM Identification -->
+
+ <artifactId>portals-rss</artifactId>
+ <parent>
+ <groupId>org.apache.portals.applications</groupId>
+ <artifactId>rss-main</artifactId>
+ <version>2.2-SNAPSHOT</version>
+ <relativePath>../pom.xml</relativePath>
+ </parent>
+ <packaging>jar</packaging>
+ <name>Portals RSS Application JAR</name>
+
+ <!-- Build Configuration -->
+
+ <build>
+
+ <!-- Standard Directories -->
+ <sourceDirectory>../src/java</sourceDirectory>
+ <scriptSourceDirectory>../src/scripts</scriptSourceDirectory>
+ <testSourceDirectory>../src/test</testSourceDirectory>
+
+ <!-- Resources -->
+ <resources>
+ <resource>
+ <directory>../src/java</directory>
+ <excludes>
+ <exclude>**/*.java</exclude>
+ </excludes>
+ </resource>
+ </resources>
+
+ <!-- Test Resources -->
+ <testResources>
+ <testResource>
+ <directory>../src/java</directory>
+ <excludes>
+ <exclude>**/*.java</exclude>
+ </excludes>
+ </testResource>
+ <testResource>
+ <directory>../src/test</directory>
+ <excludes>
+ <exclude>**/*.java</exclude>
+ </excludes>
+ </testResource>
+ </testResources>
+
+ </build>
+
+ <!-- Dependencies -->
+
+ <dependencies>
+
+ <!-- Build Dependencies -->
+ <dependency>
+ <groupId>org.apache.portals.bridges</groupId>
+ <artifactId>portals-bridges-velocity</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>velocity</groupId>
+ <artifactId>velocity</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>rome</groupId>
+ <artifactId>rome</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>jdom</groupId>
+ <artifactId>jdom</artifactId>
+ </dependency>
+
+ <!-- Runtime Dependencies -->
+ <dependency>
+ <groupId>xml-apis</groupId>
+ <artifactId>xml-apis</artifactId>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>xerces</groupId>
+ <artifactId>xercesImpl</artifactId>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>xalan</groupId>
+ <artifactId>xalan</artifactId>
+ <scope>runtime</scope>
+ </dependency>
+
+ </dependencies>
+
+</project>
Added: portals/applications/rss/rss-war/pom.xml
URL:
http://svn.apache.org/viewvc/portals/applications/rss/rss-war/pom.xml?rev=711529&view=auto
==============================================================================
--- portals/applications/rss/rss-war/pom.xml (added)
+++ portals/applications/rss/rss-war/pom.xml Wed Nov 5 00:14:27 2008
@@ -0,0 +1,149 @@
+<?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:$
+-->
+<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>
+ <prerequisites>
+ <maven>2.0.4</maven>
+ </prerequisites>
+
+ <!-- POM Identification -->
+
+ <artifactId>rss</artifactId>
+ <parent>
+ <groupId>org.apache.portals.applications</groupId>
+ <artifactId>rss-main</artifactId>
+ <version>2.2-SNAPSHOT</version>
+ <relativePath>../pom.xml</relativePath>
+ </parent>
+ <packaging>war</packaging>
+ <name>Portals RSS Application WAR</name>
+
+ <!-- Dependencies -->
+
+ <dependencies>
+
+ <!-- Runtime Dependencies -->
+ <!-- FIXME:
+ <dependency>
+ <groupId>${pom.groupId}</groupId>
+ <artifactId>portals-rss</artifactId>
+ <scope>runtime</scope>
+ </dependency>
+ -->
+ <dependency>
+ <groupId>velocity-tools</groupId>
+ <artifactId>velocity-tools</artifactId>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>commons-digester</groupId>
+ <artifactId>commons-digester</artifactId>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>commons-lang</groupId>
+ <artifactId>commons-lang</artifactId>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>commons-collections</groupId>
+ <artifactId>commons-collections</artifactId>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>oro</groupId>
+ <artifactId>oro</artifactId>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>log4j</groupId>
+ <artifactId>log4j</artifactId>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.portals.jetspeed-2</groupId>
+ <artifactId>jetspeed-webapp-logging</artifactId>
+ <version>2.2-SNAPSHOT</version>
+ <scope>runtime</scope>
+ </dependency>
+
+ </dependencies>
+
+ <!-- Build Configuration -->
+
+ <build>
+
+ <!-- Plugin Configuration -->
+ <pluginManagement>
+ <plugins>
+
+ <!-- WAR plugin -->
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-war-plugin</artifactId>
+ <configuration>
+ <warSourceDirectory>../src/webapp</warSourceDirectory>
+ </configuration>
+ </plugin>
+
+ </plugins>
+ </pluginManagement>
+
+ <!-- Plugins -->
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>hot-deploy-application</id>
+ <phase>install</phase>
+ <configuration>
+ <tasks>
+ <ant target="hot-deploy-war"
antfile="build.xml" dir="${basedir}/../../../app-servers" inheritall="off">
+ <property
name="org.apache.jetspeed.deploy.enable"
+
value="${org.apache.jetspeed.env.hotdeploy}"/>
+ <property
name="org.apache.jetspeed.deploy.target"
+
value="${org.apache.jetspeed.env.deploy.target}"/>
+ <property
name="org.apache.jetspeed.server.home"
+
value="${org.apache.jetspeed.server.home}"/>
+ <property
name="org.apache.jetspeed.deploy.groupid"
+ value="${pom.groupId}"/>
+ <property
name="org.apache.jetspeed.deploy.artifactid"
+ value="${pom.artifactId}"/>
+ <property
name="org.apache.jetspeed.deploy.version"
+ value="${pom.version}"/>
+ </ant>
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+
+ </build>
+
+</project>
Added: portals/applications/src/site/resources/css/site.css
URL:
http://svn.apache.org/viewvc/portals/applications/src/site/resources/css/site.css?rev=711529&view=auto
==============================================================================
--- portals/applications/src/site/resources/css/site.css (added)
+++ portals/applications/src/site/resources/css/site.css Wed Nov 5 00:14:27
2008
@@ -0,0 +1,290 @@
+/*
+* 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.
+*/
+/*
+----------------------
+Theme Style
+----------------------
+*/
+body {
+ background-color: #fff;
+ font-family: Verdana, Helvetica, Arial, sans-serif;
+ margin-left: auto;
+ margin-right: auto;
+ background-repeat: repeat-y;
+ font-size: 13px;
+ padding: 0px;
+}
+
+td,select,input,li {
+ font-family: Verdana, Helvetica, Arial, sans-serif;
+ font-size: 12px;
+ color: #333333;
+}
+
+code {
+ font-size: 12px;
+}
+
+a {
+ text-decoration: none;
+}
+
+a:link {
+ color: #47a;
+}
+
+a:visited {
+ color: #666666;
+}
+
+a:active,a:hover {
+ color: #990000;
+}
+
+#legend li.externalLink {
+ background: url(../images/external.png) left top no-repeat;
+ padding-left: 18px;
+}
+
+a.externalLink,a.externalLink:link,a.externalLink:visited,a.externalLink:active,a.externalLink:hover
+ {
+ background: url(../images/external.png) right center no-repeat;
+ padding-right: 18px;
+}
+
+#legend li.newWindow {
+ background: url(../images/newwindow.png) left top no-repeat;
+ padding-left: 18px;
+}
+
+a.newWindow,a.newWindow:link,a.newWindow:visited,a.newWindow:active,a.newWindow:hover
+ {
+ background: url(../images/newwindow.png) right center no-repeat;
+ padding-right: 18px;
+}
+
+h2 {
+ font-size: 17px;
+ color: #333333;
+}
+
+h3 {
+ padding: 4px 4px 4px 24px;
+ color: #666;
+ background-color: #ccc;
+ font-weight: bold;
+ font-size: 14px;
+ background-image: url(../images/h3.jpg);
+ background-repeat: no-repeat;
+ background-position: left bottom;
+}
+
+p {
+ line-height: 1.3em;
+ font-size: 12px;
+ color: #000;
+}
+
+#breadcrumbs {
+ height: 6px;
+ background-image: url(../images/breadcrumbs.jpg);
+ padding: 5px 10px 14px 20px;
+}
+
+* html #breadcrumbs {
+ padding-bottom: 8px;
+}
+
+#leftColumn {
+ margin: 10px 0 10px 0;
+ background-color: #fff;
+ border-top-color: #ccc;
+ border-top-style: solid;
+ border-top-width: 1px;
+ border-right-color: #ccc;
+ border-right-style: solid;
+ border-right-width: 1px;
+ border-bottom-color: #ccc;
+ border-bottom-style: solid;
+ border-bottom-width: 1px;
+ padding-right: 5px;
+ padding-left: 5px;
+ width: 18%;
+}
+
+#bodyColumn {
+ margin-right: 1.5em;
+ margin-left: 20%;
+}
+
+#navcolumn h5 {
+ font-size: smaller;
+ border-bottom: 1px solid #aaaaaa;
+ padding-top: 2px;
+ padding-left: 9px;
+ color: #49635a;
+ background-image: url(../images/h5.jpg);
+ background-repeat: no-repeat;
+ background-position: left bottom;
+}
+
+table.bodyTable th {
+ color: white;
+ background-color: #bbb;
+ text-align: left;
+ font-weight: bold;
+}
+
+table.bodyTable th,table.bodyTable td {
+ font-size: 11px;
+}
+
+table.bodyTable tr.a {
+ background-color: #ddd;
+}
+
+table.bodyTable tr.b {
+ background-color: #eee;
+}
+
+.source {
+ border: 1px solid #999;
+ overflow: auto
+}
+
+dt {
+ padding: 4px 4px 4px 24px;
+ color: #333333;
+ background-color: #ccc;
+ font-weight: bold;
+ font-size: 14px;
+ background-image: url(../images/h3.jpg);
+ background-repeat: no-repeat;
+ background-position: left bottom;
+}
+
+.subsectionTitle {
+ font-size: 13px;
+ font-weight: bold;
+ color: #666;
+}
+
+table {
+ font-size: 10px;
+}
+
+.xright a:link,.xright a:visited,.xright a:active {
+ color: #666;
+}
+
+.xright a:hover {
+ color: #003300;
+}
+
+#banner {
+ height: 93px;
+ background: url(../images/banner.jpg);
+}
+
+#bannerLeft img, #bannerRight img {
+ margin: 8px;
+}
+
+#navcolumn ul {
+ margin: 5px 0 15px -0em;
+}
+
+#navcolumn ul a {
+ color: #333333;
+}
+
+#navcolumn ul a:hover {
+ color: red;
+}
+
+#intro {
+ border: solid #ccc 1px;
+ margin: 6px 0px 0px 0px;
+ padding: 10px 40px 10px 40px;
+}
+
+.section h2 {
+ background-color: #fff;
+ border: 0px;
+ padding-left: 0px;
+}
+
+.subsection {
+ margin-left: 3px;
+ color: #333333;
+}
+
+.subsection p {
+ font-size: 12px;
+}
+
+#footer {
+ padding: 10px;
+ margin: 20px 0px 20px 0px;
+ border-top: solid #ccc 1px;
+ color: #333333;
+}
+
+/*
+----------------------
+Project Style
+----------------------
+*/
+
+#downloadbox {
+ float: right;
+ margin: 0 10px 20px 20px;
+ padding: 5px;
+ border: 1px solid #999;
+ background-color: #eee;
+}
+
+#downloadbox {
+ float: right;
+ margin: 0 10px 20px 20px;
+ padding: 5px;
+ border: 1px solid #999;
+ background-color: #eee;
+}
+
+#downloadbox h5 {
+ color: #000;
+ margin: 0;
+ border-bottom: 1px solid #aaaaaa;
+ font-size: smaller;
+ padding: 0;
+}
+
+#downloadbox p {
+ margin-top: 1em;
+ margin-bottom: 0;
+}
+
+#downloadbox ul {
+ margin-top: 0;
+ margin-bottom: 1em;
+ list-style-type: disc;
+}
+
+#downloadbox li {
+ font-size: smaller;
+}
\ No newline at end of file
Added: portals/applications/src/site/resources/images/add-user-editmode.png
URL:
http://svn.apache.org/viewvc/portals/applications/src/site/resources/images/add-user-editmode.png?rev=711529&view=auto
==============================================================================
Binary file - no diff available.
Propchange: portals/applications/src/site/resources/images/add-user-editmode.png
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: portals/applications/src/site/resources/images/add-user.png
URL:
http://svn.apache.org/viewvc/portals/applications/src/site/resources/images/add-user.png?rev=711529&view=auto
==============================================================================
Binary file - no diff available.
Propchange: portals/applications/src/site/resources/images/add-user.png
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: portals/applications/src/site/resources/images/apache-portals.gif
URL:
http://svn.apache.org/viewvc/portals/applications/src/site/resources/images/apache-portals.gif?rev=711529&view=auto
==============================================================================
Binary file - no diff available.
Propchange: portals/applications/src/site/resources/images/apache-portals.gif
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: portals/applications/src/site/resources/images/breadcrumbs.jpg
URL:
http://svn.apache.org/viewvc/portals/applications/src/site/resources/images/breadcrumbs.jpg?rev=711529&view=auto
==============================================================================
Binary file - no diff available.
Propchange: portals/applications/src/site/resources/images/breadcrumbs.jpg
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: portals/applications/src/site/resources/images/collapsed.gif
URL:
http://svn.apache.org/viewvc/portals/applications/src/site/resources/images/collapsed.gif?rev=711529&view=auto
==============================================================================
Binary file - no diff available.
Propchange: portals/applications/src/site/resources/images/collapsed.gif
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: portals/applications/src/site/resources/images/definingUserAttributes.jpg
URL:
http://svn.apache.org/viewvc/portals/applications/src/site/resources/images/definingUserAttributes.jpg?rev=711529&view=auto
==============================================================================
Binary file - no diff available.
Propchange:
portals/applications/src/site/resources/images/definingUserAttributes.jpg
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: portals/applications/src/site/resources/images/expanded.gif
URL:
http://svn.apache.org/viewvc/portals/applications/src/site/resources/images/expanded.gif?rev=711529&view=auto
==============================================================================
Binary file - no diff available.
Propchange: portals/applications/src/site/resources/images/expanded.gif
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: portals/applications/src/site/resources/images/external.png
URL:
http://svn.apache.org/viewvc/portals/applications/src/site/resources/images/external.png?rev=711529&view=auto
==============================================================================
Binary file - no diff available.
Propchange: portals/applications/src/site/resources/images/external.png
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: portals/applications/src/site/resources/images/folder-open.gif
URL:
http://svn.apache.org/viewvc/portals/applications/src/site/resources/images/folder-open.gif?rev=711529&view=auto
==============================================================================
Binary file - no diff available.
Propchange: portals/applications/src/site/resources/images/folder-open.gif
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: portals/applications/src/site/resources/images/h3.jpg
URL:
http://svn.apache.org/viewvc/portals/applications/src/site/resources/images/h3.jpg?rev=711529&view=auto
==============================================================================
Binary file - no diff available.
Propchange: portals/applications/src/site/resources/images/h3.jpg
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: portals/applications/src/site/resources/images/h5.jpg
URL:
http://svn.apache.org/viewvc/portals/applications/src/site/resources/images/h5.jpg?rev=711529&view=auto
==============================================================================
Binary file - no diff available.
Propchange: portals/applications/src/site/resources/images/h5.jpg
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: portals/applications/src/site/resources/images/newwindow.png
URL:
http://svn.apache.org/viewvc/portals/applications/src/site/resources/images/newwindow.png?rev=711529&view=auto
==============================================================================
Binary file - no diff available.
Propchange: portals/applications/src/site/resources/images/newwindow.png
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: portals/applications/src/site/resources/images/pdf.gif
URL:
http://svn.apache.org/viewvc/portals/applications/src/site/resources/images/pdf.gif?rev=711529&view=auto
==============================================================================
Binary file - no diff available.
Propchange: portals/applications/src/site/resources/images/pdf.gif
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: portals/applications/src/site/resources/images/portlets/gems.gif
URL:
http://svn.apache.org/viewvc/portals/applications/src/site/resources/images/portlets/gems.gif?rev=711529&view=auto
==============================================================================
Binary file - no diff available.
Propchange: portals/applications/src/site/resources/images/portlets/gems.gif
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: portals/applications/src/site/resources/images/usingUserAttributes.jpg
URL:
http://svn.apache.org/viewvc/portals/applications/src/site/resources/images/usingUserAttributes.jpg?rev=711529&view=auto
==============================================================================
Binary file - no diff available.
Propchange:
portals/applications/src/site/resources/images/usingUserAttributes.jpg
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: portals/applications/src/site/site.xml
URL:
http://svn.apache.org/viewvc/portals/applications/src/site/site.xml?rev=711529&view=auto
==============================================================================
--- portals/applications/src/site/site.xml (added)
+++ portals/applications/src/site/site.xml Wed Nov 5 00:14:27 2008
@@ -0,0 +1,60 @@
+<?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 name="Apache Portals Applications">
+ <publishDate format="d MMMM yyyy"/>
+ <bannerLeft>
+ <name>Apache Software Foundation</name>
+ <src>images/apache-portals.gif</src>
+ <href>http://portals.apache.org/</href>
+ </bannerLeft>
+ <bannerRight>
+ <name>Apache Portals Applications</name>
+ <src>images/portlets/gems.gif</src>
+ <href>http://portals.apache.org/applications/</href>
+ </bannerRight>
+ <body>
+
+ <links>
+ <item name="Portals" href="http://portals.apache.org/" target="_nw"/>
+ <item name="Jetspeed-2" href="http://portals.apache.org/jetspeed-2"
target="_nw"/>
+ <item name="Bridges" href="http://portals.apache.org/bridges"
target="_nw"/>
+ <!-- TODO: During build, pdf docs need to be generated.
+ <item name="PDF Documentation" href="/jetspeed2.pdf"
img="images/pdf.gif" />
+ -->
+ </links>
+ <menu name="Essentials">
+ <item name="Download" href="download.html" />
+ <item name="Getting Started" href="getting-started.html" />
+ <item name="Remote Deployment" href="rpad.html" />
+ </menu>
+ <menu name="Subprojects">
+ <item name="Gems" href="./portals-gems/index.html" />
+ <item name="Demo" href="./demo/index.html" />
+ <item name="RSS" href="./rss-main/index.html" />
+ </menu>
+
+ <menu name="Support">
+ <item name="Mailing List" href="mail-lists.html" />
+ <item name="Bug Database" href="issue-tracking.html" />
+ <item name="Wiki" href="http://wiki.apache.org/portals/applications" />
+ </menu>
+
+ <menu ref="reports"/>
+
+ </body>
+</project>
\ No newline at end of file
Added: portals/applications/src/site/xdoc/demo/index.xml
URL:
http://svn.apache.org/viewvc/portals/applications/src/site/xdoc/demo/index.xml?rev=711529&view=auto
==============================================================================
--- portals/applications/src/site/xdoc/demo/index.xml (added)
+++ portals/applications/src/site/xdoc/demo/index.xml Wed Nov 5 00:14:27 2008
@@ -0,0 +1,55 @@
+<?xml version="1.0"?>
+<!--
+ 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.
+-->
+<document>
+ <properties>
+ <title>Apache Portals Demo Application</title>
+ <subtitle>Welcome to Apache Portals Demo Application</subtitle>
+ <authors>
+ <person name="David Sean Taylor" email="[EMAIL
PROTECTED]" />
+ </authors>
+ </properties>
+ <body>
+ <section name="Welcome to Apache Portals Demo Application">
+ <div id="downloadbox">
+ <h5>Get Portals Demo App</h5>
+ <p>
+ <a href="../download.html">
+ <img valign="top"
src="images/folder-open.gif"
+ border="0" alt=""
title="download" />
+ Download
+ </a>
+ Portals Applications 2.2 Downloads
+ <small>(MB)</small>
+ </p>
+ <ul>
+ <li>
+ <a
href="../getting-started.html">
+ System Requirements
+ </a>
+ </li>
+ </ul>
+ </div>
+ <p>
+A portlet application dedicated to demonstrating different portal technologies
like <a href='http://portals.apache.org/bridges/'>Portals Bridges</a>
+ </p>
+ </section>
+ </body>
+ </document>
+
+
+
\ No newline at end of file