You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@community.apache.org by hb...@apache.org on 2015/07/24 22:05:39 UTC

svn commit: r1692574 - in /comdev/projects.apache.org/site: doap/ant/ant.rdf doap/tcl/tcl-rivet.rdf doap/zest/zest.rdf json/foundation/projects.json json/projects/ant.json json/projects/tcl-rivet.json json/projects/zest.json

Author: hboutemy
Date: Fri Jul 24 20:05:39 2015
New Revision: 1692574

URL: http://svn.apache.org/r1692574
Log:
re-generated content from updated projects DOAP files

Modified:
    comdev/projects.apache.org/site/doap/ant/ant.rdf
    comdev/projects.apache.org/site/doap/tcl/tcl-rivet.rdf
    comdev/projects.apache.org/site/doap/zest/zest.rdf
    comdev/projects.apache.org/site/json/foundation/projects.json
    comdev/projects.apache.org/site/json/projects/ant.json
    comdev/projects.apache.org/site/json/projects/tcl-rivet.json
    comdev/projects.apache.org/site/json/projects/zest.json

Modified: comdev/projects.apache.org/site/doap/ant/ant.rdf
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/doap/ant/ant.rdf?rev=1692574&r1=1692573&r2=1692574&view=diff
==============================================================================
--- comdev/projects.apache.org/site/doap/ant/ant.rdf (original)
+++ comdev/projects.apache.org/site/doap/ant/ant.rdf Fri Jul 24 20:05:39 2015
@@ -132,10 +132,10 @@
       </Version>
     </release>
     <repository>
-      <SVNRepository>
-        <location rdf:resource="http://svn.apache.org/repos/asf/ant"/>
-        <browse rdf:resource="http://svn.apache.org/viewvc/ant"/>
-      </SVNRepository>
+      <GITRepository>
+        <location rdf:resource="https://git-wip-us.apache.org/repos/asf/ant.git"/>
+        <browse rdf:resource="https://git-wip-us.apache.org/repos/asf/ant.git"/>
+      </GITRepository>
     </repository>
   </Project>
 </rdf:RDF>

Modified: comdev/projects.apache.org/site/doap/tcl/tcl-rivet.rdf
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/doap/tcl/tcl-rivet.rdf?rev=1692574&r1=1692573&r2=1692574&view=diff
==============================================================================
--- comdev/projects.apache.org/site/doap/tcl/tcl-rivet.rdf (original)
+++ comdev/projects.apache.org/site/doap/tcl/tcl-rivet.rdf Fri Jul 24 20:05:39 2015
@@ -37,8 +37,8 @@
     <release>
       <Version>
         <name>rivet-2.2</name>
-        <created>2015-04-11</created>
-        <revision>2.2.2</revision>
+        <created>2015-05-21</created>
+        <revision>2.2.3</revision>
       </Version>
     </release>
     <repository>

Modified: comdev/projects.apache.org/site/doap/zest/zest.rdf
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/doap/zest/zest.rdf?rev=1692574&r1=1692573&r2=1692574&view=diff
==============================================================================
--- comdev/projects.apache.org/site/doap/zest/zest.rdf (original)
+++ comdev/projects.apache.org/site/doap/zest/zest.rdf Fri Jul 24 20:05:39 2015
@@ -1,5 +1,21 @@
 <?xml version="1.0"?>
 <?xml-stylesheet type="text/xsl"?>
+<!--
+  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#" 
@@ -13,17 +29,17 @@
 
   =======================================================================
 -->
-  <Project rdf:about="http://zest.apache.org/">
+  <Project rdf:about="https://zest.apache.org/">
     <created>2015-03-18</created>
     <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
     <name>Apache Zest</name>
-    <homepage rdf:resource="http://zest.apache.org/" />
-    <asfext:pmc rdf:resource="http://zest.apache.org" />
-    <shortdesc>Composite Oriented Programming - Qi4j, Qi4CS</shortdesc>
-    <description>Apache Zest is a project that explores the Composite Oriented Programming paradigm, where Fragments get composed into Composite, which are placed into Modules, placed inside Layers, to enforce Application Structure. Classes are dead, long live interfaces.</description>
-    <bug-database rdf:resource="http://issues.apache.org/jira/browse/ZEST" />
-    <mailing-list rdf:resource="http://zest.apache.org/lists.html" />
-    <download-page rdf:resource="http://www.apache.org/dyn/closer.cgi/zest/" />
+    <homepage rdf:resource="https://zest.apache.org/" />
+    <asfext:pmc rdf:resource="https://zest.apache.org" />
+    <shortdesc>Apache Zest is a community based effort exploring Composite Oriented Programming for domain centric application development.</shortdesc>
+    <description>Apache Zest is a community based effort exploring Composite Oriented Programming for domain centric application development. This includes evolved concepts from Aspect Oriented Programming, Dependency Injection and Domain Driven Design. Composite Oriented Programming allows developers to work with 'fragments', smaller than classes, and 'compose' fragments into larger 'composites' which acts like the regular objects. Zest also tackles the enforcement of application composition, i.e. composites are declared in modules, modules are contained in layers and access between layers are controlled/enforced. Apache Zest™ (Java Edition), first Apache Zest sub-project, is an implementation of Composite Oriented Programming, using the standard Java platform, without the use of any pre-processors or new language elements. Everything you know from Java still applies and you can leverage both your experience and toolkits to become more productive with Composite Oriented Progra
 mming today.</description>    
