Author: sebb
Date: Sun Apr 22 10:50:01 2018
New Revision: 1829775

URL: http://svn.apache.org/viewvc?rev=1829775&view=rev
Log:
Jakarta parent should be displayed first (agrees 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=1829775&r1=1829774&r2=1829775&view=diff
==============================================================================
--- attic/site-json/docs/scripts/attic.js (original)
+++ attic/site-json/docs/scripts/attic.js Sun Apr 22 10:50:01 2018
@@ -250,6 +250,18 @@ var jsonObj = JSON.parse(`
    "description": "iBATIS was a data mapper framework that made it easier to 
use a relational database with object-oriented applications. There were both 
Java and .Net implementations."
 },
 {
+   "name":        "Jakarta",
+   "website":     "http://jakarta.apache.org";,
+   "retired":     "12/2011",
+   "source code": "http://svn.apache.org/repos/asf/jakarta";,
+   "issues":      "",
+   "wiki":        "https://wiki.apache.org/jakarta";,
+   "maillists":   {"announcements": 
"http://mail-archives.apache.org/mod_mbox/jakarta-announcements";,
+                   "dev":     
"http://mail-archives.apache.org/mod_mbox/jakarta-dev";
+                  },
+   "description": "Jakarta Project housed a diverse set of popular open source 
Java solutions."
+},
+{
    "name":        "Jakarta Cactus",
    "website":     "http://jakarta.apache.org/cactus";,
    "retired":     "08/2011",
@@ -326,18 +338,6 @@ var jsonObj = JSON.parse(`
    "description": "Jakarta hosted the Jakarta Taglibs project, a large 
collection of JSP Tag Libraries. They ranged from simple utility libraries and 
UI libraries, to Dreamweaver extensions and an implementation of the JSP 
Standard Tag Library (JSTL) specification."
 },
 {
-   "name":        "Jakarta",
-   "website":     "http://jakarta.apache.org";,
-   "retired":     "12/2011",
-   "source code": "http://svn.apache.org/repos/asf/jakarta";,
-   "issues":      "",
-   "wiki":        "https://wiki.apache.org/jakarta";,
-   "maillists":   {"announcements": 
"http://mail-archives.apache.org/mod_mbox/jakarta-announcements";,
-                   "dev":     
"http://mail-archives.apache.org/mod_mbox/jakarta-dev";
-                  },
-   "description": "Jakarta Project housed a diverse set of popular open source 
Java solutions."
-},
-{
    "name":        "Lenya",
    "website":     "http://lenya.apache.org";,
    "retired":     "04/2015",


Reply via email to