Author: sebb
Date: Sun Apr 22 10:48:24 2018
New Revision: 1829774

URL: http://svn.apache.org/viewvc?rev=1829774&view=rev
Log:
Fix up project names to agree with existing

Modified:
    attic/site-json/docs/scripts/attic.js

Modified: attic/site-json/docs/scripts/attic.js
URL: 
http://svn.apache.org/viewvc/attic/site-json/docs/scripts/attic.js?rev=1829774&r1=1829773&r2=1829774&view=diff
==============================================================================
--- attic/site-json/docs/scripts/attic.js (original)
+++ attic/site-json/docs/scripts/attic.js Sun Apr 22 10:48:24 2018
@@ -302,6 +302,18 @@ var jsonObj = JSON.parse(`
    "description": "Jakarta previously hosted Regexp, a 100% Pure Java Regular 
Expression package."
 },
 {
+   "name":        "Jakarta Slide",
+   "website":     "http://jakarta.apache.org/slide";,
+   "retired":     "11/2007",
+   "source code": "http://svn.apache.org/repos/asf/jakarta/slide";,
+   "issues":      
"https://bz.apache.org/bugzilla/describecomponents.cgi?product=Slide";,
+   "wiki":        "https://wiki.apache.org/jakarta-slide";,
+   "maillists":   {"dev":     
"http://mail-archives.apache.org/mod_mbox/jakarta-slide-dev";,
+                   "user":    
"http://mail-archives.apache.org/mod_mbox/jakarta-slide-user";
+                  },
+   "description": "Jakarta previously hosted Slide, a content repository which 
could serve as a basis for a content management system as well as other 
purposes. Among its features was full WebDAV support."
+},
+{
    "name":        "Jakarta Taglibs",
    "website":     "",
    "retired":     "06/2008",
@@ -352,7 +364,7 @@ var jsonObj = JSON.parse(`
    "description": "Apache MRUnit was a Java library that helped developers 
unit test Apache Hadoop map reduce jobs."
 },
 {
-   "name":        "OJB",
+   "name":        "ObJectRelationalBridge (OJB)",
    "website":     "http://db.apache.org/ojb";,
    "retired":     "01/2011",
    "source code": "http://svn.apache.org/repos/asf/db/ojb";,
@@ -444,19 +456,7 @@ var jsonObj = JSON.parse(`
    "description": "Apache Shindig was an OpenSocial container to help you to 
start hosting OpenSocial apps quickly."
 },
 {
-   "name":        "Slide",
-   "website":     "http://jakarta.apache.org/slide";,
-   "retired":     "11/2007",
-   "source code": "http://svn.apache.org/repos/asf/jakarta/slide";,
-   "issues":      
"https://bz.apache.org/bugzilla/describecomponents.cgi?product=Slide";,
-   "wiki":        "https://wiki.apache.org/jakarta-slide";,
-   "maillists":   {"dev":     
"http://mail-archives.apache.org/mod_mbox/jakarta-slide-dev";,
-                   "user":    
"http://mail-archives.apache.org/mod_mbox/jakarta-slide-user";
-                  },
-   "description": "Jakarta previously hosted Slide, a content repository which 
could serve as a basis for a content management system as well as other 
purposes. Among its features was full WebDAV support."
-},
-{
-   "name":        "STDCXX",
+   "name":        "Standard C++ Library (STDCXX)",
    "website":     "http://stdcxx.apache.org";,
    "retired":     "07/2013",
    "source code": "http://svn.apache.org/repos/asf/stdcxx";,


Reply via email to