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 2010/08/03 05:05:50 UTC

svn commit: r981730 - in /gump/metadata: profile/gump.xml project/doxia.xml

Author: bodewig
Date: Tue Aug  3 03:05:49 2010
New Revision: 981730

URL: http://svn.apache.org/viewvc?rev=981730&view=rev
Log:
first experiments in building doxia

Added:
    gump/metadata/project/doxia.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=981730&r1=981729&r2=981730&view=diff
==============================================================================
--- gump/metadata/profile/gump.xml (original)
+++ gump/metadata/profile/gump.xml Tue Aug  3 03:05:49 2010
@@ -161,6 +161,7 @@
   <module href="project/lucene-java.xml"/>
 
 <!-- Apache.Maven -->
+  <module href="project/doxia.xml"/>
   <module href="project/maven2-ant-tasks.xml"/>
 
 <!-- Apache MyFaces -->

Added: gump/metadata/project/doxia.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/doxia.xml?rev=981730&view=auto
==============================================================================
--- gump/metadata/project/doxia.xml (added)
+++ gump/metadata/project/doxia.xml Tue Aug  3 03:05:49 2010
@@ -0,0 +1,61 @@
+<?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="doxia" groupId="org.apache.maven.doxia">
+  <url href="http://maven.apache.org/doxia/index.html"/>
+  <description>
+    A content generation framework which aims to provide its users
+    with powerful techniques for generating static and dynamic
+    content.
+  </description>
+
+  <svn repository="asf" dir="maven/doxia/trunks"/>
+
+  <project name="doxia-parent">
+    <mvn2install separateLocalRepository="doxia"
+                 basedir="doxia" artifactId="doxia"/>
+  </project>
+
+  <project name="doxia-core">
+    <depend project="doxia-parent"/>
+    <mvn separateLocalRepository="doxia" goal="install"
+         basedir="doxia/doxia-core"/>
+    <option project="commons-httpclient"/>
+    <option project="commons-lang-2.x"/>
+    <option project="doxia-logging-api"/>
+    <option project="doxia-sink-api"/>
+    <jar name="doxia/doxia-core/target/doxia-core-*[0-9T].jar"/>
+  </project>
+
+  <project name="doxia-logging-api">
+    <depend project="doxia-parent"/>
+    <mvn separateLocalRepository="doxia" goal="install"
+         basedir="doxia/doxia-logging-api"/>
+    <option project="junit"/>
+    <option project="commons-lang-2.x"/>
+    <jar name="doxia/doxia-logging-api/target/doxia-logging-api-*[0-9T].jar"/>
+  </project>
+
+  <project name="doxia-sink-api">
+    <depend project="doxia-parent"/>
+    <mvn separateLocalRepository="doxia" goal="install"
+         basedir="doxia/doxia-sink-api"/>
+    <option project="doxia-logging-api"/>
+    <jar name="doxia/doxia-sink-api/target/doxia-sink-api-*[0-9T].jar"/>
+  </project>
+
+</module>
\ No newline at end of file

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