+    <bug-database rdf:resource="https://issues.apache.org/jira/browse/ZEST" />
+    <mailing-list rdf:resource="https://www.apache.org/foundation/mailinglists.html" />
+    <download-page rdf:resource="https://zest.apache.org/download.html" />
     <programming-language>Java</programming-language>
     <programming-language>C#</programming-language>
     <programming-language>Scala</programming-language>
@@ -37,11 +53,16 @@
       </SVNRepository>
     </repository>
     <repository>
-      <SVNRepository>
-        <location rdf:resource="git://git.apache.org/zest-qi4j.git"/>
-        <browse rdf:resource="https://git-wip-us.apache.org/repos/asf?p=zest-qi4j.git"/>
-      </SVNRepository>
+      <GitRepository>
+        <location rdf:resource="https://git-wip-us.apache.org/repos/asf/zest-java.git"/>
+        <browse rdf:resource="https://github.com/apache/zest-java"/>
+      </GitRepository>
     </repository>
+    <maintainer>
+      <foaf:Person>
+        <foaf:name>Niclas Hedhman</foaf:name>
+          <foaf:mbox rdf:resource="mailto:niclas@apache.org"/>
+      </foaf:Person>
+    </maintainer>
   </Project>
 </rdf:RDF>
-

Modified: comdev/projects.apache.org/site/json/foundation/projects.json
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/json/foundation/projects.json?rev=1692574&r1=1692573&r2=1692574&view=diff
==============================================================================
--- comdev/projects.apache.org/site/json/foundation/projects.json (original)
+++ comdev/projects.apache.org/site/json/foundation/projects.json Fri Jul 24 20:05:39 2015
@@ -313,7 +313,7 @@
 }
 ],
 "repository": [
-"http://svn.apache.org/repos/asf/ant"
+"https://git-wip-us.apache.org/repos/asf/ant.git"
 ],
 "shortdesc": "Java-based build tool"
 },
@@ -10678,9 +10678,9 @@
 "revision": "2.1.4"
 },
 {
-"created": "2015-04-11",
+"created": "2015-05-21",
 "name": "rivet-2.2",
-"revision": "2.2.2"
+"revision": "2.2.3"
 }
 ],
 "repository": [
@@ -12895,23 +12895,29 @@
 "shortdesc": "The Apache Foundation's XSL Formatting Objects (XSL-FO) implementation."
 },
 "zest": {
-"bug-database": "http://issues.apache.org/jira/browse/ZEST",
+"bug-database": "https://issues.apache.org/jira/browse/ZEST",
 "category": "library",
 "created": "2015-03-18",
-"description": "Apache Zest is a project that explores the Composite Oriented Programming paradigm, where Fragments get composed into Composite, which are placed into Modules, placed inside Layers, to enforce Application Structure. Classes are dead, long live interfaces.",
+"description": "Apache Zest is a community based effort exploring Composite Oriented Programming for domain centric application development. This includes evolved concepts from Aspect Oriented Programming, Dependency Injection and Domain Driven Design. Composite Oriented Programming allows developers to work with 'fragments', smaller than classes, and 'compose' fragments into larger 'composites' which acts like the regular objects. Zest also tackles the enforcement of application composition, i.e. composites are declared in modules, modules are contained in layers and access between layers are controlled/enforced. Apache Zest\u2122 (Java Edition), first Apache Zest sub-project, is an implementation of Composite Oriented Programming, using the standard Java platform, without the use of any pre-processors or new language elements. Everything you know from Java still applies and you can leverage both your experience and toolkits to become more productive with Composite Oriented Program
 ming today.",
 "doap": "http://svn.apache.org/repos/asf/zest/site/content/doap.rdf",
-"download-page": "http://www.apache.org/dyn/closer.cgi/zest/",
-"homepage": "http://zest.apache.org/",
+"download-page": "https://zest.apache.org/download.html",
+"homepage": "https://zest.apache.org/",
 "license": "http://usefulinc.com/doap/licenses/asl20",
-"mailing-list": "http://zest.apache.org/lists.html",
+"mailing-list": "https://www.apache.org/foundation/mailinglists.html",
+"maintainer": [
+{
+"mbox": "mailto:niclas@apache.org",
+"name": "Niclas Hedhman"
+}
+],
 "name": "Apache Zest",
 "pmc": "zest",
 "programming-language": "Java, C#, Scala, Groovy, JavaScript",
 "repository": [
 "http://svn.apache.org/repos/asf/zest/",
-"git://git.apache.org/zest-qi4j.git"
+"https://git-wip-us.apache.org/repos/asf/zest-java.git"
 ],
-"shortdesc": "Composite Oriented Programming - Qi4j, Qi4CS"
+"shortdesc": "Apache Zest is a community based effort exploring Composite Oriented Programming for domain centric application development."
 },
 "zookeeper": {
 "bug-database": "http://issues.apache.org/jira/browse/ZOOKEEPER",

Modified: comdev/projects.apache.org/site/json/projects/ant.json
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/json/projects/ant.json?rev=1692574&r1=1692573&r2=1692574&view=diff
==============================================================================
--- comdev/projects.apache.org/site/json/projects/ant.json (original)
+++ comdev/projects.apache.org/site/json/projects/ant.json Fri Jul 24 20:05:39 2015
@@ -84,7 +84,7 @@
 }
 ],
 "repository": [
-"http://svn.apache.org/repos/asf/ant"
+"https://git-wip-us.apache.org/repos/asf/ant.git"
 ],
 "shortdesc": "Java-based build tool"
 }
