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 2008/04/07 17:23:51 UTC

svn commit: r645563 - in /gump/metadata: profile/gump.xml project/cocoon.xml

Author: bodewig
Date: Mon Apr  7 08:23:50 2008
New Revision: 645563

URL: http://svn.apache.org/viewvc?rev=645563&view=rev
Log:
let's see how far we get with Cocoon

Added:
    gump/metadata/project/cocoon.xml   (with props)
Modified:
    gump/metadata/profile/gump.xml

Modified: gump/metadata/profile/gump.xml
URL: http://svn.apache.org/viewvc/gump/metadata/profile/gump.xml?rev=645563&r1=645562&r2=645563&view=diff
==============================================================================
--- gump/metadata/profile/gump.xml (original)
+++ gump/metadata/profile/gump.xml Mon Apr  7 08:23:50 2008
@@ -37,9 +37,7 @@
 
 <!-- Apache.Cocoon -->
 
-  <!-- removed until a descriptor for 2.1 branch has been set up 
-  <module href="project/cocoon/module.xml"/>
-  -->
+  <module href="project/cocoon.xml"/>
 
 <!-- Apache.Commons -->
   <module href="project/commons-proper.xml"/>

Added: gump/metadata/project/cocoon.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/cocoon.xml?rev=645563&view=auto
==============================================================================
--- gump/metadata/project/cocoon.xml (added)
+++ gump/metadata/project/cocoon.xml Mon Apr  7 08:23:50 2008
@@ -0,0 +1,29 @@
+<?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="cocoon">
+
+  <url  href="http://cocoon.apache.org/index.html"/>
+  <description>Java XML Framework</description>
+
+  <svn repository="asf" dir="cocoon/trunk"/>
+
+  <project name="cocoon">
+    <mvn/>
+    <depend project="junit"/>
+  </project>
+</module>

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