You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by bi...@apache.org on 2010/03/02 05:18:46 UTC

svn commit: r917869 - in /gump/metadata: profile/gump.xml project/castor.xml project/portals-pluto-trunk.xml project/portals-pom.xml

Author: billbarker
Date: Tue Mar  2 04:18:45 2010
New Revision: 917869

URL: http://svn.apache.org/viewvc?rev=917869&view=rev
Log:
Let the mvn repo know about the portals parent POM to try and help pluto out

Added:
    gump/metadata/project/portals-pom.xml   (with props)
Modified:
    gump/metadata/profile/gump.xml
    gump/metadata/project/castor.xml
    gump/metadata/project/portals-pluto-trunk.xml

Modified: gump/metadata/profile/gump.xml
URL: http://svn.apache.org/viewvc/gump/metadata/profile/gump.xml?rev=917869&r1=917868&r2=917869&view=diff
==============================================================================
--- gump/metadata/profile/gump.xml (original)
+++ gump/metadata/profile/gump.xml Tue Mar  2 04:18:45 2010
@@ -179,6 +179,7 @@
   <module href="project/portals-jetspeed-1.xml"/>
   <module href="project/portals-pluto.xml"/>
   <module href="project/portals-pluto-trunk.xml"/>
+  <module href="project/portals-pom.xml" />
   <!--module href="project/portals-wsrp4j.xml"/-->
 
   <module href="project/tapestry.xml"/>

Modified: gump/metadata/project/castor.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/castor.xml?rev=917869&r1=917868&r2=917869&view=diff
==============================================================================
--- gump/metadata/project/castor.xml (original)
+++ gump/metadata/project/castor.xml Tue Mar  2 04:18:45 2010
@@ -28,8 +28,8 @@
   <project name="castor">
     <package>org.exolab.castor</package>
     <depend project="castor-reactor"/>
-    <jar name="core/target/castor-core-1.3.2-SNAPSHOT.jar"/>
-    <jar name="xml/target/castor-xml-1.3.2-SNAPSHOT.jar"/>
+    <jar name="core/target/castor-core-1.3.2-SNAPSHOT.jar" id="castor-core"/>
+    <jar name="xml/target/castor-xml-1.3.2-SNAPSHOT.jar" id="castor-xml"/>
   </project>
 
   <project name="castor-core">

Modified: gump/metadata/project/portals-pluto-trunk.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/portals-pluto-trunk.xml?rev=917869&r1=917868&r2=917869&view=diff
==============================================================================
--- gump/metadata/project/portals-pluto-trunk.xml (original)
+++ gump/metadata/project/portals-pluto-trunk.xml Tue Mar  2 04:18:45 2010
@@ -39,6 +39,8 @@
    <option project="junit" />
    <option project="stax" />
    <option project="jakarta-taglibs-standard" />
+   <option project="castor" />
+   <option project="portals-pom" />
 
   </project>
 

Added: gump/metadata/project/portals-pom.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/portals-pom.xml?rev=917869&view=auto
==============================================================================
--- gump/metadata/project/portals-pom.xml (added)
+++ gump/metadata/project/portals-pom.xml Tue Mar  2 04:18:45 2010
@@ -0,0 +1,31 @@
+<?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.
+-->
+<module name="portals-pom">
+
+  <url href="http://portals.apache.org/"/>
+  <description>
+    Parent POM for Apache Portals
+  </description>
+
+  <svn repository="asf" dir="portals/portals-pom/trunk"/>
+
+  <project name="portals-pom" groupId="org.apache.portals">
+    <jar name="pom.xml" id="portals-pom" />
+  </project>
+
+</module>

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