Author: wglass
Date: Mon Nov 27 19:29:32 2006
New Revision: 479876

URL: http://svn.apache.org/viewvc?view=rev&rev=479876
Log:
add DOAP for Velocity Tools for projects.apache.org

Added:
    jakarta/velocity/site/trunk/doap_tools.rdf

Added: jakarta/velocity/site/trunk/doap_tools.rdf
URL: 
http://svn.apache.org/viewvc/jakarta/velocity/site/trunk/doap_tools.rdf?view=auto&rev=479876
==============================================================================
--- jakarta/velocity/site/trunk/doap_tools.rdf (added)
+++ jakarta/velocity/site/trunk/doap_tools.rdf Mon Nov 27 19:29:32 2006
@@ -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>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to