You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@community.apache.org by se...@apache.org on 2018/09/23 08:57:25 UTC

svn commit: r1841723 - in /comdev/projects.apache.org/branches/TEST_INSTALL/data: committees.xml committees/pulsar.rdf

Author: sebb
Date: Sun Sep 23 08:57:25 2018
New Revision: 1841723

URL: http://svn.apache.org/viewvc?rev=1841723&view=rev
Log:
+=Pulsar

Added:
    comdev/projects.apache.org/branches/TEST_INSTALL/data/committees/pulsar.rdf   (with props)
Modified:
    comdev/projects.apache.org/branches/TEST_INSTALL/data/committees.xml

Modified: comdev/projects.apache.org/branches/TEST_INSTALL/data/committees.xml
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/branches/TEST_INSTALL/data/committees.xml?rev=1841723&r1=1841722&r2=1841723&view=diff
==============================================================================
--- comdev/projects.apache.org/branches/TEST_INSTALL/data/committees.xml (original)
+++ comdev/projects.apache.org/branches/TEST_INSTALL/data/committees.xml Sun Sep 23 08:57:25 2018
@@ -171,6 +171,7 @@
   <location>committees/polygene.rdf</location>
   <location>committees/portals.rdf</location>
   <location>committees/predictionio.rdf</location>
+  <location>committees/pulsar.rdf</location>
   <location>committees/qpid.rdf</location>
   <location>committees/ranger.rdf</location>
   <location>committees/reef.rdf</location>

Added: comdev/projects.apache.org/branches/TEST_INSTALL/data/committees/pulsar.rdf
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/branches/TEST_INSTALL/data/committees/pulsar.rdf?rev=1841723&view=auto
==============================================================================
--- comdev/projects.apache.org/branches/TEST_INSTALL/data/committees/pulsar.rdf (added)
+++ comdev/projects.apache.org/branches/TEST_INSTALL/data/committees/pulsar.rdf Sun Sep 23 08:57:25 2018
@@ -0,0 +1,32 @@
+<?xml version="1.0"?>
+<!--
+   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.
+-->
+<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/">
+  <asfext:pmc rdf:about="pulsar">
+    <asfext:name>Apache Pulsar</asfext:name>
+    <asfext:charter>
+    The mission of Apache Pulsar is the creation and maintenance of software
+    related to highly scalable, low latency messaging platform running on 
+       commodity hardware
+    </asfext:charter>
+    <foaf:homepage rdf:resource="http://pulsar.apache.org/"/>
+  </asfext:pmc>
+</rdf:RDF>

Propchange: comdev/projects.apache.org/branches/TEST_INSTALL/data/committees/pulsar.rdf
------------------------------------------------------------------------------
    svn:eol-style = native