Author: sagara
Date: Wed Dec 29 06:33:47 2010
New Revision: 1053544

URL: http://svn.apache.org/viewvc?rev=1053544&view=rev
Log:
Created a DOAP file for Woden.

Added:
    webservices/woden/trunk/java/doap_Woden.rdf

Added: webservices/woden/trunk/java/doap_Woden.rdf
URL: 
http://svn.apache.org/viewvc/webservices/woden/trunk/java/doap_Woden.rdf?rev=1053544&view=auto
==============================================================================
--- webservices/woden/trunk/java/doap_Woden.rdf (added)
+++ webservices/woden/trunk/java/doap_Woden.rdf Wed Dec 29 06:33:47 2010
@@ -0,0 +1,66 @@
+<?xml version="1.0"?>
+<?xml-stylesheet type="text/xsl"?>
+<rdf:RDF xml:lang="en"
+         xmlns="http://usefulinc.com/ns/doap#"; 
+         xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"; 
+         xmlns:asfext="http://projects.apache.org/ns/asfext#";
+         xmlns:foaf="http://xmlns.com/foaf/0.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.
+-->
+  <Project rdf:about="http://ws.apache.org/woden/";>
+    <created>2010-12-29</created>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20"; />
+    <name>Apache Woden</name>
+    <homepage rdf:resource="http://ws.apache.org/woden/"; />
+    <asfext:pmc rdf:resource="http://webservices.apache.org"; />
+    <shortdesc>The Woden project is a subproject of the Apache Web Services to 
develop a Java class library for reading, manipulating, creating and writing 
WSDL documents, initially to support WSDL 2.0 but with the longer term aim of 
supporting past, present and future versions of WSDL</shortdesc>
+    <description>The Woden project is a subproject of the Apache Web Services 
Project to develop a Java class library for reading, manipulating, creating and 
writing WSDL documents, initially to support WSDL 2.0 but with the longer term 
aim of supporting past, present and future versions of WSDL.
+
+There are two main deliverables: an API and an implementation. The Woden API 
will consist of a set of Java interfaces. The WSDL 2.0-specific portion of the 
Woden API will conform to the W3C WSDL 2.0 specification. The implementation 
will be a high performance implementation directly usable in other Apache 
projects such as Axis2.
+</description>
+    <bug-database rdf:resource="https://issues.apache.org/jira/browse/Woden"; />
+    <mailing-list rdf:resource="http://ws.apache.org/woden/mailinglists.html"; 
/>
+    <download-page 
rdf:resource="http://ws.apache.org/woden/dev/1.0/builds.html"; />
+    <programming-language>Java</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/xml"; />
+    <release>
+      <Version>
+        <name>Woden</name>
+        <created>2008-04-09</created>
+        <revision>1.0M8</revision>
+      </Version>
+    </release>
+    <repository>
+      <SVNRepository>
+        <location 
rdf:resource="https://svn.apache.org/repos/asf/webservices/woden/"/>
+        <browse 
rdf:resource="http://svn.apache.org/viewvc/webservices/woden/"/>
+      </SVNRepository>
+    </repository>
+    <maintainer>
+      <foaf:Person>
+        <foaf:name>Sagara Gunathunga</foaf:name>
+          <foaf:mbox rdf:resource="mailto:[email protected]"/>
+      </foaf:Person>
+    </maintainer>
+    <asfext:implements><asfext:Standard>
+      <asfext:title>The W3C WSDL 2.0 specification</asfext:title>
+      <asfext:body>W3C</asfext:body>
+      <asfext:id> WSDL 2.0</asfext:id>
+      <asfext:url rdf:resource="http://www.w3.org/TR/wsdl20"/>
+    </asfext:Standard></asfext:implements>
+  </Project>
+</rdf:RDF>


Reply via email to