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:25:20 UTC

svn commit: r932313 - in /portals/site/bridges: ./ bridges-groovy/ bridges-groovy/src/ bridges-groovy/src/site/ bridges-groovy/src/site/resources/ bridges-groovy/src/site/xdoc/ bridges-jsf/ bridges-jsf/src/ bridges-jsf/src/site/ bridges-jsf/src/site/re...

Author: ate
Date: Fri Apr  9 09:25:19 2010
New Revision: 932313

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

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

Added: portals/site/bridges/bridges-groovy/pom.xml
URL: http://svn.apache.org/viewvc/portals/site/bridges/bridges-groovy/pom.xml?rev=932313&view=auto
==============================================================================
--- portals/site/bridges/bridges-groovy/pom.xml (added)
+++ portals/site/bridges/bridges-groovy/pom.xml Fri Apr  9 09:25:19 2010
@@ -0,0 +1,65 @@
+<?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-groovy</artifactId>
+  <name>Portals Bridges Groovy Bridge</name>
+  <description>Portals Bridges Groovy Bridge</description>
+  <packaging>pom</packaging>    
+  <parent>
+	  <artifactId>bridges-site</artifactId>
+      <groupId>org.apache.portals.site</groupId>
+      <version>1.0</version>
+  </parent>
+  
+ <!-- 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/bridges-groovy/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: portals/site/bridges/bridges-jsf/pom.xml
URL: http://svn.apache.org/viewvc/portals/site/bridges/bridges-jsf/pom.xml?rev=932313&view=auto
==============================================================================
--- portals/site/bridges/bridges-jsf/pom.xml (added)
+++ portals/site/bridges/bridges-jsf/pom.xml Fri Apr  9 09:25:19 2010
@@ -0,0 +1,65 @@
+<?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-jsf</artifactId>
+  <name>Portals Bridges JSF Bridge</name>
+  <description>Portals Bridges JSF Bridge</description>
+  <packaging>pom</packaging>    
+  <parent>
+	  <artifactId>bridges-site</artifactId>
+      <groupId>org.apache.portals.site</groupId>
+      <version>1.0</version>
+  </parent>
+  
+ <!-- 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/bridges-jsf/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: portals/site/bridges/bridges-php/pom.xml
URL: http://svn.apache.org/viewvc/portals/site/bridges/bridges-php/pom.xml?rev=932313&view=auto
==============================================================================
--- portals/site/bridges/bridges-php/pom.xml (added)
+++ portals/site/bridges/bridges-php/pom.xml Fri Apr  9 09:25:19 2010
@@ -0,0 +1,65 @@
+<?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-php</artifactId>
+  <name>Portals Bridges PHP Bridge</name>
+  <description>Portals Bridges PHP Bridge</description>
+  <packaging>pom</packaging>    
+  <parent>
+	  <artifactId>bridges-site</artifactId>
+      <groupId>org.apache.portals.site</groupId>
+      <version>1.0</version>
+  </parent>
+  
+ <!-- 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/bridges-php/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: portals/site/bridges/bridges-struts/pom.xml
URL: http://svn.apache.org/viewvc/portals/site/bridges/bridges-struts/pom.xml?rev=932313&view=auto
==============================================================================
--- portals/site/bridges/bridges-struts/pom.xml (added)
+++ portals/site/bridges/bridges-struts/pom.xml Fri Apr  9 09:25:19 2010
@@ -0,0 +1,65 @@
+<?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-struts</artifactId>
+  <name>Portals Bridges Struts Bridge</name>
+  <description>Portals Bridges Struts Bridge</description>
+  <packaging>pom</packaging>    
+  <parent>
+	  <artifactId>bridges-site</artifactId>
+      <groupId>org.apache.portals.site</groupId>
+      <version>1.0</version>
+  </parent>
+  
+ <!-- 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/bridges-struts/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Modified: portals/site/bridges/pom.xml
URL: http://svn.apache.org/viewvc/portals/site/bridges/pom.xml?rev=932313&r1=932312&r2=932313&view=diff
==============================================================================
--- portals/site/bridges/pom.xml (original)
+++ portals/site/bridges/pom.xml Fri Apr  9 09:25:19 2010
@@ -38,6 +38,8 @@
     
    <modules>
     <module>bridges-groovy</module>
+    <module>bridges-jsf</module>
+    <module>bridges-php</module>
     <module>bridges-struts</module>
   </modules>
     

Added: portals/site/bridges/src/site/xdoc/bridges-common.xml
URL: http://svn.apache.org/viewvc/portals/site/bridges/src/site/xdoc/bridges-common.xml?rev=932313&view=auto
==============================================================================
--- portals/site/bridges/src/site/xdoc/bridges-common.xml (added)
+++ portals/site/bridges/src/site/xdoc/bridges-common.xml Fri Apr  9 09:25:19 2010
@@ -0,0 +1,27 @@
+<?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>About Apache Portals Bridges Common</title>
+  </properties>
+  <body>
+    <section name="About Apache Portals Bridges Common">
+      <p>TBD</p>
+    </section>
+  </body>
+</document>

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

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

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