aboutsummaryrefslogtreecommitdiffstats
path: root/www/groupoffice
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-06-06 03:09:45 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-06-06 03:09:45 +0800
commita991eddd1882d2317ba753c7ad28848571760eec (patch)
treecb5aef16f9ef93785ee15a0fc38cf2f91d3b543c /www/groupoffice
parent43fb608bc65918be1f3e52054c5ce17e86211387 (diff)
downloadfreebsd-ports-gnome-a991eddd1882d2317ba753c7ad28848571760eec.tar.gz
freebsd-ports-gnome-a991eddd1882d2317ba753c7ad28848571760eec.tar.zst
freebsd-ports-gnome-a991eddd1882d2317ba753c7ad28848571760eec.zip
- Fix shebangs
- Add NO_ARCH - Modernize plist
Diffstat (limited to 'www/groupoffice')
-rw-r--r--www/groupoffice/Makefile21
-rw-r--r--www/groupoffice/pkg-plist3054
2 files changed, 1540 insertions, 1535 deletions
diff --git a/www/groupoffice/Makefile b/www/groupoffice/Makefile
index 1f44083fb12b..3b8ed27152f5 100644
--- a/www/groupoffice/Makefile
+++ b/www/groupoffice/Makefile
@@ -4,6 +4,7 @@
PORTNAME= groupoffice
DISTVERSIONPREFIX= com-
DISTVERSION= 6.0.27
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= SF/group-office/${DISTVERSION:R}
@@ -11,10 +12,20 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Modular web application framework vor office
RESTRICTED= Free for personal use only
+
NO_BUILD= yes
USE_PHP= mysqli session mbstring pcre xml
WANT_PHP_WEB= yes
USE_MYSQL= yes
+USES= shebangfix
+SHEBANG_FILES= go/vendor/tcpdf/tools/tcpdf_addfont.php \
+ groupoffice \
+ groupofficecli.php \
+ install/autoinstall.php \
+ modules/postfixadmin/scripts/vacation.pl \
+ modules/sync/z-push21/install.sh \
+ vendor/fkooman/php-oauth-client/bin/php-oauth-client-create-tables
+NO_ARCH= yes
WWWDIR?= ${PREFIX}/www/${PORTNAME}${DISTVERSION:R:R}
@@ -58,14 +69,6 @@ LIB_DEPENDS= libwbxml2.so:${PORTSDIR}/textproc/wbxml2
do-install:
@${MKDIR} ${STAGEDIR}${WWWDIR}
${CP} -R ${WRKSRC}/ ${STAGEDIR}${WWWDIR}
- @${TOUCH} ${STAGEDIR}${WWWDIR}/config.php
-
-create-plist:
- @${FIND} -s ${WRKSRC}/${file} -not -type d \
- | ${SED} -e 's,^${WRKSRC},%%WWWDIR%%,' > ${PLIST}
- @${ECHO_CMD} '@exec touch %D/%%WWWDIR%%/config.php;chown ${WWWOWN} %D/%%WWWDIR%%/config.php' >> ${PLIST}
- @${ECHO_CMD} '@unexec if [ ! -s %D/%%WWWDIR%%/config.php ];then rm -f %D/%%WWWDIR%%/config.php;fi' >> ${PLIST}
- @${FIND} -ds ${WRKSRC}/${file} -type d \
- | ${SED} -e 's,^${WRKSRC},@dirrm %%WWWDIR%%,' >> ${PLIST}
+ @${TOUCH} ${STAGEDIR}${WWWDIR}/config.php.sample
.include <bsd.port.mk>
diff --git a/www/groupoffice/pkg-plist b/www/groupoffice/pkg-plist
index 2e63556d1ff3..ef8081e7a50e 100644
--- a/www/groupoffice/pkg-plist
+++ b/www/groupoffice/pkg-plist
@@ -9,7 +9,7 @@
%%WWWDIR%%/RELEASE.TXT
%%WWWDIR%%/composer.json
%%WWWDIR%%/composer.lock
-%%WWWDIR%%/config.php
+@sample %%WWWDIR%%/config.php.sample
%%WWWDIR%%/controller/AclGroupController.php
%%WWWDIR%%/controller/AclUserController.php
%%WWWDIR%%/controller/AdvancedSearchController.php
@@ -8553,1528 +8553,1530 @@
%%WWWDIR%%/views/Responsive/resources/GO.js
%%WWWDIR%%/views/Responsive/resources/message.js
%%WWWDIR%%/views/Responsive/resources/template.js
-@dirrmtry %%WWWDIR%%/controller
-@dirrmtry %%WWWDIR%%/go/base/authorized
-@dirrmtry %%WWWDIR%%/go/base/cache
-@dirrmtry %%WWWDIR%%/go/base/component
-@dirrmtry %%WWWDIR%%/go/base/controller
-@dirrmtry %%WWWDIR%%/go/base/cron
-@dirrmtry %%WWWDIR%%/go/base/csv
-@dirrmtry %%WWWDIR%%/go/base/data
-@dirrmtry %%WWWDIR%%/go/base/db
-@dirrmtry %%WWWDIR%%/go/base/exception
-@dirrmtry %%WWWDIR%%/go/base/export
-@dirrmtry %%WWWDIR%%/go/base/fs
-@dirrmtry %%WWWDIR%%/go/base/html
-@dirrmtry %%WWWDIR%%/go/base/ldap
-@dirrmtry %%WWWDIR%%/go/base/mail/exception
-@dirrmtry %%WWWDIR%%/go/base/mail
-@dirrmtry %%WWWDIR%%/go/base/model
-@dirrmtry %%WWWDIR%%/go/base/rpc
-@dirrmtry %%WWWDIR%%/go/base/storeexport
-@dirrmtry %%WWWDIR%%/go/base/util/charset
-@dirrmtry %%WWWDIR%%/go/base/util/date
-@dirrmtry %%WWWDIR%%/go/base/util/icalendar
-@dirrmtry %%WWWDIR%%/go/base/util/minify
-@dirrmtry %%WWWDIR%%/go/base/util
-@dirrmtry %%WWWDIR%%/go/base/view
-@dirrmtry %%WWWDIR%%/go/base/vobject
-@dirrmtry %%WWWDIR%%/go/base/wbxml
-@dirrmtry %%WWWDIR%%/go/base
-@dirrmtry %%WWWDIR%%/go/vendor/Cron
-@dirrmtry %%WWWDIR%%/go/vendor/Markdown/Michelf
-@dirrmtry %%WWWDIR%%/go/vendor/Markdown
-@dirrmtry %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/CachedObjectStorage
-@dirrmtry %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/CalcEngine
-@dirrmtry %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Calculation/Token
-@dirrmtry %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Calculation
-@dirrmtry %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Cell
-@dirrmtry %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Chart/Renderer
-@dirrmtry %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Chart
-@dirrmtry %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Reader/Excel2007
-@dirrmtry %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Reader/Excel5
-@dirrmtry %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Reader
-@dirrmtry %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/RichText
-@dirrmtry %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/Escher/DgContainer/SpgrContainer
-@dirrmtry %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/Escher/DgContainer
-@dirrmtry %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/Escher/DggContainer/BstoreContainer/BSE
-@dirrmtry %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/Escher/DggContainer/BstoreContainer
-@dirrmtry %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/Escher/DggContainer
-@dirrmtry %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/Escher
-@dirrmtry %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/JAMA/utils
-@dirrmtry %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/JAMA
-@dirrmtry %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/OLE/PPS
-@dirrmtry %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/OLE
-@dirrmtry %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/PCLZip
-@dirrmtry %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/trend
-@dirrmtry %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared
-@dirrmtry %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Style
-@dirrmtry %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Worksheet/AutoFilter/Column
-@dirrmtry %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Worksheet/AutoFilter
-@dirrmtry %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Worksheet/Drawing
-@dirrmtry %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Worksheet
-@dirrmtry %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Writer/Excel2007
-@dirrmtry %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Writer/Excel5
-@dirrmtry %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Writer/PDF
-@dirrmtry %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Writer
-@dirrmtry %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/cs
-@dirrmtry %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/da
-@dirrmtry %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/de
-@dirrmtry %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/en/uk
-@dirrmtry %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/en
-@dirrmtry %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/es
-@dirrmtry %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/fi
-@dirrmtry %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/fr
-@dirrmtry %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/hu
-@dirrmtry %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/it
-@dirrmtry %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/nl
-@dirrmtry %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/no
-@dirrmtry %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/pl
-@dirrmtry %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/pt/br
-@dirrmtry %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/pt
-@dirrmtry %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/ru
-@dirrmtry %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/sv
-@dirrmtry %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/tr
-@dirrmtry %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale
-@dirrmtry %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel
-@dirrmtry %%WWWDIR%%/go/vendor/PHPExcel
-@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/bin
-@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/docs
-@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/examples/sql
-@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/examples/webserver
-@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/examples
-@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/CalDAV/Backend
-@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/CalDAV/Exception
-@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/CalDAV/Notifications/Notification
-@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/CalDAV/Notifications
-@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/CalDAV/Principal
-@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/CalDAV/Property
-@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/CalDAV/Schedule
-@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/CalDAV
-@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/CardDAV/Backend
-@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/CardDAV/Property
-@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/CardDAV
-@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAV/Auth/Backend
-@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAV/Auth
-@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAV/Browser/assets/icons
-@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAV/Browser/assets
-@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAV/Browser
-@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAV/Exception
-@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAV/FS
-@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAV/FSExt
-@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAV/Locks/Backend
-@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAV/Locks
-@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAV/Mount
-@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAV/PartialUpdate
-@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAV/Property
-@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAV/Tree
-@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAV
-@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAVACL/Exception
-@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAVACL/PrincipalBackend
-@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAVACL/Property
-@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAVACL
-@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/HTTP
-@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre
-@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/lib
-@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/CalDAV/Backend
-@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/CalDAV/Notifications/Notification
-@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/CalDAV/Notifications
-@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/CalDAV/Principal
-@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/CalDAV/Property
-@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/CalDAV/Schedule/IMip
-@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/CalDAV/Schedule
-@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/CalDAV
-@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/CardDAV/Backend
-@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/CardDAV/Property
-@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/CardDAV
-@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAV/Auth/Backend
-@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAV/Auth
-@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAV/Browser
-@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAV/Exception
-@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAV/FSExt
-@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAV/Locks/Backend
-@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAV/Locks
-@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAV/Mount
-@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAV/PartialUpdate
-@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAV/Property
-@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAV/Tree
-@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAV
-@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAVACL/Exception
-@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAVACL/PrincipalBackend
-@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAVACL/Property
-@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAVACL
-@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/HTTP
-@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre
-@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV/tests
-@dirrmtry %%WWWDIR%%/go/vendor/SabreDAV
-@dirrmtry %%WWWDIR%%/go/vendor/VObject/bin
-@dirrmtry %%WWWDIR%%/go/vendor/VObject/doc
-@dirrmtry %%WWWDIR%%/go/vendor/VObject/lib/Sabre/VObject/Component
-@dirrmtry %%WWWDIR%%/go/vendor/VObject/lib/Sabre/VObject/Parser
-@dirrmtry %%WWWDIR%%/go/vendor/VObject/lib/Sabre/VObject/Property/ICalendar
-@dirrmtry %%WWWDIR%%/go/vendor/VObject/lib/Sabre/VObject/Property/VCard
-@dirrmtry %%WWWDIR%%/go/vendor/VObject/lib/Sabre/VObject/Property
-@dirrmtry %%WWWDIR%%/go/vendor/VObject/lib/Sabre/VObject/Splitter
-@dirrmtry %%WWWDIR%%/go/vendor/VObject/lib/Sabre/VObject
-@dirrmtry %%WWWDIR%%/go/vendor/VObject/lib/Sabre
-@dirrmtry %%WWWDIR%%/go/vendor/VObject/lib
-@dirrmtry %%WWWDIR%%/go/vendor/VObject/tests/Sabre/VObject/Component
-@dirrmtry %%WWWDIR%%/go/vendor/VObject/tests/Sabre/VObject/Parser
-@dirrmtry %%WWWDIR%%/go/vendor/VObject/tests/Sabre/VObject/Property/ICalendar
-@dirrmtry %%WWWDIR%%/go/vendor/VObject/tests/Sabre/VObject/Property/VCard
-@dirrmtry %%WWWDIR%%/go/vendor/VObject/tests/Sabre/VObject/Property
-@dirrmtry %%WWWDIR%%/go/vendor/VObject/tests/Sabre/VObject/Splitter
-@dirrmtry %%WWWDIR%%/go/vendor/VObject/tests/Sabre/VObject
-@dirrmtry %%WWWDIR%%/go/vendor/VObject/tests/Sabre
-@dirrmtry %%WWWDIR%%/go/vendor/VObject/tests
-@dirrmtry %%WWWDIR%%/go/vendor/VObject
-@dirrmtry %%WWWDIR%%/go/vendor/fpdi/filters
-@dirrmtry %%WWWDIR%%/go/vendor/fpdi
-@dirrmtry %%WWWDIR%%/go/vendor/jupload
-@dirrmtry %%WWWDIR%%/go/vendor/odtphp/library/zip/pclzip
-@dirrmtry %%WWWDIR%%/go/vendor/odtphp/library/zip
-@dirrmtry %%WWWDIR%%/go/vendor/odtphp/library
-@dirrmtry %%WWWDIR%%/go/vendor/odtphp
-@dirrmtry %%WWWDIR%%/go/vendor/pear/Mail
-@dirrmtry %%WWWDIR%%/go/vendor/pear/Net
-@dirrmtry %%WWWDIR%%/go/vendor/pear
-@dirrmtry %%WWWDIR%%/go/vendor/swift/lib/classes/Swift/ByteStream
-@dirrmtry %%WWWDIR%%/go/vendor/swift/lib/classes/Swift/CharacterReader
-@dirrmtry %%WWWDIR%%/go/vendor/swift/lib/classes/Swift/CharacterReaderFactory
-@dirrmtry %%WWWDIR%%/go/vendor/swift/lib/classes/Swift/CharacterStream
-@dirrmtry %%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Encoder
-@dirrmtry %%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Events
-@dirrmtry %%WWWDIR%%/go/vendor/swift/lib/classes/Swift/KeyCache
-@dirrmtry %%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Mailer
-@dirrmtry %%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Mime/ContentEncoder
-@dirrmtry %%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Mime/HeaderEncoder
-@dirrmtry %%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Mime/Headers
-@dirrmtry %%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Mime
-@dirrmtry %%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Plugins/Decorator
-@dirrmtry %%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Plugins/Loggers
-@dirrmtry %%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Plugins/Pop
-@dirrmtry %%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Plugins/Reporters
-@dirrmtry %%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Plugins
-@dirrmtry %%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Signers
-@dirrmtry %%WWWDIR%%/go/vendor/swift/lib/classes/Swift/StreamFilters
-@dirrmtry %%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Transport/Esmtp/Auth
-@dirrmtry %%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Transport/Esmtp
-@dirrmtry %%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Transport
-@dirrmtry %%WWWDIR%%/go/vendor/swift/lib/classes/Swift
-@dirrmtry %%WWWDIR%%/go/vendor/swift/lib/classes
-@dirrmtry %%WWWDIR%%/go/vendor/swift/lib/dependency_maps
-@dirrmtry %%WWWDIR%%/go/vendor/swift/lib
-@dirrmtry %%WWWDIR%%/go/vendor/swift
-@dirrmtry %%WWWDIR%%/go/vendor/tcpdf/config/lang
-@dirrmtry %%WWWDIR%%/go/vendor/tcpdf/config
-@dirrmtry %%WWWDIR%%/go/vendor/tcpdf/fonts
-@dirrmtry %%WWWDIR%%/go/vendor/tcpdf/include/barcodes
-@dirrmtry %%WWWDIR%%/go/vendor/tcpdf/include
-@dirrmtry %%WWWDIR%%/go/vendor/tcpdf/tools
-@dirrmtry %%WWWDIR%%/go/vendor/tcpdf
-@dirrmtry %%WWWDIR%%/go/vendor/wsdl
-@dirrmtry %%WWWDIR%%/go/vendor
-@dirrmtry %%WWWDIR%%/go
-@dirrmtry %%WWWDIR%%/install/updatescripts
-@dirrmtry %%WWWDIR%%/install
-@dirrmtry %%WWWDIR%%/language/common
-@dirrmtry %%WWWDIR%%/language/countries
-@dirrmtry %%WWWDIR%%/language/filetypes
-@dirrmtry %%WWWDIR%%/language/holidays
-@dirrmtry %%WWWDIR%%/language/lostpassword
-@dirrmtry %%WWWDIR%%/language
-@dirrmtry %%WWWDIR%%/modules/addressbook/controller
-@dirrmtry %%WWWDIR%%/modules/addressbook/customfields/model
-@dirrmtry %%WWWDIR%%/modules/addressbook/customfields
-@dirrmtry %%WWWDIR%%/modules/addressbook/customfieldtype
-@dirrmtry %%WWWDIR%%/modules/addressbook/export
-@dirrmtry %%WWWDIR%%/modules/addressbook/install/updatescripts
-@dirrmtry %%WWWDIR%%/modules/addressbook/install
-@dirrmtry %%WWWDIR%%/modules/addressbook/language
-@dirrmtry %%WWWDIR%%/modules/addressbook/model
-@dirrmtry %%WWWDIR%%/modules/addressbook/themes/Default/images/16x16
-@dirrmtry %%WWWDIR%%/modules/addressbook/themes/Default/images
-@dirrmtry %%WWWDIR%%/modules/addressbook/themes/Default
-@dirrmtry %%WWWDIR%%/modules/addressbook/themes/ExtJS/images/16x16
-@dirrmtry %%WWWDIR%%/modules/addressbook/themes/ExtJS/images
-@dirrmtry %%WWWDIR%%/modules/addressbook/themes/ExtJS
-@dirrmtry %%WWWDIR%%/modules/addressbook/themes/Group-Office/images/16x16
-@dirrmtry %%WWWDIR%%/modules/addressbook/themes/Group-Office/images
-@dirrmtry %%WWWDIR%%/modules/addressbook/themes/Group-Office
-@dirrmtry %%WWWDIR%%/modules/addressbook/themes
-@dirrmtry %%WWWDIR%%/modules/addressbook/views/Extjs3
-@dirrmtry %%WWWDIR%%/modules/addressbook/views
-@dirrmtry %%WWWDIR%%/modules/addressbook
-@dirrmtry %%WWWDIR%%/modules/admin2userlogin/controller
-@dirrmtry %%WWWDIR%%/modules/admin2userlogin/language
-@dirrmtry %%WWWDIR%%/modules/admin2userlogin/themes/Default/images
-@dirrmtry %%WWWDIR%%/modules/admin2userlogin/themes/Default
-@dirrmtry %%WWWDIR%%/modules/admin2userlogin/themes
-@dirrmtry %%WWWDIR%%/modules/admin2userlogin
-@dirrmtry %%WWWDIR%%/modules/billing/controller
-@dirrmtry %%WWWDIR%%/modules/billing/customfields/model
-@dirrmtry %%WWWDIR%%/modules/billing/customfields
-@dirrmtry %%WWWDIR%%/modules/billing/export
-@dirrmtry %%WWWDIR%%/modules/billing/install/updatescripts
-@dirrmtry %%WWWDIR%%/modules/billing/install
-@dirrmtry %%WWWDIR%%/modules/billing/language
-@dirrmtry %%WWWDIR%%/modules/billing/model
-@dirrmtry %%WWWDIR%%/modules/billing/mt940
-@dirrmtry %%WWWDIR%%/modules/billing/themes/Default/images
-@dirrmtry %%WWWDIR%%/modules/billing/themes/Default
-@dirrmtry %%WWWDIR%%/modules/billing/themes/ExtJS/images
-@dirrmtry %%WWWDIR%%/modules/billing/themes/ExtJS
-@dirrmtry %%WWWDIR%%/modules/billing/themes/Group-Office/images
-@dirrmtry %%WWWDIR%%/modules/billing/themes/Group-Office
-@dirrmtry %%WWWDIR%%/modules/billing/themes
-@dirrmtry %%WWWDIR%%/modules/billing/vendor/jejik-mt940-master/lib/Jejik/MT940/Parser
-@dirrmtry %%WWWDIR%%/modules/billing/vendor/jejik-mt940-master/lib/Jejik/MT940
-@dirrmtry %%WWWDIR%%/modules/billing/vendor/jejik-mt940-master/lib/Jejik
-@dirrmtry %%WWWDIR%%/modules/billing/vendor/jejik-mt940-master/lib
-@dirrmtry %%WWWDIR%%/modules/billing/vendor/jejik-mt940-master
-@dirrmtry %%WWWDIR%%/modules/billing/vendor
-@dirrmtry %%WWWDIR%%/modules/billing
-@dirrmtry %%WWWDIR%%/modules/billingtwinfield/controller
-@dirrmtry %%WWWDIR%%/modules/billingtwinfield/language
-@dirrmtry %%WWWDIR%%/modules/billingtwinfield/views/Extjs3
-@dirrmtry %%WWWDIR%%/modules/billingtwinfield/views
-@dirrmtry %%WWWDIR%%/modules/billingtwinfield
-@dirrmtry %%WWWDIR%%/modules/bookmarks/controller
-@dirrmtry %%WWWDIR%%/modules/bookmarks/icons
-@dirrmtry %%WWWDIR%%/modules/bookmarks/install/updatescripts
-@dirrmtry %%WWWDIR%%/modules/bookmarks/install
-@dirrmtry %%WWWDIR%%/modules/bookmarks/language
-@dirrmtry %%WWWDIR%%/modules/bookmarks/model
-@dirrmtry %%WWWDIR%%/modules/bookmarks/themes/Default/images
-@dirrmtry %%WWWDIR%%/modules/bookmarks/themes/Default
-@dirrmtry %%WWWDIR%%/modules/bookmarks/themes/Group-Office/images
-@dirrmtry %%WWWDIR%%/modules/bookmarks/themes/Group-Office
-@dirrmtry %%WWWDIR%%/modules/bookmarks/themes
-@dirrmtry %%WWWDIR%%/modules/bookmarks
-@dirrmtry %%WWWDIR%%/modules/caldav/install
-@dirrmtry %%WWWDIR%%/modules/caldav/language
-@dirrmtry %%WWWDIR%%/modules/caldav/model
-@dirrmtry %%WWWDIR%%/modules/caldav/schedule
-@dirrmtry %%WWWDIR%%/modules/caldav/themes/Default/images
-@dirrmtry %%WWWDIR%%/modules/caldav/themes/Default
-@dirrmtry %%WWWDIR%%/modules/caldav/themes
-@dirrmtry %%WWWDIR%%/modules/caldav
-@dirrmtry %%WWWDIR%%/modules/calendar/controller
-@dirrmtry %%WWWDIR%%/modules/calendar/cron
-@dirrmtry %%WWWDIR%%/modules/calendar/customfields/model
-@dirrmtry %%WWWDIR%%/modules/calendar/customfields
-@dirrmtry %%WWWDIR%%/modules/calendar/install/updatescripts
-@dirrmtry %%WWWDIR%%/modules/calendar/install
-@dirrmtry %%WWWDIR%%/modules/calendar/language
-@dirrmtry %%WWWDIR%%/modules/calendar/model
-@dirrmtry %%WWWDIR%%/modules/calendar/reports
-@dirrmtry %%WWWDIR%%/modules/calendar/test
-@dirrmtry %%WWWDIR%%/modules/calendar/themes/Default/images/16x16
-@dirrmtry %%WWWDIR%%/modules/calendar/themes/Default/images/22x22
-@dirrmtry %%WWWDIR%%/modules/calendar/themes/Default/images/pdf
-@dirrmtry %%WWWDIR%%/modules/calendar/themes/Default/images
-@dirrmtry %%WWWDIR%%/modules/calendar/themes/Default
-@dirrmtry %%WWWDIR%%/modules/calendar/themes/ExtJS/images/16x16
-@dirrmtry %%WWWDIR%%/modules/calendar/themes/ExtJS/images/22x22
-@dirrmtry %%WWWDIR%%/modules/calendar/themes/ExtJS/images
-@dirrmtry %%WWWDIR%%/modules/calendar/themes/ExtJS
-@dirrmtry %%WWWDIR%%/modules/calendar/themes/Group-Office/images/16x16
-@dirrmtry %%WWWDIR%%/modules/calendar/themes/Group-Office/images/22x22
-@dirrmtry %%WWWDIR%%/modules/calendar/themes/Group-Office/images
-@dirrmtry %%WWWDIR%%/modules/calendar/themes/Group-Office
-@dirrmtry %%WWWDIR%%/modules/calendar/themes
-@dirrmtry %%WWWDIR%%/modules/calendar/util
-@dirrmtry %%WWWDIR%%/modules/calendar/views/Extjs3
-@dirrmtry %%WWWDIR%%/modules/calendar/views/pdf
-@dirrmtry %%WWWDIR%%/modules/calendar/views
-@dirrmtry %%WWWDIR%%/modules/calendar
-@dirrmtry %%WWWDIR%%/modules/calendarexport/export
-@dirrmtry %%WWWDIR%%/modules/calendarexport/language
-@dirrmtry %%WWWDIR%%/modules/calendarexport
-@dirrmtry %%WWWDIR%%/modules/carddav/install
-@dirrmtry %%WWWDIR%%/modules/carddav/language
-@dirrmtry %%WWWDIR%%/modules/carddav/model
-@dirrmtry %%WWWDIR%%/modules/carddav/views/Extjs3/themes/Default/images
-@dirrmtry %%WWWDIR%%/modules/carddav/views/Extjs3/themes/Default
-@dirrmtry %%WWWDIR%%/modules/carddav/views/Extjs3/themes
-@dirrmtry %%WWWDIR%%/modules/carddav/views/Extjs3
-@dirrmtry %%WWWDIR%%/modules/carddav/views
-@dirrmtry %%WWWDIR%%/modules/carddav
-@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.7.4/builds
-@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.7.4/fonticons/fonts
-@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.7.4/fonticons
-@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.7.4/images
-@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.7.4/locale/af/LC_MESSAGES
-@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.7.4/locale/af
-@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.7.4/locale/de/LC_MESSAGES
-@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.7.4/locale/de
-@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.7.4/locale/en/LC_MESSAGES
-@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.7.4/locale/en
-@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.7.4/locale/es/LC_MESSAGES
-@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.7.4/locale/es
-@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.7.4/locale/fr/LC_MESSAGES
-@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.7.4/locale/fr
-@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.7.4/locale/he/LC_MESSAGES
-@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.7.4/locale/he
-@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.7.4/locale/hu/LC_MESSAGES
-@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.7.4/locale/hu
-@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.7.4/locale/id/LC_MESSAGES
-@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.7.4/locale/id
-@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.7.4/locale/it/LC_MESSAGES
-@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.7.4/locale/it
-@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.7.4/locale/ja/LC_MESSAGES
-@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.7.4/locale/ja
-@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.7.4/locale/nl/LC_MESSAGES
-@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.7.4/locale/nl
-@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.7.4/locale/pt_BR/LC_MESSAGES
-@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.7.4/locale/pt_BR
-@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.7.4/locale/ru/LC_MESSAGES
-@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.7.4/locale/ru
-@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.7.4/locale
-@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.7.4/spec
-@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.7.4/src
-@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.7.4/stylesheets
-@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.7.4
-@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.8.0/builds
-@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.8.0/css/images
-@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.8.0/css
-@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.8.0/docs/doctrees
-@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.8.0/docs/html/_sources
-@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.8.0/docs/html/_static
-@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.8.0/docs/html/static
-@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.8.0/docs/html
-@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.8.0/docs/source/_templates
-@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.8.0/docs/source/theme/static
-@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.8.0/docs/source/theme
-@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.8.0/docs/source
-@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.8.0/docs
-@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.8.0/fonticons/demo-files
-@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.8.0/fonticons/fonts
-@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.8.0/fonticons
-@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.8.0/less
-@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.8.0/locale/af/LC_MESSAGES
-@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.8.0/locale/af
-@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.8.0/locale/de/LC_MESSAGES
-@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.8.0/locale/de
-@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.8.0/locale/en/LC_MESSAGES
-@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.8.0/locale/en
-@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.8.0/locale/es/LC_MESSAGES
-@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.8.0/locale/es
-@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.8.0/locale/fr/LC_MESSAGES
-@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.8.0/locale/fr
-@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.8.0/locale/he/LC_MESSAGES
-@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.8.0/locale/he
-@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.8.0/locale/hu/LC_MESSAGES
-@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.8.0/locale/hu
-@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.8.0/locale/id/LC_MESSAGES
-@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.8.0/locale/id
-@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.8.0/locale/it/LC_MESSAGES
-@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.8.0/locale/it
-@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.8.0/locale/ja/LC_MESSAGES
-@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.8.0/locale/ja
-@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.8.0/locale/nl/LC_MESSAGES
-@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.8.0/locale/nl
-@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.8.0/locale/pt_BR/LC_MESSAGES
-@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.8.0/locale/pt_BR
-@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.8.0/locale/ru/LC_MESSAGES
-@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.8.0/locale/ru
-@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.8.0/locale/zh/LC_MESSAGES
-@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.8.0/locale/zh
-@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.8.0/locale
-@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.8.0/mockup
-@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.8.0/spec
-@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.8.0/src/templates
-@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.8.0/src
-@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.8.0/tests
-@dirrmtry %%WWWDIR%%/modules/chat/converse.js-0.8.0
-@dirrmtry %%WWWDIR%%/modules/chat/language
-@dirrmtry %%WWWDIR%%/modules/chat/views/Extjs3/themes/Default
-@dirrmtry %%WWWDIR%%/modules/chat/views/Extjs3/themes/Group-Office
-@dirrmtry %%WWWDIR%%/modules/chat/views/Extjs3/themes
-@dirrmtry %%WWWDIR%%/modules/chat/views/Extjs3
-@dirrmtry %%WWWDIR%%/modules/chat/views
-@dirrmtry %%WWWDIR%%/modules/chat/xmpp-prebind-php/lib/Auth/SASL
-@dirrmtry %%WWWDIR%%/modules/chat/xmpp-prebind-php/lib/Auth
-@dirrmtry %%WWWDIR%%/modules/chat/xmpp-prebind-php/lib/FirePHP
-@dirrmtry %%WWWDIR%%/modules/chat/xmpp-prebind-php/lib
-@dirrmtry %%WWWDIR%%/modules/chat/xmpp-prebind-php
-@dirrmtry %%WWWDIR%%/modules/chat
-@dirrmtry %%WWWDIR%%/modules/comments/controller
-@dirrmtry %%WWWDIR%%/modules/comments/install
-@dirrmtry %%WWWDIR%%/modules/comments/language
-@dirrmtry %%WWWDIR%%/modules/comments/model
-@dirrmtry %%WWWDIR%%/modules/comments/themes/Default/images
-@dirrmtry %%WWWDIR%%/modules/comments/themes/Default
-@dirrmtry %%WWWDIR%%/modules/comments/themes
-@dirrmtry %%WWWDIR%%/modules/comments
-@dirrmtry %%WWWDIR%%/modules/cron/controller
-@dirrmtry %%WWWDIR%%/modules/cron/language
-@dirrmtry %%WWWDIR%%/modules/cron/model
-@dirrmtry %%WWWDIR%%/modules/cron/views/Extjs3/themes/Default/images
-@dirrmtry %%WWWDIR%%/modules/cron/views/Extjs3/themes/Default
-@dirrmtry %%WWWDIR%%/modules/cron/views/Extjs3/themes/ExtJS/images
-@dirrmtry %%WWWDIR%%/modules/cron/views/Extjs3/themes/ExtJS
-@dirrmtry %%WWWDIR%%/modules/cron/views/Extjs3/themes
-@dirrmtry %%WWWDIR%%/modules/cron/views/Extjs3
-@dirrmtry %%WWWDIR%%/modules/cron/views
-@dirrmtry %%WWWDIR%%/modules/cron
-@dirrmtry %%WWWDIR%%/modules/customcss/controller
-@dirrmtry %%WWWDIR%%/modules/customcss/install
-@dirrmtry %%WWWDIR%%/modules/customcss/language
-@dirrmtry %%WWWDIR%%/modules/customcss/themes/Default/images
-@dirrmtry %%WWWDIR%%/modules/customcss/themes/Default
-@dirrmtry %%WWWDIR%%/modules/customcss/themes
-@dirrmtry %%WWWDIR%%/modules/customcss
-@dirrmtry %%WWWDIR%%/modules/customfields/controller
-@dirrmtry %%WWWDIR%%/modules/customfields/customfieldtype
-@dirrmtry %%WWWDIR%%/modules/customfields/html
-@dirrmtry %%WWWDIR%%/modules/customfields/install
-@dirrmtry %%WWWDIR%%/modules/customfields/language
-@dirrmtry %%WWWDIR%%/modules/customfields/model
-@dirrmtry %%WWWDIR%%/modules/customfields/themes/Default/images
-@dirrmtry %%WWWDIR%%/modules/customfields/themes/Default
-@dirrmtry %%WWWDIR%%/modules/customfields/themes/ExtJS/images
-@dirrmtry %%WWWDIR%%/modules/customfields/themes/ExtJS
-@dirrmtry %%WWWDIR%%/modules/customfields/themes
-@dirrmtry %%WWWDIR%%/modules/customfields
-@dirrmtry %%WWWDIR%%/modules/dav/auth
-@dirrmtry %%WWWDIR%%/modules/dav/davacl
-@dirrmtry %%WWWDIR%%/modules/dav/fs
-@dirrmtry %%WWWDIR%%/modules/dav/language
-@dirrmtry %%WWWDIR%%/modules/dav/themes/Default/images
-@dirrmtry %%WWWDIR%%/modules/dav/themes/Default
-@dirrmtry %%WWWDIR%%/modules/dav/themes
-@dirrmtry %%WWWDIR%%/modules/dav
-@dirrmtry %%WWWDIR%%/modules/defaultsite/controller
-@dirrmtry %%WWWDIR%%/modules/defaultsite/language
-@dirrmtry %%WWWDIR%%/modules/defaultsite/views/site/addressbook
-@dirrmtry %%WWWDIR%%/modules/defaultsite/views/site/assets/css
-@dirrmtry %%WWWDIR%%/modules/defaultsite/views/site/assets
-@dirrmtry %%WWWDIR%%/modules/defaultsite/views/site/layouts
-@dirrmtry %%WWWDIR%%/modules/defaultsite/views/site/servermanager/emails
-@dirrmtry %%WWWDIR%%/modules/defaultsite/views/site/servermanager
-@dirrmtry %%WWWDIR%%/modules/defaultsite/views/site/site
-@dirrmtry %%WWWDIR%%/modules/defaultsite/views/site/tickets
-@dirrmtry %%WWWDIR%%/modules/defaultsite/views/site
-@dirrmtry %%WWWDIR%%/modules/defaultsite/views
-@dirrmtry %%WWWDIR%%/modules/defaultsite
-@dirrmtry %%WWWDIR%%/modules/demodata/controller
-@dirrmtry %%WWWDIR%%/modules/demodata/language
-@dirrmtry %%WWWDIR%%/modules/demodata
-@dirrmtry %%WWWDIR%%/modules/documenttemplates/controller
-@dirrmtry %%WWWDIR%%/modules/documenttemplates/language
-@dirrmtry %%WWWDIR%%/modules/documenttemplates/model
-@dirrmtry %%WWWDIR%%/modules/documenttemplates/themes/Default/images
-@dirrmtry %%WWWDIR%%/modules/documenttemplates/themes/Default
-@dirrmtry %%WWWDIR%%/modules/documenttemplates/themes
-@dirrmtry %%WWWDIR%%/modules/documenttemplates
-@dirrmtry %%WWWDIR%%/modules/dropbox/controller
-@dirrmtry %%WWWDIR%%/modules/dropbox/cron
-@dirrmtry %%WWWDIR%%/modules/dropbox/install
-@dirrmtry %%WWWDIR%%/modules/dropbox/language
-@dirrmtry %%WWWDIR%%/modules/dropbox/lib/Dropbox/Exception
-@dirrmtry %%WWWDIR%%/modules/dropbox/lib/Dropbox
-@dirrmtry %%WWWDIR%%/modules/dropbox/lib
-@dirrmtry %%WWWDIR%%/modules/dropbox/model
-@dirrmtry %%WWWDIR%%/modules/dropbox/views/Extjs3/themes/Default/images
-@dirrmtry %%WWWDIR%%/modules/dropbox/views/Extjs3/themes/Default
-@dirrmtry %%WWWDIR%%/modules/dropbox/views/Extjs3/themes
-@dirrmtry %%WWWDIR%%/modules/dropbox/views/Extjs3
-@dirrmtry %%WWWDIR%%/modules/dropbox/views
-@dirrmtry %%WWWDIR%%/modules/dropbox
-@dirrmtry %%WWWDIR%%/modules/email/controller
-@dirrmtry %%WWWDIR%%/modules/email/install/updatescripts
-@dirrmtry %%WWWDIR%%/modules/email/install
-@dirrmtry %%WWWDIR%%/modules/email/language
-@dirrmtry %%WWWDIR%%/modules/email/model
-@dirrmtry %%WWWDIR%%/modules/email/themes/Default/images/16x16
-@dirrmtry %%WWWDIR%%/modules/email/themes/Default/images/22x22
-@dirrmtry %%WWWDIR%%/modules/email/themes/Default/images
-@dirrmtry %%WWWDIR%%/modules/email/themes/Default
-@dirrmtry %%WWWDIR%%/modules/email/themes/ExtJS/images/16x16
-@dirrmtry %%WWWDIR%%/modules/email/themes/ExtJS/images/22x22
-@dirrmtry %%WWWDIR%%/modules/email/themes/ExtJS/images
-@dirrmtry %%WWWDIR%%/modules/email/themes/ExtJS
-@dirrmtry %%WWWDIR%%/modules/email/themes/Group-Office/images/16x16
-@dirrmtry %%WWWDIR%%/modules/email/themes/Group-Office/images/22x22
-@dirrmtry %%WWWDIR%%/modules/email/themes/Group-Office/images
-@dirrmtry %%WWWDIR%%/modules/email/themes/Group-Office
-@dirrmtry %%WWWDIR%%/modules/email/themes
-@dirrmtry %%WWWDIR%%/modules/email/views/Extjs3
-@dirrmtry %%WWWDIR%%/modules/email/views/Responsive
-@dirrmtry %%WWWDIR%%/modules/email/views
-@dirrmtry %%WWWDIR%%/modules/email
-@dirrmtry %%WWWDIR%%/modules/exactonline/controller
-@dirrmtry %%WWWDIR%%/modules/exactonline/language
-@dirrmtry %%WWWDIR%%/modules/exactonline/views/Extjs3
-@dirrmtry %%WWWDIR%%/modules/exactonline/views
-@dirrmtry %%WWWDIR%%/modules/exactonline
-@dirrmtry %%WWWDIR%%/modules/favorites/controller
-@dirrmtry %%WWWDIR%%/modules/favorites/install
-@dirrmtry %%WWWDIR%%/modules/favorites/language
-@dirrmtry %%WWWDIR%%/modules/favorites/model
-@dirrmtry %%WWWDIR%%/modules/favorites/views/Extjs3/themes/Default/images
-@dirrmtry %%WWWDIR%%/modules/favorites/views/Extjs3/themes/Default
-@dirrmtry %%WWWDIR%%/modules/favorites/views/Extjs3/themes
-@dirrmtry %%WWWDIR%%/modules/favorites/views/Extjs3
-@dirrmtry %%WWWDIR%%/modules/favorites/views
-@dirrmtry %%WWWDIR%%/modules/favorites
-@dirrmtry %%WWWDIR%%/modules/files/controller
-@dirrmtry %%WWWDIR%%/modules/files/cron
-@dirrmtry %%WWWDIR%%/modules/files/customfields/model
-@dirrmtry %%WWWDIR%%/modules/files/customfields
-@dirrmtry %%WWWDIR%%/modules/files/customfieldtype
-@dirrmtry %%WWWDIR%%/modules/files/exception
-@dirrmtry %%WWWDIR%%/modules/files/filehandler
-@dirrmtry %%WWWDIR%%/modules/files/fs
-@dirrmtry %%WWWDIR%%/modules/files/install/templates
-@dirrmtry %%WWWDIR%%/modules/files/install/updatescripts
-@dirrmtry %%WWWDIR%%/modules/files/install
-@dirrmtry %%WWWDIR%%/modules/files/language
-@dirrmtry %%WWWDIR%%/modules/files/model
-@dirrmtry %%WWWDIR%%/modules/files/themes/Default/images
-@dirrmtry %%WWWDIR%%/modules/files/themes/Default
-@dirrmtry %%WWWDIR%%/modules/files/themes/ExtJS/images
-@dirrmtry %%WWWDIR%%/modules/files/themes/ExtJS
-@dirrmtry %%WWWDIR%%/modules/files/themes/Group-Office/images
-@dirrmtry %%WWWDIR%%/modules/files/themes/Group-Office
-@dirrmtry %%WWWDIR%%/modules/files/themes
-@dirrmtry %%WWWDIR%%/modules/files/views/Extjs3
-@dirrmtry %%WWWDIR%%/modules/files/views
-@dirrmtry %%WWWDIR%%/modules/files
-@dirrmtry %%WWWDIR%%/modules/filesearch/controller
-@dirrmtry %%WWWDIR%%/modules/filesearch/cron
-@dirrmtry %%WWWDIR%%/modules/filesearch/export
-@dirrmtry %%WWWDIR%%/modules/filesearch/install/updatescripts
-@dirrmtry %%WWWDIR%%/modules/filesearch/install
-@dirrmtry %%WWWDIR%%/modules/filesearch/language
-@dirrmtry %%WWWDIR%%/modules/filesearch/model
-@dirrmtry %%WWWDIR%%/modules/filesearch/themes/Default/images
-@dirrmtry %%WWWDIR%%/modules/filesearch/themes/Default
-@dirrmtry %%WWWDIR%%/modules/filesearch/themes
-@dirrmtry %%WWWDIR%%/modules/filesearch/xsl
-@dirrmtry %%WWWDIR%%/modules/filesearch
-@dirrmtry %%WWWDIR%%/modules/formprocessor/install
-@dirrmtry %%WWWDIR%%/modules/formprocessor/language
-@dirrmtry %%WWWDIR%%/modules/formprocessor/themes/Default/images
-@dirrmtry %%WWWDIR%%/modules/formprocessor/themes/Default
-@dirrmtry %%WWWDIR%%/modules/formprocessor/themes
-@dirrmtry %%WWWDIR%%/modules/formprocessor
-@dirrmtry %%WWWDIR%%/modules/freebusypermissions/install
-@dirrmtry %%WWWDIR%%/modules/freebusypermissions/language
-@dirrmtry %%WWWDIR%%/modules/freebusypermissions/model
-@dirrmtry %%WWWDIR%%/modules/freebusypermissions/themes/Default/images
-@dirrmtry %%WWWDIR%%/modules/freebusypermissions/themes/Default
-@dirrmtry %%WWWDIR%%/modules/freebusypermissions/themes
-@dirrmtry %%WWWDIR%%/modules/freebusypermissions
-@dirrmtry %%WWWDIR%%/modules/googledrive/controller
-@dirrmtry %%WWWDIR%%/modules/googledrive/filehandler
-@dirrmtry %%WWWDIR%%/modules/googledrive/google-api-php-client/src/auth
-@dirrmtry %%WWWDIR%%/modules/googledrive/google-api-php-client/src/cache
-@dirrmtry %%WWWDIR%%/modules/googledrive/google-api-php-client/src/contrib
-@dirrmtry %%WWWDIR%%/modules/googledrive/google-api-php-client/src/external
-@dirrmtry %%WWWDIR%%/modules/googledrive/google-api-php-client/src/io
-@dirrmtry %%WWWDIR%%/modules/googledrive/google-api-php-client/src/service
-@dirrmtry %%WWWDIR%%/modules/googledrive/google-api-php-client/src
-@dirrmtry %%WWWDIR%%/modules/googledrive/google-api-php-client
-@dirrmtry %%WWWDIR%%/modules/googledrive/language
-@dirrmtry %%WWWDIR%%/modules/googledrive/themes/Default/images
-@dirrmtry %%WWWDIR%%/modules/googledrive/themes/Default
-@dirrmtry %%WWWDIR%%/modules/googledrive/themes
-@dirrmtry %%WWWDIR%%/modules/googledrive/views/Extjs3
-@dirrmtry %%WWWDIR%%/modules/googledrive/views
-@dirrmtry %%WWWDIR%%/modules/googledrive
-@dirrmtry %%WWWDIR%%/modules/gota/controller
-@dirrmtry %%WWWDIR%%/modules/gota/filehandler
-@dirrmtry %%WWWDIR%%/modules/gota/language
-@dirrmtry %%WWWDIR%%/modules/gota/lib
-@dirrmtry %%WWWDIR%%/modules/gota/themes/Default/images
-@dirrmtry %%WWWDIR%%/modules/gota/themes/Default
-@dirrmtry %%WWWDIR%%/modules/gota/themes
-@dirrmtry %%WWWDIR%%/modules/gota
-@dirrmtry %%WWWDIR%%/modules/groups/controller
-@dirrmtry %%WWWDIR%%/modules/groups/language
-@dirrmtry %%WWWDIR%%/modules/groups/model
-@dirrmtry %%WWWDIR%%/modules/groups/themes/Default/images
-@dirrmtry %%WWWDIR%%/modules/groups/themes/Default
-@dirrmtry %%WWWDIR%%/modules/groups/themes/ExtJS/images/16x16
-@dirrmtry %%WWWDIR%%/modules/groups/themes/ExtJS/images
-@dirrmtry %%WWWDIR%%/modules/groups/themes/ExtJS
-@dirrmtry %%WWWDIR%%/modules/groups/themes
-@dirrmtry %%WWWDIR%%/modules/groups
-@dirrmtry %%WWWDIR%%/modules/hoursapproval2/controller
-@dirrmtry %%WWWDIR%%/modules/hoursapproval2/language
-@dirrmtry %%WWWDIR%%/modules/hoursapproval2/themes/Default/images
-@dirrmtry %%WWWDIR%%/modules/hoursapproval2/themes/Default
-@dirrmtry %%WWWDIR%%/modules/hoursapproval2/themes/ExtJS
-@dirrmtry %%WWWDIR%%/modules/hoursapproval2/themes
-@dirrmtry %%WWWDIR%%/modules/hoursapproval2/views/Extjs3
-@dirrmtry %%WWWDIR%%/modules/hoursapproval2/views
-@dirrmtry %%WWWDIR%%/modules/hoursapproval2
-@dirrmtry %%WWWDIR%%/modules/imapauth/install
-@dirrmtry %%WWWDIR%%/modules/imapauth/language
-@dirrmtry %%WWWDIR%%/modules/imapauth/themes/Default/images
-@dirrmtry %%WWWDIR%%/modules/imapauth/themes/Default
-@dirrmtry %%WWWDIR%%/modules/imapauth/themes
-@dirrmtry %%WWWDIR%%/modules/imapauth
-@dirrmtry %%WWWDIR%%/modules/ipwhitelist/controller
-@dirrmtry %%WWWDIR%%/modules/ipwhitelist/install
-@dirrmtry %%WWWDIR%%/modules/ipwhitelist/language
-@dirrmtry %%WWWDIR%%/modules/ipwhitelist/model
-@dirrmtry %%WWWDIR%%/modules/ipwhitelist/views/Extjs3
-@dirrmtry %%WWWDIR%%/modules/ipwhitelist/views
-@dirrmtry %%WWWDIR%%/modules/ipwhitelist
-@dirrmtry %%WWWDIR%%/modules/ldapauth/controller
-@dirrmtry %%WWWDIR%%/modules/ldapauth/language
-@dirrmtry %%WWWDIR%%/modules/ldapauth/mapping
-@dirrmtry %%WWWDIR%%/modules/ldapauth/model
-@dirrmtry %%WWWDIR%%/modules/ldapauth/themes/Default/images
-@dirrmtry %%WWWDIR%%/modules/ldapauth/themes/Default
-@dirrmtry %%WWWDIR%%/modules/ldapauth/themes
-@dirrmtry %%WWWDIR%%/modules/ldapauth/views/Extjs3
-@dirrmtry %%WWWDIR%%/modules/ldapauth/views
-@dirrmtry %%WWWDIR%%/modules/ldapauth
-@dirrmtry %%WWWDIR%%/modules/leavedays/controller
-@dirrmtry %%WWWDIR%%/modules/leavedays/install/updatescripts
-@dirrmtry %%WWWDIR%%/modules/leavedays/install
-@dirrmtry %%WWWDIR%%/modules/leavedays/language
-@dirrmtry %%WWWDIR%%/modules/leavedays/model
-@dirrmtry %%WWWDIR%%/modules/leavedays/themes/Default/images
-@dirrmtry %%WWWDIR%%/modules/leavedays/themes/Default
-@dirrmtry %%WWWDIR%%/modules/leavedays/themes
-@dirrmtry %%WWWDIR%%/modules/leavedays/views/Extjs3
-@dirrmtry %%WWWDIR%%/modules/leavedays/views
-@dirrmtry %%WWWDIR%%/modules/leavedays
-@dirrmtry %%WWWDIR%%/modules/log/controller
-@dirrmtry %%WWWDIR%%/modules/log/language
-@dirrmtry %%WWWDIR%%/modules/log/model
-@dirrmtry %%WWWDIR%%/modules/log/themes/Default/images
-@dirrmtry %%WWWDIR%%/modules/log/themes/Default
-@dirrmtry %%WWWDIR%%/modules/log/themes/ExtJS/images
-@dirrmtry %%WWWDIR%%/modules/log/themes/ExtJS
-@dirrmtry %%WWWDIR%%/modules/log/themes
-@dirrmtry %%WWWDIR%%/modules/log
-@dirrmtry %%WWWDIR%%/modules/manualsite/language
-@dirrmtry %%WWWDIR%%/modules/manualsite/views/site/assets/css
-@dirrmtry %%WWWDIR%%/modules/manualsite/views/site/assets/images
-@dirrmtry %%WWWDIR%%/modules/manualsite/views/site/assets/js
-@dirrmtry %%WWWDIR%%/modules/manualsite/views/site/assets/lightbox/css
-@dirrmtry %%WWWDIR%%/modules/manualsite/views/site/assets/lightbox/img/demopage
-@dirrmtry %%WWWDIR%%/modules/manualsite/views/site/assets/lightbox/img
-@dirrmtry %%WWWDIR%%/modules/manualsite/views/site/assets/lightbox/js
-@dirrmtry %%WWWDIR%%/modules/manualsite/views/site/assets/lightbox
-@dirrmtry %%WWWDIR%%/modules/manualsite/views/site/assets
-@dirrmtry %%WWWDIR%%/modules/manualsite/views/site/layouts
-@dirrmtry %%WWWDIR%%/modules/manualsite/views/site/manualsite
-@dirrmtry %%WWWDIR%%/modules/manualsite/views/site/site
-@dirrmtry %%WWWDIR%%/modules/manualsite/views/site
-@dirrmtry %%WWWDIR%%/modules/manualsite/views
-@dirrmtry %%WWWDIR%%/modules/manualsite
-@dirrmtry %%WWWDIR%%/modules/mediawiki/controller
-@dirrmtry %%WWWDIR%%/modules/mediawiki/extensions
-@dirrmtry %%WWWDIR%%/modules/mediawiki/install
-@dirrmtry %%WWWDIR%%/modules/mediawiki/language
-@dirrmtry %%WWWDIR%%/modules/mediawiki/views/Extjs3/themes/Default/images
-@dirrmtry %%WWWDIR%%/modules/mediawiki/views/Extjs3/themes/Default
-@dirrmtry %%WWWDIR%%/modules/mediawiki/views/Extjs3/themes
-@dirrmtry %%WWWDIR%%/modules/mediawiki/views/Extjs3
-@dirrmtry %%WWWDIR%%/modules/mediawiki/views
-@dirrmtry %%WWWDIR%%/modules/mediawiki
-@dirrmtry %%WWWDIR%%/modules/modules/controller
-@dirrmtry %%WWWDIR%%/modules/modules/cron
-@dirrmtry %%WWWDIR%%/modules/modules/language
-@dirrmtry %%WWWDIR%%/modules/modules/themes/Default/images/16x16
-@dirrmtry %%WWWDIR%%/modules/modules/themes/Default/images
-@dirrmtry %%WWWDIR%%/modules/modules/themes/Default
-@dirrmtry %%WWWDIR%%/modules/modules/themes/ExtJS/images/16x16
-@dirrmtry %%WWWDIR%%/modules/modules/themes/ExtJS/images
-@dirrmtry %%WWWDIR%%/modules/modules/themes/ExtJS
-@dirrmtry %%WWWDIR%%/modules/modules/themes
-@dirrmtry %%WWWDIR%%/modules/modules
-@dirrmtry %%WWWDIR%%/modules/notes/controller
-@dirrmtry %%WWWDIR%%/modules/notes/customfields/model
-@dirrmtry %%WWWDIR%%/modules/notes/customfields
-@dirrmtry %%WWWDIR%%/modules/notes/export
-@dirrmtry %%WWWDIR%%/modules/notes/install
-@dirrmtry %%WWWDIR%%/modules/notes/language
-@dirrmtry %%WWWDIR%%/modules/notes/model
-@dirrmtry %%WWWDIR%%/modules/notes/views/Extjs3/themes/Default/images
-@dirrmtry %%WWWDIR%%/modules/notes/views/Extjs3/themes/Default
-@dirrmtry %%WWWDIR%%/modules/notes/views/Extjs3/themes/ExtJS/images
-@dirrmtry %%WWWDIR%%/modules/notes/views/Extjs3/themes/ExtJS
-@dirrmtry %%WWWDIR%%/modules/notes/views/Extjs3/themes/Group-Office/images
-@dirrmtry %%WWWDIR%%/modules/notes/views/Extjs3/themes/Group-Office
-@dirrmtry %%WWWDIR%%/modules/notes/views/Extjs3/themes
-@dirrmtry %%WWWDIR%%/modules/notes/views/Extjs3
-@dirrmtry %%WWWDIR%%/modules/notes/views
-@dirrmtry %%WWWDIR%%/modules/notes
-@dirrmtry %%WWWDIR%%/modules/phpbb3/controller
-@dirrmtry %%WWWDIR%%/modules/phpbb3/install
-@dirrmtry %%WWWDIR%%/modules/phpbb3/language
-@dirrmtry %%WWWDIR%%/modules/phpbb3/themes/Default/images
-@dirrmtry %%WWWDIR%%/modules/phpbb3/themes/Default
-@dirrmtry %%WWWDIR%%/modules/phpbb3/themes/ExtJS/images
-@dirrmtry %%WWWDIR%%/modules/phpbb3/themes/ExtJS
-@dirrmtry %%WWWDIR%%/modules/phpbb3/themes
-@dirrmtry %%WWWDIR%%/modules/phpbb3
-@dirrmtry %%WWWDIR%%/modules/phpcustomfield/customfieldtype
-@dirrmtry %%WWWDIR%%/modules/phpcustomfield/language
-@dirrmtry %%WWWDIR%%/modules/phpcustomfield
-@dirrmtry %%WWWDIR%%/modules/postfixadmin/controller
-@dirrmtry %%WWWDIR%%/modules/postfixadmin/install/updatescripts
-@dirrmtry %%WWWDIR%%/modules/postfixadmin/install
-@dirrmtry %%WWWDIR%%/modules/postfixadmin/language
-@dirrmtry %%WWWDIR%%/modules/postfixadmin/model
-@dirrmtry %%WWWDIR%%/modules/postfixadmin/scripts
-@dirrmtry %%WWWDIR%%/modules/postfixadmin/themes/Default/images
-@dirrmtry %%WWWDIR%%/modules/postfixadmin/themes/Default
-@dirrmtry %%WWWDIR%%/modules/postfixadmin/themes/ExtJS/images
-@dirrmtry %%WWWDIR%%/modules/postfixadmin/themes/ExtJS
-@dirrmtry %%WWWDIR%%/modules/postfixadmin/themes
-@dirrmtry %%WWWDIR%%/modules/postfixadmin
-@dirrmtry %%WWWDIR%%/modules/pr2analyzer/controller
-@dirrmtry %%WWWDIR%%/modules/pr2analyzer/install
-@dirrmtry %%WWWDIR%%/modules/pr2analyzer/language
-@dirrmtry %%WWWDIR%%/modules/pr2analyzer/model
-@dirrmtry %%WWWDIR%%/modules/pr2analyzer/themes/Default/images
-@dirrmtry %%WWWDIR%%/modules/pr2analyzer/themes/Default
-@dirrmtry %%WWWDIR%%/modules/pr2analyzer/themes
-@dirrmtry %%WWWDIR%%/modules/pr2analyzer/views/Extjs3
-@dirrmtry %%WWWDIR%%/modules/pr2analyzer/views
-@dirrmtry %%WWWDIR%%/modules/pr2analyzer
-@dirrmtry %%WWWDIR%%/modules/presidents/controller
-@dirrmtry %%WWWDIR%%/modules/presidents/customfields/model
-@dirrmtry %%WWWDIR%%/modules/presidents/customfields
-@dirrmtry %%WWWDIR%%/modules/presidents/install
-@dirrmtry %%WWWDIR%%/modules/presidents/language
-@dirrmtry %%WWWDIR%%/modules/presidents/model
-@dirrmtry %%WWWDIR%%/modules/presidents/views/Extjs3/themes/Default
-@dirrmtry %%WWWDIR%%/modules/presidents/views/Extjs3/themes
-@dirrmtry %%WWWDIR%%/modules/presidents/views/Extjs3
-@dirrmtry %%WWWDIR%%/modules/presidents/views
-@dirrmtry %%WWWDIR%%/modules/presidents
-@dirrmtry %%WWWDIR%%/modules/professional/controller
-@dirrmtry %%WWWDIR%%/modules/professional
-@dirrmtry %%WWWDIR%%/modules/projects2/controller
-@dirrmtry %%WWWDIR%%/modules/projects2/customfields/model
-@dirrmtry %%WWWDIR%%/modules/projects2/customfields
-@dirrmtry %%WWWDIR%%/modules/projects2/export
-@dirrmtry %%WWWDIR%%/modules/projects2/install/images
-@dirrmtry %%WWWDIR%%/modules/projects2/install/updatescripts
-@dirrmtry %%WWWDIR%%/modules/projects2/install
-@dirrmtry %%WWWDIR%%/modules/projects2/language
-@dirrmtry %%WWWDIR%%/modules/projects2/model
-@dirrmtry %%WWWDIR%%/modules/projects2/report
-@dirrmtry %%WWWDIR%%/modules/projects2/themes/Default/images
-@dirrmtry %%WWWDIR%%/modules/projects2/themes/Default
-@dirrmtry %%WWWDIR%%/modules/projects2/themes/ExtJS/images
-@dirrmtry %%WWWDIR%%/modules/projects2/themes/ExtJS
-@dirrmtry %%WWWDIR%%/modules/projects2/themes
-@dirrmtry %%WWWDIR%%/modules/projects2/views/Extjs3
-@dirrmtry %%WWWDIR%%/modules/projects2/views
-@dirrmtry %%WWWDIR%%/modules/projects2
-@dirrmtry %%WWWDIR%%/modules/reminders/controller
-@dirrmtry %%WWWDIR%%/modules/reminders/language
-@dirrmtry %%WWWDIR%%/modules/reminders/themes/Default/images
-@dirrmtry %%WWWDIR%%/modules/reminders/themes/Default
-@dirrmtry %%WWWDIR%%/modules/reminders/themes
-@dirrmtry %%WWWDIR%%/modules/reminders
-@dirrmtry %%WWWDIR%%/modules/savemailas/controller
-@dirrmtry %%WWWDIR%%/modules/savemailas/filehandler
-@dirrmtry %%WWWDIR%%/modules/savemailas/install
-@dirrmtry %%WWWDIR%%/modules/savemailas/language
-@dirrmtry %%WWWDIR%%/modules/savemailas/model
-@dirrmtry %%WWWDIR%%/modules/savemailas/themes/Default/images
-@dirrmtry %%WWWDIR%%/modules/savemailas/themes/Default
-@dirrmtry %%WWWDIR%%/modules/savemailas/themes
-@dirrmtry %%WWWDIR%%/modules/savemailas
-@dirrmtry %%WWWDIR%%/modules/scanbox/controller
-@dirrmtry %%WWWDIR%%/modules/scanbox/install
-@dirrmtry %%WWWDIR%%/modules/scanbox/language
-@dirrmtry %%WWWDIR%%/modules/scanbox/model
-@dirrmtry %%WWWDIR%%/modules/scanbox/views/Extjs3/themes/Default/images
-@dirrmtry %%WWWDIR%%/modules/scanbox/views/Extjs3/themes/Default
-@dirrmtry %%WWWDIR%%/modules/scanbox/views/Extjs3/themes/ExtJS/images
-@dirrmtry %%WWWDIR%%/modules/scanbox/views/Extjs3/themes/ExtJS
-@dirrmtry %%WWWDIR%%/modules/scanbox/views/Extjs3/themes
-@dirrmtry %%WWWDIR%%/modules/scanbox/views/Extjs3
-@dirrmtry %%WWWDIR%%/modules/scanbox/views
-@dirrmtry %%WWWDIR%%/modules/scanbox
-@dirrmtry %%WWWDIR%%/modules/search/language
-@dirrmtry %%WWWDIR%%/modules/search/themes/Default/images
-@dirrmtry %%WWWDIR%%/modules/search/themes/Default
-@dirrmtry %%WWWDIR%%/modules/search/themes
-@dirrmtry %%WWWDIR%%/modules/search
-@dirrmtry %%WWWDIR%%/modules/serverclient/install
-@dirrmtry %%WWWDIR%%/modules/serverclient/language
-@dirrmtry %%WWWDIR%%/modules/serverclient/themes/Default/images
-@dirrmtry %%WWWDIR%%/modules/serverclient/themes/Default
-@dirrmtry %%WWWDIR%%/modules/serverclient/themes/ExtJS/images
-@dirrmtry %%WWWDIR%%/modules/serverclient/themes/ExtJS
-@dirrmtry %%WWWDIR%%/modules/serverclient/themes
-@dirrmtry %%WWWDIR%%/modules/serverclient
-@dirrmtry %%WWWDIR%%/modules/settings/controller
-@dirrmtry %%WWWDIR%%/modules/settings/install
-@dirrmtry %%WWWDIR%%/modules/settings/language
-@dirrmtry %%WWWDIR%%/modules/settings/themes/Default/images
-@dirrmtry %%WWWDIR%%/modules/settings/themes/Default
-@dirrmtry %%WWWDIR%%/modules/settings/themes
-@dirrmtry %%WWWDIR%%/modules/settings
-@dirrmtry %%WWWDIR%%/modules/sieve/controller
-@dirrmtry %%WWWDIR%%/modules/sieve/install/updatescripts
-@dirrmtry %%WWWDIR%%/modules/sieve/install
-@dirrmtry %%WWWDIR%%/modules/sieve/language
-@dirrmtry %%WWWDIR%%/modules/sieve/themes/Default/images
-@dirrmtry %%WWWDIR%%/modules/sieve/themes/Default
-@dirrmtry %%WWWDIR%%/modules/sieve/themes
-@dirrmtry %%WWWDIR%%/modules/sieve/util
-@dirrmtry %%WWWDIR%%/modules/sieve
-@dirrmtry %%WWWDIR%%/modules/site/components
-@dirrmtry %%WWWDIR%%/modules/site/controller
-@dirrmtry %%WWWDIR%%/modules/site/customfields/model
-@dirrmtry %%WWWDIR%%/modules/site/customfields
-@dirrmtry %%WWWDIR%%/modules/site/customfieldtype
-@dirrmtry %%WWWDIR%%/modules/site/install
-@dirrmtry %%WWWDIR%%/modules/site/language
-@dirrmtry %%WWWDIR%%/modules/site/model
-@dirrmtry %%WWWDIR%%/modules/site/tag
-@dirrmtry %%WWWDIR%%/modules/site/views/Extjs3/themes/Default/images
-@dirrmtry %%WWWDIR%%/modules/site/views/Extjs3/themes/Default
-@dirrmtry %%WWWDIR%%/modules/site/views/Extjs3/themes
-@dirrmtry %%WWWDIR%%/modules/site/views/Extjs3/treenodes
-@dirrmtry %%WWWDIR%%/modules/site/views/Extjs3
-@dirrmtry %%WWWDIR%%/modules/site/views
-@dirrmtry %%WWWDIR%%/modules/site/widget/contactform
-@dirrmtry %%WWWDIR%%/modules/site/widget/plupload/assets/js/i18n
-@dirrmtry %%WWWDIR%%/modules/site/widget/plupload/assets/js/jquery.plupload.queue/css
-@dirrmtry %%WWWDIR%%/modules/site/widget/plupload/assets/js/jquery.plupload.queue/img
-@dirrmtry %%WWWDIR%%/modules/site/widget/plupload/assets/js/jquery.plupload.queue
-@dirrmtry %%WWWDIR%%/modules/site/widget/plupload/assets/js/jquery.ui.plupload/css
-@dirrmtry %%WWWDIR%%/modules/site/widget/plupload/assets/js/jquery.ui.plupload/img
-@dirrmtry %%WWWDIR%%/modules/site/widget/plupload/assets/js/jquery.ui.plupload
-@dirrmtry %%WWWDIR%%/modules/site/widget/plupload/assets/js
-@dirrmtry %%WWWDIR%%/modules/site/widget/plupload/assets
-@dirrmtry %%WWWDIR%%/modules/site/widget/plupload
-@dirrmtry %%WWWDIR%%/modules/site/widget/secureimage/assets/backgrounds
-@dirrmtry %%WWWDIR%%/modules/site/widget/secureimage/assets/database
-@dirrmtry %%WWWDIR%%/modules/site/widget/secureimage/assets/words
-@dirrmtry %%WWWDIR%%/modules/site/widget/secureimage/assets
-@dirrmtry %%WWWDIR%%/modules/site/widget/secureimage
-@dirrmtry %%WWWDIR%%/modules/site/widget/twitter
-@dirrmtry %%WWWDIR%%/modules/site/widget
-@dirrmtry %%WWWDIR%%/modules/site
-@dirrmtry %%WWWDIR%%/modules/smime/controller
-@dirrmtry %%WWWDIR%%/modules/smime/install
-@dirrmtry %%WWWDIR%%/modules/smime/language
-@dirrmtry %%WWWDIR%%/modules/smime/model
-@dirrmtry %%WWWDIR%%/modules/smime/themes/Default/images
-@dirrmtry %%WWWDIR%%/modules/smime/themes/Default
-@dirrmtry %%WWWDIR%%/modules/smime/themes
-@dirrmtry %%WWWDIR%%/modules/smime
-@dirrmtry %%WWWDIR%%/modules/summary/controller
-@dirrmtry %%WWWDIR%%/modules/summary/install/updatescripts
-@dirrmtry %%WWWDIR%%/modules/summary/install
-@dirrmtry %%WWWDIR%%/modules/summary/language
-@dirrmtry %%WWWDIR%%/modules/summary/model
-@dirrmtry %%WWWDIR%%/modules/summary/themes/Default/images
-@dirrmtry %%WWWDIR%%/modules/summary/themes/Default
-@dirrmtry %%WWWDIR%%/modules/summary/themes/ExtJS/images
-@dirrmtry %%WWWDIR%%/modules/summary/themes/ExtJS
-@dirrmtry %%WWWDIR%%/modules/summary/themes
-@dirrmtry %%WWWDIR%%/modules/summary
-@dirrmtry %%WWWDIR%%/modules/sync/controller
-@dirrmtry %%WWWDIR%%/modules/sync/install
-@dirrmtry %%WWWDIR%%/modules/sync/language
-@dirrmtry %%WWWDIR%%/modules/sync/model
-@dirrmtry %%WWWDIR%%/modules/sync/themes/Default/images
-@dirrmtry %%WWWDIR%%/modules/sync/themes/Default
-@dirrmtry %%WWWDIR%%/modules/sync/themes/ExtJS/images
-@dirrmtry %%WWWDIR%%/modules/sync/themes/ExtJS
-@dirrmtry %%WWWDIR%%/modules/sync/themes
-@dirrmtry %%WWWDIR%%/modules/sync/z-push21/backend/go
-@dirrmtry %%WWWDIR%%/modules/sync/z-push21/backend
-@dirrmtry %%WWWDIR%%/modules/sync/z-push21
-@dirrmtry %%WWWDIR%%/modules/sync
-@dirrmtry %%WWWDIR%%/modules/syncml/backend/go/store
-@dirrmtry %%WWWDIR%%/modules/syncml/backend/go
-@dirrmtry %%WWWDIR%%/modules/syncml/backend
-@dirrmtry %%WWWDIR%%/modules/syncml/controller
-@dirrmtry %%WWWDIR%%/modules/syncml/exception
-@dirrmtry %%WWWDIR%%/modules/syncml/install
-@dirrmtry %%WWWDIR%%/modules/syncml/language
-@dirrmtry %%WWWDIR%%/modules/syncml/model
-@dirrmtry %%WWWDIR%%/modules/syncml/store
-@dirrmtry %%WWWDIR%%/modules/syncml/views/Extjs3/themes/Default/images
-@dirrmtry %%WWWDIR%%/modules/syncml/views/Extjs3/themes/Default
-@dirrmtry %%WWWDIR%%/modules/syncml/views/Extjs3/themes
-@dirrmtry %%WWWDIR%%/modules/syncml/views/Extjs3
-@dirrmtry %%WWWDIR%%/modules/syncml/views
-@dirrmtry %%WWWDIR%%/modules/syncml/xml
-@dirrmtry %%WWWDIR%%/modules/syncml
-@dirrmtry %%WWWDIR%%/modules/tasks/controller
-@dirrmtry %%WWWDIR%%/modules/tasks/customfields/model
-@dirrmtry %%WWWDIR%%/modules/tasks/customfields
-@dirrmtry %%WWWDIR%%/modules/tasks/export
-@dirrmtry %%WWWDIR%%/modules/tasks/install/updatescripts
-@dirrmtry %%WWWDIR%%/modules/tasks/install
-@dirrmtry %%WWWDIR%%/modules/tasks/language
-@dirrmtry %%WWWDIR%%/modules/tasks/model
-@dirrmtry %%WWWDIR%%/modules/tasks/views/Extjs3/themes/Default/images
-@dirrmtry %%WWWDIR%%/modules/tasks/views/Extjs3/themes/Default
-@dirrmtry %%WWWDIR%%/modules/tasks/views/Extjs3/themes/ExtJS/images
-@dirrmtry %%WWWDIR%%/modules/tasks/views/Extjs3/themes/ExtJS
-@dirrmtry %%WWWDIR%%/modules/tasks/views/Extjs3/themes/Group-Office/images
-@dirrmtry %%WWWDIR%%/modules/tasks/views/Extjs3/themes/Group-Office
-@dirrmtry %%WWWDIR%%/modules/tasks/views/Extjs3/themes
-@dirrmtry %%WWWDIR%%/modules/tasks/views/Extjs3
-@dirrmtry %%WWWDIR%%/modules/tasks/views
-@dirrmtry %%WWWDIR%%/modules/tasks
-@dirrmtry %%WWWDIR%%/modules/tickets/controller
-@dirrmtry %%WWWDIR%%/modules/tickets/cron
-@dirrmtry %%WWWDIR%%/modules/tickets/customfields/model
-@dirrmtry %%WWWDIR%%/modules/tickets/customfields
-@dirrmtry %%WWWDIR%%/modules/tickets/export
-@dirrmtry %%WWWDIR%%/modules/tickets/extern
-@dirrmtry %%WWWDIR%%/modules/tickets/install/updatescripts
-@dirrmtry %%WWWDIR%%/modules/tickets/install
-@dirrmtry %%WWWDIR%%/modules/tickets/language
-@dirrmtry %%WWWDIR%%/modules/tickets/model
-@dirrmtry %%WWWDIR%%/modules/tickets/themes/Default/images/16x16
-@dirrmtry %%WWWDIR%%/modules/tickets/themes/Default/images
-@dirrmtry %%WWWDIR%%/modules/tickets/themes/Default
-@dirrmtry %%WWWDIR%%/modules/tickets/themes/ExtJS
-@dirrmtry %%WWWDIR%%/modules/tickets/themes/Group-Office/images/16x16
-@dirrmtry %%WWWDIR%%/modules/tickets/themes/Group-Office/images
-@dirrmtry %%WWWDIR%%/modules/tickets/themes/Group-Office
-@dirrmtry %%WWWDIR%%/modules/tickets/themes
-@dirrmtry %%WWWDIR%%/modules/tickets/views/Extjs3
-@dirrmtry %%WWWDIR%%/modules/tickets/views
-@dirrmtry %%WWWDIR%%/modules/tickets
-@dirrmtry %%WWWDIR%%/modules/timeregistration2/controller
-@dirrmtry %%WWWDIR%%/modules/timeregistration2/export
-@dirrmtry %%WWWDIR%%/modules/timeregistration2/install
-@dirrmtry %%WWWDIR%%/modules/timeregistration2/language
-@dirrmtry %%WWWDIR%%/modules/timeregistration2/model
-@dirrmtry %%WWWDIR%%/modules/timeregistration2/report
-@dirrmtry %%WWWDIR%%/modules/timeregistration2/themes/Default/images
-@dirrmtry %%WWWDIR%%/modules/timeregistration2/themes/Default
-@dirrmtry %%WWWDIR%%/modules/timeregistration2/themes/ExtJS
-@dirrmtry %%WWWDIR%%/modules/timeregistration2/themes
-@dirrmtry %%WWWDIR%%/modules/timeregistration2/views/Extjs3
-@dirrmtry %%WWWDIR%%/modules/timeregistration2/views
-@dirrmtry %%WWWDIR%%/modules/timeregistration2
-@dirrmtry %%WWWDIR%%/modules/tools/controller
-@dirrmtry %%WWWDIR%%/modules/tools/language
-@dirrmtry %%WWWDIR%%/modules/tools/themes/Default/images
-@dirrmtry %%WWWDIR%%/modules/tools/themes/Default
-@dirrmtry %%WWWDIR%%/modules/tools/themes/ExtJS/images
-@dirrmtry %%WWWDIR%%/modules/tools/themes/ExtJS
-@dirrmtry %%WWWDIR%%/modules/tools/themes
-@dirrmtry %%WWWDIR%%/modules/tools
-@dirrmtry %%WWWDIR%%/modules/users/controller
-@dirrmtry %%WWWDIR%%/modules/users/customfields/model
-@dirrmtry %%WWWDIR%%/modules/users/customfields
-@dirrmtry %%WWWDIR%%/modules/users/export
-@dirrmtry %%WWWDIR%%/modules/users/install/updatescripts
-@dirrmtry %%WWWDIR%%/modules/users/install
-@dirrmtry %%WWWDIR%%/modules/users/language
-@dirrmtry %%WWWDIR%%/modules/users/model
-@dirrmtry %%WWWDIR%%/modules/users/themes/Default/images
-@dirrmtry %%WWWDIR%%/modules/users/themes/Default
-@dirrmtry %%WWWDIR%%/modules/users/themes/ExtJS/images/16x16
-@dirrmtry %%WWWDIR%%/modules/users/themes/ExtJS/images/22x22
-@dirrmtry %%WWWDIR%%/modules/users/themes/ExtJS/images
-@dirrmtry %%WWWDIR%%/modules/users/themes/ExtJS
-@dirrmtry %%WWWDIR%%/modules/users/themes
-@dirrmtry %%WWWDIR%%/modules/users/views/Extjs3
-@dirrmtry %%WWWDIR%%/modules/users/views
-@dirrmtry %%WWWDIR%%/modules/users
-@dirrmtry %%WWWDIR%%/modules/webodf/controller
-@dirrmtry %%WWWDIR%%/modules/webodf/filehandler
-@dirrmtry %%WWWDIR%%/modules/webodf/language
-@dirrmtry %%WWWDIR%%/modules/webodf/themes/Default/images
-@dirrmtry %%WWWDIR%%/modules/webodf/themes/Default
-@dirrmtry %%WWWDIR%%/modules/webodf/themes
-@dirrmtry %%WWWDIR%%/modules/webodf/wodotexteditor/app/resources
-@dirrmtry %%WWWDIR%%/modules/webodf/wodotexteditor/app
-@dirrmtry %%WWWDIR%%/modules/webodf/wodotexteditor/dijit/icons/images
-@dirrmtry %%WWWDIR%%/modules/webodf/wodotexteditor/dijit/icons
-@dirrmtry %%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/a11y
-@dirrmtry %%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/form/images
-@dirrmtry %%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/form
-@dirrmtry %%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/images
-@dirrmtry %%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/layout/images
-@dirrmtry %%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/layout
-@dirrmtry %%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro
-@dirrmtry %%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes
-@dirrmtry %%WWWDIR%%/modules/webodf/wodotexteditor/dijit
-@dirrmtry %%WWWDIR%%/modules/webodf/wodotexteditor/dojo/resources/images
-@dirrmtry %%WWWDIR%%/modules/webodf/wodotexteditor/dojo/resources
-@dirrmtry %%WWWDIR%%/modules/webodf/wodotexteditor/dojo
-@dirrmtry %%WWWDIR%%/modules/webodf/wodotexteditor/dojox/layout/resources/icons
-@dirrmtry %%WWWDIR%%/modules/webodf/wodotexteditor/dojox/layout/resources
-@dirrmtry %%WWWDIR%%/modules/webodf/wodotexteditor/dojox/layout
-@dirrmtry %%WWWDIR%%/modules/webodf/wodotexteditor/dojox/widget/ColorPicker/images
-@dirrmtry %%WWWDIR%%/modules/webodf/wodotexteditor/dojox/widget/ColorPicker
-@dirrmtry %%WWWDIR%%/modules/webodf/wodotexteditor/dojox/widget
-@dirrmtry %%WWWDIR%%/modules/webodf/wodotexteditor/dojox
-@dirrmtry %%WWWDIR%%/modules/webodf/wodotexteditor/images
-@dirrmtry %%WWWDIR%%/modules/webodf/wodotexteditor/resources/fonts
-@dirrmtry %%WWWDIR%%/modules/webodf/wodotexteditor/resources
-@dirrmtry %%WWWDIR%%/modules/webodf/wodotexteditor/translations
-@dirrmtry %%WWWDIR%%/modules/webodf/wodotexteditor/widgets/dialogWidgets
-@dirrmtry %%WWWDIR%%/modules/webodf/wodotexteditor/widgets/toolbarWidgets
-@dirrmtry %%WWWDIR%%/modules/webodf/wodotexteditor/widgets
-@dirrmtry %%WWWDIR%%/modules/webodf/wodotexteditor
-@dirrmtry %%WWWDIR%%/modules/webodf
-@dirrmtry %%WWWDIR%%/modules/workflow/action
-@dirrmtry %%WWWDIR%%/modules/workflow/controller
-@dirrmtry %%WWWDIR%%/modules/workflow/install
-@dirrmtry %%WWWDIR%%/modules/workflow/language
-@dirrmtry %%WWWDIR%%/modules/workflow/model
-@dirrmtry %%WWWDIR%%/modules/workflow/views/Extjs3/themes/Default/images
-@dirrmtry %%WWWDIR%%/modules/workflow/views/Extjs3/themes/Default
-@dirrmtry %%WWWDIR%%/modules/workflow/views/Extjs3/themes/Extjs/images
-@dirrmtry %%WWWDIR%%/modules/workflow/views/Extjs3/themes/Extjs
-@dirrmtry %%WWWDIR%%/modules/workflow/views/Extjs3/themes
-@dirrmtry %%WWWDIR%%/modules/workflow/views/Extjs3
-@dirrmtry %%WWWDIR%%/modules/workflow/views
-@dirrmtry %%WWWDIR%%/modules/workflow
-@dirrmtry %%WWWDIR%%/modules/zpushadmin/controller
-@dirrmtry %%WWWDIR%%/modules/zpushadmin/install
-@dirrmtry %%WWWDIR%%/modules/zpushadmin/language
-@dirrmtry %%WWWDIR%%/modules/zpushadmin/model
-@dirrmtry %%WWWDIR%%/modules/zpushadmin/views/Extjs3/themes/Default/images
-@dirrmtry %%WWWDIR%%/modules/zpushadmin/views/Extjs3/themes/Default
-@dirrmtry %%WWWDIR%%/modules/zpushadmin/views/Extjs3/themes/Extjs/images
-@dirrmtry %%WWWDIR%%/modules/zpushadmin/views/Extjs3/themes/Extjs
-@dirrmtry %%WWWDIR%%/modules/zpushadmin/views/Extjs3/themes
-@dirrmtry %%WWWDIR%%/modules/zpushadmin/views/Extjs3
-@dirrmtry %%WWWDIR%%/modules/zpushadmin/views
-@dirrmtry %%WWWDIR%%/modules/zpushadmin
-@dirrmtry %%WWWDIR%%/modules
-@dirrmtry %%WWWDIR%%/vendor/composer
-@dirrmtry %%WWWDIR%%/vendor/fkooman/guzzle-bearer-auth-plugin/src/fkooman/Guzzle/Plugin/BearerAuth/Exception
-@dirrmtry %%WWWDIR%%/vendor/fkooman/guzzle-bearer-auth-plugin/src/fkooman/Guzzle/Plugin/BearerAuth
-@dirrmtry %%WWWDIR%%/vendor/fkooman/guzzle-bearer-auth-plugin/src/fkooman/Guzzle/Plugin
-@dirrmtry %%WWWDIR%%/vendor/fkooman/guzzle-bearer-auth-plugin/src/fkooman/Guzzle
-@dirrmtry %%WWWDIR%%/vendor/fkooman/guzzle-bearer-auth-plugin/src/fkooman
-@dirrmtry %%WWWDIR%%/vendor/fkooman/guzzle-bearer-auth-plugin/src
-@dirrmtry %%WWWDIR%%/vendor/fkooman/guzzle-bearer-auth-plugin
-@dirrmtry %%WWWDIR%%/vendor/fkooman/oauth-common/docs
-@dirrmtry %%WWWDIR%%/vendor/fkooman/oauth-common/src/fkooman/OAuth/Common/Exception
-@dirrmtry %%WWWDIR%%/vendor/fkooman/oauth-common/src/fkooman/OAuth/Common
-@dirrmtry %%WWWDIR%%/vendor/fkooman/oauth-common/src/fkooman/OAuth
-@dirrmtry %%WWWDIR%%/vendor/fkooman/oauth-common/src/fkooman
-@dirrmtry %%WWWDIR%%/vendor/fkooman/oauth-common/src
-@dirrmtry %%WWWDIR%%/vendor/fkooman/oauth-common/tests/fkooman/OAuth/Common
-@dirrmtry %%WWWDIR%%/vendor/fkooman/oauth-common/tests/fkooman/OAuth
-@dirrmtry %%WWWDIR%%/vendor/fkooman/oauth-common/tests/fkooman
-@dirrmtry %%WWWDIR%%/vendor/fkooman/oauth-common/tests
-@dirrmtry %%WWWDIR%%/vendor/fkooman/oauth-common
-@dirrmtry %%WWWDIR%%/vendor/fkooman/php-oauth-client/bin
-@dirrmtry %%WWWDIR%%/vendor/fkooman/php-oauth-client/docs
-@dirrmtry %%WWWDIR%%/vendor/fkooman/php-oauth-client/example/gdrive
-@dirrmtry %%WWWDIR%%/vendor/fkooman/php-oauth-client/example/simple
-@dirrmtry %%WWWDIR%%/vendor/fkooman/php-oauth-client/example
-@dirrmtry %%WWWDIR%%/vendor/fkooman/php-oauth-client/rpm
-@dirrmtry %%WWWDIR%%/vendor/fkooman/php-oauth-client/src/fkooman/OAuth/Client/Exception
-@dirrmtry %%WWWDIR%%/vendor/fkooman/php-oauth-client/src/fkooman/OAuth/Client
-@dirrmtry %%WWWDIR%%/vendor/fkooman/php-oauth-client/src/fkooman/OAuth
-@dirrmtry %%WWWDIR%%/vendor/fkooman/php-oauth-client/src/fkooman
-@dirrmtry %%WWWDIR%%/vendor/fkooman/php-oauth-client/src
-@dirrmtry %%WWWDIR%%/vendor/fkooman/php-oauth-client/tests/fkooman/OAuth/Client
-@dirrmtry %%WWWDIR%%/vendor/fkooman/php-oauth-client/tests/fkooman/OAuth
-@dirrmtry %%WWWDIR%%/vendor/fkooman/php-oauth-client/tests/fkooman
-@dirrmtry %%WWWDIR%%/vendor/fkooman/php-oauth-client/tests
-@dirrmtry %%WWWDIR%%/vendor/fkooman/php-oauth-client
-@dirrmtry %%WWWDIR%%/vendor/fkooman
-@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/docs/_downloads
-@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/docs/_static
-@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/docs/_templates
-@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/docs/batching
-@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/docs/getting-started
-@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/docs/http-client
-@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/docs/iterators
-@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/docs/plugins
-@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/docs/testing
-@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/docs/webservice-client
-@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/docs
-@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/phing/imports
-@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/phing/tasks
-@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/phing
-@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Batch/Exception
-@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Batch
-@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Cache
-@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Common/Exception
-@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Common
-@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Http/Curl
-@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Http/Exception
-@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header
-@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Http/Message
-@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Http/QueryAggregator
-@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Http/Resources
-@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Http
-@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Inflection
-@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Iterator
-@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Log
-@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Parser/Cookie
-@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Parser/Message
-@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Parser/UriTemplate
-@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Parser/Url
-@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Parser
-@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Plugin/Async
-@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff
-@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache
-@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookieJar
-@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/Exception
-@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie
-@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Plugin/CurlAuth
-@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/Exception
-@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse
-@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Plugin/History
-@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Plugin/Log
-@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Plugin/Md5
-@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Plugin/Mock
-@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Plugin/Oauth
-@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Plugin
-@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Service/Builder
-@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory
-@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request
-@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response
-@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor
-@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Service/Command
-@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Service/Description
-@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Service/Exception
-@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Service/Resource
-@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Service
-@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Stream
-@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle
-@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/src
-@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Batch
-@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Cache
-@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Common/Exception
-@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Common
-@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Http/Curl
-@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Http/Exception
-@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Http/Message/Header
-@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Http/Message
-@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Http/QueryAggregator
-@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Http
-@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Inflection
-@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Iterator
-@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Log
-@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Mock
-@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Parser/Cookie
-@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Parser/Message
-@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Parser/UriTemplate
-@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Parser
-@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Async
-@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Backoff
-@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Cache
-@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Cookie/CookieJar
-@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Cookie
-@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Plugin/CurlAuth
-@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Plugin/ErrorResponse
-@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Plugin/History
-@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Log
-@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Md5
-@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Mock
-@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Oauth
-@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Plugin
-@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Builder
-@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/Factory
-@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/LocationVisitor/Request
-@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/LocationVisitor/Response
-@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/LocationVisitor
-@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Command
-@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Description
-@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Exception
-@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Mock/Command/Sub
-@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Mock/Command
-@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Mock/Model
-@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Mock
-@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Resource
-@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service
-@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Stream
-@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/TestData/description
-@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/TestData/services
-@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/TestData
-@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests
-@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle
-@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle/tests
-@dirrmtry %%WWWDIR%%/vendor/guzzle/guzzle
-@dirrmtry %%WWWDIR%%/vendor/guzzle
-@dirrmtry %%WWWDIR%%/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Debug
-@dirrmtry %%WWWDIR%%/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/DependencyInjection
-@dirrmtry %%WWWDIR%%/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Tests/Debug
-@dirrmtry %%WWWDIR%%/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Tests/DependencyInjection
-@dirrmtry %%WWWDIR%%/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Tests
-@dirrmtry %%WWWDIR%%/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher
-@dirrmtry %%WWWDIR%%/vendor/symfony/event-dispatcher/Symfony/Component
-@dirrmtry %%WWWDIR%%/vendor/symfony/event-dispatcher/Symfony
-@dirrmtry %%WWWDIR%%/vendor/symfony/event-dispatcher
-@dirrmtry %%WWWDIR%%/vendor/symfony
-@dirrmtry %%WWWDIR%%/vendor
-@dirrmtry %%WWWDIR%%/views/Extjs3/ext/adapter/ext
-@dirrmtry %%WWWDIR%%/views/Extjs3/ext/adapter/jquery
-@dirrmtry %%WWWDIR%%/views/Extjs3/ext/adapter/prototype
-@dirrmtry %%WWWDIR%%/views/Extjs3/ext/adapter/yui
-@dirrmtry %%WWWDIR%%/views/Extjs3/ext/adapter
-@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/css/structure
-@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/css/theme-access
-@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/css/theme-gray
-@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/css/visual
-@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/css
-@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/access/box
-@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/access/button
-@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/access/editor
-@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/access/form
-@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/access/grid
-@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/access/menu
-@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/access/panel
-@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/access/progress
-@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/access/qtip
-@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/access/shared
-@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/access/sizer
-@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/access/slider
-@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/access/tabs
-@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/access/toolbar
-@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/access/tree
-@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/access/window
-@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/access
-@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/default/box
-@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/default/button
-@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/default/dd
-@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/default/editor
-@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/default/form
-@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/default/grid
-@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/default/layout
-@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/default/menu
-@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/default/panel
-@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/default/progress
-@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/default/qtip
-@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/default/shared
-@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/default/sizer
-@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/default/slider
-@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/default/tabs
-@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/default/toolbar
-@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/default/tree
-@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/default/window
-@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/default
-@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/gray/button
-@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/gray/form
-@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/gray/grid
-@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/gray/menu
-@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/gray/panel
-@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/gray/progress
-@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/gray/qtip
-@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/gray/shared
-@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/gray/sizer
-@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/gray/slider
-@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/gray/tabs
-@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/gray/toolbar
-@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/gray/tree
-@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/gray/window
-@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/gray
-@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/vista/basic-dialog
-@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/vista/dd
-@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/vista/grid
-@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/vista/layout
-@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/vista/qtip
-@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/vista/sizer
-@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/vista/tabs
-@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/vista/toolbar
-@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/vista/tree
-@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/vista
-@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/box
-@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/button
-@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/dd
-@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/editor
-@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/form
-@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/grid
-@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/layout
-@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/menu
-@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/panel
-@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/progress
-@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/qtip
-@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/shared
-@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/sizer
-@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/slider
-@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/tabs
-@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/toolbar
-@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/tree
-@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/window
-@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme
-@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources/images
-@dirrmtry %%WWWDIR%%/views/Extjs3/ext/resources
-@dirrmtry %%WWWDIR%%/views/Extjs3/ext/src/adapter
-@dirrmtry %%WWWDIR%%/views/Extjs3/ext/src/core
-@dirrmtry %%WWWDIR%%/views/Extjs3/ext/src/data
-@dirrmtry %%WWWDIR%%/views/Extjs3/ext/src/dd
-@dirrmtry %%WWWDIR%%/views/Extjs3/ext/src/direct
-@dirrmtry %%WWWDIR%%/views/Extjs3/ext/src/locale
-@dirrmtry %%WWWDIR%%/views/Extjs3/ext/src/state
-@dirrmtry %%WWWDIR%%/views/Extjs3/ext/src/util
-@dirrmtry %%WWWDIR%%/views/Extjs3/ext/src/widgets/chart
-@dirrmtry %%WWWDIR%%/views/Extjs3/ext/src/widgets/form
-@dirrmtry %%WWWDIR%%/views/Extjs3/ext/src/widgets/grid
-@dirrmtry %%WWWDIR%%/views/Extjs3/ext/src/widgets/layout/box
-@dirrmtry %%WWWDIR%%/views/Extjs3/ext/src/widgets/layout
-@dirrmtry %%WWWDIR%%/views/Extjs3/ext/src/widgets/list
-@dirrmtry %%WWWDIR%%/views/Extjs3/ext/src/widgets/menu
-@dirrmtry %%WWWDIR%%/views/Extjs3/ext/src/widgets/tips
-@dirrmtry %%WWWDIR%%/views/Extjs3/ext/src/widgets/tree
-@dirrmtry %%WWWDIR%%/views/Extjs3/ext/src/widgets
-@dirrmtry %%WWWDIR%%/views/Extjs3/ext/src
-@dirrmtry %%WWWDIR%%/views/Extjs3/ext
-@dirrmtry %%WWWDIR%%/views/Extjs3/javascript/SWFObject/source/com/deconcept/expressinstall
-@dirrmtry %%WWWDIR%%/views/Extjs3/javascript/SWFObject/source/com/deconcept
-@dirrmtry %%WWWDIR%%/views/Extjs3/javascript/SWFObject/source/com
-@dirrmtry %%WWWDIR%%/views/Extjs3/javascript/SWFObject/source
-@dirrmtry %%WWWDIR%%/views/Extjs3/javascript/SWFObject
-@dirrmtry %%WWWDIR%%/views/Extjs3/javascript/SWFUpload
-@dirrmtry %%WWWDIR%%/views/Extjs3/javascript/advancedquery
-@dirrmtry %%WWWDIR%%/views/Extjs3/javascript/base/email
-@dirrmtry %%WWWDIR%%/views/Extjs3/javascript/base/model/multiselect
-@dirrmtry %%WWWDIR%%/views/Extjs3/javascript/base/model
-@dirrmtry %%WWWDIR%%/views/Extjs3/javascript/base/tree
-@dirrmtry %%WWWDIR%%/views/Extjs3/javascript/base/upload
-@dirrmtry %%WWWDIR%%/views/Extjs3/javascript/base/util
-@dirrmtry %%WWWDIR%%/views/Extjs3/javascript/base
-@dirrmtry %%WWWDIR%%/views/Extjs3/javascript/buttons
-@dirrmtry %%WWWDIR%%/views/Extjs3/javascript/data
-@dirrmtry %%WWWDIR%%/views/Extjs3/javascript/form
-@dirrmtry %%WWWDIR%%/views/Extjs3/javascript/grids
-@dirrmtry %%WWWDIR%%/views/Extjs3/javascript/links
-@dirrmtry %%WWWDIR%%/views/Extjs3/javascript/panels
-@dirrmtry %%WWWDIR%%/views/Extjs3/javascript/plugins
-@dirrmtry %%WWWDIR%%/views/Extjs3/javascript/plupload/plupload/js/i18n
-@dirrmtry %%WWWDIR%%/views/Extjs3/javascript/plupload/plupload/js/jquery.plupload.queue/css
-@dirrmtry %%WWWDIR%%/views/Extjs3/javascript/plupload/plupload/js/jquery.plupload.queue/img
-@dirrmtry %%WWWDIR%%/views/Extjs3/javascript/plupload/plupload/js/jquery.plupload.queue
-@dirrmtry %%WWWDIR%%/views/Extjs3/javascript/plupload/plupload/js/jquery.ui.plupload/css
-@dirrmtry %%WWWDIR%%/views/Extjs3/javascript/plupload/plupload/js/jquery.ui.plupload/img
-@dirrmtry %%WWWDIR%%/views/Extjs3/javascript/plupload/plupload/js/jquery.ui.plupload
-@dirrmtry %%WWWDIR%%/views/Extjs3/javascript/plupload/plupload/js
-@dirrmtry %%WWWDIR%%/views/Extjs3/javascript/plupload/plupload
-@dirrmtry %%WWWDIR%%/views/Extjs3/javascript/plupload
-@dirrmtry %%WWWDIR%%/views/Extjs3/javascript/query
-@dirrmtry %%WWWDIR%%/views/Extjs3/javascript/state
-@dirrmtry %%WWWDIR%%/views/Extjs3/javascript/windows
-@dirrmtry %%WWWDIR%%/views/Extjs3/javascript
-@dirrmtry %%WWWDIR%%/views/Extjs3/language
-@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Default/images/128x128/filetypes
-@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Default/images/128x128
-@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/filetypes
-@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/fileupload
-@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Default/images/16x16
-@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Default/images/22x22
-@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Default/images/32x32
-@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Default/images/buttons
-@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Default/images/emoticons/normal
-@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Default/images/emoticons
-@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/basic-dialog
-@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/box
-@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/button
-@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/dd
-@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/editor
-@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/form
-@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/grid
-@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/layout
-@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/menu
-@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/panel
-@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/progress
-@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/qtip
-@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/shared
-@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/sizer
-@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/slider
-@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/tabs
-@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/toolbar
-@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/tree
-@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/window
-@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Default/images/extjs
-@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Default/images/superboxselect
-@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Default/images/swfupload
-@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Default/images/treeview
-@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Default/images/triggers
-@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Default/images
-@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Default/smarty/css
-@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Default/smarty/images/btn_blue
-@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Default/smarty/images/btn_green
-@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Default/smarty/images/header_btn
-@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Default/smarty/images/icons
-@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Default/smarty/images/kader
-@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Default/smarty/images/tab
-@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Default/smarty/images
-@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Default/smarty
-@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Default/sounds
-@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Default
-@dirrmtry %%WWWDIR%%/views/Extjs3/themes/ExtJS/images/128x128/filetypes
-@dirrmtry %%WWWDIR%%/views/Extjs3/themes/ExtJS/images/128x128
-@dirrmtry %%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/filetypes
-@dirrmtry %%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/fileupload
-@dirrmtry %%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16
-@dirrmtry %%WWWDIR%%/views/Extjs3/themes/ExtJS/images/22x22
-@dirrmtry %%WWWDIR%%/views/Extjs3/themes/ExtJS/images/buttons
-@dirrmtry %%WWWDIR%%/views/Extjs3/themes/ExtJS/images/emoticons/normal
-@dirrmtry %%WWWDIR%%/views/Extjs3/themes/ExtJS/images/emoticons
-@dirrmtry %%WWWDIR%%/views/Extjs3/themes/ExtJS/images/treeview
-@dirrmtry %%WWWDIR%%/views/Extjs3/themes/ExtJS/images
-@dirrmtry %%WWWDIR%%/views/Extjs3/themes/ExtJS/sounds
-@dirrmtry %%WWWDIR%%/views/Extjs3/themes/ExtJS
-@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Group-Office/images/128x128/filetypes
-@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Group-Office/images/128x128
-@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/filetypes
-@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/fileupload
-@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16
-@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Group-Office/images/22x22
-@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Group-Office/images/32x32
-@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Group-Office/images/button
-@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Group-Office/images/buttons
-@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Group-Office/images/emoticons/normal
-@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Group-Office/images/emoticons
-@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/basic-dialog
-@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/box
-@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/button
-@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/dd
-@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/editor
-@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/form
-@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/grid
-@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/layout
-@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/menu
-@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/panel
-@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/progress
-@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/qtip
-@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/shared
-@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/sizer
-@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/slider
-@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/tabs
-@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/toolbar
-@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/tree
-@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/window
-@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs
-@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Group-Office/images/grid
-@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Group-Office/images/superboxselect
-@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Group-Office/images/swfupload
-@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Group-Office/images/treeview
-@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Group-Office/images/triggers
-@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Group-Office/images
-@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Group-Office/smarty/css
-@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Group-Office/smarty/images/btn_blue
-@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Group-Office/smarty/images/btn_green
-@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Group-Office/smarty/images/header_btn
-@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Group-Office/smarty/images/icons
-@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Group-Office/smarty/images/kader
-@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Group-Office/smarty/images/tab
-@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Group-Office/smarty/images
-@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Group-Office/smarty
-@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Group-Office/sounds
-@dirrmtry %%WWWDIR%%/views/Extjs3/themes/Group-Office
-@dirrmtry %%WWWDIR%%/views/Extjs3/themes
-@dirrmtry %%WWWDIR%%/views/Extjs3
-@dirrmtry %%WWWDIR%%/views/Responsive/layout
-@dirrmtry %%WWWDIR%%/views/Responsive/resources
-@dirrmtry %%WWWDIR%%/views/Responsive
-@dirrmtry %%WWWDIR%%/views
-@dirrmtry %%WWWDIR%%
+@dir %%WWWDIR%%/controller
+@dir %%WWWDIR%%/go/base/authorized
+@dir %%WWWDIR%%/go/base/cache
+@dir %%WWWDIR%%/go/base/component
+@dir %%WWWDIR%%/go/base/controller
+@dir %%WWWDIR%%/go/base/cron
+@dir %%WWWDIR%%/go/base/csv
+@dir %%WWWDIR%%/go/base/data
+@dir %%WWWDIR%%/go/base/db
+@dir %%WWWDIR%%/go/base/exception
+@dir %%WWWDIR%%/go/base/export
+@dir %%WWWDIR%%/go/base/fs
+@dir %%WWWDIR%%/go/base/html
+@dir %%WWWDIR%%/go/base/ldap
+@dir %%WWWDIR%%/go/base/mail/exception
+@dir %%WWWDIR%%/go/base/mail
+@dir %%WWWDIR%%/go/base/model
+@dir %%WWWDIR%%/go/base/rpc
+@dir %%WWWDIR%%/go/base/storeexport
+@dir %%WWWDIR%%/go/base/util/charset
+@dir %%WWWDIR%%/go/base/util/date
+@dir %%WWWDIR%%/go/base/util/icalendar
+@dir %%WWWDIR%%/go/base/util/minify
+@dir %%WWWDIR%%/go/base/util
+@dir %%WWWDIR%%/go/base/view
+@dir %%WWWDIR%%/go/base/vobject
+@dir %%WWWDIR%%/go/base/wbxml
+@dir %%WWWDIR%%/go/base
+@dir %%WWWDIR%%/go/vendor/Cron
+@dir %%WWWDIR%%/go/vendor/Markdown/Michelf
+@dir %%WWWDIR%%/go/vendor/Markdown
+@dir %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/CachedObjectStorage
+@dir %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/CalcEngine
+@dir %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Calculation/Token
+@dir %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Calculation
+@dir %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Cell
+@dir %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Chart/Renderer
+@dir %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Chart
+@dir %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Reader/Excel2007
+@dir %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Reader/Excel5
+@dir %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Reader
+@dir %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/RichText
+@dir %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/Escher/DgContainer/SpgrContainer
+@dir %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/Escher/DgContainer
+@dir %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/Escher/DggContainer/BstoreContainer/BSE
+@dir %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/Escher/DggContainer/BstoreContainer
+@dir %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/Escher/DggContainer
+@dir %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/Escher
+@dir %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/JAMA/utils
+@dir %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/JAMA
+@dir %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/OLE/PPS
+@dir %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/OLE
+@dir %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/PCLZip
+@dir %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/trend
+@dir %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared
+@dir %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Style
+@dir %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Worksheet/AutoFilter/Column
+@dir %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Worksheet/AutoFilter
+@dir %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Worksheet/Drawing
+@dir %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Worksheet
+@dir %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Writer/Excel2007
+@dir %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Writer/Excel5
+@dir %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Writer/PDF
+@dir %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Writer
+@dir %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/cs
+@dir %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/da
+@dir %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/de
+@dir %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/en/uk
+@dir %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/en
+@dir %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/es
+@dir %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/fi
+@dir %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/fr
+@dir %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/hu
+@dir %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/it
+@dir %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/nl
+@dir %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/no
+@dir %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/pl
+@dir %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/pt/br
+@dir %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/pt
+@dir %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/ru
+@dir %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/sv
+@dir %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/tr
+@dir %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale
+@dir %%WWWDIR%%/go/vendor/PHPExcel/PHPExcel
+@dir %%WWWDIR%%/go/vendor/PHPExcel
+@dir %%WWWDIR%%/go/vendor/SabreDAV/bin
+@dir %%WWWDIR%%/go/vendor/SabreDAV/docs
+@dir %%WWWDIR%%/go/vendor/SabreDAV/examples/sql
+@dir %%WWWDIR%%/go/vendor/SabreDAV/examples/webserver
+@dir %%WWWDIR%%/go/vendor/SabreDAV/examples
+@dir %%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/CalDAV/Backend
+@dir %%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/CalDAV/Exception
+@dir %%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/CalDAV/Notifications/Notification
+@dir %%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/CalDAV/Notifications
+@dir %%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/CalDAV/Principal
+@dir %%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/CalDAV/Property
+@dir %%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/CalDAV/Schedule
+@dir %%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/CalDAV
+@dir %%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/CardDAV/Backend
+@dir %%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/CardDAV/Property
+@dir %%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/CardDAV
+@dir %%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAV/Auth/Backend
+@dir %%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAV/Auth
+@dir %%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAV/Browser/assets/icons
+@dir %%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAV/Browser/assets
+@dir %%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAV/Browser
+@dir %%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAV/Exception
+@dir %%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAV/FS
+@dir %%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAV/FSExt
+@dir %%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAV/Locks/Backend
+@dir %%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAV/Locks
+@dir %%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAV/Mount
+@dir %%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAV/PartialUpdate
+@dir %%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAV/Property
+@dir %%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAV/Tree
+@dir %%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAV
+@dir %%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAVACL/Exception
+@dir %%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAVACL/PrincipalBackend
+@dir %%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAVACL/Property
+@dir %%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/DAVACL
+@dir %%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre/HTTP
+@dir %%WWWDIR%%/go/vendor/SabreDAV/lib/Sabre
+@dir %%WWWDIR%%/go/vendor/SabreDAV/lib
+@dir %%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/CalDAV/Backend
+@dir %%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/CalDAV/Notifications/Notification
+@dir %%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/CalDAV/Notifications
+@dir %%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/CalDAV/Principal
+@dir %%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/CalDAV/Property
+@dir %%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/CalDAV/Schedule/IMip
+@dir %%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/CalDAV/Schedule
+@dir %%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/CalDAV
+@dir %%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/CardDAV/Backend
+@dir %%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/CardDAV/Property
+@dir %%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/CardDAV
+@dir %%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAV/Auth/Backend
+@dir %%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAV/Auth
+@dir %%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAV/Browser
+@dir %%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAV/Exception
+@dir %%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAV/FSExt
+@dir %%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAV/Locks/Backend
+@dir %%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAV/Locks
+@dir %%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAV/Mount
+@dir %%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAV/PartialUpdate
+@dir %%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAV/Property
+@dir %%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAV/Tree
+@dir %%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAV
+@dir %%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAVACL/Exception
+@dir %%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAVACL/PrincipalBackend
+@dir %%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAVACL/Property
+@dir %%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/DAVACL
+@dir %%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre/HTTP
+@dir %%WWWDIR%%/go/vendor/SabreDAV/tests/Sabre
+@dir %%WWWDIR%%/go/vendor/SabreDAV/tests
+@dir %%WWWDIR%%/go/vendor/SabreDAV
+@dir %%WWWDIR%%/go/vendor/VObject/bin
+@dir %%WWWDIR%%/go/vendor/VObject/doc
+@dir %%WWWDIR%%/go/vendor/VObject/lib/Sabre/VObject/Component
+@dir %%WWWDIR%%/go/vendor/VObject/lib/Sabre/VObject/Parser
+@dir %%WWWDIR%%/go/vendor/VObject/lib/Sabre/VObject/Property/ICalendar
+@dir %%WWWDIR%%/go/vendor/VObject/lib/Sabre/VObject/Property/VCard
+@dir %%WWWDIR%%/go/vendor/VObject/lib/Sabre/VObject/Property
+@dir %%WWWDIR%%/go/vendor/VObject/lib/Sabre/VObject/Splitter
+@dir %%WWWDIR%%/go/vendor/VObject/lib/Sabre/VObject
+@dir %%WWWDIR%%/go/vendor/VObject/lib/Sabre
+@dir %%WWWDIR%%/go/vendor/VObject/lib
+@dir %%WWWDIR%%/go/vendor/VObject/tests/Sabre/VObject/Component
+@dir %%WWWDIR%%/go/vendor/VObject/tests/Sabre/VObject/Parser
+@dir %%WWWDIR%%/go/vendor/VObject/tests/Sabre/VObject/Property/ICalendar
+@dir %%WWWDIR%%/go/vendor/VObject/tests/Sabre/VObject/Property/VCard
+@dir %%WWWDIR%%/go/vendor/VObject/tests/Sabre/VObject/Property
+@dir %%WWWDIR%%/go/vendor/VObject/tests/Sabre/VObject/Splitter
+@dir %%WWWDIR%%/go/vendor/VObject/tests/Sabre/VObject
+@dir %%WWWDIR%%/go/vendor/VObject/tests/Sabre
+@dir %%WWWDIR%%/go/vendor/VObject/tests
+@dir %%WWWDIR%%/go/vendor/VObject
+@dir %%WWWDIR%%/go/vendor/fpdi/filters
+@dir %%WWWDIR%%/go/vendor/fpdi
+@dir %%WWWDIR%%/go/vendor/jupload
+@dir %%WWWDIR%%/go/vendor/odtphp/library/zip/pclzip
+@dir %%WWWDIR%%/go/vendor/odtphp/library/zip
+@dir %%WWWDIR%%/go/vendor/odtphp/library
+@dir %%WWWDIR%%/go/vendor/odtphp
+@dir %%WWWDIR%%/go/vendor/pear/Mail
+@dir %%WWWDIR%%/go/vendor/pear/Net
+@dir %%WWWDIR%%/go/vendor/pear
+@dir %%WWWDIR%%/go/vendor/swift/lib/classes/Swift/ByteStream
+@dir %%WWWDIR%%/go/vendor/swift/lib/classes/Swift/CharacterReader
+@dir %%WWWDIR%%/go/vendor/swift/lib/classes/Swift/CharacterReaderFactory
+@dir %%WWWDIR%%/go/vendor/swift/lib/classes/Swift/CharacterStream
+@dir %%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Encoder
+@dir %%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Events
+@dir %%WWWDIR%%/go/vendor/swift/lib/classes/Swift/KeyCache
+@dir %%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Mailer
+@dir %%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Mime/ContentEncoder
+@dir %%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Mime/HeaderEncoder
+@dir %%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Mime/Headers
+@dir %%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Mime
+@dir %%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Plugins/Decorator
+@dir %%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Plugins/Loggers
+@dir %%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Plugins/Pop
+@dir %%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Plugins/Reporters
+@dir %%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Plugins
+@dir %%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Signers
+@dir %%WWWDIR%%/go/vendor/swift/lib/classes/Swift/StreamFilters
+@dir %%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Transport/Esmtp/Auth
+@dir %%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Transport/Esmtp
+@dir %%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Transport
+@dir %%WWWDIR%%/go/vendor/swift/lib/classes/Swift
+@dir %%WWWDIR%%/go/vendor/swift/lib/classes
+@dir %%WWWDIR%%/go/vendor/swift/lib/dependency_maps
+@dir %%WWWDIR%%/go/vendor/swift/lib
+@dir %%WWWDIR%%/go/vendor/swift
+@dir %%WWWDIR%%/go/vendor/tcpdf/config/lang
+@dir %%WWWDIR%%/go/vendor/tcpdf/config
+@dir %%WWWDIR%%/go/vendor/tcpdf/fonts
+@dir %%WWWDIR%%/go/vendor/tcpdf/include/barcodes
+@dir %%WWWDIR%%/go/vendor/tcpdf/include
+@dir %%WWWDIR%%/go/vendor/tcpdf/tools
+@dir %%WWWDIR%%/go/vendor/tcpdf
+@dir %%WWWDIR%%/go/vendor/wsdl
+@dir %%WWWDIR%%/go/vendor
+@dir %%WWWDIR%%/go
+@dir %%WWWDIR%%/install/updatescripts
+@dir %%WWWDIR%%/install
+@dir %%WWWDIR%%/language/common
+@dir %%WWWDIR%%/language/countries
+@dir %%WWWDIR%%/language/filetypes
+@dir %%WWWDIR%%/language/holidays
+@dir %%WWWDIR%%/language/lostpassword
+@dir %%WWWDIR%%/language
+@dir %%WWWDIR%%/modules/addressbook/controller
+@dir %%WWWDIR%%/modules/addressbook/customfields/model
+@dir %%WWWDIR%%/modules/addressbook/customfields
+@dir %%WWWDIR%%/modules/addressbook/customfieldtype
+@dir %%WWWDIR%%/modules/addressbook/export
+@dir %%WWWDIR%%/modules/addressbook/install/updatescripts
+@dir %%WWWDIR%%/modules/addressbook/install
+@dir %%WWWDIR%%/modules/addressbook/language
+@dir %%WWWDIR%%/modules/addressbook/model
+@dir %%WWWDIR%%/modules/addressbook/themes/Default/images/16x16
+@dir %%WWWDIR%%/modules/addressbook/themes/Default/images
+@dir %%WWWDIR%%/modules/addressbook/themes/Default
+@dir %%WWWDIR%%/modules/addressbook/themes/ExtJS/images/16x16
+@dir %%WWWDIR%%/modules/addressbook/themes/ExtJS/images
+@dir %%WWWDIR%%/modules/addressbook/themes/ExtJS
+@dir %%WWWDIR%%/modules/addressbook/themes/Group-Office/images/16x16
+@dir %%WWWDIR%%/modules/addressbook/themes/Group-Office/images
+@dir %%WWWDIR%%/modules/addressbook/themes/Group-Office
+@dir %%WWWDIR%%/modules/addressbook/themes
+@dir %%WWWDIR%%/modules/addressbook/views/Extjs3
+@dir %%WWWDIR%%/modules/addressbook/views
+@dir %%WWWDIR%%/modules/addressbook
+@dir %%WWWDIR%%/modules/admin2userlogin/controller
+@dir %%WWWDIR%%/modules/admin2userlogin/language
+@dir %%WWWDIR%%/modules/admin2userlogin/themes/Default/images
+@dir %%WWWDIR%%/modules/admin2userlogin/themes/Default
+@dir %%WWWDIR%%/modules/admin2userlogin/themes
+@dir %%WWWDIR%%/modules/admin2userlogin
+@dir %%WWWDIR%%/modules/billing/controller
+@dir %%WWWDIR%%/modules/billing/customfields/model
+@dir %%WWWDIR%%/modules/billing/customfields
+@dir %%WWWDIR%%/modules/billing/export
+@dir %%WWWDIR%%/modules/billing/install/updatescripts
+@dir %%WWWDIR%%/modules/billing/install
+@dir %%WWWDIR%%/modules/billing/language
+@dir %%WWWDIR%%/modules/billing/model
+@dir %%WWWDIR%%/modules/billing/mt940
+@dir %%WWWDIR%%/modules/billing/themes/Default/images
+@dir %%WWWDIR%%/modules/billing/themes/Default
+@dir %%WWWDIR%%/modules/billing/themes/ExtJS/images
+@dir %%WWWDIR%%/modules/billing/themes/ExtJS
+@dir %%WWWDIR%%/modules/billing/themes/Group-Office/images
+@dir %%WWWDIR%%/modules/billing/themes/Group-Office
+@dir %%WWWDIR%%/modules/billing/themes
+@dir %%WWWDIR%%/modules/billing/vendor/jejik-mt940-master/lib/Jejik/MT940/Parser
+@dir %%WWWDIR%%/modules/billing/vendor/jejik-mt940-master/lib/Jejik/MT940
+@dir %%WWWDIR%%/modules/billing/vendor/jejik-mt940-master/lib/Jejik
+@dir %%WWWDIR%%/modules/billing/vendor/jejik-mt940-master/lib
+@dir %%WWWDIR%%/modules/billing/vendor/jejik-mt940-master
+@dir %%WWWDIR%%/modules/billing/vendor
+@dir %%WWWDIR%%/modules/billing
+@dir %%WWWDIR%%/modules/billingtwinfield/controller
+@dir %%WWWDIR%%/modules/billingtwinfield/language
+@dir %%WWWDIR%%/modules/billingtwinfield/views/Extjs3
+@dir %%WWWDIR%%/modules/billingtwinfield/views
+@dir %%WWWDIR%%/modules/billingtwinfield
+@dir %%WWWDIR%%/modules/bookmarks/controller
+@dir %%WWWDIR%%/modules/bookmarks/icons
+@dir %%WWWDIR%%/modules/bookmarks/install/updatescripts
+@dir %%WWWDIR%%/modules/bookmarks/install
+@dir %%WWWDIR%%/modules/bookmarks/language
+@dir %%WWWDIR%%/modules/bookmarks/model
+@dir %%WWWDIR%%/modules/bookmarks/themes/Default/images
+@dir %%WWWDIR%%/modules/bookmarks/themes/Default
+@dir %%WWWDIR%%/modules/bookmarks/themes/Group-Office/images
+@dir %%WWWDIR%%/modules/bookmarks/themes/Group-Office
+@dir %%WWWDIR%%/modules/bookmarks/themes
+@dir %%WWWDIR%%/modules/bookmarks
+@dir %%WWWDIR%%/modules/caldav/install
+@dir %%WWWDIR%%/modules/caldav/language
+@dir %%WWWDIR%%/modules/caldav/model
+@dir %%WWWDIR%%/modules/caldav/schedule
+@dir %%WWWDIR%%/modules/caldav/themes/Default/images
+@dir %%WWWDIR%%/modules/caldav/themes/Default
+@dir %%WWWDIR%%/modules/caldav/themes
+@dir %%WWWDIR%%/modules/caldav
+@dir %%WWWDIR%%/modules/calendar/controller
+@dir %%WWWDIR%%/modules/calendar/cron
+@dir %%WWWDIR%%/modules/calendar/customfields/model
+@dir %%WWWDIR%%/modules/calendar/customfields
+@dir %%WWWDIR%%/modules/calendar/install/updatescripts
+@dir %%WWWDIR%%/modules/calendar/install
+@dir %%WWWDIR%%/modules/calendar/language
+@dir %%WWWDIR%%/modules/calendar/model
+@dir %%WWWDIR%%/modules/calendar/reports
+@dir %%WWWDIR%%/modules/calendar/test
+@dir %%WWWDIR%%/modules/calendar/themes/Default/images/16x16
+@dir %%WWWDIR%%/modules/calendar/themes/Default/images/22x22
+@dir %%WWWDIR%%/modules/calendar/themes/Default/images/pdf
+@dir %%WWWDIR%%/modules/calendar/themes/Default/images
+@dir %%WWWDIR%%/modules/calendar/themes/Default
+@dir %%WWWDIR%%/modules/calendar/themes/ExtJS/images/16x16
+@dir %%WWWDIR%%/modules/calendar/themes/ExtJS/images/22x22
+@dir %%WWWDIR%%/modules/calendar/themes/ExtJS/images
+@dir %%WWWDIR%%/modules/calendar/themes/ExtJS
+@dir %%WWWDIR%%/modules/calendar/themes/Group-Office/images/16x16
+@dir %%WWWDIR%%/modules/calendar/themes/Group-Office/images/22x22
+@dir %%WWWDIR%%/modules/calendar/themes/Group-Office/images
+@dir %%WWWDIR%%/modules/calendar/themes/Group-Office
+@dir %%WWWDIR%%/modules/calendar/themes
+@dir %%WWWDIR%%/modules/calendar/util
+@dir %%WWWDIR%%/modules/calendar/views/Extjs3
+@dir %%WWWDIR%%/modules/calendar/views/pdf
+@dir %%WWWDIR%%/modules/calendar/views
+@dir %%WWWDIR%%/modules/calendar
+@dir %%WWWDIR%%/modules/calendarexport/export
+@dir %%WWWDIR%%/modules/calendarexport/language
+@dir %%WWWDIR%%/modules/calendarexport
+@dir %%WWWDIR%%/modules/carddav/install
+@dir %%WWWDIR%%/modules/carddav/language
+@dir %%WWWDIR%%/modules/carddav/model
+@dir %%WWWDIR%%/modules/carddav/views/Extjs3/themes/Default/images
+@dir %%WWWDIR%%/modules/carddav/views/Extjs3/themes/Default
+@dir %%WWWDIR%%/modules/carddav/views/Extjs3/themes
+@dir %%WWWDIR%%/modules/carddav/views/Extjs3
+@dir %%WWWDIR%%/modules/carddav/views
+@dir %%WWWDIR%%/modules/carddav
+@dir %%WWWDIR%%/modules/chat/converse.js-0.7.4/builds
+@dir %%WWWDIR%%/modules/chat/converse.js-0.7.4/fonticons/fonts
+@dir %%WWWDIR%%/modules/chat/converse.js-0.7.4/fonticons
+@dir %%WWWDIR%%/modules/chat/converse.js-0.7.4/images
+@dir %%WWWDIR%%/modules/chat/converse.js-0.7.4/locale/af/LC_MESSAGES
+@dir %%WWWDIR%%/modules/chat/converse.js-0.7.4/locale/af
+@dir %%WWWDIR%%/modules/chat/converse.js-0.7.4/locale/de/LC_MESSAGES
+@dir %%WWWDIR%%/modules/chat/converse.js-0.7.4/locale/de
+@dir %%WWWDIR%%/modules/chat/converse.js-0.7.4/locale/en/LC_MESSAGES
+@dir %%WWWDIR%%/modules/chat/converse.js-0.7.4/locale/en
+@dir %%WWWDIR%%/modules/chat/converse.js-0.7.4/locale/es/LC_MESSAGES
+@dir %%WWWDIR%%/modules/chat/converse.js-0.7.4/locale/es
+@dir %%WWWDIR%%/modules/chat/converse.js-0.7.4/locale/fr/LC_MESSAGES
+@dir %%WWWDIR%%/modules/chat/converse.js-0.7.4/locale/fr
+@dir %%WWWDIR%%/modules/chat/converse.js-0.7.4/locale/he/LC_MESSAGES
+@dir %%WWWDIR%%/modules/chat/converse.js-0.7.4/locale/he
+@dir %%WWWDIR%%/modules/chat/converse.js-0.7.4/locale/hu/LC_MESSAGES
+@dir %%WWWDIR%%/modules/chat/converse.js-0.7.4/locale/hu
+@dir %%WWWDIR%%/modules/chat/converse.js-0.7.4/locale/id/LC_MESSAGES
+@dir %%WWWDIR%%/modules/chat/converse.js-0.7.4/locale/id
+@dir %%WWWDIR%%/modules/chat/converse.js-0.7.4/locale/it/LC_MESSAGES
+@dir %%WWWDIR%%/modules/chat/converse.js-0.7.4/locale/it
+@dir %%WWWDIR%%/modules/chat/converse.js-0.7.4/locale/ja/LC_MESSAGES
+@dir %%WWWDIR%%/modules/chat/converse.js-0.7.4/locale/ja
+@dir %%WWWDIR%%/modules/chat/converse.js-0.7.4/locale/nl/LC_MESSAGES
+@dir %%WWWDIR%%/modules/chat/converse.js-0.7.4/locale/nl
+@dir %%WWWDIR%%/modules/chat/converse.js-0.7.4/locale/pt_BR/LC_MESSAGES
+@dir %%WWWDIR%%/modules/chat/converse.js-0.7.4/locale/pt_BR
+@dir %%WWWDIR%%/modules/chat/converse.js-0.7.4/locale/ru/LC_MESSAGES
+@dir %%WWWDIR%%/modules/chat/converse.js-0.7.4/locale/ru
+@dir %%WWWDIR%%/modules/chat/converse.js-0.7.4/locale
+@dir %%WWWDIR%%/modules/chat/converse.js-0.7.4/spec
+@dir %%WWWDIR%%/modules/chat/converse.js-0.7.4/src
+@dir %%WWWDIR%%/modules/chat/converse.js-0.7.4/stylesheets
+@dir %%WWWDIR%%/modules/chat/converse.js-0.7.4
+@dir %%WWWDIR%%/modules/chat/converse.js-0.8.0/builds
+@dir %%WWWDIR%%/modules/chat/converse.js-0.8.0/css/images
+@dir %%WWWDIR%%/modules/chat/converse.js-0.8.0/css
+@dir %%WWWDIR%%/modules/chat/converse.js-0.8.0/docs/doctrees
+@dir %%WWWDIR%%/modules/chat/converse.js-0.8.0/docs/html/_sources
+@dir %%WWWDIR%%/modules/chat/converse.js-0.8.0/docs/html/_static
+@dir %%WWWDIR%%/modules/chat/converse.js-0.8.0/docs/html/static
+@dir %%WWWDIR%%/modules/chat/converse.js-0.8.0/docs/html
+@dir %%WWWDIR%%/modules/chat/converse.js-0.8.0/docs/source/_templates
+@dir %%WWWDIR%%/modules/chat/converse.js-0.8.0/docs/source/theme/static
+@dir %%WWWDIR%%/modules/chat/converse.js-0.8.0/docs/source/theme
+@dir %%WWWDIR%%/modules/chat/converse.js-0.8.0/docs/source
+@dir %%WWWDIR%%/modules/chat/converse.js-0.8.0/docs
+@dir %%WWWDIR%%/modules/chat/converse.js-0.8.0/fonticons/demo-files
+@dir %%WWWDIR%%/modules/chat/converse.js-0.8.0/fonticons/fonts
+@dir %%WWWDIR%%/modules/chat/converse.js-0.8.0/fonticons
+@dir %%WWWDIR%%/modules/chat/converse.js-0.8.0/less
+@dir %%WWWDIR%%/modules/chat/converse.js-0.8.0/locale/af/LC_MESSAGES
+@dir %%WWWDIR%%/modules/chat/converse.js-0.8.0/locale/af
+@dir %%WWWDIR%%/modules/chat/converse.js-0.8.0/locale/de/LC_MESSAGES
+@dir %%WWWDIR%%/modules/chat/converse.js-0.8.0/locale/de
+@dir %%WWWDIR%%/modules/chat/converse.js-0.8.0/locale/en/LC_MESSAGES
+@dir %%WWWDIR%%/modules/chat/converse.js-0.8.0/locale/en
+@dir %%WWWDIR%%/modules/chat/converse.js-0.8.0/locale/es/LC_MESSAGES
+@dir %%WWWDIR%%/modules/chat/converse.js-0.8.0/locale/es
+@dir %%WWWDIR%%/modules/chat/converse.js-0.8.0/locale/fr/LC_MESSAGES
+@dir %%WWWDIR%%/modules/chat/converse.js-0.8.0/locale/fr
+@dir %%WWWDIR%%/modules/chat/converse.js-0.8.0/locale/he/LC_MESSAGES
+@dir %%WWWDIR%%/modules/chat/converse.js-0.8.0/locale/he
+@dir %%WWWDIR%%/modules/chat/converse.js-0.8.0/locale/hu/LC_MESSAGES
+@dir %%WWWDIR%%/modules/chat/converse.js-0.8.0/locale/hu
+@dir %%WWWDIR%%/modules/chat/converse.js-0.8.0/locale/id/LC_MESSAGES
+@dir %%WWWDIR%%/modules/chat/converse.js-0.8.0/locale/id
+@dir %%WWWDIR%%/modules/chat/converse.js-0.8.0/locale/it/LC_MESSAGES
+@dir %%WWWDIR%%/modules/chat/converse.js-0.8.0/locale/it
+@dir %%WWWDIR%%/modules/chat/converse.js-0.8.0/locale/ja/LC_MESSAGES
+@dir %%WWWDIR%%/modules/chat/converse.js-0.8.0/locale/ja
+@dir %%WWWDIR%%/modules/chat/converse.js-0.8.0/locale/nl/LC_MESSAGES
+@dir %%WWWDIR%%/modules/chat/converse.js-0.8.0/locale/nl
+@dir %%WWWDIR%%/modules/chat/converse.js-0.8.0/locale/pt_BR/LC_MESSAGES
+@dir %%WWWDIR%%/modules/chat/converse.js-0.8.0/locale/pt_BR
+@dir %%WWWDIR%%/modules/chat/converse.js-0.8.0/locale/ru/LC_MESSAGES
+@dir %%WWWDIR%%/modules/chat/converse.js-0.8.0/locale/ru
+@dir %%WWWDIR%%/modules/chat/converse.js-0.8.0/locale/zh/LC_MESSAGES
+@dir %%WWWDIR%%/modules/chat/converse.js-0.8.0/locale/zh
+@dir %%WWWDIR%%/modules/chat/converse.js-0.8.0/locale
+@dir %%WWWDIR%%/modules/chat/converse.js-0.8.0/mockup
+@dir %%WWWDIR%%/modules/chat/converse.js-0.8.0/spec
+@dir %%WWWDIR%%/modules/chat/converse.js-0.8.0/src/templates
+@dir %%WWWDIR%%/modules/chat/converse.js-0.8.0/src
+@dir %%WWWDIR%%/modules/chat/converse.js-0.8.0/tests
+@dir %%WWWDIR%%/modules/chat/converse.js-0.8.0
+@dir %%WWWDIR%%/modules/chat/language
+@dir %%WWWDIR%%/modules/chat/views/Extjs3/themes/Default
+@dir %%WWWDIR%%/modules/chat/views/Extjs3/themes/Group-Office
+@dir %%WWWDIR%%/modules/chat/views/Extjs3/themes
+@dir %%WWWDIR%%/modules/chat/views/Extjs3
+@dir %%WWWDIR%%/modules/chat/views
+@dir %%WWWDIR%%/modules/chat/xmpp-prebind-php/lib/Auth/SASL
+@dir %%WWWDIR%%/modules/chat/xmpp-prebind-php/lib/Auth
+@dir %%WWWDIR%%/modules/chat/xmpp-prebind-php/lib/FirePHP
+@dir %%WWWDIR%%/modules/chat/xmpp-prebind-php/lib
+@dir %%WWWDIR%%/modules/chat/xmpp-prebind-php
+@dir %%WWWDIR%%/modules/chat
+@dir %%WWWDIR%%/modules/comments/controller
+@dir %%WWWDIR%%/modules/comments/install
+@dir %%WWWDIR%%/modules/comments/language
+@dir %%WWWDIR%%/modules/comments/model
+@dir %%WWWDIR%%/modules/comments/themes/Default/images
+@dir %%WWWDIR%%/modules/comments/themes/Default
+@dir %%WWWDIR%%/modules/comments/themes
+@dir %%WWWDIR%%/modules/comments
+@dir %%WWWDIR%%/modules/cron/controller
+@dir %%WWWDIR%%/modules/cron/language
+@dir %%WWWDIR%%/modules/cron/model
+@dir %%WWWDIR%%/modules/cron/views/Extjs3/themes/Default/images
+@dir %%WWWDIR%%/modules/cron/views/Extjs3/themes/Default
+@dir %%WWWDIR%%/modules/cron/views/Extjs3/themes/ExtJS/images
+@dir %%WWWDIR%%/modules/cron/views/Extjs3/themes/ExtJS
+@dir %%WWWDIR%%/modules/cron/views/Extjs3/themes
+@dir %%WWWDIR%%/modules/cron/views/Extjs3
+@dir %%WWWDIR%%/modules/cron/views
+@dir %%WWWDIR%%/modules/cron
+@dir %%WWWDIR%%/modules/customcss/controller
+@dir %%WWWDIR%%/modules/customcss/install
+@dir %%WWWDIR%%/modules/customcss/language
+@dir %%WWWDIR%%/modules/customcss/themes/Default/images
+@dir %%WWWDIR%%/modules/customcss/themes/Default
+@dir %%WWWDIR%%/modules/customcss/themes
+@dir %%WWWDIR%%/modules/customcss
+@dir %%WWWDIR%%/modules/customfields/controller
+@dir %%WWWDIR%%/modules/customfields/customfieldtype
+@dir %%WWWDIR%%/modules/customfields/html
+@dir %%WWWDIR%%/modules/customfields/install
+@dir %%WWWDIR%%/modules/customfields/language
+@dir %%WWWDIR%%/modules/customfields/model
+@dir %%WWWDIR%%/modules/customfields/themes/Default/images
+@dir %%WWWDIR%%/modules/customfields/themes/Default
+@dir %%WWWDIR%%/modules/customfields/themes/ExtJS/images
+@dir %%WWWDIR%%/modules/customfields/themes/ExtJS
+@dir %%WWWDIR%%/modules/customfields/themes
+@dir %%WWWDIR%%/modules/customfields
+@dir %%WWWDIR%%/modules/dav/auth
+@dir %%WWWDIR%%/modules/dav/davacl
+@dir %%WWWDIR%%/modules/dav/fs
+@dir %%WWWDIR%%/modules/dav/language
+@dir %%WWWDIR%%/modules/dav/themes/Default/images
+@dir %%WWWDIR%%/modules/dav/themes/Default
+@dir %%WWWDIR%%/modules/dav/themes
+@dir %%WWWDIR%%/modules/dav
+@dir %%WWWDIR%%/modules/defaultsite/controller
+@dir %%WWWDIR%%/modules/defaultsite/language
+@dir %%WWWDIR%%/modules/defaultsite/views/site/addressbook
+@dir %%WWWDIR%%/modules/defaultsite/views/site/assets/css
+@dir %%WWWDIR%%/modules/defaultsite/views/site/assets
+@dir %%WWWDIR%%/modules/defaultsite/views/site/layouts
+@dir %%WWWDIR%%/modules/defaultsite/views/site/servermanager/emails
+@dir %%WWWDIR%%/modules/defaultsite/views/site/servermanager
+@dir %%WWWDIR%%/modules/defaultsite/views/site/site
+@dir %%WWWDIR%%/modules/defaultsite/views/site/tickets
+@dir %%WWWDIR%%/modules/defaultsite/views/site
+@dir %%WWWDIR%%/modules/defaultsite/views
+@dir %%WWWDIR%%/modules/defaultsite
+@dir %%WWWDIR%%/modules/demodata/controller
+@dir %%WWWDIR%%/modules/demodata/language
+@dir %%WWWDIR%%/modules/demodata
+@dir %%WWWDIR%%/modules/documenttemplates/controller
+@dir %%WWWDIR%%/modules/documenttemplates/language
+@dir %%WWWDIR%%/modules/documenttemplates/model
+@dir %%WWWDIR%%/modules/documenttemplates/themes/Default/images
+@dir %%WWWDIR%%/modules/documenttemplates/themes/Default
+@dir %%WWWDIR%%/modules/documenttemplates/themes
+@dir %%WWWDIR%%/modules/documenttemplates
+@dir %%WWWDIR%%/modules/dropbox/controller
+@dir %%WWWDIR%%/modules/dropbox/cron
+@dir %%WWWDIR%%/modules/dropbox/install
+@dir %%WWWDIR%%/modules/dropbox/language
+@dir %%WWWDIR%%/modules/dropbox/lib/Dropbox/Exception
+@dir %%WWWDIR%%/modules/dropbox/lib/Dropbox
+@dir %%WWWDIR%%/modules/dropbox/lib
+@dir %%WWWDIR%%/modules/dropbox/model
+@dir %%WWWDIR%%/modules/dropbox/views/Extjs3/themes/Default/images
+@dir %%WWWDIR%%/modules/dropbox/views/Extjs3/themes/Default
+@dir %%WWWDIR%%/modules/dropbox/views/Extjs3/themes
+@dir %%WWWDIR%%/modules/dropbox/views/Extjs3
+@dir %%WWWDIR%%/modules/dropbox/views
+@dir %%WWWDIR%%/modules/dropbox
+@dir %%WWWDIR%%/modules/email/controller
+@dir %%WWWDIR%%/modules/email/install/updatescripts
+@dir %%WWWDIR%%/modules/email/install
+@dir %%WWWDIR%%/modules/email/language
+@dir %%WWWDIR%%/modules/email/model
+@dir %%WWWDIR%%/modules/email/themes/Default/images/16x16
+@dir %%WWWDIR%%/modules/email/themes/Default/images/22x22
+@dir %%WWWDIR%%/modules/email/themes/Default/images
+@dir %%WWWDIR%%/modules/email/themes/Default
+@dir %%WWWDIR%%/modules/email/themes/ExtJS/images/16x16
+@dir %%WWWDIR%%/modules/email/themes/ExtJS/images/22x22
+@dir %%WWWDIR%%/modules/email/themes/ExtJS/images
+@dir %%WWWDIR%%/modules/email/themes/ExtJS
+@dir %%WWWDIR%%/modules/email/themes/Group-Office/images/16x16
+@dir %%WWWDIR%%/modules/email/themes/Group-Office/images/22x22
+@dir %%WWWDIR%%/modules/email/themes/Group-Office/images
+@dir %%WWWDIR%%/modules/email/themes/Group-Office
+@dir %%WWWDIR%%/modules/email/themes
+@dir %%WWWDIR%%/modules/email/views/Extjs3
+@dir %%WWWDIR%%/modules/email/views/Responsive
+@dir %%WWWDIR%%/modules/email/views
+@dir %%WWWDIR%%/modules/email
+@dir %%WWWDIR%%/modules/exactonline/controller
+@dir %%WWWDIR%%/modules/exactonline/language
+@dir %%WWWDIR%%/modules/exactonline/views/Extjs3
+@dir %%WWWDIR%%/modules/exactonline/views
+@dir %%WWWDIR%%/modules/exactonline
+@dir %%WWWDIR%%/modules/favorites/controller
+@dir %%WWWDIR%%/modules/favorites/install
+@dir %%WWWDIR%%/modules/favorites/language
+@dir %%WWWDIR%%/modules/favorites/model
+@dir %%WWWDIR%%/modules/favorites/views/Extjs3/themes/Default/images
+@dir %%WWWDIR%%/modules/favorites/views/Extjs3/themes/Default
+@dir %%WWWDIR%%/modules/favorites/views/Extjs3/themes
+@dir %%WWWDIR%%/modules/favorites/views/Extjs3
+@dir %%WWWDIR%%/modules/favorites/views
+@dir %%WWWDIR%%/modules/favorites
+@dir %%WWWDIR%%/modules/files/controller
+@dir %%WWWDIR%%/modules/files/cron
+@dir %%WWWDIR%%/modules/files/customfields/model
+@dir %%WWWDIR%%/modules/files/customfields
+@dir %%WWWDIR%%/modules/files/customfieldtype
+@dir %%WWWDIR%%/modules/files/exception
+@dir %%WWWDIR%%/modules/files/filehandler
+@dir %%WWWDIR%%/modules/files/fs
+@dir %%WWWDIR%%/modules/files/install/templates
+@dir %%WWWDIR%%/modules/files/install/updatescripts
+@dir %%WWWDIR%%/modules/files/install
+@dir %%WWWDIR%%/modules/files/language
+@dir %%WWWDIR%%/modules/files/model
+@dir %%WWWDIR%%/modules/files/themes/Default/images
+@dir %%WWWDIR%%/modules/files/themes/Default
+@dir %%WWWDIR%%/modules/files/themes/ExtJS/images
+@dir %%WWWDIR%%/modules/files/themes/ExtJS
+@dir %%WWWDIR%%/modules/files/themes/Group-Office/images
+@dir %%WWWDIR%%/modules/files/themes/Group-Office
+@dir %%WWWDIR%%/modules/files/themes
+@dir %%WWWDIR%%/modules/files/views/Extjs3
+@dir %%WWWDIR%%/modules/files/views
+@dir %%WWWDIR%%/modules/files
+@dir %%WWWDIR%%/modules/filesearch/controller
+@dir %%WWWDIR%%/modules/filesearch/cron
+@dir %%WWWDIR%%/modules/filesearch/export
+@dir %%WWWDIR%%/modules/filesearch/install/updatescripts
+@dir %%WWWDIR%%/modules/filesearch/install
+@dir %%WWWDIR%%/modules/filesearch/language
+@dir %%WWWDIR%%/modules/filesearch/model
+@dir %%WWWDIR%%/modules/filesearch/themes/Default/images
+@dir %%WWWDIR%%/modules/filesearch/themes/Default
+@dir %%WWWDIR%%/modules/filesearch/themes
+@dir %%WWWDIR%%/modules/filesearch/xsl
+@dir %%WWWDIR%%/modules/filesearch
+@dir %%WWWDIR%%/modules/formprocessor/install
+@dir %%WWWDIR%%/modules/formprocessor/language
+@dir %%WWWDIR%%/modules/formprocessor/themes/Default/images
+@dir %%WWWDIR%%/modules/formprocessor/themes/Default
+@dir %%WWWDIR%%/modules/formprocessor/themes
+@dir %%WWWDIR%%/modules/formprocessor
+@dir %%WWWDIR%%/modules/freebusypermissions/install
+@dir %%WWWDIR%%/modules/freebusypermissions/language
+@dir %%WWWDIR%%/modules/freebusypermissions/model
+@dir %%WWWDIR%%/modules/freebusypermissions/themes/Default/images
+@dir %%WWWDIR%%/modules/freebusypermissions/themes/Default
+@dir %%WWWDIR%%/modules/freebusypermissions/themes
+@dir %%WWWDIR%%/modules/freebusypermissions
+@dir %%WWWDIR%%/modules/googledrive/controller
+@dir %%WWWDIR%%/modules/googledrive/filehandler
+@dir %%WWWDIR%%/modules/googledrive/google-api-php-client/src/auth
+@dir %%WWWDIR%%/modules/googledrive/google-api-php-client/src/cache
+@dir %%WWWDIR%%/modules/googledrive/google-api-php-client/src/contrib
+@dir %%WWWDIR%%/modules/googledrive/google-api-php-client/src/external
+@dir %%WWWDIR%%/modules/googledrive/google-api-php-client/src/io
+@dir %%WWWDIR%%/modules/googledrive/google-api-php-client/src/service
+@dir %%WWWDIR%%/modules/googledrive/google-api-php-client/src
+@dir %%WWWDIR%%/modules/googledrive/google-api-php-client
+@dir %%WWWDIR%%/modules/googledrive/language
+@dir %%WWWDIR%%/modules/googledrive/themes/Default/images
+@dir %%WWWDIR%%/modules/googledrive/themes/Default
+@dir %%WWWDIR%%/modules/googledrive/themes
+@dir %%WWWDIR%%/modules/googledrive/views/Extjs3
+@dir %%WWWDIR%%/modules/googledrive/views
+@dir %%WWWDIR%%/modules/googledrive
+@dir %%WWWDIR%%/modules/gota/controller
+@dir %%WWWDIR%%/modules/gota/filehandler
+@dir %%WWWDIR%%/modules/gota/language
+@dir %%WWWDIR%%/modules/gota/lib
+@dir %%WWWDIR%%/modules/gota/themes/Default/images
+@dir %%WWWDIR%%/modules/gota/themes/Default
+@dir %%WWWDIR%%/modules/gota/themes
+@dir %%WWWDIR%%/modules/gota
+@dir %%WWWDIR%%/modules/groups/controller
+@dir %%WWWDIR%%/modules/groups/language
+@dir %%WWWDIR%%/modules/groups/model
+@dir %%WWWDIR%%/modules/groups/themes/Default/images
+@dir %%WWWDIR%%/modules/groups/themes/Default
+@dir %%WWWDIR%%/modules/groups/themes/ExtJS/images/16x16
+@dir %%WWWDIR%%/modules/groups/themes/ExtJS/images
+@dir %%WWWDIR%%/modules/groups/themes/ExtJS
+@dir %%WWWDIR%%/modules/groups/themes
+@dir %%WWWDIR%%/modules/groups
+@dir %%WWWDIR%%/modules/hoursapproval2/controller
+@dir %%WWWDIR%%/modules/hoursapproval2/language
+@dir %%WWWDIR%%/modules/hoursapproval2/themes/Default/images
+@dir %%WWWDIR%%/modules/hoursapproval2/themes/Default
+@dir %%WWWDIR%%/modules/hoursapproval2/themes/ExtJS
+@dir %%WWWDIR%%/modules/hoursapproval2/themes
+@dir %%WWWDIR%%/modules/hoursapproval2/views/Extjs3
+@dir %%WWWDIR%%/modules/hoursapproval2/views
+@dir %%WWWDIR%%/modules/hoursapproval2
+@dir %%WWWDIR%%/modules/imapauth/install
+@dir %%WWWDIR%%/modules/imapauth/language
+@dir %%WWWDIR%%/modules/imapauth/themes/Default/images
+@dir %%WWWDIR%%/modules/imapauth/themes/Default
+@dir %%WWWDIR%%/modules/imapauth/themes
+@dir %%WWWDIR%%/modules/imapauth
+@dir %%WWWDIR%%/modules/ipwhitelist/controller
+@dir %%WWWDIR%%/modules/ipwhitelist/install
+@dir %%WWWDIR%%/modules/ipwhitelist/language
+@dir %%WWWDIR%%/modules/ipwhitelist/model
+@dir %%WWWDIR%%/modules/ipwhitelist/views/Extjs3
+@dir %%WWWDIR%%/modules/ipwhitelist/views
+@dir %%WWWDIR%%/modules/ipwhitelist
+@dir %%WWWDIR%%/modules/ldapauth/controller
+@dir %%WWWDIR%%/modules/ldapauth/language
+@dir %%WWWDIR%%/modules/ldapauth/mapping
+@dir %%WWWDIR%%/modules/ldapauth/model
+@dir %%WWWDIR%%/modules/ldapauth/themes/Default/images
+@dir %%WWWDIR%%/modules/ldapauth/themes/Default
+@dir %%WWWDIR%%/modules/ldapauth/themes
+@dir %%WWWDIR%%/modules/ldapauth/views/Extjs3
+@dir %%WWWDIR%%/modules/ldapauth/views
+@dir %%WWWDIR%%/modules/ldapauth
+@dir %%WWWDIR%%/modules/leavedays/controller
+@dir %%WWWDIR%%/modules/leavedays/install/updatescripts
+@dir %%WWWDIR%%/modules/leavedays/install
+@dir %%WWWDIR%%/modules/leavedays/language
+@dir %%WWWDIR%%/modules/leavedays/model
+@dir %%WWWDIR%%/modules/leavedays/themes/Default/images
+@dir %%WWWDIR%%/modules/leavedays/themes/Default
+@dir %%WWWDIR%%/modules/leavedays/themes
+@dir %%WWWDIR%%/modules/leavedays/views/Extjs3
+@dir %%WWWDIR%%/modules/leavedays/views
+@dir %%WWWDIR%%/modules/leavedays
+@dir %%WWWDIR%%/modules/log/controller
+@dir %%WWWDIR%%/modules/log/language
+@dir %%WWWDIR%%/modules/log/model
+@dir %%WWWDIR%%/modules/log/themes/Default/images
+@dir %%WWWDIR%%/modules/log/themes/Default
+@dir %%WWWDIR%%/modules/log/themes/ExtJS/images
+@dir %%WWWDIR%%/modules/log/themes/ExtJS
+@dir %%WWWDIR%%/modules/log/themes
+@dir %%WWWDIR%%/modules/log
+@dir %%WWWDIR%%/modules/manualsite/language
+@dir %%WWWDIR%%/modules/manualsite/views/site/assets/css
+@dir %%WWWDIR%%/modules/manualsite/views/site/assets/images
+@dir %%WWWDIR%%/modules/manualsite/views/site/assets/js
+@dir %%WWWDIR%%/modules/manualsite/views/site/assets/lightbox/css
+@dir %%WWWDIR%%/modules/manualsite/views/site/assets/lightbox/img/demopage
+@dir %%WWWDIR%%/modules/manualsite/views/site/assets/lightbox/img
+@dir %%WWWDIR%%/modules/manualsite/views/site/assets/lightbox/js
+@dir %%WWWDIR%%/modules/manualsite/views/site/assets/lightbox
+@dir %%WWWDIR%%/modules/manualsite/views/site/assets
+@dir %%WWWDIR%%/modules/manualsite/views/site/layouts
+@dir %%WWWDIR%%/modules/manualsite/views/site/manualsite
+@dir %%WWWDIR%%/modules/manualsite/views/site/site
+@dir %%WWWDIR%%/modules/manualsite/views/site
+@dir %%WWWDIR%%/modules/manualsite/views
+@dir %%WWWDIR%%/modules/manualsite
+@dir %%WWWDIR%%/modules/mediawiki/controller
+@dir %%WWWDIR%%/modules/mediawiki/extensions
+@dir %%WWWDIR%%/modules/mediawiki/install
+@dir %%WWWDIR%%/modules/mediawiki/language
+@dir %%WWWDIR%%/modules/mediawiki/views/Extjs3/themes/Default/images
+@dir %%WWWDIR%%/modules/mediawiki/views/Extjs3/themes/Default
+@dir %%WWWDIR%%/modules/mediawiki/views/Extjs3/themes
+@dir %%WWWDIR%%/modules/mediawiki/views/Extjs3
+@dir %%WWWDIR%%/modules/mediawiki/views
+@dir %%WWWDIR%%/modules/mediawiki
+@dir %%WWWDIR%%/modules/modules/controller
+@dir %%WWWDIR%%/modules/modules/cron
+@dir %%WWWDIR%%/modules/modules/language
+@dir %%WWWDIR%%/modules/modules/themes/Default/images/16x16
+@dir %%WWWDIR%%/modules/modules/themes/Default/images
+@dir %%WWWDIR%%/modules/modules/themes/Default
+@dir %%WWWDIR%%/modules/modules/themes/ExtJS/images/16x16
+@dir %%WWWDIR%%/modules/modules/themes/ExtJS/images
+@dir %%WWWDIR%%/modules/modules/themes/ExtJS
+@dir %%WWWDIR%%/modules/modules/themes
+@dir %%WWWDIR%%/modules/modules
+@dir %%WWWDIR%%/modules/notes/controller
+@dir %%WWWDIR%%/modules/notes/customfields/model
+@dir %%WWWDIR%%/modules/notes/customfields
+@dir %%WWWDIR%%/modules/notes/export
+@dir %%WWWDIR%%/modules/notes/install
+@dir %%WWWDIR%%/modules/notes/language
+@dir %%WWWDIR%%/modules/notes/model
+@dir %%WWWDIR%%/modules/notes/views/Extjs3/themes/Default/images
+@dir %%WWWDIR%%/modules/notes/views/Extjs3/themes/Default
+@dir %%WWWDIR%%/modules/notes/views/Extjs3/themes/ExtJS/images
+@dir %%WWWDIR%%/modules/notes/views/Extjs3/themes/ExtJS
+@dir %%WWWDIR%%/modules/notes/views/Extjs3/themes/Group-Office/images
+@dir %%WWWDIR%%/modules/notes/views/Extjs3/themes/Group-Office
+@dir %%WWWDIR%%/modules/notes/views/Extjs3/themes
+@dir %%WWWDIR%%/modules/notes/views/Extjs3
+@dir %%WWWDIR%%/modules/notes/views
+@dir %%WWWDIR%%/modules/notes
+@dir %%WWWDIR%%/modules/phpbb3/controller
+@dir %%WWWDIR%%/modules/phpbb3/install
+@dir %%WWWDIR%%/modules/phpbb3/language
+@dir %%WWWDIR%%/modules/phpbb3/themes/Default/images
+@dir %%WWWDIR%%/modules/phpbb3/themes/Default
+@dir %%WWWDIR%%/modules/phpbb3/themes/ExtJS/images
+@dir %%WWWDIR%%/modules/phpbb3/themes/ExtJS
+@dir %%WWWDIR%%/modules/phpbb3/themes
+@dir %%WWWDIR%%/modules/phpbb3
+@dir %%WWWDIR%%/modules/phpcustomfield/customfieldtype
+@dir %%WWWDIR%%/modules/phpcustomfield/language
+@dir %%WWWDIR%%/modules/phpcustomfield
+@dir %%WWWDIR%%/modules/postfixadmin/controller
+@dir %%WWWDIR%%/modules/postfixadmin/install/updatescripts
+@dir %%WWWDIR%%/modules/postfixadmin/install
+@dir %%WWWDIR%%/modules/postfixadmin/language
+@dir %%WWWDIR%%/modules/postfixadmin/model
+@dir %%WWWDIR%%/modules/postfixadmin/scripts
+@dir %%WWWDIR%%/modules/postfixadmin/themes/Default/images
+@dir %%WWWDIR%%/modules/postfixadmin/themes/Default
+@dir %%WWWDIR%%/modules/postfixadmin/themes/ExtJS/images
+@dir %%WWWDIR%%/modules/postfixadmin/themes/ExtJS
+@dir %%WWWDIR%%/modules/postfixadmin/themes
+@dir %%WWWDIR%%/modules/postfixadmin
+@dir %%WWWDIR%%/modules/pr2analyzer/controller
+@dir %%WWWDIR%%/modules/pr2analyzer/install
+@dir %%WWWDIR%%/modules/pr2analyzer/language
+@dir %%WWWDIR%%/modules/pr2analyzer/model
+@dir %%WWWDIR%%/modules/pr2analyzer/themes/Default/images
+@dir %%WWWDIR%%/modules/pr2analyzer/themes/Default
+@dir %%WWWDIR%%/modules/pr2analyzer/themes
+@dir %%WWWDIR%%/modules/pr2analyzer/views/Extjs3
+@dir %%WWWDIR%%/modules/pr2analyzer/views
+@dir %%WWWDIR%%/modules/pr2analyzer
+@dir %%WWWDIR%%/modules/presidents/controller
+@dir %%WWWDIR%%/modules/presidents/customfields/model
+@dir %%WWWDIR%%/modules/presidents/customfields
+@dir %%WWWDIR%%/modules/presidents/install
+@dir %%WWWDIR%%/modules/presidents/language
+@dir %%WWWDIR%%/modules/presidents/model
+@dir %%WWWDIR%%/modules/presidents/views/Extjs3/themes/Default
+@dir %%WWWDIR%%/modules/presidents/views/Extjs3/themes
+@dir %%WWWDIR%%/modules/presidents/views/Extjs3
+@dir %%WWWDIR%%/modules/presidents/views
+@dir %%WWWDIR%%/modules/presidents
+@dir %%WWWDIR%%/modules/professional/controller
+@dir %%WWWDIR%%/modules/professional
+@dir %%WWWDIR%%/modules/projects2/controller
+@dir %%WWWDIR%%/modules/projects2/customfields/model
+@dir %%WWWDIR%%/modules/projects2/customfields
+@dir %%WWWDIR%%/modules/projects2/export
+@dir %%WWWDIR%%/modules/projects2/install/images
+@dir %%WWWDIR%%/modules/projects2/install/updatescripts
+@dir %%WWWDIR%%/modules/projects2/install
+@dir %%WWWDIR%%/modules/projects2/language
+@dir %%WWWDIR%%/modules/projects2/model
+@dir %%WWWDIR%%/modules/projects2/report
+@dir %%WWWDIR%%/modules/projects2/themes/Default/images
+@dir %%WWWDIR%%/modules/projects2/themes/Default
+@dir %%WWWDIR%%/modules/projects2/themes/ExtJS/images
+@dir %%WWWDIR%%/modules/projects2/themes/ExtJS
+@dir %%WWWDIR%%/modules/projects2/themes
+@dir %%WWWDIR%%/modules/projects2/views/Extjs3
+@dir %%WWWDIR%%/modules/projects2/views
+@dir %%WWWDIR%%/modules/projects2
+@dir %%WWWDIR%%/modules/reminders/controller
+@dir %%WWWDIR%%/modules/reminders/language
+@dir %%WWWDIR%%/modules/reminders/themes/Default/images
+@dir %%WWWDIR%%/modules/reminders/themes/Default
+@dir %%WWWDIR%%/modules/reminders/themes
+@dir %%WWWDIR%%/modules/reminders
+@dir %%WWWDIR%%/modules/savemailas/controller
+@dir %%WWWDIR%%/modules/savemailas/filehandler
+@dir %%WWWDIR%%/modules/savemailas/install
+@dir %%WWWDIR%%/modules/savemailas/language
+@dir %%WWWDIR%%/modules/savemailas/model
+@dir %%WWWDIR%%/modules/savemailas/themes/Default/images
+@dir %%WWWDIR%%/modules/savemailas/themes/Default
+@dir %%WWWDIR%%/modules/savemailas/themes
+@dir %%WWWDIR%%/modules/savemailas
+@dir %%WWWDIR%%/modules/scanbox/controller
+@dir %%WWWDIR%%/modules/scanbox/install
+@dir %%WWWDIR%%/modules/scanbox/language
+@dir %%WWWDIR%%/modules/scanbox/model
+@dir %%WWWDIR%%/modules/scanbox/views/Extjs3/themes/Default/images
+@dir %%WWWDIR%%/modules/scanbox/views/Extjs3/themes/Default
+@dir %%WWWDIR%%/modules/scanbox/views/Extjs3/themes/ExtJS/images
+@dir %%WWWDIR%%/modules/scanbox/views/Extjs3/themes/ExtJS
+@dir %%WWWDIR%%/modules/scanbox/views/Extjs3/themes
+@dir %%WWWDIR%%/modules/scanbox/views/Extjs3
+@dir %%WWWDIR%%/modules/scanbox/views
+@dir %%WWWDIR%%/modules/scanbox
+@dir %%WWWDIR%%/modules/search/language
+@dir %%WWWDIR%%/modules/search/themes/Default/images
+@dir %%WWWDIR%%/modules/search/themes/Default
+@dir %%WWWDIR%%/modules/search/themes
+@dir %%WWWDIR%%/modules/search
+@dir %%WWWDIR%%/modules/serverclient/install
+@dir %%WWWDIR%%/modules/serverclient/language
+@dir %%WWWDIR%%/modules/serverclient/themes/Default/images
+@dir %%WWWDIR%%/modules/serverclient/themes/Default
+@dir %%WWWDIR%%/modules/serverclient/themes/ExtJS/images
+@dir %%WWWDIR%%/modules/serverclient/themes/ExtJS
+@dir %%WWWDIR%%/modules/serverclient/themes
+@dir %%WWWDIR%%/modules/serverclient
+@dir %%WWWDIR%%/modules/settings/controller
+@dir %%WWWDIR%%/modules/settings/install
+@dir %%WWWDIR%%/modules/settings/language
+@dir %%WWWDIR%%/modules/settings/themes/Default/images
+@dir %%WWWDIR%%/modules/settings/themes/Default
+@dir %%WWWDIR%%/modules/settings/themes
+@dir %%WWWDIR%%/modules/settings
+@dir %%WWWDIR%%/modules/sieve/controller
+@dir %%WWWDIR%%/modules/sieve/install/updatescripts
+@dir %%WWWDIR%%/modules/sieve/install
+@dir %%WWWDIR%%/modules/sieve/language
+@dir %%WWWDIR%%/modules/sieve/themes/Default/images
+@dir %%WWWDIR%%/modules/sieve/themes/Default
+@dir %%WWWDIR%%/modules/sieve/themes
+@dir %%WWWDIR%%/modules/sieve/util
+@dir %%WWWDIR%%/modules/sieve
+@dir %%WWWDIR%%/modules/site/components
+@dir %%WWWDIR%%/modules/site/controller
+@dir %%WWWDIR%%/modules/site/customfields/model
+@dir %%WWWDIR%%/modules/site/customfields
+@dir %%WWWDIR%%/modules/site/customfieldtype
+@dir %%WWWDIR%%/modules/site/install
+@dir %%WWWDIR%%/modules/site/language
+@dir %%WWWDIR%%/modules/site/model
+@dir %%WWWDIR%%/modules/site/tag
+@dir %%WWWDIR%%/modules/site/views/Extjs3/themes/Default/images
+@dir %%WWWDIR%%/modules/site/views/Extjs3/themes/Default
+@dir %%WWWDIR%%/modules/site/views/Extjs3/themes
+@dir %%WWWDIR%%/modules/site/views/Extjs3/treenodes
+@dir %%WWWDIR%%/modules/site/views/Extjs3
+@dir %%WWWDIR%%/modules/site/views
+@dir %%WWWDIR%%/modules/site/widget/contactform
+@dir %%WWWDIR%%/modules/site/widget/plupload/assets/js/i18n
+@dir %%WWWDIR%%/modules/site/widget/plupload/assets/js/jquery.plupload.queue/css
+@dir %%WWWDIR%%/modules/site/widget/plupload/assets/js/jquery.plupload.queue/img
+@dir %%WWWDIR%%/modules/site/widget/plupload/assets/js/jquery.plupload.queue
+@dir %%WWWDIR%%/modules/site/widget/plupload/assets/js/jquery.ui.plupload/css
+@dir %%WWWDIR%%/modules/site/widget/plupload/assets/js/jquery.ui.plupload/img
+@dir %%WWWDIR%%/modules/site/widget/plupload/assets/js/jquery.ui.plupload
+@dir %%WWWDIR%%/modules/site/widget/plupload/assets/js
+@dir %%WWWDIR%%/modules/site/widget/plupload/assets
+@dir %%WWWDIR%%/modules/site/widget/plupload
+@dir %%WWWDIR%%/modules/site/widget/secureimage/assets/backgrounds
+@dir %%WWWDIR%%/modules/site/widget/secureimage/assets/database
+@dir %%WWWDIR%%/modules/site/widget/secureimage/assets/words
+@dir %%WWWDIR%%/modules/site/widget/secureimage/assets
+@dir %%WWWDIR%%/modules/site/widget/secureimage
+@dir %%WWWDIR%%/modules/site/widget/twitter
+@dir %%WWWDIR%%/modules/site/widget
+@dir %%WWWDIR%%/modules/site
+@dir %%WWWDIR%%/modules/smime/controller
+@dir %%WWWDIR%%/modules/smime/install
+@dir %%WWWDIR%%/modules/smime/language
+@dir %%WWWDIR%%/modules/smime/model
+@dir %%WWWDIR%%/modules/smime/themes/Default/images
+@dir %%WWWDIR%%/modules/smime/themes/Default
+@dir %%WWWDIR%%/modules/smime/themes
+@dir %%WWWDIR%%/modules/smime
+@dir %%WWWDIR%%/modules/summary/controller
+@dir %%WWWDIR%%/modules/summary/install/updatescripts
+@dir %%WWWDIR%%/modules/summary/install
+@dir %%WWWDIR%%/modules/summary/language
+@dir %%WWWDIR%%/modules/summary/model
+@dir %%WWWDIR%%/modules/summary/themes/Default/images
+@dir %%WWWDIR%%/modules/summary/themes/Default
+@dir %%WWWDIR%%/modules/summary/themes/ExtJS/images
+@dir %%WWWDIR%%/modules/summary/themes/ExtJS
+@dir %%WWWDIR%%/modules/summary/themes
+@dir %%WWWDIR%%/modules/summary
+@dir %%WWWDIR%%/modules/sync/controller
+@dir %%WWWDIR%%/modules/sync/install
+@dir %%WWWDIR%%/modules/sync/language
+@dir %%WWWDIR%%/modules/sync/model
+@dir %%WWWDIR%%/modules/sync/themes/Default/images
+@dir %%WWWDIR%%/modules/sync/themes/Default
+@dir %%WWWDIR%%/modules/sync/themes/ExtJS/images
+@dir %%WWWDIR%%/modules/sync/themes/ExtJS
+@dir %%WWWDIR%%/modules/sync/themes
+@dir %%WWWDIR%%/modules/sync/z-push21/backend/go
+@dir %%WWWDIR%%/modules/sync/z-push21/backend
+@dir %%WWWDIR%%/modules/sync/z-push21
+@dir %%WWWDIR%%/modules/sync
+@dir %%WWWDIR%%/modules/syncml/backend/go/store
+@dir %%WWWDIR%%/modules/syncml/backend/go
+@dir %%WWWDIR%%/modules/syncml/backend
+@dir %%WWWDIR%%/modules/syncml/controller
+@dir %%WWWDIR%%/modules/syncml/exception
+@dir %%WWWDIR%%/modules/syncml/install
+@dir %%WWWDIR%%/modules/syncml/language
+@dir %%WWWDIR%%/modules/syncml/model
+@dir %%WWWDIR%%/modules/syncml/store
+@dir %%WWWDIR%%/modules/syncml/views/Extjs3/themes/Default/images
+@dir %%WWWDIR%%/modules/syncml/views/Extjs3/themes/Default
+@dir %%WWWDIR%%/modules/syncml/views/Extjs3/themes
+@dir %%WWWDIR%%/modules/syncml/views/Extjs3
+@dir %%WWWDIR%%/modules/syncml/views
+@dir %%WWWDIR%%/modules/syncml/xml
+@dir %%WWWDIR%%/modules/syncml
+@dir %%WWWDIR%%/modules/tasks/controller
+@dir %%WWWDIR%%/modules/tasks/customfields/model
+@dir %%WWWDIR%%/modules/tasks/customfields
+@dir %%WWWDIR%%/modules/tasks/export
+@dir %%WWWDIR%%/modules/tasks/install/updatescripts
+@dir %%WWWDIR%%/modules/tasks/install
+@dir %%WWWDIR%%/modules/tasks/language
+@dir %%WWWDIR%%/modules/tasks/model
+@dir %%WWWDIR%%/modules/tasks/views/Extjs3/themes/Default/images
+@dir %%WWWDIR%%/modules/tasks/views/Extjs3/themes/Default
+@dir %%WWWDIR%%/modules/tasks/views/Extjs3/themes/ExtJS/images
+@dir %%WWWDIR%%/modules/tasks/views/Extjs3/themes/ExtJS
+@dir %%WWWDIR%%/modules/tasks/views/Extjs3/themes/Group-Office/images
+@dir %%WWWDIR%%/modules/tasks/views/Extjs3/themes/Group-Office
+@dir %%WWWDIR%%/modules/tasks/views/Extjs3/themes
+@dir %%WWWDIR%%/modules/tasks/views/Extjs3
+@dir %%WWWDIR%%/modules/tasks/views
+@dir %%WWWDIR%%/modules/tasks
+@dir %%WWWDIR%%/modules/tickets/controller
+@dir %%WWWDIR%%/modules/tickets/cron
+@dir %%WWWDIR%%/modules/tickets/customfields/model
+@dir %%WWWDIR%%/modules/tickets/customfields
+@dir %%WWWDIR%%/modules/tickets/export
+@dir %%WWWDIR%%/modules/tickets/extern
+@dir %%WWWDIR%%/modules/tickets/install/updatescripts
+@dir %%WWWDIR%%/modules/tickets/install
+@dir %%WWWDIR%%/modules/tickets/language
+@dir %%WWWDIR%%/modules/tickets/model
+@dir %%WWWDIR%%/modules/tickets/themes/Default/images/16x16
+@dir %%WWWDIR%%/modules/tickets/themes/Default/images
+@dir %%WWWDIR%%/modules/tickets/themes/Default
+@dir %%WWWDIR%%/modules/tickets/themes/ExtJS
+@dir %%WWWDIR%%/modules/tickets/themes/Group-Office/images/16x16
+@dir %%WWWDIR%%/modules/tickets/themes/Group-Office/images
+@dir %%WWWDIR%%/modules/tickets/themes/Group-Office
+@dir %%WWWDIR%%/modules/tickets/themes
+@dir %%WWWDIR%%/modules/tickets/views/Extjs3
+@dir %%WWWDIR%%/modules/tickets/views
+@dir %%WWWDIR%%/modules/tickets
+@dir %%WWWDIR%%/modules/timeregistration2/controller
+@dir %%WWWDIR%%/modules/timeregistration2/export
+@dir %%WWWDIR%%/modules/timeregistration2/install
+@dir %%WWWDIR%%/modules/timeregistration2/language
+@dir %%WWWDIR%%/modules/timeregistration2/model
+@dir %%WWWDIR%%/modules/timeregistration2/report
+@dir %%WWWDIR%%/modules/timeregistration2/themes/Default/images
+@dir %%WWWDIR%%/modules/timeregistration2/themes/Default
+@dir %%WWWDIR%%/modules/timeregistration2/themes/ExtJS
+@dir %%WWWDIR%%/modules/timeregistration2/themes
+@dir %%WWWDIR%%/modules/timeregistration2/views/Extjs3
+@dir %%WWWDIR%%/modules/timeregistration2/views
+@dir %%WWWDIR%%/modules/timeregistration2
+@dir %%WWWDIR%%/modules/tools/controller
+@dir %%WWWDIR%%/modules/tools/language
+@dir %%WWWDIR%%/modules/tools/themes/Default/images
+@dir %%WWWDIR%%/modules/tools/themes/Default
+@dir %%WWWDIR%%/modules/tools/themes/ExtJS/images
+@dir %%WWWDIR%%/modules/tools/themes/ExtJS
+@dir %%WWWDIR%%/modules/tools/themes
+@dir %%WWWDIR%%/modules/tools
+@dir %%WWWDIR%%/modules/users/controller
+@dir %%WWWDIR%%/modules/users/customfields/model
+@dir %%WWWDIR%%/modules/users/customfields
+@dir %%WWWDIR%%/modules/users/export
+@dir %%WWWDIR%%/modules/users/install/updatescripts
+@dir %%WWWDIR%%/modules/users/install
+@dir %%WWWDIR%%/modules/users/language
+@dir %%WWWDIR%%/modules/users/model
+@dir %%WWWDIR%%/modules/users/themes/Default/images
+@dir %%WWWDIR%%/modules/users/themes/Default
+@dir %%WWWDIR%%/modules/users/themes/ExtJS/images/16x16
+@dir %%WWWDIR%%/modules/users/themes/ExtJS/images/22x22
+@dir %%WWWDIR%%/modules/users/themes/ExtJS/images
+@dir %%WWWDIR%%/modules/users/themes/ExtJS
+@dir %%WWWDIR%%/modules/users/themes
+@dir %%WWWDIR%%/modules/users/views/Extjs3
+@dir %%WWWDIR%%/modules/users/views
+@dir %%WWWDIR%%/modules/users
+@dir %%WWWDIR%%/modules/webodf/controller
+@dir %%WWWDIR%%/modules/webodf/filehandler
+@dir %%WWWDIR%%/modules/webodf/language
+@dir %%WWWDIR%%/modules/webodf/themes/Default/images
+@dir %%WWWDIR%%/modules/webodf/themes/Default
+@dir %%WWWDIR%%/modules/webodf/themes
+@dir %%WWWDIR%%/modules/webodf/wodotexteditor/app/resources
+@dir %%WWWDIR%%/modules/webodf/wodotexteditor/app
+@dir %%WWWDIR%%/modules/webodf/wodotexteditor/dijit/icons/images
+@dir %%WWWDIR%%/modules/webodf/wodotexteditor/dijit/icons
+@dir %%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/a11y
+@dir %%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/form/images
+@dir %%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/form
+@dir %%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/images
+@dir %%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/layout/images
+@dir %%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro/layout
+@dir %%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes/claro
+@dir %%WWWDIR%%/modules/webodf/wodotexteditor/dijit/themes
+@dir %%WWWDIR%%/modules/webodf/wodotexteditor/dijit
+@dir %%WWWDIR%%/modules/webodf/wodotexteditor/dojo/resources/images
+@dir %%WWWDIR%%/modules/webodf/wodotexteditor/dojo/resources
+@dir %%WWWDIR%%/modules/webodf/wodotexteditor/dojo
+@dir %%WWWDIR%%/modules/webodf/wodotexteditor/dojox/layout/resources/icons
+@dir %%WWWDIR%%/modules/webodf/wodotexteditor/dojox/layout/resources
+@dir %%WWWDIR%%/modules/webodf/wodotexteditor/dojox/layout
+@dir %%WWWDIR%%/modules/webodf/wodotexteditor/dojox/widget/ColorPicker/images
+@dir %%WWWDIR%%/modules/webodf/wodotexteditor/dojox/widget/ColorPicker
+@dir %%WWWDIR%%/modules/webodf/wodotexteditor/dojox/widget
+@dir %%WWWDIR%%/modules/webodf/wodotexteditor/dojox
+@dir %%WWWDIR%%/modules/webodf/wodotexteditor/images
+@dir %%WWWDIR%%/modules/webodf/wodotexteditor/resources/fonts
+@dir %%WWWDIR%%/modules/webodf/wodotexteditor/resources
+@dir %%WWWDIR%%/modules/webodf/wodotexteditor/translations
+@dir %%WWWDIR%%/modules/webodf/wodotexteditor/widgets/dialogWidgets
+@dir %%WWWDIR%%/modules/webodf/wodotexteditor/widgets/toolbarWidgets
+@dir %%WWWDIR%%/modules/webodf/wodotexteditor/widgets
+@dir %%WWWDIR%%/modules/webodf/wodotexteditor
+@dir %%WWWDIR%%/modules/webodf
+@dir %%WWWDIR%%/modules/workflow/action
+@dir %%WWWDIR%%/modules/workflow/controller
+@dir %%WWWDIR%%/modules/workflow/install
+@dir %%WWWDIR%%/modules/workflow/language
+@dir %%WWWDIR%%/modules/workflow/model
+@dir %%WWWDIR%%/modules/workflow/views/Extjs3/themes/Default/images
+@dir %%WWWDIR%%/modules/workflow/views/Extjs3/themes/Default
+@dir %%WWWDIR%%/modules/workflow/views/Extjs3/themes/Extjs/images
+@dir %%WWWDIR%%/modules/workflow/views/Extjs3/themes/Extjs
+@dir %%WWWDIR%%/modules/workflow/views/Extjs3/themes
+@dir %%WWWDIR%%/modules/workflow/views/Extjs3
+@dir %%WWWDIR%%/modules/workflow/views
+@dir %%WWWDIR%%/modules/workflow
+@dir %%WWWDIR%%/modules/zpushadmin/controller
+@dir %%WWWDIR%%/modules/zpushadmin/install
+@dir %%WWWDIR%%/modules/zpushadmin/language
+@dir %%WWWDIR%%/modules/zpushadmin/model
+@dir %%WWWDIR%%/modules/zpushadmin/views/Extjs3/themes/Default/images
+@dir %%WWWDIR%%/modules/zpushadmin/views/Extjs3/themes/Default
+@dir %%WWWDIR%%/modules/zpushadmin/views/Extjs3/themes/Extjs/images
+@dir %%WWWDIR%%/modules/zpushadmin/views/Extjs3/themes/Extjs
+@dir %%WWWDIR%%/modules/zpushadmin/views/Extjs3/themes
+@dir %%WWWDIR%%/modules/zpushadmin/views/Extjs3
+@dir %%WWWDIR%%/modules/zpushadmin/views
+@dir %%WWWDIR%%/modules/zpushadmin
+@dir %%WWWDIR%%/modules
+@dir %%WWWDIR%%/vendor/composer
+@dir %%WWWDIR%%/vendor/fkooman/guzzle-bearer-auth-plugin/src/fkooman/Guzzle/Plugin/BearerAuth/Exception
+@dir %%WWWDIR%%/vendor/fkooman/guzzle-bearer-auth-plugin/src/fkooman/Guzzle/Plugin/BearerAuth
+@dir %%WWWDIR%%/vendor/fkooman/guzzle-bearer-auth-plugin/src/fkooman/Guzzle/Plugin
+@dir %%WWWDIR%%/vendor/fkooman/guzzle-bearer-auth-plugin/src/fkooman/Guzzle
+@dir %%WWWDIR%%/vendor/fkooman/guzzle-bearer-auth-plugin/src/fkooman
+@dir %%WWWDIR%%/vendor/fkooman/guzzle-bearer-auth-plugin/src
+@dir %%WWWDIR%%/vendor/fkooman/guzzle-bearer-auth-plugin
+@dir %%WWWDIR%%/vendor/fkooman/oauth-common/docs
+@dir %%WWWDIR%%/vendor/fkooman/oauth-common/src/fkooman/OAuth/Common/Exception
+@dir %%WWWDIR%%/vendor/fkooman/oauth-common/src/fkooman/OAuth/Common
+@dir %%WWWDIR%%/vendor/fkooman/oauth-common/src/fkooman/OAuth
+@dir %%WWWDIR%%/vendor/fkooman/oauth-common/src/fkooman
+@dir %%WWWDIR%%/vendor/fkooman/oauth-common/src
+@dir %%WWWDIR%%/vendor/fkooman/oauth-common/tests/fkooman/OAuth/Common
+@dir %%WWWDIR%%/vendor/fkooman/oauth-common/tests/fkooman/OAuth
+@dir %%WWWDIR%%/vendor/fkooman/oauth-common/tests/fkooman
+@dir %%WWWDIR%%/vendor/fkooman/oauth-common/tests
+@dir %%WWWDIR%%/vendor/fkooman/oauth-common
+@dir %%WWWDIR%%/vendor/fkooman/php-oauth-client/bin
+@dir %%WWWDIR%%/vendor/fkooman/php-oauth-client/docs
+@dir %%WWWDIR%%/vendor/fkooman/php-oauth-client/example/gdrive
+@dir %%WWWDIR%%/vendor/fkooman/php-oauth-client/example/simple
+@dir %%WWWDIR%%/vendor/fkooman/php-oauth-client/example
+@dir %%WWWDIR%%/vendor/fkooman/php-oauth-client/rpm
+@dir %%WWWDIR%%/vendor/fkooman/php-oauth-client/src/fkooman/OAuth/Client/Exception
+@dir %%WWWDIR%%/vendor/fkooman/php-oauth-client/src/fkooman/OAuth/Client
+@dir %%WWWDIR%%/vendor/fkooman/php-oauth-client/src/fkooman/OAuth
+@dir %%WWWDIR%%/vendor/fkooman/php-oauth-client/src/fkooman
+@dir %%WWWDIR%%/vendor/fkooman/php-oauth-client/src
+@dir %%WWWDIR%%/vendor/fkooman/php-oauth-client/tests/fkooman/OAuth/Client
+@dir %%WWWDIR%%/vendor/fkooman/php-oauth-client/tests/fkooman/OAuth
+@dir %%WWWDIR%%/vendor/fkooman/php-oauth-client/tests/fkooman
+@dir %%WWWDIR%%/vendor/fkooman/php-oauth-client/tests
+@dir %%WWWDIR%%/vendor/fkooman/php-oauth-client
+@dir %%WWWDIR%%/vendor/fkooman
+@dir %%WWWDIR%%/vendor/guzzle/guzzle/docs/_downloads
+@dir %%WWWDIR%%/vendor/guzzle/guzzle/docs/_static
+@dir %%WWWDIR%%/vendor/guzzle/guzzle/docs/_templates
+@dir %%WWWDIR%%/vendor/guzzle/guzzle/docs/batching
+@dir %%WWWDIR%%/vendor/guzzle/guzzle/docs/getting-started
+@dir %%WWWDIR%%/vendor/guzzle/guzzle/docs/http-client
+@dir %%WWWDIR%%/vendor/guzzle/guzzle/docs/iterators
+@dir %%WWWDIR%%/vendor/guzzle/guzzle/docs/plugins
+@dir %%WWWDIR%%/vendor/guzzle/guzzle/docs/testing
+@dir %%WWWDIR%%/vendor/guzzle/guzzle/docs/webservice-client
+@dir %%WWWDIR%%/vendor/guzzle/guzzle/docs
+@dir %%WWWDIR%%/vendor/guzzle/guzzle/phing/imports
+@dir %%WWWDIR%%/vendor/guzzle/guzzle/phing/tasks
+@dir %%WWWDIR%%/vendor/guzzle/guzzle/phing
+@dir %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Batch/Exception
+@dir %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Batch
+@dir %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Cache
+@dir %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Common/Exception
+@dir %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Common
+@dir %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Http/Curl
+@dir %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Http/Exception
+@dir %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header
+@dir %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Http/Message
+@dir %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Http/QueryAggregator
+@dir %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Http/Resources
+@dir %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Http
+@dir %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Inflection
+@dir %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Iterator
+@dir %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Log
+@dir %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Parser/Cookie
+@dir %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Parser/Message
+@dir %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Parser/UriTemplate
+@dir %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Parser/Url
+@dir %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Parser
+@dir %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Plugin/Async
+@dir %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff
+@dir %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache
+@dir %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookieJar
+@dir %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/Exception
+@dir %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie
+@dir %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Plugin/CurlAuth
+@dir %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/Exception
+@dir %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse
+@dir %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Plugin/History
+@dir %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Plugin/Log
+@dir %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Plugin/Md5
+@dir %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Plugin/Mock
+@dir %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Plugin/Oauth
+@dir %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Plugin
+@dir %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Service/Builder
+@dir %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory
+@dir %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request
+@dir %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response
+@dir %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor
+@dir %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Service/Command
+@dir %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Service/Description
+@dir %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Service/Exception
+@dir %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Service/Resource
+@dir %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Service
+@dir %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle/Stream
+@dir %%WWWDIR%%/vendor/guzzle/guzzle/src/Guzzle
+@dir %%WWWDIR%%/vendor/guzzle/guzzle/src
+@dir %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Batch
+@dir %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Cache
+@dir %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Common/Exception
+@dir %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Common
+@dir %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Http/Curl
+@dir %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Http/Exception
+@dir %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Http/Message/Header
+@dir %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Http/Message
+@dir %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Http/QueryAggregator
+@dir %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Http
+@dir %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Inflection
+@dir %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Iterator
+@dir %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Log
+@dir %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Mock
+@dir %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Parser/Cookie
+@dir %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Parser/Message
+@dir %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Parser/UriTemplate
+@dir %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Parser
+@dir %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Async
+@dir %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Backoff
+@dir %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Cache
+@dir %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Cookie/CookieJar
+@dir %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Cookie
+@dir %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Plugin/CurlAuth
+@dir %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Plugin/ErrorResponse
+@dir %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Plugin/History
+@dir %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Log
+@dir %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Md5
+@dir %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Mock
+@dir %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Oauth
+@dir %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Plugin
+@dir %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Builder
+@dir %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/Factory
+@dir %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/LocationVisitor/Request
+@dir %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/LocationVisitor/Response
+@dir %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/LocationVisitor
+@dir %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Command
+@dir %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Description
+@dir %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Exception
+@dir %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Mock/Command/Sub
+@dir %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Mock/Command
+@dir %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Mock/Model
+@dir %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Mock
+@dir %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Resource
+@dir %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service
+@dir %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/Stream
+@dir %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/TestData/description
+@dir %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/TestData/services
+@dir %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests/TestData
+@dir %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle/Tests
+@dir %%WWWDIR%%/vendor/guzzle/guzzle/tests/Guzzle
+@dir %%WWWDIR%%/vendor/guzzle/guzzle/tests
+@dir %%WWWDIR%%/vendor/guzzle/guzzle
+@dir %%WWWDIR%%/vendor/guzzle
+@dir %%WWWDIR%%/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Debug
+@dir %%WWWDIR%%/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/DependencyInjection
+@dir %%WWWDIR%%/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Tests/Debug
+@dir %%WWWDIR%%/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Tests/DependencyInjection
+@dir %%WWWDIR%%/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Tests
+@dir %%WWWDIR%%/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher
+@dir %%WWWDIR%%/vendor/symfony/event-dispatcher/Symfony/Component
+@dir %%WWWDIR%%/vendor/symfony/event-dispatcher/Symfony
+@dir %%WWWDIR%%/vendor/symfony/event-dispatcher
+@dir %%WWWDIR%%/vendor/symfony
+@dir %%WWWDIR%%/vendor
+@dir %%WWWDIR%%/views/Extjs3/ext/adapter/ext
+@dir %%WWWDIR%%/views/Extjs3/ext/adapter/jquery
+@dir %%WWWDIR%%/views/Extjs3/ext/adapter/prototype
+@dir %%WWWDIR%%/views/Extjs3/ext/adapter/yui
+@dir %%WWWDIR%%/views/Extjs3/ext/adapter
+@dir %%WWWDIR%%/views/Extjs3/ext/resources/css/structure
+@dir %%WWWDIR%%/views/Extjs3/ext/resources/css/theme-access
+@dir %%WWWDIR%%/views/Extjs3/ext/resources/css/theme-gray
+@dir %%WWWDIR%%/views/Extjs3/ext/resources/css/visual
+@dir %%WWWDIR%%/views/Extjs3/ext/resources/css
+@dir %%WWWDIR%%/views/Extjs3/ext/resources/images/access/box
+@dir %%WWWDIR%%/views/Extjs3/ext/resources/images/access/button
+@dir %%WWWDIR%%/views/Extjs3/ext/resources/images/access/editor
+@dir %%WWWDIR%%/views/Extjs3/ext/resources/images/access/form
+@dir %%WWWDIR%%/views/Extjs3/ext/resources/images/access/grid
+@dir %%WWWDIR%%/views/Extjs3/ext/resources/images/access/menu
+@dir %%WWWDIR%%/views/Extjs3/ext/resources/images/access/panel
+@dir %%WWWDIR%%/views/Extjs3/ext/resources/images/access/progress
+@dir %%WWWDIR%%/views/Extjs3/ext/resources/images/access/qtip
+@dir %%WWWDIR%%/views/Extjs3/ext/resources/images/access/shared
+@dir %%WWWDIR%%/views/Extjs3/ext/resources/images/access/sizer
+@dir %%WWWDIR%%/views/Extjs3/ext/resources/images/access/slider
+@dir %%WWWDIR%%/views/Extjs3/ext/resources/images/access/tabs
+@dir %%WWWDIR%%/views/Extjs3/ext/resources/images/access/toolbar
+@dir %%WWWDIR%%/views/Extjs3/ext/resources/images/access/tree
+@dir %%WWWDIR%%/views/Extjs3/ext/resources/images/access/window
+@dir %%WWWDIR%%/views/Extjs3/ext/resources/images/access
+@dir %%WWWDIR%%/views/Extjs3/ext/resources/images/default/box
+@dir %%WWWDIR%%/views/Extjs3/ext/resources/images/default/button
+@dir %%WWWDIR%%/views/Extjs3/ext/resources/images/default/dd
+@dir %%WWWDIR%%/views/Extjs3/ext/resources/images/default/editor
+@dir %%WWWDIR%%/views/Extjs3/ext/resources/images/default/form
+@dir %%WWWDIR%%/views/Extjs3/ext/resources/images/default/grid
+@dir %%WWWDIR%%/views/Extjs3/ext/resources/images/default/layout
+@dir %%WWWDIR%%/views/Extjs3/ext/resources/images/default/menu
+@dir %%WWWDIR%%/views/Extjs3/ext/resources/images/default/panel
+@dir %%WWWDIR%%/views/Extjs3/ext/resources/images/default/progress
+@dir %%WWWDIR%%/views/Extjs3/ext/resources/images/default/qtip
+@dir %%WWWDIR%%/views/Extjs3/ext/resources/images/default/shared
+@dir %%WWWDIR%%/views/Extjs3/ext/resources/images/default/sizer
+@dir %%WWWDIR%%/views/Extjs3/ext/resources/images/default/slider
+@dir %%WWWDIR%%/views/Extjs3/ext/resources/images/default/tabs
+@dir %%WWWDIR%%/views/Extjs3/ext/resources/images/default/toolbar
+@dir %%WWWDIR%%/views/Extjs3/ext/resources/images/default/tree
+@dir %%WWWDIR%%/views/Extjs3/ext/resources/images/default/window
+@dir %%WWWDIR%%/views/Extjs3/ext/resources/images/default
+@dir %%WWWDIR%%/views/Extjs3/ext/resources/images/gray/button
+@dir %%WWWDIR%%/views/Extjs3/ext/resources/images/gray/form
+@dir %%WWWDIR%%/views/Extjs3/ext/resources/images/gray/grid
+@dir %%WWWDIR%%/views/Extjs3/ext/resources/images/gray/menu
+@dir %%WWWDIR%%/views/Extjs3/ext/resources/images/gray/panel
+@dir %%WWWDIR%%/views/Extjs3/ext/resources/images/gray/progress
+@dir %%WWWDIR%%/views/Extjs3/ext/resources/images/gray/qtip
+@dir %%WWWDIR%%/views/Extjs3/ext/resources/images/gray/shared
+@dir %%WWWDIR%%/views/Extjs3/ext/resources/images/gray/sizer
+@dir %%WWWDIR%%/views/Extjs3/ext/resources/images/gray/slider
+@dir %%WWWDIR%%/views/Extjs3/ext/resources/images/gray/tabs
+@dir %%WWWDIR%%/views/Extjs3/ext/resources/images/gray/toolbar
+@dir %%WWWDIR%%/views/Extjs3/ext/resources/images/gray/tree
+@dir %%WWWDIR%%/views/Extjs3/ext/resources/images/gray/window
+@dir %%WWWDIR%%/views/Extjs3/ext/resources/images/gray
+@dir %%WWWDIR%%/views/Extjs3/ext/resources/images/vista/basic-dialog
+@dir %%WWWDIR%%/views/Extjs3/ext/resources/images/vista/dd
+@dir %%WWWDIR%%/views/Extjs3/ext/resources/images/vista/grid
+@dir %%WWWDIR%%/views/Extjs3/ext/resources/images/vista/layout
+@dir %%WWWDIR%%/views/Extjs3/ext/resources/images/vista/qtip
+@dir %%WWWDIR%%/views/Extjs3/ext/resources/images/vista/sizer
+@dir %%WWWDIR%%/views/Extjs3/ext/resources/images/vista/tabs
+@dir %%WWWDIR%%/views/Extjs3/ext/resources/images/vista/toolbar
+@dir %%WWWDIR%%/views/Extjs3/ext/resources/images/vista/tree
+@dir %%WWWDIR%%/views/Extjs3/ext/resources/images/vista
+@dir %%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/box
+@dir %%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/button
+@dir %%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/dd
+@dir %%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/editor
+@dir %%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/form
+@dir %%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/grid
+@dir %%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/layout
+@dir %%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/menu
+@dir %%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/panel
+@dir %%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/progress
+@dir %%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/qtip
+@dir %%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/shared
+@dir %%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/sizer
+@dir %%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/slider
+@dir %%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/tabs
+@dir %%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/toolbar
+@dir %%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/tree
+@dir %%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme/window
+@dir %%WWWDIR%%/views/Extjs3/ext/resources/images/yourtheme
+@dir %%WWWDIR%%/views/Extjs3/ext/resources/images
+@dir %%WWWDIR%%/views/Extjs3/ext/resources
+@dir %%WWWDIR%%/views/Extjs3/ext/src/adapter
+@dir %%WWWDIR%%/views/Extjs3/ext/src/core
+@dir %%WWWDIR%%/views/Extjs3/ext/src/data
+@dir %%WWWDIR%%/views/Extjs3/ext/src/dd
+@dir %%WWWDIR%%/views/Extjs3/ext/src/direct
+@dir %%WWWDIR%%/views/Extjs3/ext/src/locale
+@dir %%WWWDIR%%/views/Extjs3/ext/src/state
+@dir %%WWWDIR%%/views/Extjs3/ext/src/util
+@dir %%WWWDIR%%/views/Extjs3/ext/src/widgets/chart
+@dir %%WWWDIR%%/views/Extjs3/ext/src/widgets/form
+@dir %%WWWDIR%%/views/Extjs3/ext/src/widgets/grid
+@dir %%WWWDIR%%/views/Extjs3/ext/src/widgets/layout/box
+@dir %%WWWDIR%%/views/Extjs3/ext/src/widgets/layout
+@dir %%WWWDIR%%/views/Extjs3/ext/src/widgets/list
+@dir %%WWWDIR%%/views/Extjs3/ext/src/widgets/menu
+@dir %%WWWDIR%%/views/Extjs3/ext/src/widgets/tips
+@dir %%WWWDIR%%/views/Extjs3/ext/src/widgets/tree
+@dir %%WWWDIR%%/views/Extjs3/ext/src/widgets
+@dir %%WWWDIR%%/views/Extjs3/ext/src
+@dir %%WWWDIR%%/views/Extjs3/ext
+@dir %%WWWDIR%%/views/Extjs3/javascript/SWFObject/source/com/deconcept/expressinstall
+@dir %%WWWDIR%%/views/Extjs3/javascript/SWFObject/source/com/deconcept
+@dir %%WWWDIR%%/views/Extjs3/javascript/SWFObject/source/com
+@dir %%WWWDIR%%/views/Extjs3/javascript/SWFObject/source
+@dir %%WWWDIR%%/views/Extjs3/javascript/SWFObject
+@dir %%WWWDIR%%/views/Extjs3/javascript/SWFUpload
+@dir %%WWWDIR%%/views/Extjs3/javascript/advancedquery
+@dir %%WWWDIR%%/views/Extjs3/javascript/base/email
+@dir %%WWWDIR%%/views/Extjs3/javascript/base/model/multiselect
+@dir %%WWWDIR%%/views/Extjs3/javascript/base/model
+@dir %%WWWDIR%%/views/Extjs3/javascript/base/tree
+@dir %%WWWDIR%%/views/Extjs3/javascript/base/upload
+@dir %%WWWDIR%%/views/Extjs3/javascript/base/util
+@dir %%WWWDIR%%/views/Extjs3/javascript/base
+@dir %%WWWDIR%%/views/Extjs3/javascript/buttons
+@dir %%WWWDIR%%/views/Extjs3/javascript/data
+@dir %%WWWDIR%%/views/Extjs3/javascript/form
+@dir %%WWWDIR%%/views/Extjs3/javascript/grids
+@dir %%WWWDIR%%/views/Extjs3/javascript/links
+@dir %%WWWDIR%%/views/Extjs3/javascript/panels
+@dir %%WWWDIR%%/views/Extjs3/javascript/plugins
+@dir %%WWWDIR%%/views/Extjs3/javascript/plupload/plupload/js/i18n
+@dir %%WWWDIR%%/views/Extjs3/javascript/plupload/plupload/js/jquery.plupload.queue/css
+@dir %%WWWDIR%%/views/Extjs3/javascript/plupload/plupload/js/jquery.plupload.queue/img
+@dir %%WWWDIR%%/views/Extjs3/javascript/plupload/plupload/js/jquery.plupload.queue
+@dir %%WWWDIR%%/views/Extjs3/javascript/plupload/plupload/js/jquery.ui.plupload/css
+@dir %%WWWDIR%%/views/Extjs3/javascript/plupload/plupload/js/jquery.ui.plupload/img
+@dir %%WWWDIR%%/views/Extjs3/javascript/plupload/plupload/js/jquery.ui.plupload
+@dir %%WWWDIR%%/views/Extjs3/javascript/plupload/plupload/js
+@dir %%WWWDIR%%/views/Extjs3/javascript/plupload/plupload
+@dir %%WWWDIR%%/views/Extjs3/javascript/plupload
+@dir %%WWWDIR%%/views/Extjs3/javascript/query
+@dir %%WWWDIR%%/views/Extjs3/javascript/state
+@dir %%WWWDIR%%/views/Extjs3/javascript/windows
+@dir %%WWWDIR%%/views/Extjs3/javascript
+@dir %%WWWDIR%%/views/Extjs3/language
+@dir %%WWWDIR%%/views/Extjs3/themes/Default/images/128x128/filetypes
+@dir %%WWWDIR%%/views/Extjs3/themes/Default/images/128x128
+@dir %%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/filetypes
+@dir %%WWWDIR%%/views/Extjs3/themes/Default/images/16x16/fileupload
+@dir %%WWWDIR%%/views/Extjs3/themes/Default/images/16x16
+@dir %%WWWDIR%%/views/Extjs3/themes/Default/images/22x22
+@dir %%WWWDIR%%/views/Extjs3/themes/Default/images/32x32
+@dir %%WWWDIR%%/views/Extjs3/themes/Default/images/buttons
+@dir %%WWWDIR%%/views/Extjs3/themes/Default/images/emoticons/normal
+@dir %%WWWDIR%%/views/Extjs3/themes/Default/images/emoticons
+@dir %%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/basic-dialog
+@dir %%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/box
+@dir %%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/button
+@dir %%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/dd
+@dir %%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/editor
+@dir %%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/form
+@dir %%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/grid
+@dir %%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/layout
+@dir %%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/menu
+@dir %%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/panel
+@dir %%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/progress
+@dir %%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/qtip
+@dir %%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/shared
+@dir %%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/sizer
+@dir %%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/slider
+@dir %%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/tabs
+@dir %%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/toolbar
+@dir %%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/tree
+@dir %%WWWDIR%%/views/Extjs3/themes/Default/images/extjs/window
+@dir %%WWWDIR%%/views/Extjs3/themes/Default/images/extjs
+@dir %%WWWDIR%%/views/Extjs3/themes/Default/images/superboxselect
+@dir %%WWWDIR%%/views/Extjs3/themes/Default/images/swfupload
+@dir %%WWWDIR%%/views/Extjs3/themes/Default/images/treeview
+@dir %%WWWDIR%%/views/Extjs3/themes/Default/images/triggers
+@dir %%WWWDIR%%/views/Extjs3/themes/Default/images
+@dir %%WWWDIR%%/views/Extjs3/themes/Default/smarty/css
+@dir %%WWWDIR%%/views/Extjs3/themes/Default/smarty/images/btn_blue
+@dir %%WWWDIR%%/views/Extjs3/themes/Default/smarty/images/btn_green
+@dir %%WWWDIR%%/views/Extjs3/themes/Default/smarty/images/header_btn
+@dir %%WWWDIR%%/views/Extjs3/themes/Default/smarty/images/icons
+@dir %%WWWDIR%%/views/Extjs3/themes/Default/smarty/images/kader
+@dir %%WWWDIR%%/views/Extjs3/themes/Default/smarty/images/tab
+@dir %%WWWDIR%%/views/Extjs3/themes/Default/smarty/images
+@dir %%WWWDIR%%/views/Extjs3/themes/Default/smarty
+@dir %%WWWDIR%%/views/Extjs3/themes/Default/sounds
+@dir %%WWWDIR%%/views/Extjs3/themes/Default
+@dir %%WWWDIR%%/views/Extjs3/themes/ExtJS/images/128x128/filetypes
+@dir %%WWWDIR%%/views/Extjs3/themes/ExtJS/images/128x128
+@dir %%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/filetypes
+@dir %%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16/fileupload
+@dir %%WWWDIR%%/views/Extjs3/themes/ExtJS/images/16x16
+@dir %%WWWDIR%%/views/Extjs3/themes/ExtJS/images/22x22
+@dir %%WWWDIR%%/views/Extjs3/themes/ExtJS/images/buttons
+@dir %%WWWDIR%%/views/Extjs3/themes/ExtJS/images/emoticons/normal
+@dir %%WWWDIR%%/views/Extjs3/themes/ExtJS/images/emoticons
+@dir %%WWWDIR%%/views/Extjs3/themes/ExtJS/images/treeview
+@dir %%WWWDIR%%/views/Extjs3/themes/ExtJS/images
+@dir %%WWWDIR%%/views/Extjs3/themes/ExtJS/sounds
+@dir %%WWWDIR%%/views/Extjs3/themes/ExtJS
+@dir %%WWWDIR%%/views/Extjs3/themes/Group-Office/images/128x128/filetypes
+@dir %%WWWDIR%%/views/Extjs3/themes/Group-Office/images/128x128
+@dir %%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/filetypes
+@dir %%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16/fileupload
+@dir %%WWWDIR%%/views/Extjs3/themes/Group-Office/images/16x16
+@dir %%WWWDIR%%/views/Extjs3/themes/Group-Office/images/22x22
+@dir %%WWWDIR%%/views/Extjs3/themes/Group-Office/images/32x32
+@dir %%WWWDIR%%/views/Extjs3/themes/Group-Office/images/button
+@dir %%WWWDIR%%/views/Extjs3/themes/Group-Office/images/buttons
+@dir %%WWWDIR%%/views/Extjs3/themes/Group-Office/images/emoticons/normal
+@dir %%WWWDIR%%/views/Extjs3/themes/Group-Office/images/emoticons
+@dir %%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/basic-dialog
+@dir %%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/box
+@dir %%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/button
+@dir %%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/dd
+@dir %%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/editor
+@dir %%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/form
+@dir %%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/grid
+@dir %%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/layout
+@dir %%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/menu
+@dir %%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/panel
+@dir %%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/progress
+@dir %%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/qtip
+@dir %%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/shared
+@dir %%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/sizer
+@dir %%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/slider
+@dir %%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/tabs
+@dir %%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/toolbar
+@dir %%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/tree
+@dir %%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs/window
+@dir %%WWWDIR%%/views/Extjs3/themes/Group-Office/images/extjs
+@dir %%WWWDIR%%/views/Extjs3/themes/Group-Office/images/grid
+@dir %%WWWDIR%%/views/Extjs3/themes/Group-Office/images/superboxselect
+@dir %%WWWDIR%%/views/Extjs3/themes/Group-Office/images/swfupload
+@dir %%WWWDIR%%/views/Extjs3/themes/Group-Office/images/treeview
+@dir %%WWWDIR%%/views/Extjs3/themes/Group-Office/images/triggers
+@dir %%WWWDIR%%/views/Extjs3/themes/Group-Office/images
+@dir %%WWWDIR%%/views/Extjs3/themes/Group-Office/smarty/css
+@dir %%WWWDIR%%/views/Extjs3/themes/Group-Office/smarty/images/btn_blue
+@dir %%WWWDIR%%/views/Extjs3/themes/Group-Office/smarty/images/btn_green
+@dir %%WWWDIR%%/views/Extjs3/themes/Group-Office/smarty/images/header_btn
+@dir %%WWWDIR%%/views/Extjs3/themes/Group-Office/smarty/images/icons
+@dir %%WWWDIR%%/views/Extjs3/themes/Group-Office/smarty/images/kader
+@dir %%WWWDIR%%/views/Extjs3/themes/Group-Office/smarty/images/tab
+@dir %%WWWDIR%%/views/Extjs3/themes/Group-Office/smarty/images
+@dir %%WWWDIR%%/views/Extjs3/themes/Group-Office/smarty
+@dir %%WWWDIR%%/views/Extjs3/themes/Group-Office/sounds
+@dir %%WWWDIR%%/views/Extjs3/themes/Group-Office
+@dir %%WWWDIR%%/views/Extjs3/themes
+@dir %%WWWDIR%%/views/Extjs3
+@dir %%WWWDIR%%/views/Responsive/layout
+@dir %%WWWDIR%%/views/Responsive/resources
+@dir %%WWWDIR%%/views/Responsive
+@dir %%WWWDIR%%/views
+@dir %%WWWDIR%%
+@owner
+@group