You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@excalibur.apache.org by fa...@apache.org on 2006/07/27 00:50:42 UTC

svn commit: r425892 - /excalibur/trunk/doap_Excalibur.rdf

Author: farra
Date: Wed Jul 26 15:50:41 2006
New Revision: 425892

URL: http://svn.apache.org/viewvc?rev=425892&view=rev
Log:
finally created an excalibur doap file

Added:
    excalibur/trunk/doap_Excalibur.rdf

Added: excalibur/trunk/doap_Excalibur.rdf
URL: http://svn.apache.org/viewvc/excalibur/trunk/doap_Excalibur.rdf?rev=425892&view=auto
==============================================================================
--- excalibur/trunk/doap_Excalibur.rdf (added)
+++ excalibur/trunk/doap_Excalibur.rdf Wed Jul 26 15:50:41 2006
@@ -0,0 +1,49 @@
+<?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://excalibur.apache.org">
+    <created>2006-07-26</created>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
+    <name>Apache Excalibur</name>
+    <homepage rdf:resource="http://excalibur.apache.org" />
+    <asfext:pmc rdf:resource="http://excalibur.apache.org" />
+    <shortdesc>Java inversion of control framework including containers and components</shortdesc>
+    <description>The predecessor of Apache Avalon, Apache Excalibur hosts the Avalon framework, a Java container framework, the Excalibur and Fortress inversion of control containers, and a rich library of components.  Excalibur code powers Apache James and Cocoon and numerous other open source and commercial projects.</description>
+    <bug-database rdf:resource="http://issues.apache.org/jira/secure/BrowseProject.jspa?id=10420" />
+    <mailing-list rdf:resource="http://excalibur.apache.org/mail-lists.html" />
+    <download-page rdf:resource="http://excalibur.apache.org/download.cgi" />
+    <programming-language>Java</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/network-server" />
+    <release>
+      <Version>
+        <name>Excalibur Fortress</name>
+        <created>2005-08-29</created>
+        <revision>1.1</revision>
+      </Version>
+    </release>
+    <repository>
+      <SVNRepository>
+        <location rdf:resource="https://svn.apache.org/repos/asf/excalibur/"/>
+        <browse rdf:resource="http://cvs.apache.org/viewcvs.cgi/excalibur/?root=Apache-SVN"/>
+      </SVNRepository>
+    </repository>
+    <maintainer>
+      <foaf:Person>
+        <foaf:name>J Aaron Farr</foaf:name>
+          <foaf:mbox rdf:resource="mailto:farra@apache.org"/>
+      </foaf:Person>
+    </maintainer>
+  </Project>
+</rdf:RDF>



---------------------------------------------------------------------
To unsubscribe, e-mail: scm-unsubscribe@excalibur.apache.org
For additional commands, e-mail: scm-help@excalibur.apache.org