Author: pzf
Date: Fri Jun  8 09:21:04 2007
New Revision: 545547

URL: http://svn.apache.org/viewvc?view=rev&rev=545547
Log:
adding doap file for projects.apache.org

Added:
    webservices/axis2/trunk/java/xdocs/doap_Axis2.rdf

Added: webservices/axis2/trunk/java/xdocs/doap_Axis2.rdf
URL: 
http://svn.apache.org/viewvc/webservices/axis2/trunk/java/xdocs/doap_Axis2.rdf?view=auto&rev=545547
==============================================================================
--- webservices/axis2/trunk/java/xdocs/doap_Axis2.rdf (added)
+++ webservices/axis2/trunk/java/xdocs/doap_Axis2.rdf Fri Jun  8 09:21:04 2007
@@ -0,0 +1,124 @@
+<?xml version="1.0"?>
+<?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/";>
+<!--
+  =======================================================================
+
+   Copyright (c) 2006 The Apache Software Foundation.  
+   All rights reserved.
+
+  =======================================================================
+-->
+  <Project rdf:about="http://ws.apache.org/axis2";>
+    <created>2007-06-08</created>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20"; />
+    <name>Apache Synapse</name>
+    <homepage rdf:resource="http://ws.apache.org/synapse"; />
+    <asfext:pmc rdf:resource="http://webservices.apache.org"; />
+    <shortdesc>Apache Axis2 is a service hosting and consumption framework 
that makes it easy to use SOAP and Web Services</shortdesc>
+    <description>Apache Axis2 is a toolkit for creating and using Web 
Services, including SOAP, MTOM, XML/HTTP and advanced WS-* standards such as 
WSRM and WSSecurity.
+    Axis2 includes a very fast runtime engine, together with tooling support 
for WSDL and WS-Policy, and plugin support for WS-Addressing, 
WS-ReliableMessaging, WS-Security, 
+    WS-Eventing, WS-Transactions, WS-Trust and WS-SecureConversation.
+    Axis2 runs either standalone or hosted in Tomcat or other servlet 
containers. 
+    </description>
+    <bug-database rdf:resource="https://issues.apache.org/jira/browse/AXIS2"; />
+    <mailing-list rdf:resource="http://ws.apache.org/axis2/mail-lists.html"; />
+    <download-page rdf:resource="http://ws.apache.org/axis2/download.cgi"; />
+    <programming-language>Java</programming-language>
+    <programming-language>C</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/xml"; />
+    <category rdf:resource="http://www.apache.org/category/http"/>
+    <category rdf:resource="http://www.apache.org/category/network-server"/>
+    <category rdf:resource="http://www.apache.org/category/network-client"/>
+    
+    <release>
+      <Version>
+        <name>Apache Axis2 1.0</name>
+        <created>2006-05-04</created>
+        <revision>1.0</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Apache Axis2 1.1</name>
+        <created>2006-11-13</created>
+        <revision>1.1</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Apache Axis2 1.1.1</name>
+        <created>2007-01-09</created>
+        <revision>1.1.1</revision>
+      </Version>
+    </release>
+    
+    <release>
+      <Version>
+        <name>Apache Axis2 1.2</name>
+        <created>2007-04-27</created>
+        <revision>1.2</revision>
+      </Version>
+    </release>
+    
+    <repository>
+      <SVNRepository>
+        <location 
rdf:resource="http://svn.apache.org/repos/asf/webservices/axis2/trunk/java"/>
+        <browse 
rdf:resource="http://svn.apache.org/viewvc/webservices/axis2/trunk/java/"/>
+      </SVNRepository>
+    </repository>
+    <maintainer>
+      <foaf:Person>
+        <foaf:name>Paul Fremantle</foaf:name>
+          <foaf:mbox rdf:resource="mailto:[EMAIL PROTECTED]"/>
+      </foaf:Person>
+    </maintainer>
+    <asfext:implements><asfext:Standard>
+      <asfext:title>SOAP1.1</asfext:title>
+      <asfext:body>W3C</asfext:body>
+      <asfext:id>SOAP1.1</asfext:id>
+      <asfext:url rdf:resource="http://www.w3.org/TR/soap/"/>
+    </asfext:Standard></asfext:implements>
+    <asfext:implements><asfext:Standard>
+      <asfext:title>SOAP1.2</asfext:title>
+      <asfext:body>W3C</asfext:body>
+      <asfext:id>SOAP1.2</asfext:id>
+      <asfext:url rdf:resource="http://www.w3.org/TR/soap12-part1/"/>
+    </asfext:Standard></asfext:implements>
+    <asfext:implements><asfext:Standard>
+      <asfext:title>MTOM</asfext:title>
+      <asfext:body>W3C</asfext:body>
+      <asfext:id>SOAP-MTOM</asfext:id>
+      <asfext:url rdf:resource="http://www.w3.org/TR/soap12-mtom/"/>
+    </asfext:Standard></asfext:implements>
+    <asfext:implements><asfext:Standard>
+      <asfext:title>HTTP</asfext:title>
+      <asfext:body>IETF</asfext:body>
+      <asfext:id>HTTP 1.1</asfext:id>
+      <asfext:url 
rdf:resource="http://www.w3.org/Protocols/rfc2616/rfc2616.html"/>
+    </asfext:Standard></asfext:implements>
+    <asfext:implements><asfext:Standard>
+      <asfext:title>WS-Addressing</asfext:title>
+      <asfext:body>W3C</asfext:body>
+      <asfext:id>WSA</asfext:id>
+      <asfext:url rdf:resource="http://www.w3.org/2002/ws/addr/"/>
+    </asfext:Standard></asfext:implements>
+    <asfext:implements><asfext:Standard>
+      <asfext:title>WS-ReliableMessaging</asfext:title>
+      <asfext:body>OASIS</asfext:body>
+      <asfext:id>WSRM</asfext:id>
+      <asfext:url 
rdf:resource="http://www.oasis-open.org/committees/tc_home.php?wg_abbrev=ws-rx"/>
+    </asfext:Standard></asfext:implements>
+    <asfext:implements><asfext:Standard>
+      <asfext:title>WS-Security</asfext:title>
+      <asfext:body>OASIS</asfext:body>
+      <asfext:id>WSSEC</asfext:id>
+      <asfext:url 
rdf:resource="http://www.oasis-open.org/committees/download.php/16790/wss-v1.1-spec-os-SOAPMessageSecurity.pdf"/>
+    </asfext:Standard></asfext:implements>
+  </Project>
+</rdf:RDF>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to