Author: sebb
Date: Thu Oct 15 09:51:05 2015
New Revision: 1708758

URL: http://svn.apache.org/viewvc?rev=1708758&view=rev
Log:
Delete local definitions that are no longer needed

Modified:
    comdev/projects.apache.org/scripts/cronjobs/parsecommitteeinfo.py

Modified: comdev/projects.apache.org/scripts/cronjobs/parsecommitteeinfo.py
URL: 
http://svn.apache.org/viewvc/comdev/projects.apache.org/scripts/cronjobs/parsecommitteeinfo.py?rev=1708758&r1=1708757&r2=1708758&view=diff
==============================================================================
--- comdev/projects.apache.org/scripts/cronjobs/parsecommitteeinfo.py (original)
+++ comdev/projects.apache.org/scripts/cronjobs/parsecommitteeinfo.py Thu Oct 
15 09:51:05 2015
@@ -45,15 +45,11 @@ homepages = {
     'comdev': 'http://community.apache.org/',
     'httpcomponents': 'http://hc.apache.org/',
     'whimsy': 'http://whimsical.apache.org/',
-    'tika': 'http://tika.apache.org/',
 }
 
 # short description for non-classical committees, that are not listed in 
http://www.apache.org/#projects-list
 shortdescs = {
-    'attic': 'A home for dormant projects',
     'comdev': 'Ressources to help people become involved with Apache projects',
-    'incubator': "Entry path into The Apache Software Foundation (ASF) for 
projects and codebases wishing to become part of the Foundation's efforts",
-    'labs': 'A place for innovation where committers of the foundation can 
experiment with new ideas',
 }
 
 # Delete a path using SVN


Reply via email to