You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2009/05/28 19:18:35 UTC

svn commit: r779676 - /commons/proper/proxy/trunk/doap_proxy.rdf

Author: sebb
Date: Thu May 28 17:18:35 2009
New Revision: 779676

URL: http://svn.apache.org/viewvc?rev=779676&view=rev
Log:
Add basic DOAP for Commons Proxy

Added:
    commons/proper/proxy/trunk/doap_proxy.rdf   (with props)

Added: commons/proper/proxy/trunk/doap_proxy.rdf
URL: http://svn.apache.org/viewvc/commons/proper/proxy/trunk/doap_proxy.rdf?rev=779676&view=auto
==============================================================================
--- commons/proper/proxy/trunk/doap_proxy.rdf (added)
+++ commons/proper/proxy/trunk/doap_proxy.rdf Thu May 28 17:18:35 2009
@@ -0,0 +1,29 @@
+<?xml version="1.0"?>
+<rdf:RDF 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:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:doap="http://usefulinc.com/ns/doap#" xml:lang="en">
+  <Project rdf:about="http://commons.apache.org/proxy/">
+    <name>Apache Commons Proxy</name>
+    <homepage rdf:resource="http://commons.apache.org/proxy/"/>
+    <programming-language>Java</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/library"/>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20"/>
+    <bug-database rdf:resource="http://issues.apache.org/jira/browse/POOL"/>
+    <download-page rdf:resource="http://jakarta.apache.org/site/downloads/downloads_commons-proxy.cgi"/>
+    <asfext:pmc rdf:resource="http://commons.apache.org/"/>
+    <shortdesc xml:lang="en">Commons Dynamic Proxy Library</shortdesc>
+    <description xml:lang="en">Commons Dynamic Proxy Library</description>
+    <repository>
+      <SVNRepository>
+        <browse rdf:resource="http://svn.apache.org/repos/asf/commons/proper/proxy/trunk"/>
+        <location rdf:resource="http://svn.apache.org/repos/asf/commons/proper/proxy"/>
+      </SVNRepository>
+    </repository>
+    <release>
+      <Version>
+        <name>commons-proxy</name>
+        <created>2008-02-28</created>
+        <revision>1.0</revision>
+      </Version>
+    </release>
+    <mailing-list rdf:resource="http://commons.apache.org/mail-lists.html"/>
+  </Project>
+</rdf:RDF>

Propchange: commons/proper/proxy/trunk/doap_proxy.rdf
------------------------------------------------------------------------------
    svn:eol-style = native