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 2012/07/28 07:12:20 UTC

svn commit: r1366597 - in /gump/metadata: profile/gump.xml project/woden.xml project/ws-axis2.xml

Author: bodewig
Date: Sat Jul 28 05:12:20 2012
New Revision: 1366597

URL: http://svn.apache.org/viewvc?rev=1366597&view=rev
Log:
build woden, required by Axis2

Added:
    gump/metadata/project/woden.xml   (with props)
Modified:
    gump/metadata/profile/gump.xml
    gump/metadata/project/ws-axis2.xml

Modified: gump/metadata/profile/gump.xml
URL: http://svn.apache.org/viewvc/gump/metadata/profile/gump.xml?rev=1366597&r1=1366596&r2=1366597&view=diff
==============================================================================
--- gump/metadata/profile/gump.xml (original)
+++ gump/metadata/profile/gump.xml Sat Jul 28 05:12:20 2012
@@ -185,6 +185,7 @@
 <!-- Apache.WebServices -->
 
   <module href="project/packaged-jaxme.xml"/>
+  <module href="project/woden.xml"/>
   <module href="project/ws-addressing.xml"/>
   <module href="project/ws-axis.xml"/>
   <module href="project/ws-axis2.xml"/>

Added: gump/metadata/project/woden.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/woden.xml?rev=1366597&view=auto
==============================================================================
--- gump/metadata/project/woden.xml (added)
+++ gump/metadata/project/woden.xml Sat Jul 28 05:12:20 2012
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  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="woden" groupId="org.apache.woden">
+  <description>
+    A Java class library for reading, manipulating, creating and writing WSDL documents.
+  </description>
+  <url href="http://ws.apache.org/woden/"/>
+  <svn repository="asf" dir="webservices/woden/trunk/java"/>
+
+  <project name="woden">
+    <mvn2 goal="install"/>
+    <option project="doxia-site-renderer"/>
+    <option project="junit"/>
+    <jar name="target/woden-*[0-9T].jar"/>
+  </project>
+</module>

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

Modified: gump/metadata/project/ws-axis2.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/ws-axis2.xml?rev=1366597&r1=1366596&r2=1366597&view=diff
==============================================================================
--- gump/metadata/project/ws-axis2.xml (original)
+++ gump/metadata/project/ws-axis2.xml Sat Jul 28 05:12:20 2012
@@ -77,6 +77,7 @@
     <depend project="neethi" runtime="true"/>
     <option project="santuario"/>
     <option project="stax"/>
+    <option project="woden"/>
     <option project="ws-commons-axiom" runtime="true"/>
     <option project="ws-commons-xmlschema" runtime="true"/>
     <option project="wsdl4j" runtime="true"/>