You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by nd...@apache.org on 2006/10/29 23:19:18 UTC

svn commit: r469017 - /incubator/harmony/standard/doap_Harmony.rdf

Author: ndbeyer
Date: Sun Oct 29 14:19:17 2006
New Revision: 469017

URL: http://svn.apache.org/viewvc?view=rev&rev=469017
Log:
Add initial DOAP file for projects.apache.org.

Added:
    incubator/harmony/standard/doap_Harmony.rdf   (with props)

Added: incubator/harmony/standard/doap_Harmony.rdf
URL: http://svn.apache.org/viewvc/incubator/harmony/standard/doap_Harmony.rdf?view=auto&rev=469017
==============================================================================
--- incubator/harmony/standard/doap_Harmony.rdf (added)
+++ incubator/harmony/standard/doap_Harmony.rdf Sun Oct 29 14:19:17 2006
@@ -0,0 +1,63 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?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://incubator.apache.org/harmony/">
+    <created>2006-10-29</created>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
+    <name>Apache Harmony</name>
+    <homepage rdf:resource="http://incubator.apache.org/harmony/" />
+    <asfext:pmc rdf:resource="http://incubator.apache.org" />
+    <shortdesc>A Java SE 5 runtime and development kit.</shortdesc>
+    <description> Apache Harmony is the Java SE project of the Apache Software Foundation. Please help us make this a world class, certified implementation of the Java Platform Standard Edition!
+
+The aim of the project is to produce a large and healthy community of those interested in runtime platforms tasked with creation of :
+
+    * A compatible, independent implementation of Java SE 5 under the Apache License v2
+    * A community-developed modular runtime (VM and class library) architecture.
+</description>
+    <bug-database rdf:resource="http://issues.apache.org/jira/browse/HARMONY" />
+    <mailing-list rdf:resource="http://incubator.apache.org/harmony/mailing.html" />
+    <download-page rdf:resource="http://incubator.apache.org/harmony/downloads.html" />
+    <programming-language>Java</programming-language>
+    <programming-language>C</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/virtual-machine" />
+    <repository>
+      <SVNRepository>
+        <location rdf:resource="https://svn.apache.org/repos/asf/incubator/harmony"/>
+        <browse rdf:resource="http://svn.apache.org/viewvc/incubator/harmony/"/>
+      </SVNRepository>
+    </repository>
+    <maintainer>
+      <foaf:Person>
+        <foaf:name>Nathan Beyer</foaf:name>
+          <foaf:mbox rdf:resource="mailto:ndbeyer@apache.org"/>
+      </foaf:Person>
+    </maintainer>
+    <asfext:implements><asfext:Standard>
+      <asfext:title>Java SE 5</asfext:title>
+      <asfext:body>JCP</asfext:body>
+      <asfext:id>java-se-5</asfext:id>
+      <asfext:url rdf:resource="http://java.sun.com/j2se/1.5.0/docs/"/>
+    </asfext:Standard></asfext:implements>
+  </Project>
+</rdf:RDF>

Propchange: incubator/harmony/standard/doap_Harmony.rdf
------------------------------------------------------------------------------
    svn:eol-style = native