add DOAP for Velocity Tools for projects.apache.org

git-svn-id: https://svn.apache.org/repos/asf/jakarta/velocity/site/trunk@479876 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/doap_tools.rdf b/doap_tools.rdf
new file mode 100644
index 0000000..38ba5b2
--- /dev/null
+++ b/doap_tools.rdf
@@ -0,0 +1,43 @@
+<?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://jakarta.apache.org/velocity/tools/">
+    <created>2006-11-21</created>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
+    <name>Apache Velocity Tools</name>
+    <homepage rdf:resource="http://velocity.apache.org/velocity/tools/" />
+    <asfext:pmc rdf:resource="http://velocity.apache.org/"/>

+    <shortdesc>Tools and infrastructure for the template engine</shortdesc>
+    <description>VelocityTools is a collection of Velocity subprojects with a common goal of creating tools and infrastructure for building both web and non-web applications using the Velocity template engine.</description>
+    <bug-database rdf:resource="http://issues.apache.org/jira/browse/VELTOOLS" />
+    <mailing-list rdf:resource="http://jakarta.apache.org/velocity/" />
+    <download-page rdf:resource="http://jakarta.apache.org/site/downloads/downloads_velocity.cgi" />
+    <programming-language>Java</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/library"/>

+    <release>
+      <Version>

+        <name>Latest Stable Release</name>

+        <created>2005-11-14</created>

+        <revision>1.2</revision>

+      </Version>

+    </release>
+    <repository>
+      <SVNRepository>
+        <location rdf:resource="http://svn.apache.org/repos/asf/jakarta/velocity/tools/trunk"/>
+        <browse rdf:resource="http://svn.apache.org/viewvc/jakarta/velocity/tools/trunk/"/>
+      </SVNRepository>
+    </repository>
+  </Project>
+</rdf:RDF>