You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@portals.apache.org by at...@apache.org on 2010/04/09 11:10:55 UTC

svn commit: r932308 - in /portals/site/bridges: bridges-groovy/ bridges-jsf/ bridges-php/ bridges-struts/ pom.xml src/ src/site/ src/site/resources/ src/site/site.xml src/site/xdoc/

Author: ate
Date: Fri Apr  9 09:10:54 2010
New Revision: 932308

URL: http://svn.apache.org/viewvc?rev=932308&view=rev
Log:
PB-99: Create separate Portals Bridges svn site project under the Portals site project
- initial groundwork

Added:
    portals/site/bridges/bridges-groovy/
    portals/site/bridges/bridges-jsf/
    portals/site/bridges/bridges-php/
    portals/site/bridges/bridges-struts/
    portals/site/bridges/pom.xml   (with props)
    portals/site/bridges/src/
    portals/site/bridges/src/site/
    portals/site/bridges/src/site/resources/
    portals/site/bridges/src/site/site.xml   (with props)
    portals/site/bridges/src/site/xdoc/

Added: portals/site/bridges/pom.xml
URL: http://svn.apache.org/viewvc/portals/site/bridges/pom.xml?rev=932308&view=auto
==============================================================================
--- portals/site/bridges/pom.xml (added)
+++ portals/site/bridges/pom.xml Fri Apr  9 09:10:54 2010
@@ -0,0 +1,71 @@
+<?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.9</maven>
+  </prerequisites>
+
+  <artifactId>bridges-site</artifactId>
+
+  <name>Portals Bridges Documentation</name>
+  <description>Apache Portals Bridges Site Documentation</description>
+  <parent>
+	  <groupId>org.apache.portals.site</groupId>
+  	   <artifactId>portals-site</artifactId>
+       <version>1.0</version>
+  </parent>
+  <packaging>pom</packaging>
+    
+   <modules>
+    <module>bridges-groovy</module>
+    <module>bridges-struts</module>
+  </modules>
+    
+ <!-- this is for a bug Maven, see http://jira.codehaus.org/browse/MSHARED-18 
+      should be removed once Maven incorporates this bug in an official release--> 
+ <build>
+   <plugins>
+     <plugin>
+       <groupId>org.apache.maven.plugins</groupId>
+       <artifactId>maven-site-plugin</artifactId>
+       <version>2.0</version>
+     </plugin>
+   </plugins>
+ </build>
+   
+  <reporting>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-project-info-reports-plugin</artifactId>
+        <reportSets>
+          <reportSet>            
+            <reports>              
+            </reports>
+          </reportSet>
+        </reportSets>
+      </plugin>
+    </plugins>
+  </reporting>
+
+</project>

Propchange: portals/site/bridges/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: portals/site/bridges/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Id

Propchange: portals/site/bridges/pom.xml
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: portals/site/bridges/src/site/site.xml
URL: http://svn.apache.org/viewvc/portals/site/bridges/src/site/site.xml?rev=932308&view=auto
==============================================================================
--- portals/site/bridges/src/site/site.xml (added)
+++ portals/site/bridges/src/site/site.xml Fri Apr  9 09:10:54 2010
@@ -0,0 +1,68 @@
+<?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 Bridges">
+  <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 Bridges</name>
+    <href>http://portals.apache.org/bridges/</href>
+  </bannerRight>
+  <!-- 
+  <skin>
+    <groupId>org.apache.portals.jetspeed-2</groupId>
+    <artifactId>jetspeed-maven-skin</artifactId>
+    <version>2.2.0</version>
+  </skin>
+   -->
+  <body>
+  
+    <links>
+      <item name="Portals" href="http://portals.apache.org/" target="_nw"/>
+      <item name="Applications" href="http://portals.apache.org/applications" target="_nw"/>
+      <item name="Jetspeed-2" href="http://portals.apache.org/jetspeed-2" target="_nw"/>
+      <item name="JSR-168" href="http://www.jcp.org/en/jsr/detail?id=168" target="_nw"/>
+      <item name="JSR-286" href="http://www.jcp.org/en/jsr/detail?id=286" target="_nw"/>
+    </links>
+   <menu name="Current Portals Bridges">
+      <item name="Common Utilities and Interfaces" href="bridges-common.html"/>
+      <item name="Groovy Bridge" href="bridge-groovy/index.html"/>
+      <item name="Struts Bridge" href="bridges-struts/index.html"/>
+      <item name="Velocity Bridge" href="bridges-velocity.html"/>
+    </menu>
+   <menu name="Archived Portals Bridges">
+      <item name="JSF Bridge" href="bridges-jsf/index.html"/>
+      <item name="PHP Bridge" href="bridges-php/index.html"/>
+      <item name="Perl Bridge" href="portals-bridges-perl.html"/>
+      <item name="Portlet Filter" href="bridges-portletfilter.html"/>
+      <item name="Frameworks" href="bridges-frameworks.html"/>
+    </menu>
+    <menu name="Get Portals Bridges">
+      <item name="Download" href="download.html"/>
+      <item name="Release Notes" href="release-notes.html"/>
+    </menu>
+   <menu name="Support">    
+     <item name="Mailing List" href="mail-lists.html" />
+     <item name="Bug Database" href="issue-tracking.html" />
+   </menu>
+   
+  </body>
+</project>
\ No newline at end of file

Propchange: portals/site/bridges/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: portals/site/bridges/src/site/site.xml
------------------------------------------------------------------------------
    svn:keywords = Id

Propchange: portals/site/bridges/src/site/site.xml
------------------------------------------------------------------------------
    svn:mime-type = text/plain