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 2020/04/16 17:14:23 UTC

svn commit: r1876615 - in /comdev/projects.apache.org/trunk: data/committees.xml data/committees/shardingsphere.rdf site/create.html

Author: sebb
Date: Thu Apr 16 17:14:22 2020
New Revision: 1876615

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

Added:
    comdev/projects.apache.org/trunk/data/committees/shardingsphere.rdf   (with props)
Modified:
    comdev/projects.apache.org/trunk/data/committees.xml
    comdev/projects.apache.org/trunk/site/create.html

Modified: comdev/projects.apache.org/trunk/data/committees.xml
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/trunk/data/committees.xml?rev=1876615&r1=1876614&r2=1876615&view=diff
==============================================================================
--- comdev/projects.apache.org/trunk/data/committees.xml (original)
+++ comdev/projects.apache.org/trunk/data/committees.xml Thu Apr 16 17:14:22 2020
@@ -197,6 +197,7 @@
   <location>committees/servicemix.rdf</location>
   <!-- Retired <location>committees-retired/shale.rdf</location> -->
   <!-- Retired <location>committees-retired/shindig.rdf</location> -->
+  <location>committees/shardingsphere.rdf</location>
   <location>committees/shiro.rdf</location>
   <location>committees/singa.rdf</location>
   <location>committees/sis.rdf</location>

Added: comdev/projects.apache.org/trunk/data/committees/shardingsphere.rdf
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/trunk/data/committees/shardingsphere.rdf?rev=1876615&view=auto
==============================================================================
--- comdev/projects.apache.org/trunk/data/committees/shardingsphere.rdf (added)
+++ comdev/projects.apache.org/trunk/data/committees/shardingsphere.rdf Thu Apr 16 17:14:22 2020
@@ -0,0 +1,31 @@
+<?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="shardingsphere">
+    <asfext:name>Apache ShardingSphere</asfext:name>
+    <asfext:charter>
+    The mission of Apache ShardingSphere is the creation and maintenance of software
+    related to a database clustering system providing data sharding, distributed transactions, and distributed database management
+    </asfext:charter>
+    <foaf:homepage rdf:resource="http://shardingsphere.apache.org"/>
+  </asfext:pmc>
+</rdf:RDF>

Propchange: comdev/projects.apache.org/trunk/data/committees/shardingsphere.rdf
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: comdev/projects.apache.org/trunk/site/create.html
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/trunk/site/create.html?rev=1876615&r1=1876614&r2=1876615&view=diff
==============================================================================
--- comdev/projects.apache.org/trunk/site/create.html (original)
+++ comdev/projects.apache.org/trunk/site/create.html Thu Apr 16 17:14:22 2020
@@ -326,6 +326,7 @@ Please note: the script to create the pr
         <option value="santuario">Santuario</option>
         <option value="servicemix">ServiceMix</option>
         
+        <option value="shardingsphere">ShardingSphere</option>
         <option value="shindig">Shindig</option>
         <option value="shiro">Shiro</option>
         <option value="sis">SIS</option>