You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@river.apache.org by th...@apache.org on 2012/05/01 10:57:12 UTC

svn commit: r1332577 - /river/jtsk/trunk/doap_river.rdf

Author: thobbs
Date: Tue May  1 08:57:12 2012
New Revision: 1332577

URL: http://svn.apache.org/viewvc?rev=1332577&view=rev
Log:
RIVER-407

Added:
    river/jtsk/trunk/doap_river.rdf

Added: river/jtsk/trunk/doap_river.rdf
URL: http://svn.apache.org/viewvc/river/jtsk/trunk/doap_river.rdf?rev=1332577&view=auto
==============================================================================
--- river/jtsk/trunk/doap_river.rdf (added)
+++ river/jtsk/trunk/doap_river.rdf Tue May  1 08:57:12 2012
@@ -0,0 +1,57 @@
+<?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/">
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+   
+         http://www.apache.org/licenses/LICENSE-2.0
+   
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+  <Project rdf:about="http://river.apache.org">
+    <created>2012-04-14</created>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
+    <name>Apache River</name>
+    <homepage rdf:resource="http://river.apache.org" />
+    <asfext:pmc rdf:resource="http://river.apache.org" />
+    <shortdesc>Apache River software provides a standards-compilani JINI service.</shortdesc>
+    <description>Apache River software provides a JINI service, which is a service oriented architecture that defines a programming model which both exploits and extends Java technology to enable the construction of secure, distributed systems consisting of federations of services and clients. Jini technology can be used to build adaptive network systems that are scalable, evolvable and flexible as typically required in dynamic computing environments.</description>
+    <bug-database rdf:resource="https://issues.apache.org/jira/browse/RIVER" />
+    <mailing-list rdf:resource="http://river.apache.org/mailing-lists.html" />
+    <download-page rdf:resource="http://river.apache.org/downloads.html" />
+    <programming-language>Java</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/javaee" />
+    <release>
+      <Version>
+        <name>Apache River 2.2.0</name>
+        <created>2011-06-20</created>
+        <revision>2.2.0</revision>
+      </Version>
+    </release>
+	    <repository>
+      <SVNRepository>
+        <location rdf:resource="http://svn.apache.org/repos/asf/river"/>
+        <browse rdf:resource="http://svn.apache.org/viewvc/river"/>
+      </SVNRepository>
+    </repository>
+    <maintainer>
+      <foaf:Person>
+        <foaf:name>Apache River PMC</foaf:name>
+          <foaf:mbox rdf:resource="mailto:dev@river.apache.org"/>
+      </foaf:Person>
+    </maintainer>
+  </Project>
+</rdf:RDF>