You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scout-dev@ws.apache.org by ks...@apache.org on 2008/09/11 15:38:51 UTC

svn commit: r694249 - /webservices/scout/trunk/doap_Scout.rdf

Author: kstam
Date: Thu Sep 11 06:38:50 2008
New Revision: 694249

URL: http://svn.apache.org/viewvc?rev=694249&view=rev
Log:
SCOUT-64. This file is needed by some higher level apache process.

Added:
    webservices/scout/trunk/doap_Scout.rdf

Added: webservices/scout/trunk/doap_Scout.rdf
URL: http://svn.apache.org/viewvc/webservices/scout/trunk/doap_Scout.rdf?rev=694249&view=auto
==============================================================================
--- webservices/scout/trunk/doap_Scout.rdf (added)
+++ webservices/scout/trunk/doap_Scout.rdf Thu Sep 11 06:38:50 2008
@@ -0,0 +1,57 @@
+<?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://Scout.rdf.apache.org/">
+    <created>2006-03-28</created>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
+    <name>Apache Scout</name>
+    <homepage rdf:resource="http://ws.apache.org/scout" />
+    <asfext:pmc rdf:resource="http://webservices.apache.org" />
+    <shortdesc>Apache Scout is an implementation of the JSR 93 (JAXR).</shortdesc>
+    <description>Apache Scout is an implementation of the JSR 93 (JAXR). It provides an implementation to access UDDI registries (particularly Apache jUDDI) in a standard way.</description>
+    <bug-database rdf:resource="http://issues.apache.org/jira/" />
+    <mailing-list rdf:resource="http://ws.apache.org/scout/mail-lists.html" />
+    <download-page rdf:resource="http://ws.apache.org/scout/downloads.html" />
+    <programming-language>Java</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/xml" />
+    <release>
+      <Version>
+        <name>Scout v0.5</name>
+        <created>2006-02-18</created>
+        <revision>0.5</revision>
+      </Version>
+    </release>
+    <repository>
+      <SVNRepository>
+        <location rdf:resource="https://svn.apache.org/repos/asf/webservices/scout"/>
+        <browse rdf:resource="http://svn.apache.org/viewcvs.cgi/webservices/scout/trunk/?root=Apache-SVN"/>
+      </SVNRepository>
+    </repository>
+    <maintainer>
+      <foaf:Person>
+        <foaf:name>Anil Saldhana</foaf:name>
+          <foaf:mbox rdf:resource="mailto:anil@apache.org"/>
+      </foaf:Person>
+    </maintainer>
+   <asfext:implements>
+    <asfext:standard>
+      <asfext:title>Java API For XML Registries</asfext:title>
+      <asfext:body>JCP</asfext:body>
+      <asfext:id>93</asfext:id>
+      <asfext:url rdf:resource="http://jcp.org/en/jsr/detail?id=93"/>
+    </asfext:standard>
+   </asfext:implements>
+  </Project>
+</rdf:RDF>



---------------------------------------------------------------------
To unsubscribe, e-mail: scout-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: scout-dev-help@ws.apache.org