aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorerwin <erwin@FreeBSD.org>2009-06-14 04:11:32 +0800
committererwin <erwin@FreeBSD.org>2009-06-14 04:11:32 +0800
commit2a1043d1666ec404002ff2a4e8a2eac8663872ce (patch)
treec1f543b25cd1ad1d465e09bf013b20f333ffe12d /www
parent0951dfaf2de3725cde1c4a734d88da42bd1eeba3 (diff)
downloadfreebsd-ports-gnome-2a1043d1666ec404002ff2a4e8a2eac8663872ce.tar.gz
freebsd-ports-gnome-2a1043d1666ec404002ff2a4e8a2eac8663872ce.tar.zst
freebsd-ports-gnome-2a1043d1666ec404002ff2a4e8a2eac8663872ce.zip
Remove www/gforge as it has has been marked BROKEN for 11 months.
Diffstat (limited to 'www')
-rw-r--r--www/Makefile1
-rw-r--r--www/gforge/Makefile163
-rw-r--r--www/gforge/distinfo3
-rw-r--r--www/gforge/files/patch-contrib-autoconf-configure.ac63
-rw-r--r--www/gforge/pkg-descr7
-rw-r--r--www/gforge/pkg-plist1464
6 files changed, 0 insertions, 1701 deletions
diff --git a/www/Makefile b/www/Makefile
index 3c5965a395ab..c4222ee34349 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -235,7 +235,6 @@
SUBDIR += geolizer
SUBDIR += geronimo
SUBDIR += getleft
- SUBDIR += gforge
SUBDIR += glibwww
SUBDIR += glpi
SUBDIR += gnome-user-share
diff --git a/www/gforge/Makefile b/www/gforge/Makefile
deleted file mode 100644
index 1b690b904356..000000000000
--- a/www/gforge/Makefile
+++ /dev/null
@@ -1,163 +0,0 @@
-# New ports collection makefile for: gforge
-# Date created: 1 July 2003
-# Whom: Clement Laforet <sheepkiller@cultdeadsheep.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= gforge
-PORTVERSION= 4.5.16
-PORTREVISION= 3
-CATEGORIES= www devel
-MASTER_SITES= http://gforge.org/frs/download.php/236/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Open Source collaborative software development tool
-
-RUN_DEPENDS= ${LOCALBASE}/bin/wget:${PORTSDIR}/ftp/wget
-
-USE_BZIP2= YES
-USE_PERL5= YES
-HAS_CONFIGURE= YES
-USE_APACHE= YES
-USE_AUTOTOOLS= autoconf:262
-NO_BUILD= YES
-USE_PHP= pgsql session pcre
-WANT_PHP_CLI= YES
-WANT_PHP_MOD= YES
-
-BROKEN= bad plist
-
-NO_PACKAGE= The configure process uses hostname
-
-.include <bsd.port.pre.mk>
-
-.if ${PHP_VER} == 4
-RUN_DEPENDS+= ${LOCALBASE}/share/jpgraph/imgdata_balls.inc:${PORTSDIR}/graphics/jpgraph
-.else
-RUN_DEPENDS+= ${LOCALBASE}/share/jpgraph/imgdata_balls.inc:${PORTSDIR}/graphics/jpgraph2
-.endif
-
-.if defined(WITH_JABBER)
-CONFIGURE_ARGS+= --enable-jabber
-RUN_DEPENDS+= ${LOCALBASE}/sbin/jabberd:${PORTSDIR}/net-im/jabber
-.endif
-
-.if defined(WITH_MAILMAN)
-RUN_DEPENDS+= ${LOCALBASE}/mailman:${PORTSDIR}/mail/mailman
-.endif
-
-WWW_ROOT?= www
-HOME_DIR?= /home/gforge
-BACKENDS?= share/${PORTNAME}/backends
-BACKEND_DIR= ${PREFIX}/${BACKENDS}
-ETC_DIR?= etc/gforge
-PLIST_SUB+= WWW_ROOT=${WWW_ROOT} BACKEND_DIR="${BACKENDS}" ETC_DIR=${ETC_DIR}
-
-WWWROOT= ${PREFIX}/${WWW_ROOT}
-ETCDIR= ${PREFIX}/${ETC_DIR}
-
-.if !defined(WITH_DOMAINNAME)
-HOSTNAME_CMD?= /bin/hostname
-SHORT_HOSTNAME!= ${HOSTNAME_CMD} -s
-DOMAINNAME!= ${HOSTNAME_CMD} | ${SED} "s,${SHORT_HOSTNAME}\.,,"
-.else
-DOMAINNAME= ${WITH_DOMAINNAME}
-.endif
-
-CONFIGURE_WRKSRC=${WRKSRC}/contrib/autoconf
-CONFIGURE_ARGS+=--enable-defaults=FreeBSD --with-domain-name=${DOMAINNAME} \
- --with-sys-path-to-jpgraph=${LOCALBASE}/share/jpgraph/
-CONFIGURE_ENV+= "WWWROOT=${WWWROOT}/gforge"
-
-WWW_STUFF= common www
-BACKEND_STUFF= backend cronjobs monitor utils plugins
-SHARE_STUFF= contrib db
-ETC_STUFF= gforge-httpd.conf.example local.inc.example \
- gforge-multi-host-httpd.conf.example
-
-pre-everything::
-.if defined(SYSTEM_NAME)
- CONFIGURE_ARGS+= --with-sys-name=${SYSTEM_NAME}
-.else
- @${ECHO_MSG} "You can set your system name with SYSTEM_NAME=<your system name>"
-.endif
-
-post-patch:
- @${CHMOD} 744 ${WRKSRC}/contrib/autoconf/configure
- @${ECHO_MSG} " ==> Patching CLI php scripts"
- @${FIND} ${WRKSRC} -name "*.php" | ${XARGS} ${REINPLACE_CMD} -e \
- "s,/usr/bin/php4,${LOCALBASE}/bin/php,"
- @${FIND} ${WRKSRC} -name "*.php" | ${XARGS} ${REINPLACE_CMD} -e \
- "s,/usr/bin/php,${LOCALBASE}/bin/php,"
- @${ECHO_MSG} " ==> Patching patches"
- @${FIND} ${WRKSRC} -name "*.patch" | ${XARGS} ${REINPLACE_CMD} -e \
- "s,/usr/bin/php,${LOCALBASE}/bin/php,"
- @${ECHO_MSG} " ==> Patching perl scripts"
- @${FIND} ${WRKSRC} -name "*.pl" | ${XARGS} ${REINPLACE_CMD} -e \
- "s,/usr/bin/perl,${PERL},"
-.for f in utils/ldap/ldap-clean utils/ldap/ldap-del-user utils/ldap/ldap-dump utils/ldap/ldap-import utils/ldap/ldap-check-replica monitor/systemdaemon
- @${REINPLACE_CMD} -e "s,/usr/bin/perl,${PERL}," ${WRKSRC}/${f}
-.endfor
- @${ECHO_MSG} " ==> Setting correct path"
- @${REINPLACE_CMD} -e "s,/usr/bin:/usr/games:/bin,${PATH}," ${WRKSRC}/monitor/systemdaemon
-.for f in backend/include.pl utils/include.pl www/include/BaseLanguage.class www/include/pre.php www/include/squal_pre.php
- @${REINPLACE_CMD} -e "s,/etc/gforge,${ETCDIR},g" ${WRKSRC}/${f}
-.endfor
-
-post-configure:
- @${ECHO_MSG} " ==> Preparing crontabs"
-.for CRONFILE in README.root
- @${REINPLACE_CMD} -e "s,~/alexandria,${BACKEND_DIR},g" ${WRKSRC}/cronjobs/${CRONFILE}
-.endfor
- @${ECHO_MSG} " ==> Cleaning useless file"
- @${FIND} ${WRKSRC} -name "*.bak" -exec ${RM} {} \;
-.for f in autom4te.cache configure.ac.orig configure.lineno config.log
- @${RM} -rfv ${WRKSRC}/contrib/autoconf/${f}
-.endfor
-
-do-install:
- @${MKDIR} ${ETCDIR}
- @${CP} ${WRKSRC}/contrib/autoconf/local.inc ${ETCDIR}/local.inc-dist
- @${CP} ${WRKSRC}/contrib/autoconf/sample-apache.vhost ${ETCDIR}/sample-apache.vhost-dist
-.for f in ${ETC_STUFF}
- @${CP} -Rvf ${WRKSRC}/etc/${f} ${ETCDIR}
-.endfor
-.for dir in ${WWW_STUFF}
- @${MKDIR} ${WWWROOT}/gforge/${dir}
- @${CP} -Rvf ${WRKSRC}/${dir}/* ${WWWROOT}/gforge/${dir}
-.endfor
-.for dir in ${BACKEND_STUFF}
- @${MKDIR} ${BACKEND_DIR}/${dir}
- @${CP} -Rvf ${WRKSRC}/${dir}/* ${BACKEND_DIR}/${dir}
-.endfor
-.for dir in ${SHARE_STUFF}
- @${MKDIR} ${DATADIR}/${dir}
- @${CP} -Rvf ${WRKSRC}/${dir}/* ${DATADIR}/${dir}
-.endfor
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
- @${CP} -Rvf ${WRKSRC}/docs/* ${DOCSDIR}
-.endif
-
-post-install:
- @${ECHO_MSG} "--------------------------------------------------------"
- @${ECHO_MSG} "To start using gforge just copy ${ETCDIR}/local.inc-dist"
- @${ECHO_MSG} "to ${ETCDIR}/local.inc and edit it.
- @${ECHO_MSG} "A sample apache virtualhost can be found here:"
- @${ECHO_MSG} "${ETCDIR}/sample-apache.vhost-dist"
- @${ECHO_MSG} ""
- @${ECHO_MSG} "Usefull files:"
- @${ECHO_MSG} "database template: ${DATADIR}/db/gforge.sql"
- @${ECHO_MSG} "crontab templates: ${BACKEND_DIR}/cronjobs/README.*"
- @${ECHO_MSG} ""
- @${ECHO_MSG} "If you are having trouble displaying gantt charts,"
- @${ECHO_MSG} "please try increasing PHP's memory limit. Thanks to"
- @${ECHO_MSG} "Erik Greenwald for pointing this issue out."
- @${ECHO_MSG} ""
- @${ECHO_MSG} "gforge is a huge project and complex to configure."
- @${ECHO_MSG} "If you have some great ideas for this port please"
- @${ECHO_MSG} "contact me directly (${MAINTAINER})."
- @${ECHO_MSG} "--------------------------------------------------------"
-
-.include <bsd.port.post.mk>
diff --git a/www/gforge/distinfo b/www/gforge/distinfo
deleted file mode 100644
index ae3f3e06149b..000000000000
--- a/www/gforge/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (gforge-4.5.16.tar.bz2) = ffa9e631d4d9746ee3be6d8b27674de8
-SHA256 (gforge-4.5.16.tar.bz2) = 14b23314b962895380dc7be4ab0207f7385709edac123342f9d20725f2d75585
-SIZE (gforge-4.5.16.tar.bz2) = 1972534
diff --git a/www/gforge/files/patch-contrib-autoconf-configure.ac b/www/gforge/files/patch-contrib-autoconf-configure.ac
deleted file mode 100644
index 158469c1589c..000000000000
--- a/www/gforge/files/patch-contrib-autoconf-configure.ac
+++ /dev/null
@@ -1,63 +0,0 @@
---- contrib/autoconf/configure.ac.orig Fri Jun 20 11:42:09 2003
-+++ contrib/autoconf/configure.ac Wed Jul 2 13:20:49 2003
-@@ -56,6 +56,20 @@
- sys_urlroot=/usr/share/gforge/www/
- sys_ldap_admin_dn="admin,$LDAP_BASE_DN"
- ;;
-+ FreeBSD)
-+ AC_MSG_RESULT([Using FreeBSD specific defaults])
-+
-+ homedir_prefix=${HOME_DIR}/users
-+ groupdir_prefix=${HOME_DIR}/groups
-+
-+ sys_upload_dir=/tmp/
-+
-+ TOP_DIR=${WWWROOT}
-+ CGIBIN_DIR=${WWWROOT}/cgi-bin
-+
-+ sys_urlroot=${WWWROOT}/www/
-+ sys_ldap_admin_dn="admin,$LDAP_BASE_DN"
-+ ;;
-
- NONE|none)
- # use defaults
-@@ -399,39 +413,6 @@
- fi
- AC_MSG_RESULT([Session key (using "ps aux | $HASHING_PROG$POST_PROC")... $sys_session_key])
- ])
--
--
--#############################################################################
--# check to see if the values given are okay.
--#############################################################################
--
--AC_MSG_CHECKING([whether sys_upload_dir directory exists])
--if test -d "$sys_upload_dir"
--then
-- AC_MSG_RESULT([Yes.])
-- if `echo $sys_upload_dir | grep -- "${sys_urlroot}" > /dev/null `
-- then
-- AC_MSG_ERROR([sys_upload_dir must not be under Document Root ($sys_urlroot).])
-- fi
--else
-- AC_MSG_ERROR([No.])
--fi
--
--AC_MSG_CHECKING([whether "$sys_lang" is supported])
--if test -f "$TOP_DIR/www/include/languages/$sys_lang.tab"
--then
-- AC_MSG_RESULT([Yes.])
--else
-- AC_MSG_ERROR([No.])
--fi
--
--AC_MSG_CHECKING([whether the theme "$sys_theme" exists])
--if test -d "$TOP_DIR/www/themes/$sys_theme"
--then
-- AC_MSG_RESULT([Yes.])
--else
-- AC_MSG_ERROR([$sys_theme theme does not exist.])
--fi
-
-
- #############################################################################
diff --git a/www/gforge/pkg-descr b/www/gforge/pkg-descr
deleted file mode 100644
index e5ad29448581..000000000000
--- a/www/gforge/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-GForge is an Open Source collaborative software development tool,
-which allows you to organize and manage any number of software
-development projects. It's perfect for managing large teams of
-software engineers and/or engineers scattered among multiple
-locations.
-
-WWW: http://gforge.org
diff --git a/www/gforge/pkg-plist b/www/gforge/pkg-plist
deleted file mode 100644
index 07d67ebe1682..000000000000
--- a/www/gforge/pkg-plist
+++ /dev/null
@@ -1,1464 +0,0 @@
-%%ETC_DIR%%/gforge-httpd.conf.example
-%%ETC_DIR%%/gforge-multi-host-httpd.conf.example
-%%ETC_DIR%%/sample-apache.vhost-dist
-%%ETC_DIR%%/local.inc.example
-%%ETC_DIR%%/local.inc-dist
-%%PORTDOCS%%%%DOCSDIR%%/architecture/stats/stats-process.sda
-%%PORTDOCS%%%%DOCSDIR%%/images/sflogo2-105a.png
-%%PORTDOCS%%%%DOCSDIR%%/phpdoc/makedoc.sh
-%%PORTDOCS%%%%DOCSDIR%%/phpdoc/manageclass.patch
-%%PORTDOCS%%%%DOCSDIR%%/docbook/build/.keepme
-%%PORTDOCS%%%%DOCSDIR%%/docbook/docbook/introduction/introduction.xml
-%%PORTDOCS%%%%DOCSDIR%%/docbook/docbook/administration_guide/administration_guide.xml
-%%PORTDOCS%%%%DOCSDIR%%/docbook/docbook/contribution_guide/include/howto_localization.xml
-%%PORTDOCS%%%%DOCSDIR%%/docbook/docbook/contribution_guide/include/howto_contribute.xml
-%%PORTDOCS%%%%DOCSDIR%%/docbook/docbook/contribution_guide/include/howto_documentation.xml
-%%PORTDOCS%%%%DOCSDIR%%/docbook/docbook/contribution_guide/include/coding_standards.xml
-%%PORTDOCS%%%%DOCSDIR%%/docbook/docbook/contribution_guide/include/howto_xhtml.xml
-%%PORTDOCS%%%%DOCSDIR%%/docbook/docbook/contribution_guide/include/templating.xml
-%%PORTDOCS%%%%DOCSDIR%%/docbook/docbook/contribution_guide/include/cvs_repository.xml
-%%PORTDOCS%%%%DOCSDIR%%/docbook/docbook/contribution_guide/contribution_guide.xml
-%%PORTDOCS%%%%DOCSDIR%%/docbook/docbook/user_guide/getting_started/getting_started.xml
-%%PORTDOCS%%%%DOCSDIR%%/docbook/docbook/user_guide/introduction/introduction.xml
-%%PORTDOCS%%%%DOCSDIR%%/docbook/docbook/user_guide/project_functions/tracker.xml
-%%PORTDOCS%%%%DOCSDIR%%/docbook/docbook/user_guide/project_functions/docman.xml
-%%PORTDOCS%%%%DOCSDIR%%/docbook/docbook/user_guide/project_functions/file_releases.xml
-%%PORTDOCS%%%%DOCSDIR%%/docbook/docbook/user_guide/project_functions/forums.xml
-%%PORTDOCS%%%%DOCSDIR%%/docbook/docbook/user_guide/project_functions/index.xml
-%%PORTDOCS%%%%DOCSDIR%%/docbook/docbook/user_guide/project_functions/mailing_lists.xml
-%%PORTDOCS%%%%DOCSDIR%%/docbook/docbook/user_guide/project_functions/news.xml
-%%PORTDOCS%%%%DOCSDIR%%/docbook/docbook/user_guide/project_functions/project_admin.xml
-%%PORTDOCS%%%%DOCSDIR%%/docbook/docbook/user_guide/project_functions/project_summary.xml
-%%PORTDOCS%%%%DOCSDIR%%/docbook/docbook/user_guide/project_functions/surveys.xml
-%%PORTDOCS%%%%DOCSDIR%%/docbook/docbook/user_guide/project_functions/task_manager.xml
-%%PORTDOCS%%%%DOCSDIR%%/docbook/docbook/user_guide/project_functions/cvs.xml
-%%PORTDOCS%%%%DOCSDIR%%/docbook/docbook/user_guide/sitewide_functions/index.xml
-%%PORTDOCS%%%%DOCSDIR%%/docbook/docbook/user_guide/sitewide_functions/project_help.xml
-%%PORTDOCS%%%%DOCSDIR%%/docbook/docbook/user_guide/sitewide_functions/search.xml
-%%PORTDOCS%%%%DOCSDIR%%/docbook/docbook/user_guide/sitewide_functions/snippet.xml
-%%PORTDOCS%%%%DOCSDIR%%/docbook/docbook/user_guide/sitewide_functions/trove.xml
-%%PORTDOCS%%%%DOCSDIR%%/docbook/docbook/user_guide/user_functions/index.xml
-%%PORTDOCS%%%%DOCSDIR%%/docbook/docbook/user_guide/user_guide.xml
-%%PORTDOCS%%%%DOCSDIR%%/docbook/docbook/installation_guide/installation_guide.xml
-%%PORTDOCS%%%%DOCSDIR%%/docbook/docbook/entities/authors/roland_mas.xml
-%%PORTDOCS%%%%DOCSDIR%%/docbook/docbook/entities/authors/ken_mccullagh.xml
-%%PORTDOCS%%%%DOCSDIR%%/docbook/docbook/entities/authors/reinhard_spisser.xml
-%%PORTDOCS%%%%DOCSDIR%%/docbook/docbook/entities/authors/guillaume_smet.xml
-%%PORTDOCS%%%%DOCSDIR%%/docbook/docbook/entities/authors/tim_perdue.xml
-%%PORTDOCS%%%%DOCSDIR%%/docbook/docbook/entities/authors/tom_copeland.xml
-%%PORTDOCS%%%%DOCSDIR%%/docbook/docbook/entities/authors/ognyan_kulev.xml
-%%PORTDOCS%%%%DOCSDIR%%/docbook/docbook/entities/authors.ent
-%%PORTDOCS%%%%DOCSDIR%%/docbook/docbook/entities/xinclude.ent
-%%PORTDOCS%%%%DOCSDIR%%/docbook/docbook/gforge_manual.xml
-%%PORTDOCS%%%%DOCSDIR%%/docbook/xsl/include/common_html.xsl
-%%PORTDOCS%%%%DOCSDIR%%/docbook/xsl/include/common_html_chunk.xsl
-%%PORTDOCS%%%%DOCSDIR%%/docbook/xsl/include/common_pdf.xsl
-%%PORTDOCS%%%%DOCSDIR%%/docbook/xsl/article_html_chunk.xsl
-%%PORTDOCS%%%%DOCSDIR%%/docbook/xsl/article_pdf.xsl
-%%PORTDOCS%%%%DOCSDIR%%/docbook/xsl/article_html.xsl
-%%PORTDOCS%%%%DOCSDIR%%/docbook/xsl/book_html_chunk.xsl
-%%PORTDOCS%%%%DOCSDIR%%/docbook/xsl/book_pdf.xsl
-%%PORTDOCS%%%%DOCSDIR%%/docbook/xsl/book_html.xsl
-%%PORTDOCS%%%%DOCSDIR%%/docbook/INSTALL
-%%PORTDOCS%%%%DOCSDIR%%/docbook/Makefile
-%%PORTDOCS%%%%DOCSDIR%%/docbook/README
-%%PORTDOCS%%%%DOCSDIR%%/index.php
-%%PORTDOCS%%%%DOCSDIR%%/gforge-themes-HOWTO.html
-%%PORTDOCS%%%%DOCSDIR%%/doc_utils.php
-%%PORTDOCS%%%%DOCSDIR%%/debian-installguidefornewbies.html
-%%PORTDOCS%%%%DOCSDIR%%/debian-guide.html
-%%PORTDOCS%%%%DOCSDIR%%/README.TuningLDAP
-%%PORTDOCS%%%%DOCSDIR%%/README.Themes
-%%PORTDOCS%%%%DOCSDIR%%/README.Soap
-%%PORTDOCS%%%%DOCSDIR%%/README.Plugins
-%%PORTDOCS%%%%DOCSDIR%%/README.KnownBugs
-%%PORTDOCS%%%%DOCSDIR%%/README.Custom
-%%PORTDOCS%%%%DOCSDIR%%/webalizer-HOWTO.html
-%%PORTDOCS%%%%DOCSDIR%%/README.ConvertToUTF8
-%%PORTDOCS%%%%DOCSDIR%%/migrating-to-gforge-REPORT.txt
-%%PORTDOCS%%%%DOCSDIR%%/migrating-to-gforge-HOWTO.html
-%%PORTDOCS%%%%DOCSDIR%%/log_formats.txt
-%%BACKEND_DIR%%/backend/zones/aliases.zone
-%%BACKEND_DIR%%/backend/zones/dns.zone
-%%BACKEND_DIR%%/backend/zones/sendmail.cw.zone
-%%BACKEND_DIR%%/backend/shell/apache.sh
-%%BACKEND_DIR%%/backend/include.pl
-%%BACKEND_DIR%%/backend/DatabaseDump.pl
-%%BACKEND_DIR%%/cronjobs/mail/mailaliases.php
-%%BACKEND_DIR%%/cronjobs/mail/mailing_lists_create.php
-%%BACKEND_DIR%%/cronjobs/mail/privatize_list.py
-%%BACKEND_DIR%%/cronjobs/cvs-cron/www/index.php
-%%BACKEND_DIR%%/cronjobs/cvs-cron/cvs.php
-%%BACKEND_DIR%%/cronjobs/cvs-cron/grap.c
-%%BACKEND_DIR%%/cronjobs/cvs-cron/history_parse.php
-%%BACKEND_DIR%%/cronjobs/cvs-cron/ssh_create.php
-%%BACKEND_DIR%%/cronjobs/cvs-cron/usergroup.php
-%%BACKEND_DIR%%/cronjobs/cvs-cron/default_page.php
-%%BACKEND_DIR%%/cronjobs/cvs-cron/syncmail
-%%BACKEND_DIR%%/cronjobs/cvs-cron/cvssh.pl
-%%BACKEND_DIR%%/cronjobs/cvs-cron/cvscreate.sh
-%%BACKEND_DIR%%/cronjobs/cvs-cron/ftp_create.php
-%%BACKEND_DIR%%/cronjobs/dav-svn/www/index.php
-%%BACKEND_DIR%%/cronjobs/dav-svn/www/svnindex.css
-%%BACKEND_DIR%%/cronjobs/dav-svn/www/svnindex.xsl
-%%BACKEND_DIR%%/cronjobs/dav-svn/create_docman.php
-%%BACKEND_DIR%%/cronjobs/dav-svn/create_group_home.php
-%%BACKEND_DIR%%/cronjobs/dav-svn/create_groups.php
-%%BACKEND_DIR%%/cronjobs/dav-svn/create_svn.php
-%%BACKEND_DIR%%/cronjobs/dav-svn/README
-%%BACKEND_DIR%%/cronjobs/dav-svn/default_page.php
-%%BACKEND_DIR%%/cronjobs/dav-svn/svn-index.php
-%%BACKEND_DIR%%/cronjobs/dav-svn/commit-email_pl
-%%BACKEND_DIR%%/cronjobs/dav-svn/crontab.in
-%%BACKEND_DIR%%/cronjobs/dav-svn/create_users.php
-%%BACKEND_DIR%%/cronjobs/stats_site.inc
-%%BACKEND_DIR%%/cronjobs/stats_projects.inc
-%%BACKEND_DIR%%/cronjobs/stats_projects-backfill.php
-%%BACKEND_DIR%%/cronjobs/site_stats.php
-%%BACKEND_DIR%%/cronjobs/send_pending_items_mail.php
-%%BACKEND_DIR%%/cronjobs/rotate_activity.php
-%%BACKEND_DIR%%/cronjobs/reporting_cron.php
-%%BACKEND_DIR%%/cronjobs/rating_stats.php
-%%BACKEND_DIR%%/cronjobs/project_weekly_metric.php
-%%BACKEND_DIR%%/cronjobs/project_weekly_metric-backfill.php
-%%BACKEND_DIR%%/cronjobs/project_cleanup.php
-%%BACKEND_DIR%%/cronjobs/massmail.php
-%%BACKEND_DIR%%/cronjobs/forum_gateway.php
-%%BACKEND_DIR%%/cronjobs/db_trove_maint.php
-%%BACKEND_DIR%%/cronjobs/db_stats_agg.php
-%%BACKEND_DIR%%/cronjobs/db_project_sums.php
-%%BACKEND_DIR%%/cronjobs/daily_task_email.php
-%%BACKEND_DIR%%/cronjobs/crontab.in
-%%BACKEND_DIR%%/cronjobs/check_stale_tracker_items.php
-%%BACKEND_DIR%%/cronjobs/calculate_user_metric.php
-%%BACKEND_DIR%%/cronjobs/vacuum.php
-%%BACKEND_DIR%%/cronjobs/README.root
-%%BACKEND_DIR%%/cronjobs/update_filesize.php
-%%BACKEND_DIR%%/cronjobs/tracker_gateway.php
-%%BACKEND_DIR%%/monitor/systemdaemon
-%%BACKEND_DIR%%/monitor/check-system.pl
-%%BACKEND_DIR%%/utils/underworld-dummy/ssh_dump.pl
-%%BACKEND_DIR%%/utils/underworld-dummy/dns_conf.pl
-%%BACKEND_DIR%%/utils/underworld-dummy/dump_database.pl
-%%BACKEND_DIR%%/utils/underworld-dummy/ia64_dump.pl
-%%BACKEND_DIR%%/utils/underworld-dummy/mail_aliases.pl
-%%BACKEND_DIR%%/utils/underworld-dummy/mailing_lists_dump.pl
-%%BACKEND_DIR%%/utils/underworld-dummy/new_aliases.pl
-%%BACKEND_DIR%%/utils/underworld-dummy/aliases.zone
-%%BACKEND_DIR%%/utils/cvs1/cvscreate.sh
-%%BACKEND_DIR%%/utils/cvs1/cvstar_genlist.pl
-%%BACKEND_DIR%%/utils/cvs1/cvstar_superscript.pl
-%%BACKEND_DIR%%/utils/ldap/ldap-check-replica
-%%BACKEND_DIR%%/utils/ldap/ldap-clean
-%%BACKEND_DIR%%/utils/ldap/ldap-del-user
-%%BACKEND_DIR%%/utils/ldap/ldap-dump
-%%BACKEND_DIR%%/utils/ldap/ldap-import
-%%BACKEND_DIR%%/utils/ldap/sql2ldif.pl
-%%BACKEND_DIR%%/utils/fixscripts/upgrade_bug_data.php
-%%BACKEND_DIR%%/utils/fixscripts/fix_image_data.php
-%%BACKEND_DIR%%/utils/fixscripts/tools_data_cleanup.php
-%%BACKEND_DIR%%/utils/fixscripts/fix_broken_uids.php
-%%BACKEND_DIR%%/utils/fixscripts/upgrade_filerelease_data.php
-%%BACKEND_DIR%%/utils/fixscripts/upgrade_forum_data.php
-%%BACKEND_DIR%%/utils/fixscripts/upgrade_task_data.php
-%%BACKEND_DIR%%/utils/change_default_shell
-%%BACKEND_DIR%%/utils/grap.c
-%%BACKEND_DIR%%/utils/install-apache.sh
-%%BACKEND_DIR%%/utils/fill-in-the-blanks.pl
-%%BACKEND_DIR%%/utils/default_page.php
-%%BACKEND_DIR%%/utils/decode_images.sh
-%%BACKEND_DIR%%/utils/sffingerd.c
-%%BACKEND_DIR%%/utils/include.pl
-%%BACKEND_DIR%%/plugins/svncommitemail/bin/commit-email.pl
-%%BACKEND_DIR%%/plugins/svncommitemail/include/SVNCommitEmailPlugin.class
-%%BACKEND_DIR%%/plugins/svncommitemail/include/svncommitemail-init.php
-%%BACKEND_DIR%%/plugins/svntracker/AUTHORS
-%%BACKEND_DIR%%/plugins/svntracker/COPYING
-%%BACKEND_DIR%%/plugins/svntracker/README
-%%BACKEND_DIR%%/plugins/svntracker/bin/db-delete.pl
-%%BACKEND_DIR%%/plugins/svntracker/bin/db-upgrade.pl
-%%BACKEND_DIR%%/plugins/svntracker/bin/post.php
-%%BACKEND_DIR%%/plugins/svntracker/bin/update_postcommit.php
-%%BACKEND_DIR%%/plugins/svntracker/etc/plugins/svntracker/config.php
-%%BACKEND_DIR%%/plugins/svntracker/etc/plugins/svntracker/svntracker.conf
-%%BACKEND_DIR%%/plugins/svntracker/httpd.conf
-%%BACKEND_DIR%%/plugins/svntracker/include/Snoopy.class
-%%BACKEND_DIR%%/plugins/svntracker/include/languages/Base.tab
-%%BACKEND_DIR%%/plugins/svntracker/include/languages/French.tab
-%%BACKEND_DIR%%/plugins/svntracker/include/languages/Spanish.tab
-%%BACKEND_DIR%%/plugins/svntracker/include/svntracker-init.php
-%%BACKEND_DIR%%/plugins/svntracker/include/svntrackerPlugin.class
-%%BACKEND_DIR%%/plugins/svntracker/lib/20051011.sql
-%%BACKEND_DIR%%/plugins/svntracker/lib/svntracker-init.sql
-%%BACKEND_DIR%%/plugins/svntracker/postcommit.example
-%%BACKEND_DIR%%/plugins/svntracker/rpm-specific/cron.d/gforge-plugin-svntracker
-%%BACKEND_DIR%%/plugins/svntracker/www/newcommit.php
-%%BACKEND_DIR%%/plugins/scmcvs/bin/syncmail-cvs-1.12
-%%BACKEND_DIR%%/plugins/scmcvs/bin/cvs_dump.pl
-%%BACKEND_DIR%%/plugins/scmcvs/bin/cvs_update.pl
-%%BACKEND_DIR%%/plugins/scmcvs/bin/db-delete.pl
-%%BACKEND_DIR%%/plugins/scmcvs/bin/db-upgrade.pl
-%%BACKEND_DIR%%/plugins/scmcvs/bin/install-cvs.sh
-%%BACKEND_DIR%%/plugins/scmcvs/bin/stats_cvs.pl
-%%BACKEND_DIR%%/plugins/scmcvs/bin/snapshots.sh
-%%BACKEND_DIR%%/plugins/scmcvs/bin/syncmail
-%%BACKEND_DIR%%/plugins/scmcvs/bin/README
-%%BACKEND_DIR%%/plugins/scmcvs/bin/syncmail-cvs-1.11
-%%BACKEND_DIR%%/plugins/scmcvs/bin/cvs-pserver
-%%BACKEND_DIR%%/plugins/scmcvs/bin/aclcheck.php
-%%BACKEND_DIR%%/plugins/scmcvs/cronjobs/tarballs.php
-%%BACKEND_DIR%%/plugins/scmcvs/cronjobs/syncmail
-%%BACKEND_DIR%%/plugins/scmcvs/lib/scmcvs-init.sql
-%%BACKEND_DIR%%/plugins/scmcvs/cgi-bin/cvsweb
-%%BACKEND_DIR%%/plugins/scmcvs/cgi-bin/cvsweb.ori
-%%BACKEND_DIR%%/plugins/scmcvs/etc/httpd.d/11scm50cvs
-%%BACKEND_DIR%%/plugins/scmcvs/etc/httpd.d/30virtualcvs
-%%BACKEND_DIR%%/plugins/scmcvs/etc/httpd.d/31virtualcvs.ssl
-%%BACKEND_DIR%%/plugins/scmcvs/etc/httpd.d/12scm50cvs.ssl
-%%BACKEND_DIR%%/plugins/scmcvs/etc/plugins/scmcvs/config.php
-%%BACKEND_DIR%%/plugins/scmcvs/etc/plugins/scmcvs/config.pl
-%%BACKEND_DIR%%/plugins/scmcvs/etc/plugins/scmcvs/cvsweb.conf
-%%BACKEND_DIR%%/plugins/scmcvs/include/languages/Chinese.tab
-%%BACKEND_DIR%%/plugins/scmcvs/include/languages/Basque.tab
-%%BACKEND_DIR%%/plugins/scmcvs/include/languages/Dutch.tab
-%%BACKEND_DIR%%/plugins/scmcvs/include/languages/French.tab
-%%BACKEND_DIR%%/plugins/scmcvs/include/languages/German.tab
-%%BACKEND_DIR%%/plugins/scmcvs/include/languages/Italian.tab
-%%BACKEND_DIR%%/plugins/scmcvs/include/languages/Korean.tab
-%%BACKEND_DIR%%/plugins/scmcvs/include/languages/PortugueseBrazilian.tab
-%%BACKEND_DIR%%/plugins/scmcvs/include/languages/Spanish.tab
-%%BACKEND_DIR%%/plugins/scmcvs/include/languages/Swedish.tab
-%%BACKEND_DIR%%/plugins/scmcvs/include/languages/Base.tab
-%%BACKEND_DIR%%/plugins/scmcvs/include/CVSPlugin.class
-%%BACKEND_DIR%%/plugins/scmcvs/include/scmcvs-init.php
-%%BACKEND_DIR%%/plugins/scmcvs/include/Snoopy.class
-%%BACKEND_DIR%%/plugins/scmcvs/www/cvsweb/css/cvsweb.css
-%%BACKEND_DIR%%/plugins/scmcvs/www/cvsweb/icons/text.gif
-%%BACKEND_DIR%%/plugins/scmcvs/www/cvsweb/icons/binary.gif
-%%BACKEND_DIR%%/plugins/scmcvs/www/cvsweb/icons/dir.gif
-%%BACKEND_DIR%%/plugins/scmcvs/www/cvsweb/icons/miniback.gif
-%%BACKEND_DIR%%/plugins/scmcvs/www/cvsweb/icons/minidir.gif
-%%BACKEND_DIR%%/plugins/scmcvs/www/cvsweb/icons/minigraph.png
-%%BACKEND_DIR%%/plugins/scmcvs/www/cvsweb/icons/minitext.gif
-%%BACKEND_DIR%%/plugins/scmcvs/www/cvsweb/icons/back.gif
-%%BACKEND_DIR%%/plugins/scmcvs/www/cvsweb.php
-%%BACKEND_DIR%%/plugins/scmcvs/www/acl.php
-%%BACKEND_DIR%%/plugins/scmcvs/TODO
-%%BACKEND_DIR%%/plugins/scmcvs/COPYING
-%%BACKEND_DIR%%/plugins/scmcvs/README
-%%BACKEND_DIR%%/plugins/scmcvs/AUTHORS
-%%BACKEND_DIR%%/plugins/cvstracker/include/languages/Base.tab
-%%BACKEND_DIR%%/plugins/cvstracker/include/languages/French.tab
-%%BACKEND_DIR%%/plugins/cvstracker/include/languages/Spanish.tab
-%%BACKEND_DIR%%/plugins/cvstracker/include/Snoopy.class
-%%BACKEND_DIR%%/plugins/cvstracker/include/cvstracker-init.php
-%%BACKEND_DIR%%/plugins/cvstracker/include/cvstrackerPlugin.class
-%%BACKEND_DIR%%/plugins/cvstracker/lib/cvstracker-init.sql
-%%BACKEND_DIR%%/plugins/cvstracker/lib/20050305.sql
-%%BACKEND_DIR%%/plugins/cvstracker/lib/20051003.sql
-%%BACKEND_DIR%%/plugins/cvstracker/bin/db-delete.pl
-%%BACKEND_DIR%%/plugins/cvstracker/bin/db-upgrade.pl
-%%BACKEND_DIR%%/plugins/cvstracker/bin/post.php
-%%BACKEND_DIR%%/plugins/cvstracker/bin/update_loginfo.php
-%%BACKEND_DIR%%/plugins/cvstracker/etc/plugins/cvstracker/config.php
-%%BACKEND_DIR%%/plugins/cvstracker/etc/plugins/cvstracker/cvstracker.conf
-%%BACKEND_DIR%%/plugins/cvstracker/www/newcommit.php
-%%BACKEND_DIR%%/plugins/cvstracker/httpd.conf
-%%BACKEND_DIR%%/plugins/cvstracker/README
-%%BACKEND_DIR%%/plugins/cvstracker/AUTHORS
-%%BACKEND_DIR%%/plugins/cvstracker/COPYING
-%%BACKEND_DIR%%/plugins/cvstracker/Makefile
-%%BACKEND_DIR%%/plugins/cvstracker/debian/README.Debian
-%%BACKEND_DIR%%/plugins/cvstracker/debian/changelog
-%%BACKEND_DIR%%/plugins/cvstracker/debian/control
-%%BACKEND_DIR%%/plugins/cvstracker/debian/copyright
-%%BACKEND_DIR%%/plugins/cvstracker/debian/cron.d
-%%BACKEND_DIR%%/plugins/cvstracker/debian/dirs
-%%BACKEND_DIR%%/plugins/cvstracker/debian/postinst
-%%BACKEND_DIR%%/plugins/cvstracker/debian/prerm
-%%BACKEND_DIR%%/plugins/cvstracker/debian/rules
-%%BACKEND_DIR%%/plugins/cvstracker/gforge-plugin-cvstracker.spec
-%%BACKEND_DIR%%/plugins/cvstracker/rpm-specific/cron.d/gforge-plugin-cvstracker
-%%BACKEND_DIR%%/plugins/cvssyncmail/common/languages/Base.tab
-%%BACKEND_DIR%%/plugins/cvssyncmail/common/CVSSyncMailPlugin.class
-%%BACKEND_DIR%%/plugins/cvssyncmail/common/cvssyncmail-init.php
-%%BACKEND_DIR%%/plugins/cvssyncmail/db/cvssyncmail-init.sql
-%%BACKEND_DIR%%/plugins/cvssyncmail/include/cvssyncmail-init.php
-%%BACKEND_DIR%%/plugins/cvssyncmail/INSTALL
-%%BACKEND_DIR%%/plugins/scmcvs/debian/README.Debian
-%%BACKEND_DIR%%/plugins/scmcvs/debian/changelog
-%%BACKEND_DIR%%/plugins/scmcvs/debian/control
-%%BACKEND_DIR%%/plugins/scmcvs/debian/copyright
-%%BACKEND_DIR%%/plugins/scmcvs/debian/cron.d
-%%BACKEND_DIR%%/plugins/scmcvs/debian/dirs
-%%BACKEND_DIR%%/plugins/scmcvs/debian/patches/00list
-%%BACKEND_DIR%%/plugins/scmcvs/debian/patches/01_fix_cvsroot_lockdir.dpatch
-%%BACKEND_DIR%%/plugins/scmcvs/debian/postinst
-%%BACKEND_DIR%%/plugins/scmcvs/debian/prerm
-%%BACKEND_DIR%%/plugins/scmcvs/debian/rules
-%%BACKEND_DIR%%/plugins/scmcvs/gforge-plugin-scmcvs.spec
-%%BACKEND_DIR%%/plugins/scmcvs/rpm-specific/cron.d/gforge-plugin-scmcvs
-%%BACKEND_DIR%%/plugins/scmcvs/rpm-specific/cronjobs/.keepme
-%%BACKEND_DIR%%/plugins/scmcvs/rpm-specific/languages/.keepme
-%%BACKEND_DIR%%/plugins/scmcvs/rpm-specific/patches/gforge-plugin-scmcvs-4.5.14-cvsweb.css.patch
-%%BACKEND_DIR%%/plugins/scmsvn/README
-%%BACKEND_DIR%%/plugins/scmsvn/bin/db-delete.pl
-%%BACKEND_DIR%%/plugins/scmsvn/bin/db-upgrade.pl
-%%BACKEND_DIR%%/plugins/scmsvn/bin/install-svn.sh
-%%BACKEND_DIR%%/plugins/scmsvn/bin/install-viewcvs.sh
-%%BACKEND_DIR%%/plugins/scmsvn/bin/snapshots.sh
-%%BACKEND_DIR%%/plugins/scmsvn/bin/svn-create.php
-%%BACKEND_DIR%%/plugins/scmsvn/bin/svn_dump.pl
-%%BACKEND_DIR%%/plugins/scmsvn/bin/svn_update.pl
-%%BACKEND_DIR%%/plugins/scmsvn/cgi-bin/viewcvs.cgi
-%%BACKEND_DIR%%/plugins/scmsvn/cronjobs/svn-stats.php
-%%BACKEND_DIR%%/plugins/scmsvn/cronjobs/tarballs.php
-%%BACKEND_DIR%%/plugins/scmsvn/debian/README.Debian
-%%BACKEND_DIR%%/plugins/scmsvn/debian/changelog
-%%BACKEND_DIR%%/plugins/scmsvn/debian/control
-%%BACKEND_DIR%%/plugins/scmsvn/debian/copyright
-%%BACKEND_DIR%%/plugins/scmsvn/debian/cron.d
-%%BACKEND_DIR%%/plugins/scmsvn/debian/dirs
-%%BACKEND_DIR%%/plugins/scmsvn/debian/patches/00list
-%%BACKEND_DIR%%/plugins/scmsvn/debian/patches/disable-dav.dpatch
-%%BACKEND_DIR%%/plugins/scmsvn/debian/postinst
-%%BACKEND_DIR%%/plugins/scmsvn/debian/prerm
-%%BACKEND_DIR%%/plugins/scmsvn/debian/rules
-%%BACKEND_DIR%%/plugins/scmsvn/etc/httpd.d/11scm60svn
-%%BACKEND_DIR%%/plugins/scmsvn/etc/httpd.d/12scm60svn.ssl
-%%BACKEND_DIR%%/plugins/scmsvn/etc/plugins/scmsvn/config.php
-%%BACKEND_DIR%%/plugins/scmsvn/etc/plugins/scmsvn/config.pl
-%%BACKEND_DIR%%/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/annotate.ezt
-%%BACKEND_DIR%%/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/diff.ezt
-%%BACKEND_DIR%%/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/dir_alternate.ezt
-%%BACKEND_DIR%%/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/directory.ezt
-%%BACKEND_DIR%%/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/error.ezt
-%%BACKEND_DIR%%/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/graph.ezt
-%%BACKEND_DIR%%/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/include/branch.ezt
-%%BACKEND_DIR%%/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/include/branch_form.ezt
-%%BACKEND_DIR%%/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/include/diff_form.ezt
-%%BACKEND_DIR%%/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/include/dir_footer.ezt
-%%BACKEND_DIR%%/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/include/dir_header.ezt
-%%BACKEND_DIR%%/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/include/footer.ezt
-%%BACKEND_DIR%%/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/include/header.ezt
-%%BACKEND_DIR%%/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/include/paging.ezt
-%%BACKEND_DIR%%/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/include/sort.ezt
-%%BACKEND_DIR%%/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/include/view_tag.ezt
-%%BACKEND_DIR%%/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/log.ezt
-%%BACKEND_DIR%%/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/log_table.ezt
-%%BACKEND_DIR%%/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/markup.ezt
-%%BACKEND_DIR%%/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/query.ezt
-%%BACKEND_DIR%%/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/query_form.ezt
-%%BACKEND_DIR%%/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/query_results.ezt
-%%BACKEND_DIR%%/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/revision.ezt
-%%BACKEND_DIR%%/plugins/scmsvn/gforge-plugin-scmsvn.spec
-%%BACKEND_DIR%%/plugins/scmsvn/include/SVNPlugin.class
-%%BACKEND_DIR%%/plugins/scmsvn/include/languages/Base.tab
-%%BACKEND_DIR%%/plugins/scmsvn/include/languages/French.tab
-%%BACKEND_DIR%%/plugins/scmsvn/include/languages/Korean.tab
-%%BACKEND_DIR%%/plugins/scmsvn/include/scmsvn-init.php
-%%BACKEND_DIR%%/plugins/scmsvn/lib/scmsvn-init.sql
-%%BACKEND_DIR%%/plugins/scmsvn/rpm-specific/cron.d/gforge-plugin-scmsvn
-%%BACKEND_DIR%%/plugins/scmsvn/rpm-specific/languages/.keepme
-%%BACKEND_DIR%%/plugins/scmsvn/rpm-specific/patches/gforge-plugin-scmsvn-4.5.14-hotbackup.py-path.patch
-%%BACKEND_DIR%%/plugins/scmsvn/rpm-specific/patches/gforge-plugin-scmsvn-4.5.14-nogroupdircheck.patch
-%%BACKEND_DIR%%/plugins/scmsvn/rpm-specific/patches/gforge-plugin-scmsvn-4.5.14-styles.css.patch
-%%BACKEND_DIR%%/plugins/scmsvn/rpm-specific/patches/gforge-plugin-scmsvn-4.5.14-svn-host.patch
-%%BACKEND_DIR%%/plugins/scmsvn/rpm-specific/patches/gforge-plugin-scmsvn-4.5.14-svn_dav_authz.patch
-%%BACKEND_DIR%%/plugins/scmsvn/rpm-specific/patches/gforge-plugin-scmsvn-4.5.14-templates.patch
-%%BACKEND_DIR%%/plugins/scmsvn/rpm-specific/patches/gforge-plugin-scmsvn-4.5.14-viewcvs.cgi.patch
-%%BACKEND_DIR%%/plugins/scmsvn/rpm-specific/patches/gforge-plugin-scmsvn-4.5.14-viewcvs.php.patch
-%%BACKEND_DIR%%/plugins/scmsvn/rpm-specific/scripts/create_authz_svn.php
-%%BACKEND_DIR%%/plugins/scmsvn/rpm-specific/viewcvs/icons/small/dir.gif
-%%BACKEND_DIR%%/plugins/scmsvn/rpm-specific/viewcvs/icons/small/text.gif
-%%BACKEND_DIR%%/plugins/scmsvn/www/styles.css
-%%BACKEND_DIR%%/plugins/scmsvn/www/viewcvs.php
-%%BACKEND_DIR%%/plugins/scmsvn/www/viewcvs_utils.php
-%%BACKEND_DIR%%/plugins/scmsvn/www/viewcvs/contributing.html
-%%BACKEND_DIR%%/plugins/scmsvn/www/viewcvs/help_dirview.html
-%%BACKEND_DIR%%/plugins/scmsvn/www/viewcvs/help_log.html
-%%BACKEND_DIR%%/plugins/scmsvn/www/viewcvs/help_logtable.html
-%%BACKEND_DIR%%/plugins/scmsvn/www/viewcvs/help_query.html
-%%BACKEND_DIR%%/plugins/scmsvn/www/viewcvs/help_rootview.html
-%%BACKEND_DIR%%/plugins/scmsvn/www/viewcvs/icons/back.gif
-%%BACKEND_DIR%%/plugins/scmsvn/www/viewcvs/icons/forward.gif
-%%BACKEND_DIR%%/plugins/scmsvn/www/viewcvs/icons/small/back.gif
-%%BACKEND_DIR%%/plugins/scmsvn/www/viewcvs/icons/small/debian.jpg
-%%BACKEND_DIR%%/plugins/scmsvn/www/viewcvs/icons/small/dir.gif
-%%BACKEND_DIR%%/plugins/scmsvn/www/viewcvs/icons/small/text.gif
-%%BACKEND_DIR%%/plugins/scmsvn/www/viewcvs/images/chalk.jpg
-%%BACKEND_DIR%%/plugins/scmsvn/www/viewcvs/images/cvsgraph_16x16.png
-%%BACKEND_DIR%%/plugins/scmsvn/www/viewcvs/images/cvsgraph_32x32.png
-%%BACKEND_DIR%%/plugins/scmsvn/www/viewcvs/images/down.png
-%%BACKEND_DIR%%/plugins/scmsvn/www/viewcvs/images/logo.png
-%%BACKEND_DIR%%/plugins/scmsvn/www/viewcvs/images/up.png
-%%BACKEND_DIR%%/plugins/scmsvn/www/viewcvs/index.html
-%%BACKEND_DIR%%/plugins/scmsvn/www/viewcvs/license-1.html
-%%BACKEND_DIR%%/plugins/scmsvn/www/viewcvs/styles.css
-%%BACKEND_DIR%%/plugins/scmsvn/www/viewcvs/upgrading.html
-%%BACKEND_DIR%%/plugins/scmsvn/www/viewcvs/who.html
-%%DATADIR%%/contrib/rh8_apache20_config/httpd.conf
-%%DATADIR%%/contrib/rh8_apache20_config/local.inc
-%%DATADIR%%/contrib/rh8_apache20_config/php.conf
-%%DATADIR%%/contrib/rh8_apache20_config/php.ini
-%%DATADIR%%/contrib/rh8_apache20_config/readme.txt
-%%DATADIR%%/contrib/autoconf/autom4te253.cache/requests
-%%DATADIR%%/contrib/autoconf/autom4te253.cache/output.0
-%%DATADIR%%/contrib/autoconf/autom4te253.cache/traces.0
-%%DATADIR%%/contrib/autoconf/configure
-%%DATADIR%%/contrib/autoconf/configure.ac
-%%DATADIR%%/contrib/autoconf/local.inc.in
-%%DATADIR%%/contrib/autoconf/sample-apache.vhost.in
-%%DATADIR%%/contrib/autoconf/config.status
-%%DATADIR%%/contrib/autoconf/local.inc
-%%DATADIR%%/contrib/autoconf/README.configure
-%%DATADIR%%/contrib/autoconf/sample-apache.vhost
-%%DATADIR%%/contrib/tracker-cc.patch
-%%DATADIR%%/contrib/tracker-cc.README
-%%DATADIR%%/contrib/gforge.conf
-%%DATADIR%%/contrib/userlist.patch
-%%DATADIR%%/contrib/gforge-3.0-init_sql.patch
-%%DATADIR%%/contrib/gforge-3.0-cronjobs.patch
-%%DATADIR%%/contrib/cmd-line-prototype.tar.gz
-%%DATADIR%%/contrib/beta1_install_from_scratch_install.php
-%%DATADIR%%/contrib/beta1_install_from_scratch.txt
-%%DATADIR%%/contrib/gforge-3.0-local_config.patch
-%%DATADIR%%/contrib/userlist.README
-%%DATADIR%%/db/SQL_2.6/user_rating.sql
-%%DATADIR%%/db/SQL_2.6/SourceForge.sql
-%%DATADIR%%/db/SQL_2.6/dbusers.sql
-%%DATADIR%%/db/SQL_2.6/languages.tab
-%%DATADIR%%/db/SQL_2.6/replicate.sh
-%%DATADIR%%/db/SQL_2.6/replication-master.sql
-%%DATADIR%%/db/SQL_2.6/replication-reset-master.sql
-%%DATADIR%%/db/SQL_2.6/replication-reset-slave.sql
-%%DATADIR%%/db/SQL_2.6/replication-slave.sql
-%%DATADIR%%/db/SQL_2.6/replication.plan
-%%DATADIR%%/db/SQL_2.6/trove_cat.tab
-%%DATADIR%%/db/SQL_2.6/DefaultValues.sql
-%%DATADIR%%/db/SQL_2.5/DefaultValues_2_5.sql
-%%DATADIR%%/db/SQL_2.5/SourceForge_2_5.sql
-%%DATADIR%%/db/gforge-pgsql7.3.sql
-%%DATADIR%%/db/README
-%%DATADIR%%/db/FTI.sql
-%%DATADIR%%/db/FTI-20060130.sql
-%%DATADIR%%/db/FTI-20050530.sql
-%%DATADIR%%/db/FTI-20050401.sql
-%%DATADIR%%/db/FTI-20050315.sql
-%%DATADIR%%/db/20051027-2.php
-%%DATADIR%%/db/20051027-1.sql
-%%DATADIR%%/db/20051003.sql
-%%DATADIR%%/db/20050906.sql
-%%DATADIR%%/db/20050711.sql
-%%DATADIR%%/db/20050628.sql
-%%DATADIR%%/db/20050617.php
-%%DATADIR%%/db/20050605.sql
-%%DATADIR%%/db/20050325-3.sql
-%%DATADIR%%/db/20050325-3-drop.sql
-%%DATADIR%%/db/20050325-2.php
-%%DATADIR%%/db/20050325-1.sql
-%%DATADIR%%/db/20050325-1-drop.sql
-%%DATADIR%%/db/20050315.sql
-%%DATADIR%%/db/20050315-drop.sql
-%%DATADIR%%/db/20050311.sql
-%%DATADIR%%/db/20050227.sql
-%%DATADIR%%/db/20050225-nsssetup.sql
-%%DATADIR%%/db/20050224.sql
-%%DATADIR%%/db/20050224-drop.sql
-%%DATADIR%%/db/20050214-nss.sql
-%%DATADIR%%/db/20050212.sql
-%%DATADIR%%/db/20050130.sql
-%%DATADIR%%/db/20050127-frs-reorg.php
-%%DATADIR%%/db/20050115.sql
-%%DATADIR%%/db/20041222-debian.sql
-%%DATADIR%%/db/20041222-2.sql
-%%DATADIR%%/db/20041222-1-delete-task-artifact.php
-%%DATADIR%%/db/20041215-gforge-4.0.2
-%%DATADIR%%/db/20041211-syncmail.php
-%%DATADIR%%/db/20041124.sql
-%%DATADIR%%/db/20041108.sql
-%%DATADIR%%/db/20041107-gforge-4.0.1
-%%DATADIR%%/db/20041104.sql
-%%DATADIR%%/db/20041031.sql
-%%DATADIR%%/db/20041025-gforge-4.0
-%%DATADIR%%/db/20041020.sql
-%%DATADIR%%/db/20041014.sql
-%%DATADIR%%/db/20041006.sql
-%%DATADIR%%/db/20041005.sql
-%%DATADIR%%/db/20041001.sql
-%%DATADIR%%/db/20040914.sql
-%%DATADIR%%/db/20040826_migraterbac.php
-%%DATADIR%%/db/20040826_migrateforum.php
-%%DATADIR%%/db/20040826.sql
-%%DATADIR%%/db/20040804.sql
-%%DATADIR%%/db/20040729.sql
-%%DATADIR%%/db/20040722.sql
-%%DATADIR%%/db/20040507.sql
-%%DATADIR%%/db/20040329.sql
-%%DATADIR%%/db/20040326-gforge-3.3
-%%DATADIR%%/db/200403252.sql
-%%DATADIR%%/db/200403251.sql
-%%DATADIR%%/db/20040315.sql
-%%DATADIR%%/db/20040204.sql
-%%DATADIR%%/db/20040130.sql
-%%DATADIR%%/db/20040108-gforge-3.21
-%%DATADIR%%/db/20031205.sql
-%%DATADIR%%/db/20031129.sql
-%%DATADIR%%/db/20031126.sql
-%%DATADIR%%/db/20031124.sql
-%%DATADIR%%/db/20031105.sql
-%%DATADIR%%/db/20031026-gforge-3.1
-%%DATADIR%%/db/20030822.sql
-%%DATADIR%%/db/20030701-gforge-3.0
-%%DATADIR%%/db/20030513.sql
-%%DATADIR%%/db/20030312.sql
-%%DATADIR%%/db/20030209.sql
-%%DATADIR%%/db/20030131.sql
-%%DATADIR%%/db/20030115.sql
-%%DATADIR%%/db/20030113.sql
-%%DATADIR%%/db/20030113-drops.sql
-%%DATADIR%%/db/20030112.sql
-%%DATADIR%%/db/20030109.sql
-%%DATADIR%%/db/20030107.sql
-%%DATADIR%%/db/20030105.sql
-%%DATADIR%%/db/20030102.sql
-%%DATADIR%%/db/20030102-drops.sql
-%%DATADIR%%/db/20021230.sql
-%%DATADIR%%/db/20021223.sql
-%%DATADIR%%/db/20021223-drops.sql
-%%DATADIR%%/db/20021216.sql
-%%DATADIR%%/db/20021215.sql
-%%DATADIR%%/db/20021214.sql
-%%DATADIR%%/db/20021213_doc_data-migrate.php
-%%DATADIR%%/db/20021213.sql
-%%DATADIR%%/db/20021212.sql
-%%DATADIR%%/db/20021125.sql
-%%DATADIR%%/db/20021124-3_gforge-debian-sf-sync.sql
-%%DATADIR%%/db/20021124-2_theming.sql
-%%DATADIR%%/db/20021124-1_drop_foundry.sql
-%%DATADIR%%/db/20010601-sourceforge-2.6
-%%DATADIR%%/db/20010511.sql
-%%DATADIR%%/db/20010509.sql
-%%DATADIR%%/db/20010507.sql
-%%DATADIR%%/db/20010412.sql
-%%DATADIR%%/db/20010409.sql
-%%DATADIR%%/db/20010317.sql
-%%DATADIR%%/db/20010313.sql
-%%DATADIR%%/db/20010305.sql
-%%DATADIR%%/db/20010304-4-artifact-convert-files.php
-%%DATADIR%%/db/20010304-3.sql
-%%DATADIR%%/db/20010304-2.sql
-%%DATADIR%%/db/20010304-1.sql
-%%DATADIR%%/db/20010301.sql
-%%DATADIR%%/db/20010206.sql
-%%DATADIR%%/db/20010126.sql
-%%DATADIR%%/db/20010112.sql
-%%DATADIR%%/db/20010109.sql
-%%DATADIR%%/db/20001220.sql
-%%DATADIR%%/db/20001219-sourceforge-2.5
-%%DATADIR%%/db/gforge.sql
-%%DATADIR%%/db/20001214.sql
-%%DATADIR%%/db/gforge2.6.sql
-%%DATADIR%%/db/timetracking-init.sql
-%%DATADIR%%/db/20001209.sql
-%%DATADIR%%/db/nss-pgsql.sql
-%%WWW_ROOT%%/gforge/common/pm/import_utils.php
-%%WWW_ROOT%%/gforge/common/pm/ProjectTask.class
-%%WWW_ROOT%%/gforge/common/pm/ProjectGroup.class
-%%WWW_ROOT%%/gforge/common/pm/ProjectGroupFactory.class
-%%WWW_ROOT%%/gforge/common/pm/ProjectCategory.class
-%%WWW_ROOT%%/gforge/common/pm/ProjectTaskFactory.class
-%%WWW_ROOT%%/gforge/common/pm/Validator.class
-%%WWW_ROOT%%/gforge/common/pm/ProjectTasksForUser.class
-%%WWW_ROOT%%/gforge/common/survey/Survey.class
-%%WWW_ROOT%%/gforge/common/survey/SurveyFactory.class
-%%WWW_ROOT%%/gforge/common/survey/SurveyQuestion.class
-%%WWW_ROOT%%/gforge/common/survey/SurveyQuestionFactory.class
-%%WWW_ROOT%%/gforge/common/survey/SurveyResponse.class
-%%WWW_ROOT%%/gforge/common/survey/SurveyResponseFactory.class
-%%WWW_ROOT%%/gforge/common/search/TrackersSearchQuery.class
-%%WWW_ROOT%%/gforge/common/search/ExportProjectSearchQuery.class
-%%WWW_ROOT%%/gforge/common/search/ForumSearchQuery.class
-%%WWW_ROOT%%/gforge/common/search/PeopleSearchQuery.class
-%%WWW_ROOT%%/gforge/common/search/ProjectSearchQuery.class
-%%WWW_ROOT%%/gforge/common/search/SearchQuery.class
-%%WWW_ROOT%%/gforge/common/search/SkillSearchQuery.class
-%%WWW_ROOT%%/gforge/common/search/DocsSearchQuery.class
-%%WWW_ROOT%%/gforge/common/search/ForumsSearchQuery.class
-%%WWW_ROOT%%/gforge/common/search/FrsSearchQuery.class
-%%WWW_ROOT%%/gforge/common/search/NewsSearchQuery.class
-%%WWW_ROOT%%/gforge/common/search/TasksSearchQuery.class
-%%WWW_ROOT%%/gforge/common/search/ArtifactSearchQuery.class
-%%WWW_ROOT%%/gforge/common/scm/SCMFactory.class
-%%WWW_ROOT%%/gforge/common/reporting/report_utils.php
-%%WWW_ROOT%%/gforge/common/reporting/ReportGroupAdded.class
-%%WWW_ROOT%%/gforge/common/reporting/ReportGroupCum.class
-%%WWW_ROOT%%/gforge/common/reporting/ReportProjectAct.class
-%%WWW_ROOT%%/gforge/common/reporting/ReportProjectTime.class
-%%WWW_ROOT%%/gforge/common/reporting/ReportSetup.class
-%%WWW_ROOT%%/gforge/common/reporting/ReportSiteAct.class
-%%WWW_ROOT%%/gforge/common/reporting/ReportSiteTime.class
-%%WWW_ROOT%%/gforge/common/reporting/ReportTrackerAct.class
-%%WWW_ROOT%%/gforge/common/reporting/ReportUserAct.class
-%%WWW_ROOT%%/gforge/common/reporting/ReportUserAdded.class
-%%WWW_ROOT%%/gforge/common/reporting/ReportUserCum.class
-%%WWW_ROOT%%/gforge/common/reporting/ReportUserTime.class
-%%WWW_ROOT%%/gforge/common/reporting/Report.class
-%%WWW_ROOT%%/gforge/common/reporting/TimeEntry.class
-%%WWW_ROOT%%/gforge/common/tracker/artifact_type_definitions.php
-%%WWW_ROOT%%/gforge/common/tracker/ArtifactCanned.class
-%%WWW_ROOT%%/gforge/common/tracker/ArtifactExtraField.class
-%%WWW_ROOT%%/gforge/common/tracker/ArtifactFile.class
-%%WWW_ROOT%%/gforge/common/tracker/ArtifactFromID.class
-%%WWW_ROOT%%/gforge/common/tracker/ArtifactQuery.class
-%%WWW_ROOT%%/gforge/common/tracker/ArtifactType.class
-%%WWW_ROOT%%/gforge/common/tracker/ArtifactTypes.class
-%%WWW_ROOT%%/gforge/common/tracker/ArtifactsForUser.class
-%%WWW_ROOT%%/gforge/common/tracker/Artifacts.class
-%%WWW_ROOT%%/gforge/common/tracker/ArtifactTypeFactory.class
-%%WWW_ROOT%%/gforge/common/tracker/ArtifactFactory.class
-%%WWW_ROOT%%/gforge/common/tracker/ArtifactHistory.class
-%%WWW_ROOT%%/gforge/common/tracker/ArtifactMessage.class
-%%WWW_ROOT%%/gforge/common/tracker/ArtifactBoxOptions.class
-%%WWW_ROOT%%/gforge/common/tracker/ArtifactExtraFieldElement.class
-%%WWW_ROOT%%/gforge/common/tracker/ArtifactQueryFactory.class
-%%WWW_ROOT%%/gforge/common/tracker/Artifact.class
-%%WWW_ROOT%%/gforge/common/mail/MailingList.class
-%%WWW_ROOT%%/gforge/common/mail/MailingListFactory.class
-%%WWW_ROOT%%/gforge/common/include/system/LDAP.class
-%%WWW_ROOT%%/gforge/common/include/system/UNIX.class
-%%WWW_ROOT%%/gforge/common/include/system/pgsql.class
-%%WWW_ROOT%%/gforge/common/include/system/NSSPGSQL.class
-%%WWW_ROOT%%/gforge/common/include/Group.class
-%%WWW_ROOT%%/gforge/common/include/Jabber.class
-%%WWW_ROOT%%/gforge/common/include/Permission.class
-%%WWW_ROOT%%/gforge/common/include/Plugin.class
-%%WWW_ROOT%%/gforge/common/include/PluginManager.class
-%%WWW_ROOT%%/gforge/common/include/User.class
-%%WWW_ROOT%%/gforge/common/include/account.php
-%%WWW_ROOT%%/gforge/common/include/database.php
-%%WWW_ROOT%%/gforge/common/include/scm.php
-%%WWW_ROOT%%/gforge/common/include/session.php
-%%WWW_ROOT%%/gforge/common/include/timezones.php
-%%WWW_ROOT%%/gforge/common/include/utils.php
-%%WWW_ROOT%%/gforge/common/include/GForge.class
-%%WWW_ROOT%%/gforge/common/include/Stats.class
-%%WWW_ROOT%%/gforge/common/include/cron_utils.php
-%%WWW_ROOT%%/gforge/common/include/escapingUtils.php
-%%WWW_ROOT%%/gforge/common/include/constants.php
-%%WWW_ROOT%%/gforge/common/include/System.class
-%%WWW_ROOT%%/gforge/common/include/MailParser.class
-%%WWW_ROOT%%/gforge/common/include/Role.class
-%%WWW_ROOT%%/gforge/common/include/RoleObserver.class
-%%WWW_ROOT%%/gforge/common/include/SCM.class
-%%WWW_ROOT%%/gforge/common/include/license.php
-%%WWW_ROOT%%/gforge/common/include/GroupJoinRequest.class
-%%WWW_ROOT%%/gforge/common/include/Error.class
-%%WWW_ROOT%%/gforge/common/include/Validator.class
-%%WWW_ROOT%%/gforge/common/frs/FRSFile.class
-%%WWW_ROOT%%/gforge/common/frs/FRSPackage.class
-%%WWW_ROOT%%/gforge/common/frs/FRSRelease.class
-%%WWW_ROOT%%/gforge/common/forum/Forum.class
-%%WWW_ROOT%%/gforge/common/forum/ForumFactory.class
-%%WWW_ROOT%%/gforge/common/forum/ForumMessage.class
-%%WWW_ROOT%%/gforge/common/forum/ForumMessageFactory.class
-%%WWW_ROOT%%/gforge/common/forum/ForumsForUser.class
-%%WWW_ROOT%%/gforge/common/docman/Document.class
-%%WWW_ROOT%%/gforge/common/docman/DocumentFactory.class
-%%WWW_ROOT%%/gforge/common/docman/DocumentGroup.class
-%%WWW_ROOT%%/gforge/common/docman/DocumentGroupFactory.class
-%%WWW_ROOT%%/gforge/www/scm/admin/index.php
-%%WWW_ROOT%%/gforge/www/scm/include/scm_utils.php
-%%WWW_ROOT%%/gforge/www/scm/index.php
-%%WWW_ROOT%%/gforge/www/tracker/reporting/index.php
-%%WWW_ROOT%%/gforge/www/tracker/reporting/trackeract_graph.php
-%%WWW_ROOT%%/gforge/www/tracker/reporting/trackerpie_graph.php
-%%WWW_ROOT%%/gforge/www/tracker/admin/form-clonetracker.php
-%%WWW_ROOT%%/gforge/www/tracker/admin/form-addcanned.php
-%%WWW_ROOT%%/gforge/www/tracker/admin/form-addextrafield.php
-%%WWW_ROOT%%/gforge/www/tracker/admin/form-addextrafieldoption.php
-%%WWW_ROOT%%/gforge/www/tracker/admin/form-updateextrafield.php
-%%WWW_ROOT%%/gforge/www/tracker/admin/ind.php
-%%WWW_ROOT%%/gforge/www/tracker/admin/form-deletetracker.php
-%%WWW_ROOT%%/gforge/www/tracker/admin/form-extrafieldcopy.php
-%%WWW_ROOT%%/gforge/www/tracker/admin/form-updatecanned.php
-%%WWW_ROOT%%/gforge/www/tracker/admin/form-updateextrafieldelement.php
-%%WWW_ROOT%%/gforge/www/tracker/admin/form-updatetracker.php
-%%WWW_ROOT%%/gforge/www/tracker/admin/form-uploadtemplate.php
-%%WWW_ROOT%%/gforge/www/tracker/admin/tracker.php
-%%WWW_ROOT%%/gforge/www/tracker/admin/updates.php
-%%WWW_ROOT%%/gforge/www/tracker/admin/form-deleteextrafield.php
-%%WWW_ROOT%%/gforge/www/tracker/admin/index.php
-%%WWW_ROOT%%/gforge/www/tracker/include/ArtifactFileHtml.class
-%%WWW_ROOT%%/gforge/www/tracker/include/ArtifactHtml.class
-%%WWW_ROOT%%/gforge/www/tracker/include/ArtifactTypeHtml.class
-%%WWW_ROOT%%/gforge/www/tracker/download.php
-%%WWW_ROOT%%/gforge/www/tracker/index.php
-%%WWW_ROOT%%/gforge/www/tracker/mod.php
-%%WWW_ROOT%%/gforge/www/tracker/mod-limited.php
-%%WWW_ROOT%%/gforge/www/tracker/taskmgr.php
-%%WWW_ROOT%%/gforge/www/tracker/ind.php
-%%WWW_ROOT%%/gforge/www/tracker/tracker.php
-%%WWW_ROOT%%/gforge/www/tracker/deleteartifact.php
-%%WWW_ROOT%%/gforge/www/tracker/downloadcsv.php
-%%WWW_ROOT%%/gforge/www/tracker/opener_tasks.js
-%%WWW_ROOT%%/gforge/www/tracker/browse.php
-%%WWW_ROOT%%/gforge/www/tracker/query.php
-%%WWW_ROOT%%/gforge/www/tracker/add.php
-%%WWW_ROOT%%/gforge/www/tracker/detail.php
-%%WWW_ROOT%%/gforge/www/top/index.php
-%%WWW_ROOT%%/gforge/www/top/mostactive.php
-%%WWW_ROOT%%/gforge/www/top/toplist.php
-%%WWW_ROOT%%/gforge/www/top/topusers.php
-%%WWW_ROOT%%/gforge/www/themes/gforge/images/tabs/topright.png
-%%WWW_ROOT%%/gforge/www/themes/gforge/images/tabs/bottomleft.png
-%%WWW_ROOT%%/gforge/www/themes/gforge/images/tabs/bottomright-inner.png
-%%WWW_ROOT%%/gforge/www/themes/gforge/images/tabs/bottomright.png
-%%WWW_ROOT%%/gforge/www/themes/gforge/images/tabs/topleft-dark.png
-%%WWW_ROOT%%/gforge/www/themes/gforge/images/tabs/topleft-inner-dark.png
-%%WWW_ROOT%%/gforge/www/themes/gforge/images/tabs/topleft-inner.png
-%%WWW_ROOT%%/gforge/www/themes/gforge/images/tabs/topleft.png
-%%WWW_ROOT%%/gforge/www/themes/gforge/images/tabs/topright-dark.png
-%%WWW_ROOT%%/gforge/www/themes/gforge/images/tabs/topright-inner-dark.png
-%%WWW_ROOT%%/gforge/www/themes/gforge/images/tabs/topright-inner.png
-%%WWW_ROOT%%/gforge/www/themes/gforge/images/tabs/bottomleft-inner.png
-%%WWW_ROOT%%/gforge/www/themes/gforge/images/ic/adddoc12.png
-%%WWW_ROOT%%/gforge/www/themes/gforge/images/ic/cfolder15.png
-%%WWW_ROOT%%/gforge/www/themes/gforge/images/ic/check.png
-%%WWW_ROOT%%/gforge/www/themes/gforge/images/ic/cvs16b.png
-%%WWW_ROOT%%/gforge/www/themes/gforge/images/ic/docman16b.png
-%%WWW_ROOT%%/gforge/www/themes/gforge/images/ic/forum20g.png
-%%WWW_ROOT%%/gforge/www/themes/gforge/images/ic/forum20w.png
-%%WWW_ROOT%%/gforge/www/themes/gforge/images/ic/ftp16b.png
-%%WWW_ROOT%%/gforge/www/themes/gforge/images/ic/halfcheck.png
-%%WWW_ROOT%%/gforge/www/themes/gforge/images/ic/home16b.png
-%%WWW_ROOT%%/gforge/www/themes/gforge/images/ic/index.png
-%%WWW_ROOT%%/gforge/www/themes/gforge/images/ic/mail16b.png
-%%WWW_ROOT%%/gforge/www/themes/gforge/images/ic/mail16d.png
-%%WWW_ROOT%%/gforge/www/themes/gforge/images/ic/mail16w.png
-%%WWW_ROOT%%/gforge/www/themes/gforge/images/ic/manual16c.png
-%%WWW_ROOT%%/gforge/www/themes/gforge/images/ic/msg.png
-%%WWW_ROOT%%/gforge/www/themes/gforge/images/ic/ofolder15.png
-%%WWW_ROOT%%/gforge/www/themes/gforge/images/ic/pencil.png
-%%WWW_ROOT%%/gforge/www/themes/gforge/images/ic/save.png
-%%WWW_ROOT%%/gforge/www/themes/gforge/images/ic/survey16b.png
-%%WWW_ROOT%%/gforge/www/themes/gforge/images/ic/taskman20g.png
-%%WWW_ROOT%%/gforge/www/themes/gforge/images/ic/taskman20w.png
-%%WWW_ROOT%%/gforge/www/themes/gforge/images/ic/tracker20g.png
-%%WWW_ROOT%%/gforge/www/themes/gforge/images/ic/tracker20w.png
-%%WWW_ROOT%%/gforge/www/themes/gforge/images/ic/trash-x.png
-%%WWW_ROOT%%/gforge/www/themes/gforge/images/ic/trash.png
-%%WWW_ROOT%%/gforge/www/themes/gforge/images/ic/write16w.png
-%%WWW_ROOT%%/gforge/www/themes/gforge/images/ic/xmail16w.png
-%%WWW_ROOT%%/gforge/www/themes/gforge/images/ic/caret.png
-%%WWW_ROOT%%/gforge/www/themes/gforge/images/logo.png
-%%WWW_ROOT%%/gforge/www/themes/gforge/images/t.png
-%%WWW_ROOT%%/gforge/www/themes/gforge/images/t2.png
-%%WWW_ROOT%%/gforge/www/themes/gforge/images/box-grad.png
-%%WWW_ROOT%%/gforge/www/themes/gforge/images/box-topleft.png
-%%WWW_ROOT%%/gforge/www/themes/gforge/images/box-topright.png
-%%WWW_ROOT%%/gforge/www/themes/gforge/images/theme-bottomtab-end-notselected.png
-%%WWW_ROOT%%/gforge/www/themes/gforge/images/theme-bottomtab-end-selected.png
-%%WWW_ROOT%%/gforge/www/themes/gforge/images/theme-bottomtab-notselected-bg.png
-%%WWW_ROOT%%/gforge/www/themes/gforge/images/theme-bottomtab-notselected-end.png
-%%WWW_ROOT%%/gforge/www/themes/gforge/images/theme-bottomtab-notselected-notselected.png
-%%WWW_ROOT%%/gforge/www/themes/gforge/images/theme-bottomtab-notselected-selected.png
-%%WWW_ROOT%%/gforge/www/themes/gforge/images/theme-top-blue.png
-%%WWW_ROOT%%/gforge/www/themes/gforge/images/vert-grad.png
-%%WWW_ROOT%%/gforge/www/themes/gforge/images/theme-bottomtab-selected-bg.png
-%%WWW_ROOT%%/gforge/www/themes/gforge/images/theme-bottomtab-selected-end.png
-%%WWW_ROOT%%/gforge/www/themes/gforge/images/theme-bottomtab-selected-notselected.png
-%%WWW_ROOT%%/gforge/www/themes/gforge/images/theme-toptab-end-notselected.png
-%%WWW_ROOT%%/gforge/www/themes/gforge/images/theme-toptab-end-selected.png
-%%WWW_ROOT%%/gforge/www/themes/gforge/images/theme-toptab-notselected-bg.png
-%%WWW_ROOT%%/gforge/www/themes/gforge/images/theme-toptab-notselected-end.png
-%%WWW_ROOT%%/gforge/www/themes/gforge/images/theme-toptab-notselected-notselected.png
-%%WWW_ROOT%%/gforge/www/themes/gforge/images/theme-toptab-notselected-selected.png
-%%WWW_ROOT%%/gforge/www/themes/gforge/images/theme-toptab-selected-bg.png
-%%WWW_ROOT%%/gforge/www/themes/gforge/images/theme-toptab-selected-end.png
-%%WWW_ROOT%%/gforge/www/themes/gforge/images/clear.png
-%%WWW_ROOT%%/gforge/www/themes/gforge/images/theme-toptab-selected-notselected.png
-%%WWW_ROOT%%/gforge/www/themes/gforge/Theme.class
-%%WWW_ROOT%%/gforge/www/themes/osx/images/ic/adddoc12.png
-%%WWW_ROOT%%/gforge/www/themes/osx/images/ic/caret.png
-%%WWW_ROOT%%/gforge/www/themes/osx/images/ic/cfolder15.png
-%%WWW_ROOT%%/gforge/www/themes/osx/images/ic/check.png
-%%WWW_ROOT%%/gforge/www/themes/osx/images/ic/cvs16b.png
-%%WWW_ROOT%%/gforge/www/themes/osx/images/ic/docman16b.png
-%%WWW_ROOT%%/gforge/www/themes/osx/images/ic/forum20g.png
-%%WWW_ROOT%%/gforge/www/themes/osx/images/ic/forum20w.png
-%%WWW_ROOT%%/gforge/www/themes/osx/images/ic/ftp16b.png
-%%WWW_ROOT%%/gforge/www/themes/osx/images/ic/halfcheck.png
-%%WWW_ROOT%%/gforge/www/themes/osx/images/ic/home16b.png
-%%WWW_ROOT%%/gforge/www/themes/osx/images/ic/index.png
-%%WWW_ROOT%%/gforge/www/themes/osx/images/ic/mail16b.png
-%%WWW_ROOT%%/gforge/www/themes/osx/images/ic/mail16d.png
-%%WWW_ROOT%%/gforge/www/themes/osx/images/ic/manual16c.png
-%%WWW_ROOT%%/gforge/www/themes/osx/images/ic/ofolder15.png
-%%WWW_ROOT%%/gforge/www/themes/osx/images/ic/pencil.png
-%%WWW_ROOT%%/gforge/www/themes/osx/images/ic/save.png
-%%WWW_ROOT%%/gforge/www/themes/osx/images/ic/survey16b.png
-%%WWW_ROOT%%/gforge/www/themes/osx/images/ic/taskman20g.png
-%%WWW_ROOT%%/gforge/www/themes/osx/images/ic/taskman20w.png
-%%WWW_ROOT%%/gforge/www/themes/osx/images/ic/tracker20g.png
-%%WWW_ROOT%%/gforge/www/themes/osx/images/ic/tracker20w.png
-%%WWW_ROOT%%/gforge/www/themes/osx/images/ic/trash-x.png
-%%WWW_ROOT%%/gforge/www/themes/osx/images/ic/trash.png
-%%WWW_ROOT%%/gforge/www/themes/osx/images/ic/mail16w.png
-%%WWW_ROOT%%/gforge/www/themes/osx/images/ic/write16w.png
-%%WWW_ROOT%%/gforge/www/themes/osx/images/ic/xmail16w.png
-%%WWW_ROOT%%/gforge/www/themes/osx/images/ic/msg.png
-%%WWW_ROOT%%/gforge/www/themes/osx/images/proj/taskman16b.png
-%%WWW_ROOT%%/gforge/www/themes/osx/images/proj/docman16b.png
-%%WWW_ROOT%%/gforge/www/themes/osx/images/proj/ftp16b.png
-%%WWW_ROOT%%/gforge/www/themes/osx/images/proj/home16b.png
-%%WWW_ROOT%%/gforge/www/themes/osx/images/proj/mail16b.png
-%%WWW_ROOT%%/gforge/www/themes/osx/images/proj/mail16d.png
-%%WWW_ROOT%%/gforge/www/themes/osx/images/proj/manual16c.png
-%%WWW_ROOT%%/gforge/www/themes/osx/images/proj/notes16.png
-%%WWW_ROOT%%/gforge/www/themes/osx/images/proj/survey16b.png
-%%WWW_ROOT%%/gforge/www/themes/osx/images/proj/cvs16b.png
-%%WWW_ROOT%%/gforge/www/themes/osx/images/tabs/select.png
-%%WWW_ROOT%%/gforge/www/themes/osx/images/tabs/leftblenddeselect.png
-%%WWW_ROOT%%/gforge/www/themes/osx/images/tabs/leftblendselect.png
-%%WWW_ROOT%%/gforge/www/themes/osx/images/tabs/leftdeselect.png
-%%WWW_ROOT%%/gforge/www/themes/osx/images/tabs/leftselect.png
-%%WWW_ROOT%%/gforge/www/themes/osx/images/tabs/rightblenddeselect.png
-%%WWW_ROOT%%/gforge/www/themes/osx/images/tabs/rightblendselect.png
-%%WWW_ROOT%%/gforge/www/themes/osx/images/tabs/rightdeselect.png
-%%WWW_ROOT%%/gforge/www/themes/osx/images/tabs/rightselect.png
-%%WWW_ROOT%%/gforge/www/themes/osx/images/tabs/ruledeselect.png
-%%WWW_ROOT%%/gforge/www/themes/osx/images/tabs/ruleselect.png
-%%WWW_ROOT%%/gforge/www/themes/osx/images/tabs/deselect.png
-%%WWW_ROOT%%/gforge/www/themes/osx/images/clear.png
-%%WWW_ROOT%%/gforge/www/themes/osx/images/logo.png
-%%WWW_ROOT%%/gforge/www/themes/osx/images/logohover.png
-%%WWW_ROOT%%/gforge/www/themes/osx/images/point1.png
-%%WWW_ROOT%%/gforge/www/themes/osx/images/rateit.png
-%%WWW_ROOT%%/gforge/www/themes/osx/images/background.png
-%%WWW_ROOT%%/gforge/www/themes/osx/Theme.class
-%%WWW_ROOT%%/gforge/www/themes/osx/README
-%%WWW_ROOT%%/gforge/www/themes/ultralite/Theme.class
-%%WWW_ROOT%%/gforge/www/themes/index.php
-%%WWW_ROOT%%/gforge/www/account/verify.php
-%%WWW_ROOT%%/gforge/www/account/change_email.php
-%%WWW_ROOT%%/gforge/www/account/change_pw.php
-%%WWW_ROOT%%/gforge/www/account/editsshkeys.php
-%%WWW_ROOT%%/gforge/www/account/first.php
-%%WWW_ROOT%%/gforge/www/account/index.php
-%%WWW_ROOT%%/gforge/www/account/login.php
-%%WWW_ROOT%%/gforge/www/account/logout.php
-%%WWW_ROOT%%/gforge/www/account/lostlogin.php
-%%WWW_ROOT%%/gforge/www/account/lostpw.php
-%%WWW_ROOT%%/gforge/www/account/pending-resend.php
-%%WWW_ROOT%%/gforge/www/account/register.php
-%%WWW_ROOT%%/gforge/www/account/setlang.php
-%%WWW_ROOT%%/gforge/www/account/unsubscribe.php
-%%WWW_ROOT%%/gforge/www/account/change_email-complete.php
-%%WWW_ROOT%%/gforge/www/survey/admin/survey.php
-%%WWW_ROOT%%/gforge/www/survey/admin/add_survey.php
-%%WWW_ROOT%%/gforge/www/survey/admin/edit_question.php
-%%WWW_ROOT%%/gforge/www/survey/admin/edit_survey.php
-%%WWW_ROOT%%/gforge/www/survey/admin/index.php
-%%WWW_ROOT%%/gforge/www/survey/admin/show_questions.php
-%%WWW_ROOT%%/gforge/www/survey/admin/show_results.php
-%%WWW_ROOT%%/gforge/www/survey/admin/show_results_aggregate.php
-%%WWW_ROOT%%/gforge/www/survey/admin/show_results_comments.php
-%%WWW_ROOT%%/gforge/www/survey/admin/show_results_csv.php
-%%WWW_ROOT%%/gforge/www/survey/admin/show_results_individual.php
-%%WWW_ROOT%%/gforge/www/survey/admin/graphs.php
-%%WWW_ROOT%%/gforge/www/survey/admin/question.php
-%%WWW_ROOT%%/gforge/www/survey/admin/survey_utils.php
-%%WWW_ROOT%%/gforge/www/survey/admin/add_question.php
-%%WWW_ROOT%%/gforge/www/survey/include/SurveyHTML.class
-%%WWW_ROOT%%/gforge/www/survey/privacy.php
-%%WWW_ROOT%%/gforge/www/survey/rating_resp.php
-%%WWW_ROOT%%/gforge/www/survey/survey_utils.php
-%%WWW_ROOT%%/gforge/www/survey/survey.php
-%%WWW_ROOT%%/gforge/www/survey/survey_resp.php
-%%WWW_ROOT%%/gforge/www/survey/index.php
-%%WWW_ROOT%%/gforge/www/stats/users_graph.php
-%%WWW_ROOT%%/gforge/www/stats/i18n.php
-%%WWW_ROOT%%/gforge/www/stats/index.php
-%%WWW_ROOT%%/gforge/www/stats/lastlogins.php
-%%WWW_ROOT%%/gforge/www/stats/projects.php
-%%WWW_ROOT%%/gforge/www/stats/site_stats_utils.php
-%%WWW_ROOT%%/gforge/www/stats/views_graph.php
-%%WWW_ROOT%%/gforge/www/stats/graphs.php
-%%WWW_ROOT%%/gforge/www/squal/get_session_hash.php
-%%WWW_ROOT%%/gforge/www/admin/languages/seetranstabfiles.php
-%%WWW_ROOT%%/gforge/www/admin/languages/editdouble.php
-%%WWW_ROOT%%/gforge/www/admin/languages/editnotinbasetabfiles.php
-%%WWW_ROOT%%/gforge/www/admin/languages/editnotranstabfiles.php
-%%WWW_ROOT%%/gforge/www/admin/languages/edittabfiles.php
-%%WWW_ROOT%%/gforge/www/admin/languages/edittranstabfiles.php
-%%WWW_ROOT%%/gforge/www/admin/languages/gettabfiles.php
-%%WWW_ROOT%%/gforge/www/admin/languages/loadtabfiles.php
-%%WWW_ROOT%%/gforge/www/admin/languages/seenotinbasetabfiles.php
-%%WWW_ROOT%%/gforge/www/admin/languages/seenotranstabfiles.php
-%%WWW_ROOT%%/gforge/www/admin/languages/seetabfiles.php
-%%WWW_ROOT%%/gforge/www/admin/languages/admintabfiles.php
-%%WWW_ROOT%%/gforge/www/admin/trove/trove_cat_add.php
-%%WWW_ROOT%%/gforge/www/admin/trove/trove_cat_edit.php
-%%WWW_ROOT%%/gforge/www/admin/trove/trove_cat_list.php
-%%WWW_ROOT%%/gforge/www/admin/admin_utils.php
-%%WWW_ROOT%%/gforge/www/admin/approve-pending.php
-%%WWW_ROOT%%/gforge/www/admin/cronman.php
-%%WWW_ROOT%%/gforge/www/admin/database.php
-%%WWW_ROOT%%/gforge/www/admin/edit_frs_filetype.php
-%%WWW_ROOT%%/gforge/www/admin/edit_frs_processor.php
-%%WWW_ROOT%%/gforge/www/admin/edit_licenses.php
-%%WWW_ROOT%%/gforge/www/admin/edit_supported_languages.php
-%%WWW_ROOT%%/gforge/www/admin/edit_theme.php
-%%WWW_ROOT%%/gforge/www/admin/groupedit.php
-%%WWW_ROOT%%/gforge/www/admin/grouplist.php
-%%WWW_ROOT%%/gforge/www/admin/index.php
-%%WWW_ROOT%%/gforge/www/admin/massmail.php
-%%WWW_ROOT%%/gforge/www/admin/responses_admin.php
-%%WWW_ROOT%%/gforge/www/admin/search.php
-%%WWW_ROOT%%/gforge/www/admin/unsubscribe.php
-%%WWW_ROOT%%/gforge/www/admin/useredit.php
-%%WWW_ROOT%%/gforge/www/admin/userlist.php
-%%WWW_ROOT%%/gforge/www/admin/vhost.php
-%%WWW_ROOT%%/gforge/www/admin/groupdelete.php
-%%WWW_ROOT%%/gforge/www/admin/admin_table.php
-%%WWW_ROOT%%/gforge/www/admin/pluginman.php
-%%WWW_ROOT%%/gforge/www/admin/configman.php
-%%WWW_ROOT%%/gforge/www/softwaremap/index.php
-%%WWW_ROOT%%/gforge/www/softwaremap/trove_list.php
-%%WWW_ROOT%%/gforge/www/soap/common/group.php
-%%WWW_ROOT%%/gforge/www/soap/common/user.php
-%%WWW_ROOT%%/gforge/www/soap/docman/docman.php
-%%WWW_ROOT%%/gforge/www/soap/tracker/tracker.php
-%%WWW_ROOT%%/gforge/www/soap/tracker/query.php
-%%WWW_ROOT%%/gforge/www/soap/scm/scm.php
-%%WWW_ROOT%%/gforge/www/soap/pm/pm.php
-%%WWW_ROOT%%/gforge/www/soap/frs/frs.php
-%%WWW_ROOT%%/gforge/www/soap/index.php
-%%WWW_ROOT%%/gforge/www/soap/nusoap.php
-%%WWW_ROOT%%/gforge/www/soap/reporting/timeentry.php
-%%WWW_ROOT%%/gforge/www/snippet/submit.php
-%%WWW_ROOT%%/gforge/www/snippet/addversion.php
-%%WWW_ROOT%%/gforge/www/snippet/browse.php
-%%WWW_ROOT%%/gforge/www/snippet/delete.php
-%%WWW_ROOT%%/gforge/www/snippet/detail.php
-%%WWW_ROOT%%/gforge/www/snippet/download.php
-%%WWW_ROOT%%/gforge/www/snippet/index.php
-%%WWW_ROOT%%/gforge/www/snippet/package.php
-%%WWW_ROOT%%/gforge/www/snippet/snippet_utils.php
-%%WWW_ROOT%%/gforge/www/snippet/add_snippet_to_package.php
-%%WWW_ROOT%%/gforge/www/developer/diary.php
-%%WWW_ROOT%%/gforge/www/developer/index.php
-%%WWW_ROOT%%/gforge/www/developer/monitor.php
-%%WWW_ROOT%%/gforge/www/developer/rate.php
-%%WWW_ROOT%%/gforge/www/docman/admin/index.php
-%%WWW_ROOT%%/gforge/www/docman/include/doc_utils.php
-%%WWW_ROOT%%/gforge/www/docman/include/DocumentGroupHTML.class
-%%WWW_ROOT%%/gforge/www/docman/view.php
-%%WWW_ROOT%%/gforge/www/docman/index.php
-%%WWW_ROOT%%/gforge/www/docman/new.php
-%%WWW_ROOT%%/gforge/www/docman/display_doc.php
-%%WWW_ROOT%%/gforge/www/search/include/engines/TrackersGroupSearchEngine.class
-%%WWW_ROOT%%/gforge/www/search/include/engines/ForumSearchEngine.class
-%%WWW_ROOT%%/gforge/www/search/include/engines/GroupSearchEngine.class
-%%WWW_ROOT%%/gforge/www/search/include/engines/SearchEngine.class
-%%WWW_ROOT%%/gforge/www/search/include/engines/DocsGroupSearchEngine.class
-%%WWW_ROOT%%/gforge/www/search/include/engines/ForumsGroupSearchEngine.class
-%%WWW_ROOT%%/gforge/www/search/include/engines/FrsGroupSearchEngine.class
-%%WWW_ROOT%%/gforge/www/search/include/engines/NewsGroupSearchEngine.class
-%%WWW_ROOT%%/gforge/www/search/include/engines/TasksGroupSearchEngine.class
-%%WWW_ROOT%%/gforge/www/search/include/engines/ArtifactSearchEngine.class
-%%WWW_ROOT%%/gforge/www/search/include/renderers/FullProjectHtmlSearchRenderer.class
-%%WWW_ROOT%%/gforge/www/search/include/renderers/DocsHtmlSearchRenderer.class
-%%WWW_ROOT%%/gforge/www/search/include/renderers/ForumHtmlSearchRenderer.class
-%%WWW_ROOT%%/gforge/www/search/include/renderers/ForumsHtmlSearchRenderer.class
-%%WWW_ROOT%%/gforge/www/search/include/renderers/FrsHtmlSearchRenderer.class
-%%WWW_ROOT%%/gforge/www/search/include/renderers/HtmlGroupSearchRenderer.class
-%%WWW_ROOT%%/gforge/www/search/include/renderers/HtmlSearchRenderer.class
-%%WWW_ROOT%%/gforge/www/search/include/renderers/NewsHtmlSearchRenderer.class
-%%WWW_ROOT%%/gforge/www/search/include/renderers/PeopleHtmlSearchRenderer.class
-%%WWW_ROOT%%/gforge/www/search/include/renderers/ProjectHtmlSearchRenderer.class
-%%WWW_ROOT%%/gforge/www/search/include/renderers/ProjectRssSearchRenderer.class
-%%WWW_ROOT%%/gforge/www/search/include/renderers/RssSearchRenderer.class
-%%WWW_ROOT%%/gforge/www/search/include/renderers/SearchRenderer.class
-%%WWW_ROOT%%/gforge/www/search/include/renderers/SkillHtmlSearchRenderer.class
-%%WWW_ROOT%%/gforge/www/search/include/renderers/TasksHtmlSearchRenderer.class
-%%WWW_ROOT%%/gforge/www/search/include/renderers/TrackersHtmlSearchRenderer.class
-%%WWW_ROOT%%/gforge/www/search/include/renderers/AdvancedSearchHtmlSearchRenderer.class
-%%WWW_ROOT%%/gforge/www/search/include/renderers/ArtifactHtmlSearchRenderer.class
-%%WWW_ROOT%%/gforge/www/search/include/SearchManager.class
-%%WWW_ROOT%%/gforge/www/search/index.php
-%%WWW_ROOT%%/gforge/www/search/advanced_search.php
-%%WWW_ROOT%%/gforge/www/include/languages/Basque.tab
-%%WWW_ROOT%%/gforge/www/include/languages/Bulgarian.tab
-%%WWW_ROOT%%/gforge/www/include/languages/Catalan.tab
-%%WWW_ROOT%%/gforge/www/include/languages/Chinese.tab
-%%WWW_ROOT%%/gforge/www/include/languages/Dutch.tab
-%%WWW_ROOT%%/gforge/www/include/languages/English.tab
-%%WWW_ROOT%%/gforge/www/include/languages/Esperanto.tab
-%%WWW_ROOT%%/gforge/www/include/languages/French.tab
-%%WWW_ROOT%%/gforge/www/include/languages/German.tab
-%%WWW_ROOT%%/gforge/www/include/languages/Greek.tab
-%%WWW_ROOT%%/gforge/www/include/languages/Hebrew.tab
-%%WWW_ROOT%%/gforge/www/include/languages/Indonesian.tab
-%%WWW_ROOT%%/gforge/www/include/languages/Italian.tab
-%%WWW_ROOT%%/gforge/www/include/languages/Japanese.tab
-%%WWW_ROOT%%/gforge/www/include/languages/Korean.tab
-%%WWW_ROOT%%/gforge/www/include/languages/Norwegian.tab
-%%WWW_ROOT%%/gforge/www/include/languages/Polish.tab
-%%WWW_ROOT%%/gforge/www/include/languages/Portuguese.tab
-%%WWW_ROOT%%/gforge/www/include/languages/PortugueseBrazilian.tab
-%%WWW_ROOT%%/gforge/www/include/languages/Russian.tab
-%%WWW_ROOT%%/gforge/www/include/languages/SimplifiedChinese.tab
-%%WWW_ROOT%%/gforge/www/include/languages/Spanish.tab
-%%WWW_ROOT%%/gforge/www/include/languages/Swedish.tab
-%%WWW_ROOT%%/gforge/www/include/languages/Thai.tab
-%%WWW_ROOT%%/gforge/www/include/languages/Latin.tab
-%%WWW_ROOT%%/gforge/www/include/languages/Base.tab
-%%WWW_ROOT%%/gforge/www/include/BaseLanguage.class
-%%WWW_ROOT%%/gforge/www/include/HTML_Graphs.php
-%%WWW_ROOT%%/gforge/www/include/Layout.class
-%%WWW_ROOT%%/gforge/www/include/bookmarks.php
-%%WWW_ROOT%%/gforge/www/include/browser.php
-%%WWW_ROOT%%/gforge/www/include/canned_responses.php
-%%WWW_ROOT%%/gforge/www/include/database-mysql.php
-%%WWW_ROOT%%/gforge/www/include/database-oci8.php
-%%WWW_ROOT%%/gforge/www/include/database-pgsql.php
-%%WWW_ROOT%%/gforge/www/include/exit.php
-%%WWW_ROOT%%/gforge/www/include/features_boxes.php
-%%WWW_ROOT%%/gforge/www/include/filechecks.php
-%%WWW_ROOT%%/gforge/www/include/graph_lib.php
-%%WWW_ROOT%%/gforge/www/include/help.php
-%%WWW_ROOT%%/gforge/www/include/html.php
-%%WWW_ROOT%%/gforge/www/include/logger.php
-%%WWW_ROOT%%/gforge/www/include/pre.php
-%%WWW_ROOT%%/gforge/www/include/project_home.php
-%%WWW_ROOT%%/gforge/www/include/project_summary.php
-%%WWW_ROOT%%/gforge/www/include/squal_pre.php
-%%WWW_ROOT%%/gforge/www/include/squal_exit.php
-%%WWW_ROOT%%/gforge/www/include/user_home.php
-%%WWW_ROOT%%/gforge/www/include/stats_function.php
-%%WWW_ROOT%%/gforge/www/include/tool_reports.php
-%%WWW_ROOT%%/gforge/www/include/trove.php
-%%WWW_ROOT%%/gforge/www/include/vote_function.php
-%%WWW_ROOT%%/gforge/www/include/LayoutSF.class
-%%WWW_ROOT%%/gforge/www/include/menuSF.php
-%%WWW_ROOT%%/gforge/www/include/note.php
-%%WWW_ROOT%%/gforge/www/include/role_utils.php
-%%WWW_ROOT%%/gforge/www/reporting/usertime_graph.php
-%%WWW_ROOT%%/gforge/www/reporting/groupadded_graph.php
-%%WWW_ROOT%%/gforge/www/reporting/groupcum.php
-%%WWW_ROOT%%/gforge/www/reporting/groupcum_graph.php
-%%WWW_ROOT%%/gforge/www/reporting/index.php
-%%WWW_ROOT%%/gforge/www/reporting/projectact.php
-%%WWW_ROOT%%/gforge/www/reporting/projectact_graph.php
-%%WWW_ROOT%%/gforge/www/reporting/projecttime.php
-%%WWW_ROOT%%/gforge/www/reporting/projecttime_graph.php
-%%WWW_ROOT%%/gforge/www/reporting/rebuild.php
-%%WWW_ROOT%%/gforge/www/reporting/siteact.php
-%%WWW_ROOT%%/gforge/www/reporting/siteact_graph.php
-%%WWW_ROOT%%/gforge/www/reporting/sitetime.php
-%%WWW_ROOT%%/gforge/www/reporting/sitetime_graph.php
-%%WWW_ROOT%%/gforge/www/reporting/sitetimebar.php
-%%WWW_ROOT%%/gforge/www/reporting/sitetimebar_graph.php
-%%WWW_ROOT%%/gforge/www/reporting/timeadd.php
-%%WWW_ROOT%%/gforge/www/reporting/timecategory.php
-%%WWW_ROOT%%/gforge/www/reporting/useract.php
-%%WWW_ROOT%%/gforge/www/reporting/toolspie.php
-%%WWW_ROOT%%/gforge/www/reporting/toolspie_graph.php
-%%WWW_ROOT%%/gforge/www/reporting/trackerpie_graph.php
-%%WWW_ROOT%%/gforge/www/reporting/useract_graph.php
-%%WWW_ROOT%%/gforge/www/reporting/useradded.php
-%%WWW_ROOT%%/gforge/www/reporting/useradded_graph.php
-%%WWW_ROOT%%/gforge/www/reporting/usercum.php
-%%WWW_ROOT%%/gforge/www/reporting/usercum_graph.php
-%%WWW_ROOT%%/gforge/www/reporting/usersummary.php
-%%WWW_ROOT%%/gforge/www/reporting/usertime.php
-%%WWW_ROOT%%/gforge/www/reporting/groupadded.php
-%%WWW_ROOT%%/gforge/www/register/index.php
-%%WWW_ROOT%%/gforge/www/register/projectinfo.php
-%%WWW_ROOT%%/gforge/www/export/forum_0.1.dtd
-%%WWW_ROOT%%/gforge/www/export/projhtml.php
-%%WWW_ROOT%%/gforge/www/export/projnews.php
-%%WWW_ROOT%%/gforge/www/export/projtitl.php
-%%WWW_ROOT%%/gforge/www/export/rss_sfnewreleases.php
-%%WWW_ROOT%%/gforge/www/export/rss_sfnews.php
-%%WWW_ROOT%%/gforge/www/export/rss_sfprojects.php
-%%WWW_ROOT%%/gforge/www/export/rss_utils.inc
-%%WWW_ROOT%%/gforge/www/export/tracker.php
-%%WWW_ROOT%%/gforge/www/export/tracker.xsd
-%%WWW_ROOT%%/gforge/www/export/trove_tree.php
-%%WWW_ROOT%%/gforge/www/export/trove_tree_0.1.dtd
-%%WWW_ROOT%%/gforge/www/export/forum.php
-%%WWW_ROOT%%/gforge/www/export/index.php
-%%WWW_ROOT%%/gforge/www/export/rss_project.php
-%%WWW_ROOT%%/gforge/www/export/rss20_newreleases.php
-%%WWW_ROOT%%/gforge/www/export/rss20_news.php
-%%WWW_ROOT%%/gforge/www/export/rss20_projects.php
-%%WWW_ROOT%%/gforge/www/project/admin/massfinish.php
-%%WWW_ROOT%%/gforge/www/project/admin/editgroupinfo.php
-%%WWW_ROOT%%/gforge/www/project/admin/editimages.php
-%%WWW_ROOT%%/gforge/www/project/admin/index.php
-%%WWW_ROOT%%/gforge/www/project/admin/vhost.php
-%%WWW_ROOT%%/gforge/www/project/admin/group_trove.php
-%%WWW_ROOT%%/gforge/www/project/admin/history.php
-%%WWW_ROOT%%/gforge/www/project/admin/project_admin_utils.php
-%%WWW_ROOT%%/gforge/www/project/admin/roleedit.php
-%%WWW_ROOT%%/gforge/www/project/admin/massadd.php
-%%WWW_ROOT%%/gforge/www/project/admin/database.php
-%%WWW_ROOT%%/gforge/www/project/stats/index.php
-%%WWW_ROOT%%/gforge/www/project/stats/project_stats_utils.php
-%%WWW_ROOT%%/gforge/www/project/showfiles.php
-%%WWW_ROOT%%/gforge/www/project/index.php
-%%WWW_ROOT%%/gforge/www/project/memberlist.php
-%%WWW_ROOT%%/gforge/www/project/request.php
-%%WWW_ROOT%%/gforge/www/pm/msproject/msp.php
-%%WWW_ROOT%%/gforge/www/pm/msproject/xmlparser.php
-%%WWW_ROOT%%/gforge/www/pm/include/ProjectGroupHTML.class
-%%WWW_ROOT%%/gforge/www/pm/include/ProjectTaskHTML.class
-%%WWW_ROOT%%/gforge/www/pm/reporting/index.php
-%%WWW_ROOT%%/gforge/www/pm/admin/index.php
-%%WWW_ROOT%%/gforge/www/pm/detail_task.php
-%%WWW_ROOT%%/gforge/www/pm/gantt.php
-%%WWW_ROOT%%/gforge/www/pm/ganttpage.php
-%%WWW_ROOT%%/gforge/www/pm/index.php
-%%WWW_ROOT%%/gforge/www/pm/mod_task.php
-%%WWW_ROOT%%/gforge/www/pm/task.php
-%%WWW_ROOT%%/gforge/www/pm/ganttofuser.php
-%%WWW_ROOT%%/gforge/www/pm/deletetask.php
-%%WWW_ROOT%%/gforge/www/pm/downloadcsv.php
-%%WWW_ROOT%%/gforge/www/pm/postuploadcsv.php
-%%WWW_ROOT%%/gforge/www/pm/uploadcsv.php
-%%WWW_ROOT%%/gforge/www/pm/add_task.php
-%%WWW_ROOT%%/gforge/www/pm/browse_task.php
-%%WWW_ROOT%%/gforge/www/pm/calendar.php
-%%WWW_ROOT%%/gforge/www/people/admin/index.php
-%%WWW_ROOT%%/gforge/www/people/createjob.php
-%%WWW_ROOT%%/gforge/www/people/editjob.php
-%%WWW_ROOT%%/gforge/www/people/editprofile.php
-%%WWW_ROOT%%/gforge/www/people/helpwanted-latest.php
-%%WWW_ROOT%%/gforge/www/people/index.php
-%%WWW_ROOT%%/gforge/www/people/viewjob.php
-%%WWW_ROOT%%/gforge/www/people/viewprofile.php
-%%WWW_ROOT%%/gforge/www/people/people_utils.php
-%%WWW_ROOT%%/gforge/www/people/skills_utils.php
-%%WWW_ROOT%%/gforge/www/forum/admin/index.php
-%%WWW_ROOT%%/gforge/www/forum/include/ForumHTML.class
-%%WWW_ROOT%%/gforge/www/forum/index.php
-%%WWW_ROOT%%/gforge/www/forum/message.php
-%%WWW_ROOT%%/gforge/www/forum/monitor.php
-%%WWW_ROOT%%/gforge/www/forum/new.php
-%%WWW_ROOT%%/gforge/www/forum/save.php
-%%WWW_ROOT%%/gforge/www/forum/forum.php
-%%WWW_ROOT%%/gforge/www/news/admin/index.php
-%%WWW_ROOT%%/gforge/www/news/admin/news_admin_utils.php
-%%WWW_ROOT%%/gforge/www/news/index.php
-%%WWW_ROOT%%/gforge/www/news/news_utils.php
-%%WWW_ROOT%%/gforge/www/news/submit.php
-%%WWW_ROOT%%/gforge/www/new/index.php
-%%WWW_ROOT%%/gforge/www/my/bookmark_add.php
-%%WWW_ROOT%%/gforge/www/my/bookmark_delete.php
-%%WWW_ROOT%%/gforge/www/my/bookmark_edit.php
-%%WWW_ROOT%%/gforge/www/my/diary.php
-%%WWW_ROOT%%/gforge/www/my/index.php
-%%WWW_ROOT%%/gforge/www/my/rmproject.php
-%%WWW_ROOT%%/gforge/www/frs/admin/editrelease.php
-%%WWW_ROOT%%/gforge/www/frs/admin/index.php
-%%WWW_ROOT%%/gforge/www/frs/admin/qrs.php
-%%WWW_ROOT%%/gforge/www/frs/admin/showreleases.php
-%%WWW_ROOT%%/gforge/www/frs/admin/deletepackage.php
-%%WWW_ROOT%%/gforge/www/frs/admin/deleterelease.php
-%%WWW_ROOT%%/gforge/www/frs/include/frs_utils.php
-%%WWW_ROOT%%/gforge/www/frs/download.php
-%%WWW_ROOT%%/gforge/www/frs/index.php
-%%WWW_ROOT%%/gforge/www/frs/monitor.php
-%%WWW_ROOT%%/gforge/www/frs/shownotes.php
-%%WWW_ROOT%%/gforge/www/help/index.php
-%%WWW_ROOT%%/gforge/www/help/tracker.php
-%%WWW_ROOT%%/gforge/www/help/trove_cat.php
-%%WWW_ROOT%%/gforge/www/images/ic/write16w.png
-%%WWW_ROOT%%/gforge/www/images/ic/cfolder15.png
-%%WWW_ROOT%%/gforge/www/images/ic/check.png
-%%WWW_ROOT%%/gforge/www/images/ic/cvs16b.png
-%%WWW_ROOT%%/gforge/www/images/ic/docman16b.png
-%%WWW_ROOT%%/gforge/www/images/ic/ftp16b.png
-%%WWW_ROOT%%/gforge/www/images/ic/halfcheck.png
-%%WWW_ROOT%%/gforge/www/images/ic/home16b.png
-%%WWW_ROOT%%/gforge/www/images/ic/index.png
-%%WWW_ROOT%%/gforge/www/images/ic/mail16b.png
-%%WWW_ROOT%%/gforge/www/images/ic/mail16d.png
-%%WWW_ROOT%%/gforge/www/images/ic/mail16w.png
-%%WWW_ROOT%%/gforge/www/images/ic/manual16c.png
-%%WWW_ROOT%%/gforge/www/images/ic/notes16.png
-%%WWW_ROOT%%/gforge/www/images/ic/ofolder15.png
-%%WWW_ROOT%%/gforge/www/images/ic/pencil.png
-%%WWW_ROOT%%/gforge/www/images/ic/save.png
-%%WWW_ROOT%%/gforge/www/images/ic/support16b.jpg
-%%WWW_ROOT%%/gforge/www/images/ic/survey16b.png
-%%WWW_ROOT%%/gforge/www/images/ic/taskman16b.png
-%%WWW_ROOT%%/gforge/www/images/ic/trash-x.png
-%%WWW_ROOT%%/gforge/www/images/ic/trash.png
-%%WWW_ROOT%%/gforge/www/images/ic/msg.png
-%%WWW_ROOT%%/gforge/www/images/ic/xmail16w.png
-%%WWW_ROOT%%/gforge/www/images/ic/forum20g.png
-%%WWW_ROOT%%/gforge/www/images/ic/forum20w.png
-%%WWW_ROOT%%/gforge/www/images/ic/taskman20g.png
-%%WWW_ROOT%%/gforge/www/images/ic/taskman20w.png
-%%WWW_ROOT%%/gforge/www/images/ic/tracker20g.png
-%%WWW_ROOT%%/gforge/www/images/ic/tracker20w.png
-%%WWW_ROOT%%/gforge/www/images/ic/caret.png
-%%WWW_ROOT%%/gforge/www/images/blank.png
-%%WWW_ROOT%%/gforge/www/images/clear.png
-%%WWW_ROOT%%/gforge/www/images/debian-sf-icon.png
-%%WWW_ROOT%%/gforge/www/images/favicon.ico
-%%WWW_ROOT%%/gforge/www/images/gantt.png
-%%WWW_ROOT%%/gforge/www/images/gforge.jpg
-%%WWW_ROOT%%/gforge/www/images/icon.png
-%%WWW_ROOT%%/gforge/www/images/msg.png
-%%WWW_ROOT%%/gforge/www/images/sf-for-debian.png
-%%WWW_ROOT%%/gforge/www/images/t.png
-%%WWW_ROOT%%/gforge/www/images/t2.png
-%%WWW_ROOT%%/gforge/www/images/pow-gforge.png
-%%WWW_ROOT%%/gforge/www/mail/admin/index.php
-%%WWW_ROOT%%/gforge/www/mail/admin/deletelist.php
-%%WWW_ROOT%%/gforge/www/mail/index.php
-%%WWW_ROOT%%/gforge/www/mail/mail_utils.php
-%%WWW_ROOT%%/gforge/www/404.php
-%%WWW_ROOT%%/gforge/www/index_std.php
-%%WWW_ROOT%%/gforge/www/users
-%%WWW_ROOT%%/gforge/www/notepad.php
-%%WWW_ROOT%%/gforge/www/favicon.ico
-%%WWW_ROOT%%/gforge/www/gfginstaller.png
-%%WWW_ROOT%%/gforge/www/projects
-%%WWW_ROOT%%/gforge/www/download.php
-%%WWW_ROOT%%/gforge/www/sendmessage.php
-%%WWW_ROOT%%/gforge/www/snapshots.php
-%%WWW_ROOT%%/gforge/www/dbimage.php
-%%WWW_ROOT%%/gforge/www/source.php
-%%WWW_ROOT%%/gforge/www/tarballs.php
-%%WWW_ROOT%%/gforge/www/index.php
-@dirrmtry %%ETC_DIR%%
-@dirrmtry %%BACKEND_DIR%%/backend/zones
-@dirrmtry %%BACKEND_DIR%%/backend/shell
-@dirrmtry %%BACKEND_DIR%%/backend
-@dirrmtry %%BACKEND_DIR%%/cronjobs/mail
-@dirrmtry %%BACKEND_DIR%%/cronjobs/tarballs
-@dirrmtry %%BACKEND_DIR%%/cronjobs/dav-svn/mail
-@dirrmtry %%BACKEND_DIR%%/cronjobs/dav-svn/www
-@dirrmtry %%BACKEND_DIR%%/cronjobs/dav-svn
-@dirrmtry %%BACKEND_DIR%%/cronjobs/cvs-cron/mail
-@dirrmtry %%BACKEND_DIR%%/cronjobs/cvs-cron/www
-@dirrmtry %%BACKEND_DIR%%/cronjobs/cvs-cron
-@dirrmtry %%BACKEND_DIR%%/cronjobs
-@dirrm %%BACKEND_DIR%%/monitor
-@dirrm %%BACKEND_DIR%%/utils/underworld-dummy
-@dirrm %%BACKEND_DIR%%/utils/cvs1
-@dirrm %%BACKEND_DIR%%/utils/fixscripts
-@dirrm %%BACKEND_DIR%%/utils/ldap
-@dirrm %%BACKEND_DIR%%/utils
-@dirrm %%BACKEND_DIR%%/plugins/svntracker/www
-@dirrm %%BACKEND_DIR%%/plugins/svntracker/rpm-specific/cron.d
-@dirrm %%BACKEND_DIR%%/plugins/svntracker/rpm-specific
-@dirrm %%BACKEND_DIR%%/plugins/svntracker/lib
-@dirrm %%BACKEND_DIR%%/plugins/svntracker/include/languages
-@dirrm %%BACKEND_DIR%%/plugins/svntracker/include
-@dirrm %%BACKEND_DIR%%/plugins/svntracker/etc/plugins/svntracker
-@dirrm %%BACKEND_DIR%%/plugins/svntracker/etc/plugins
-@dirrm %%BACKEND_DIR%%/plugins/svntracker/etc
-@dirrm %%BACKEND_DIR%%/plugins/svntracker/bin
-@dirrm %%BACKEND_DIR%%/plugins/svntracker
-@dirrm %%BACKEND_DIR%%/plugins/svncommitemail/include
-@dirrm %%BACKEND_DIR%%/plugins/svncommitemail/bin
-@dirrm %%BACKEND_DIR%%/plugins/svncommitemail
-@dirrm %%BACKEND_DIR%%/plugins/scmsvn/www/viewcvs/images
-@dirrm %%BACKEND_DIR%%/plugins/scmsvn/www/viewcvs/icons/small
-@dirrm %%BACKEND_DIR%%/plugins/scmsvn/www/viewcvs/icons
-@dirrm %%BACKEND_DIR%%/plugins/scmsvn/www/viewcvs
-@dirrm %%BACKEND_DIR%%/plugins/scmsvn/www
-@dirrm %%BACKEND_DIR%%/plugins/scmsvn/bin
-@dirrm %%BACKEND_DIR%%/plugins/scmsvn/cgi-bin
-@dirrm %%BACKEND_DIR%%/plugins/scmsvn/rpm-specific/viewcvs/icons/small
-@dirrm %%BACKEND_DIR%%/plugins/scmsvn/rpm-specific/viewcvs/icons
-@dirrm %%BACKEND_DIR%%/plugins/scmsvn/rpm-specific/viewcvs
-@dirrm %%BACKEND_DIR%%/plugins/scmsvn/rpm-specific/scripts
-@dirrm %%BACKEND_DIR%%/plugins/scmsvn/rpm-specific/patches
-@dirrm %%BACKEND_DIR%%/plugins/scmsvn/rpm-specific/languages
-@dirrm %%BACKEND_DIR%%/plugins/scmsvn/rpm-specific/cron.d
-@dirrm %%BACKEND_DIR%%/plugins/scmsvn/rpm-specific
-@dirrm %%BACKEND_DIR%%/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/include
-@dirrm %%BACKEND_DIR%%/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates
-@dirrm %%BACKEND_DIR%%/plugins/scmsvn/etc/plugins/scmsvn/viewcvs
-@dirrm %%BACKEND_DIR%%/plugins/scmsvn/etc/plugins/scmsvn
-@dirrm %%BACKEND_DIR%%/plugins/scmsvn/etc/plugins
-@dirrm %%BACKEND_DIR%%/plugins/scmsvn/etc/httpd.d
-@dirrm %%BACKEND_DIR%%/plugins/scmsvn/etc
-@dirrm %%BACKEND_DIR%%/plugins/scmsvn/include/languages
-@dirrm %%BACKEND_DIR%%/plugins/scmsvn/include
-@dirrm %%BACKEND_DIR%%/plugins/scmsvn/lib
-@dirrm %%BACKEND_DIR%%/plugins/scmsvn/debian/patches
-@dirrm %%BACKEND_DIR%%/plugins/scmsvn/debian
-@dirrm %%BACKEND_DIR%%/plugins/scmsvn/cronjobs
-@dirrm %%BACKEND_DIR%%/plugins/scmsvn
-@dirrm %%BACKEND_DIR%%/plugins/scmcvs/bin
-@dirrm %%BACKEND_DIR%%/plugins/scmcvs/www/cvsweb/css
-@dirrm %%BACKEND_DIR%%/plugins/scmcvs/www/cvsweb/icons
-@dirrm %%BACKEND_DIR%%/plugins/scmcvs/www/cvsweb
-@dirrm %%BACKEND_DIR%%/plugins/scmcvs/www
-@dirrm %%BACKEND_DIR%%/plugins/scmcvs/cronjobs
-@dirrm %%BACKEND_DIR%%/plugins/scmcvs/lib
-@dirrm %%BACKEND_DIR%%/plugins/scmcvs/cgi-bin
-@dirrm %%BACKEND_DIR%%/plugins/scmcvs/etc/httpd.d
-@dirrm %%BACKEND_DIR%%/plugins/scmcvs/rpm-specific/patches
-@dirrm %%BACKEND_DIR%%/plugins/scmcvs/rpm-specific/languages
-@dirrm %%BACKEND_DIR%%/plugins/scmcvs/rpm-specific/cronjobs
-@dirrm %%BACKEND_DIR%%/plugins/scmcvs/rpm-specific/cron.d
-@dirrm %%BACKEND_DIR%%/plugins/scmcvs/rpm-specific
-@dirrm %%BACKEND_DIR%%/plugins/scmcvs/etc/plugins/scmcvs
-@dirrm %%BACKEND_DIR%%/plugins/scmcvs/etc/plugins
-@dirrm %%BACKEND_DIR%%/plugins/scmcvs/etc
-@dirrm %%BACKEND_DIR%%/plugins/scmcvs/include/languages
-@dirrm %%BACKEND_DIR%%/plugins/scmcvs/include
-@dirrm %%BACKEND_DIR%%/plugins/scmcvs/debian/patches
-@dirrm %%BACKEND_DIR%%/plugins/scmcvs/debian
-@dirrm %%BACKEND_DIR%%/plugins/scmcvs
-@dirrm %%BACKEND_DIR%%/plugins/cvstracker/include/languages
-@dirrm %%BACKEND_DIR%%/plugins/cvstracker/include
-@dirrm %%BACKEND_DIR%%/plugins/cvstracker/www
-@dirrm %%BACKEND_DIR%%/plugins/cvstracker/rpm-specific/cron.d
-@dirrm %%BACKEND_DIR%%/plugins/cvstracker/rpm-specific
-@dirrm %%BACKEND_DIR%%/plugins/cvstracker/lib
-@dirrm %%BACKEND_DIR%%/plugins/cvstracker/etc/plugins/cvstracker
-@dirrm %%BACKEND_DIR%%/plugins/cvstracker/etc/plugins
-@dirrm %%BACKEND_DIR%%/plugins/cvstracker/etc
-@dirrm %%BACKEND_DIR%%/plugins/cvstracker/debian
-@dirrm %%BACKEND_DIR%%/plugins/cvstracker/bin
-@dirrm %%BACKEND_DIR%%/plugins/cvstracker
-@dirrm %%BACKEND_DIR%%/plugins/cvssyncmail/common/languages
-@dirrm %%BACKEND_DIR%%/plugins/cvssyncmail/common
-@dirrm %%BACKEND_DIR%%/plugins/cvssyncmail/db
-@dirrm %%BACKEND_DIR%%/plugins/cvssyncmail/include
-@dirrm %%BACKEND_DIR%%/plugins/cvssyncmail
-@dirrm %%BACKEND_DIR%%/plugins
-@dirrmtry %%BACKEND_DIR%%
-@dirrm %%WWW_ROOT%%/gforge/common/pm
-@dirrm %%WWW_ROOT%%/gforge/common/survey
-@dirrm %%WWW_ROOT%%/gforge/common/search
-@dirrm %%WWW_ROOT%%/gforge/common/scm
-@dirrm %%WWW_ROOT%%/gforge/common/reporting
-@dirrm %%WWW_ROOT%%/gforge/common/tracker
-@dirrm %%WWW_ROOT%%/gforge/common/mail
-@dirrm %%WWW_ROOT%%/gforge/common/include/system
-@dirrm %%WWW_ROOT%%/gforge/common/include
-@dirrm %%WWW_ROOT%%/gforge/common/frs
-@dirrm %%WWW_ROOT%%/gforge/common/forum
-@dirrm %%WWW_ROOT%%/gforge/common/docman
-@dirrm %%WWW_ROOT%%/gforge/common
-@dirrm %%WWW_ROOT%%/gforge/www/scm/admin
-@dirrm %%WWW_ROOT%%/gforge/www/scm/include
-@dirrm %%WWW_ROOT%%/gforge/www/scm
-@dirrm %%WWW_ROOT%%/gforge/www/tracker/reporting
-@dirrm %%WWW_ROOT%%/gforge/www/tracker/admin
-@dirrm %%WWW_ROOT%%/gforge/www/tracker/include
-@dirrm %%WWW_ROOT%%/gforge/www/tracker
-@dirrm %%WWW_ROOT%%/gforge/www/top
-@dirrm %%WWW_ROOT%%/gforge/www/themes/gforge/images/tabs
-@dirrm %%WWW_ROOT%%/gforge/www/themes/gforge/images/ic
-@dirrm %%WWW_ROOT%%/gforge/www/themes/gforge/images
-@dirrm %%WWW_ROOT%%/gforge/www/themes/gforge
-@dirrm %%WWW_ROOT%%/gforge/www/themes/osx/images/ic
-@dirrm %%WWW_ROOT%%/gforge/www/themes/osx/images/proj
-@dirrm %%WWW_ROOT%%/gforge/www/themes/osx/images/tabs
-@dirrm %%WWW_ROOT%%/gforge/www/themes/osx/images
-@dirrm %%WWW_ROOT%%/gforge/www/themes/osx
-@dirrm %%WWW_ROOT%%/gforge/www/themes/ultralite
-@dirrm %%WWW_ROOT%%/gforge/www/themes
-@dirrm %%WWW_ROOT%%/gforge/www/account
-@dirrm %%WWW_ROOT%%/gforge/www/survey/admin
-@dirrm %%WWW_ROOT%%/gforge/www/survey/include
-@dirrm %%WWW_ROOT%%/gforge/www/survey
-@dirrm %%WWW_ROOT%%/gforge/www/stats
-@dirrm %%WWW_ROOT%%/gforge/www/squal
-@dirrm %%WWW_ROOT%%/gforge/www/admin/languages
-@dirrm %%WWW_ROOT%%/gforge/www/admin/trove
-@dirrm %%WWW_ROOT%%/gforge/www/admin
-@dirrm %%WWW_ROOT%%/gforge/www/softwaremap
-@dirrm %%WWW_ROOT%%/gforge/www/soap/common
-@dirrm %%WWW_ROOT%%/gforge/www/soap/docman
-@dirrm %%WWW_ROOT%%/gforge/www/soap/scm
-@dirrm %%WWW_ROOT%%/gforge/www/soap/tracker
-@dirrm %%WWW_ROOT%%/gforge/www/soap/pm
-@dirrm %%WWW_ROOT%%/gforge/www/soap/frs
-@dirrm %%WWW_ROOT%%/gforge/www/soap/reporting
-@dirrm %%WWW_ROOT%%/gforge/www/soap
-@dirrm %%WWW_ROOT%%/gforge/www/snippet
-@dirrm %%WWW_ROOT%%/gforge/www/developer
-@dirrm %%WWW_ROOT%%/gforge/www/docman/admin
-@dirrm %%WWW_ROOT%%/gforge/www/docman/include
-@dirrm %%WWW_ROOT%%/gforge/www/docman
-@dirrm %%WWW_ROOT%%/gforge/www/search/include/engines
-@dirrm %%WWW_ROOT%%/gforge/www/search/include/renderers
-@dirrm %%WWW_ROOT%%/gforge/www/search/include
-@dirrm %%WWW_ROOT%%/gforge/www/search
-@dirrm %%WWW_ROOT%%/gforge/www/include/languages
-@dirrm %%WWW_ROOT%%/gforge/www/include
-@dirrm %%WWW_ROOT%%/gforge/www/reporting
-@dirrm %%WWW_ROOT%%/gforge/www/register
-@dirrm %%WWW_ROOT%%/gforge/www/export
-@dirrm %%WWW_ROOT%%/gforge/www/project/admin
-@dirrm %%WWW_ROOT%%/gforge/www/project/stats
-@dirrm %%WWW_ROOT%%/gforge/www/project
-@dirrm %%WWW_ROOT%%/gforge/www/pm/msproject
-@dirrm %%WWW_ROOT%%/gforge/www/pm/include
-@dirrm %%WWW_ROOT%%/gforge/www/pm/reporting
-@dirrm %%WWW_ROOT%%/gforge/www/pm/admin
-@dirrm %%WWW_ROOT%%/gforge/www/pm
-@dirrm %%WWW_ROOT%%/gforge/www/people/admin
-@dirrm %%WWW_ROOT%%/gforge/www/people
-@dirrm %%WWW_ROOT%%/gforge/www/forum/admin
-@dirrm %%WWW_ROOT%%/gforge/www/forum/include
-@dirrm %%WWW_ROOT%%/gforge/www/forum
-@dirrm %%WWW_ROOT%%/gforge/www/news/admin
-@dirrm %%WWW_ROOT%%/gforge/www/news
-@dirrm %%WWW_ROOT%%/gforge/www/new
-@dirrm %%WWW_ROOT%%/gforge/www/my
-@dirrm %%WWW_ROOT%%/gforge/www/frs/admin
-@dirrm %%WWW_ROOT%%/gforge/www/frs/include
-@dirrm %%WWW_ROOT%%/gforge/www/frs
-@dirrm %%WWW_ROOT%%/gforge/www/help
-@dirrm %%WWW_ROOT%%/gforge/www/images/ic
-@dirrm %%WWW_ROOT%%/gforge/www/images
-@dirrm %%WWW_ROOT%%/gforge/www/mail/admin
-@dirrm %%WWW_ROOT%%/gforge/www/mail
-@dirrm %%WWW_ROOT%%/gforge/www
-@dirrm %%WWW_ROOT%%/gforge
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/architecture/stats
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/architecture
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/images
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/phpdoc
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/docbook/build
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/docbook/docbook/introduction
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/docbook/docbook/administration_guide
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/docbook/docbook/contribution_guide/include
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/docbook/docbook/contribution_guide
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/docbook/docbook/user_guide/getting_started
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/docbook/docbook/user_guide/introduction
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/docbook/docbook/user_guide/project_functions
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/docbook/docbook/user_guide/sitewide_functions
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/docbook/docbook/user_guide/user_functions
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/docbook/docbook/user_guide
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/docbook/docbook/installation_guide
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/docbook/docbook/entities/authors
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/docbook/docbook/entities
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/docbook/docbook
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/docbook/xsl/include
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/docbook/xsl
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/docbook
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
-@dirrm %%DATADIR%%/db/SQL_2.5
-@dirrm %%DATADIR%%/db/SQL_2.6
-@dirrm %%DATADIR%%/db
-@dirrm %%DATADIR%%/contrib/rh8_apache20_config
-@dirrm %%DATADIR%%/contrib/autoconf/autom4te253.cache
-@dirrm %%DATADIR%%/contrib/autoconf
-@dirrm %%DATADIR%%/contrib
-@dirrm %%DATADIR%%