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 2012/04/03 06:04:21 UTC

svn commit: r1308673 - in /gump/metadata: profile/gump.xml project/google-docbkx.xml repository/google-docbkx.xml

Author: billbarker
Date: Tue Apr  3 04:04:20 2012
New Revision: 1308673

URL: http://svn.apache.org/viewvc?rev=1308673&view=rev
Log:
see if we can fix coocon3 by building docbkx ourselves

Added:
    gump/metadata/project/google-docbkx.xml   (with props)
    gump/metadata/repository/google-docbkx.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=1308673&r1=1308672&r2=1308673&view=diff
==============================================================================
--- gump/metadata/profile/gump.xml (original)
+++ gump/metadata/profile/gump.xml Tue Apr  3 04:04:20 2012
@@ -301,6 +301,7 @@
   <module href="project/cryptix.xml"/>
   
   <module href="project/dougLea.xml"/>
+  <module href="project/google-docbkx.xml" />
   <module href="project/google-guava.xml" />
   <module href="project/hamcrest.xml"/>
   <module href="project/icu4j.xml"/>
@@ -489,6 +490,7 @@
   <repository href="repository/dom4j-hg.xml"/>
   <repository href="repository/eclipse.xml"/>
   <repository href="repository/github.xml" />
+  <repository href="repository/google-docbkx.xml" />
   <repository href="repository/google-guava.xml" />
   <repository href="repository/hamcrest.xml"/>
   <repository href="repository/icu.xml"/>

Added: gump/metadata/project/google-docbkx.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/google-docbkx.xml?rev=1308673&view=auto
==============================================================================
--- gump/metadata/project/google-docbkx.xml (added)
+++ gump/metadata/project/google-docbkx.xml Tue Apr  3 04:04:20 2012
@@ -0,0 +1,37 @@
+<?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="google-docbkx" groupId="com.agilejava.docbkx" >
+
+  <url href="http://code.google.com/p/docbkx-tools/"/>
+  <description>
+   A number of tools for handling DocBook XML transformations.
+  </description>
+  
+  <svn repository="google-docbkx" />
+
+  <project name="google-docbkx">
+    <package>com.agilejava.docbkx</package>
+
+    <mvn2 separateLocalRepository="true"/>
+
+    <option project="antlr" />
+    <option project="fop" />
+  </project>
+
+</module>
+

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

Added: gump/metadata/repository/google-docbkx.xml
URL: http://svn.apache.org/viewvc/gump/metadata/repository/google-docbkx.xml?rev=1308673&view=auto
==============================================================================
--- gump/metadata/repository/google-docbkx.xml (added)
+++ gump/metadata/repository/google-docbkx.xml Tue Apr  3 04:04:20 2012
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+ 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.
+-->
+
+<repository name="google-docbkx" type="svn">
+  <title>Google docbkx</title>
+  <home-page>http://code.google.com/p/docbkx-tools/</home-page>
+  
+  <web>http://docbkx-tools.googlecode.com/svn/trunk/</web>
+  
+  <url>http://docbkx-tools.googlecode.com/svn/trunk/</url>
+  
+  <redistributable/>
+</repository>

Propchange: gump/metadata/repository/google-docbkx.xml
------------------------------------------------------------------------------
    svn:eol-style = native