Author: matzew
Date: Sun Jul  9 11:20:09 2006
New Revision: 420330

URL: http://svn.apache.org/viewvc?rev=420330&view=rev
Log:
raw version of adffaces doap

Added:
    incubator/adffaces/site/resources/
    incubator/adffaces/site/resources/doap_adffaces.rdf

Added: incubator/adffaces/site/resources/doap_adffaces.rdf
URL: 
http://svn.apache.org/viewvc/incubator/adffaces/site/resources/doap_adffaces.rdf?rev=420330&view=auto
==============================================================================
--- incubator/adffaces/site/resources/doap_adffaces.rdf (added)
+++ incubator/adffaces/site/resources/doap_adffaces.rdf Sun Jul  9 11:20:09 2006
@@ -0,0 +1,35 @@
+<?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://adffaces.rdf.apache.org/";>

+    <created>2006-07-09</created>

+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20"; />

+    <name>Apache Trinidad</name>

+    <homepage rdf:resource="http://incubator.apache.org/adffaces"; />

+    <asfext:pmc rdf:resource="http://incubator.apache.org/adffaces"; />

+    <shortdesc>Rich user interface components for JSF</shortdesc>

+    <description>The goal of Apache Trinidad is to provide web application 
developers with a rich set of user interface components based on the JavaServer 
Faces specification. This project is currently undergoing Incubation at the 
Apache Software Foundation.</description>

+    <bug-database rdf:resource="http://issues.apache.org/jira/browse/ADFFACES"; 
/>

+    <mailing-list rdf:resource="http://wiki.apache.org/myfaces/adf_mails"; />

+    <programming-language>Java</programming-language>

+    <category rdf:resource="http://projects.apache.org/category/web-framework"; 
/>

+    <repository>

+      <SVNRepository>

+        <location 
rdf:resource="https://svn.apache.org/repos/asf/incubator/adffaces/"/>

+        <browse 
rdf:resource="http://svn.apache.org/viewcvs/incubator/adffaces/"/>

+      </SVNRepository>

+    </repository>

+  </Project>

+</rdf:RDF>
\ No newline at end of file


Reply via email to