add doap file back to (new) trunk

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/proxy/trunk@1579430 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/doap_proxy.rdf b/doap_proxy.rdf
new file mode 100644
index 0000000..095c057
--- /dev/null
+++ b/doap_proxy.rdf
@@ -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://commons.apache.org/proxy/download_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>