You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by bo...@apache.org on 2005/09/16 06:26:16 UTC

svn commit: r289376 - in /gump/metadata: profile/gump.xml project/portals-bridges.xml

Author: bodewig
Date: Thu Sep 15 21:26:07 2005
New Revision: 289376

URL: http://svn.apache.org/viewcvs?rev=289376&view=rev
Log:
experimental portals-bridges project

Added:
    gump/metadata/project/portals-bridges.xml   (with props)
Modified:
    gump/metadata/profile/gump.xml

Modified: gump/metadata/profile/gump.xml
URL: http://svn.apache.org/viewcvs/gump/metadata/profile/gump.xml?rev=289376&r1=289375&r2=289376&view=diff
==============================================================================
--- gump/metadata/profile/gump.xml (original)
+++ gump/metadata/profile/gump.xml Thu Sep 15 21:26:07 2005
@@ -162,6 +162,7 @@
   <module href="project/apr-iconv.xml"/>
 
 <!-- Apache Portals -->
+  <module href="project/portals-bridges.xml"/>
   <module href="project/portals-pluto.xml"/>
 
 <!-- Apache.WebServices -->

Added: gump/metadata/project/portals-bridges.xml
URL: http://svn.apache.org/viewcvs/gump/metadata/project/portals-bridges.xml?rev=289376&view=auto
==============================================================================
--- gump/metadata/project/portals-bridges.xml (added)
+++ gump/metadata/project/portals-bridges.xml Thu Sep 15 21:26:07 2005
@@ -0,0 +1,41 @@
+<?xml version="1.0" ?>
+<!--
+  Copyright 2005 The Apache Software Foundation
+
+  Licensed 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.
+-->
+<module name="portals-bridges">
+
+  <url href="http://portals.apache.org/bridges/"/>
+  <description>
+    Support for JSR168 compliant Portlet development
+  </description>
+
+  <svn repository="portals" dir="bridges/trunk"/>
+
+  <project name="portals-bridges">
+    <package>org.apache.bridges</package>
+
+    <maven>
+      <property name="maven.jar.portals-api" project="portals-pluto"
+        id="api" reference="jarpath"/>
+      <property project="jakarta-servletapi-5-servlet"
+        name="maven.jar.servletapi" reference="jarpath" />
+    </maven>
+
+    <depend project="jakarta-servletapi-5-servlet" />
+    <depend project="portals-pluto" ids="api"/>
+    
+    <jar name="FILL_IN_LATER" id="portals-bridges-common"/>
+  </project>
+</module>
\ No newline at end of file

Propchange: gump/metadata/project/portals-bridges.xml
------------------------------------------------------------------------------
    svn:eol-style = native