Collect the DOAPs

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/jelly/trunk@1718920 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/doap_jelly.rdf b/doap_jelly.rdf
deleted file mode 100644
index 45099d0..0000000
--- a/doap_jelly.rdf
+++ /dev/null
@@ -1,29 +0,0 @@
-<?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/jelly/">
-    <name>Apache Commons Jelly</name>
-    <homepage rdf:resource="http://commons.apache.org/jelly/"/>
-    <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/JELLY"/>
-    <download-page rdf:resource="http://commons.apache.org/jelly/download_jelly.cgi"/>
-    <asfext:pmc rdf:resource="http://commons.apache.org/"/>
-    <shortdesc xml:lang="en">Commons Jelly</shortdesc>
-    <description xml:lang="en">Jelly is a Java and XML based scripting engine. Jelly combines the best ideas from JSTL, Velocity, DVSL, Ant and Cocoon all together in a simple yet powerful scripting engine.</description>
-    <repository>
-      <SVNRepository>
-        <browse rdf:resource="http://svn.apache.org/viewvc/commons/proper/jelly/trunk"/>
-        <location rdf:resource="http://svn.apache.org/repos/asf/commons/proper/jelly"/>
-      </SVNRepository>
-    </repository>
-    <release>
-      <Version>
-        <name>commons-jelly</name>
-        <created>2005-06-16</created>
-        <revision>1.0</revision>
-      </Version>
-    </release>
-    <mailing-list rdf:resource="http://commons.apache.org/mail-lists.html"/>
-  </Project>
-</rdf:RDF>