\ No newline at end of file

Modified: comdev/projects.apache.org/site/json/projects/tcl-rivet.json
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/json/projects/tcl-rivet.json?rev=1692574&r1=1692573&r2=1692574&view=diff
==============================================================================
--- comdev/projects.apache.org/site/json/projects/tcl-rivet.json (original)
+++ comdev/projects.apache.org/site/json/projects/tcl-rivet.json Fri Jul 24 20:05:39 2015
@@ -24,9 +24,9 @@
 "revision": "2.1.4"
 },
 {
-"created": "2015-04-11",
+"created": "2015-05-21",
 "name": "rivet-2.2",
-"revision": "2.2.2"
+"revision": "2.2.3"
 }
 ],
 "repository": [

Modified: comdev/projects.apache.org/site/json/projects/zest.json
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/json/projects/zest.json?rev=1692574&r1=1692573&r2=1692574&view=diff
==============================================================================
--- comdev/projects.apache.org/site/json/projects/zest.json (original)
+++ comdev/projects.apache.org/site/json/projects/zest.json Fri Jul 24 20:05:39 2015
@@ -1,19 +1,25 @@
 {
-"bug-database": "http://issues.apache.org/jira/browse/ZEST",
+"bug-database": "https://issues.apache.org/jira/browse/ZEST",
 "category": "library",
 "created": "2015-03-18",
-"description": "Apache Zest is a project that explores the Composite Oriented Programming paradigm, where Fragments get composed into Composite, which are placed into Modules, placed inside Layers, to enforce Application Structure. Classes are dead, long live interfaces.",
+"description": "Apache Zest is a community based effort exploring Composite Oriented Programming for domain centric application development. This includes evolved concepts from Aspect Oriented Programming, Dependency Injection and Domain Driven Design. Composite Oriented Programming allows developers to work with 'fragments', smaller than classes, and 'compose' fragments into larger 'composites' which acts like the regular objects. Zest also tackles the enforcement of application composition, i.e. composites are declared in modules, modules are contained in layers and access between layers are controlled/enforced. Apache Zest\u2122 (Java Edition), first Apache Zest sub-project, is an implementation of Composite Oriented Programming, using the standard Java platform, without the use of any pre-processors or new language elements. Everything you know from Java still applies and you can leverage both your experience and toolkits to become more productive with Composite Oriented Program
 ming today.",
 "doap": "http://svn.apache.org/repos/asf/zest/site/content/doap.rdf",
-"download-page": "http://www.apache.org/dyn/closer.cgi/zest/",
-"homepage": "http://zest.apache.org/",
+"download-page": "https://zest.apache.org/download.html",
+"homepage": "https://zest.apache.org/",
 "license": "http://usefulinc.com/doap/licenses/asl20",
-"mailing-list": "http://zest.apache.org/lists.html",
+"mailing-list": "https://www.apache.org/foundation/mailinglists.html",
+"maintainer": [
+{
+"mbox": "mailto:niclas@apache.org",
+"name": "Niclas Hedhman"
+}
+],
 "name": "Apache Zest",
 "pmc": "zest",
 "programming-language": "Java, C#, Scala, Groovy, JavaScript",
 "repository": [
 "http://svn.apache.org/repos/asf/zest/",
-"git://git.apache.org/zest-qi4j.git"
+"https://git-wip-us.apache.org/repos/asf/zest-java.git"
 ],
-"shortdesc": "Composite Oriented Programming - Qi4j, Qi4CS"
+"shortdesc": "Apache Zest is a community based effort exploring Composite Oriented Programming for domain centric application development."
 }
\ No newline at end of file