Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Dec 2006 00:42:51 +0900 (JST)
From:      HAYASHI Yasushi <yasi@yasi.to>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/106074: [update] www/plone update for known vulnerability 
Message-ID:  <200611301542.kAUFgpJc051218@www.yasi.to>
Resent-Message-ID: <200611301750.kAUHoDMO098185@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         106074
>Category:       ports
>Synopsis:       [update] www/plone update for known vulnerability
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Nov 30 17:50:12 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     HAYASHI Yasushi
>Release:        FreeBSD 6.2-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD www.yasi.to 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #3: Sat Nov 18 08:44:48 JST 2006 yasi@notesv.yasi.to:/usr/obj/usr/src/sys/MYKERNEL i386


	
>Description:
www/plone has vulnerability because doesn't include required hotfix.
See:  http://plone.org/products/plone-hotfix/releases/20061031

And also, it fetches wrong source tarball.

This PR fixes both.
	
>How-To-Repeat:
	
>Fix:

	

--- plone.diff begins here ---
diff -urN /usr/ports/www/plone.old/Makefile /usr/ports/www/plone/Makefile
--- /usr/ports/www/plone.old/Makefile	Sat Nov 25 22:10:14 2006
+++ /usr/ports/www/plone/Makefile	Thu Nov 30 22:16:35 2006
@@ -7,9 +7,11 @@
 
 PORTNAME=	plone
 PORTVERSION=	2.5.1
+PORTREVISION=	1
 CATEGORIES=	www zope
-MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:S/$/plone\/:src/g}
-DISTFILES=	Plone-${PORTVERSION}.tar.gz:src
+MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:S/$/plone\/:src/g} \
+		http://plone.org/products/plone-hotfix/releases/20061031/:hotfix
+DISTFILES=	Plone-${PORTVERSION}-final.tar.gz:src ${HOTFIX}.tar.gz:hotfix
 DIST_SUBDIR=	zope
 
 MAINTAINER=	filippo.natali@gmail.com
@@ -21,7 +23,7 @@
 USE_ZOPE=	yes
 ZOPE_VERSION=	2.9
 USE_PYTHON=	2.4
-
+HOTFIX=		PloneHotFix20061031
 CONFLICTS=	zope-archetypes-[0-9]* \
 		zope-btreefolder2-[0-9]* \
 		zope-cmf-[0-9]* \
@@ -64,6 +66,7 @@
 .for m in ${_MODULES}
 	-${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC}/$m
 .endfor
+	-${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKDIR}/${HOTFIX}
 
 do-install:
 	@${MKDIR} ${ZOPEBASEDIR}/${ZOPEPRODUCTDIR}
@@ -72,6 +75,9 @@
 	@${FIND} ${ZOPEBASEDIR}/${ZOPEPRODUCTDIR}/$m -type f -print0 \
 		| ${XARGS} -0 -- ${CHMOD} a-w
 .endfor
+	@${CP} -R ${WRKDIR}/${HOTFIX} ${ZOPEBASEDIR}/${ZOPEPRODUCTDIR}
+	@${FIND} ${ZOPEBASEDIR}/${ZOPEPRODUCTDIR}/${HOTFIX} -type f -print0 \
+		| ${XARGS} -0 -- ${CHMOD} a-w
 
 post-install:
 .if !defined(BATCH)
diff -urN /usr/ports/www/plone.old/distinfo /usr/ports/www/plone/distinfo
--- /usr/ports/www/plone.old/distinfo	Sat Nov 25 22:10:14 2006
+++ /usr/ports/www/plone/distinfo	Thu Nov 30 06:24:16 2006
@@ -1,3 +1,6 @@
-MD5 (zope/Plone-2.5.1.tar.gz) = a90ad4012c2374efcb4eee3b65a87a92
-SHA256 (zope/Plone-2.5.1.tar.gz) = 59e028f434561b08d9264ce3879a5a2418a0b9bdf371a9db92fe137362650764
-SIZE (zope/Plone-2.5.1.tar.gz) = 8392010
+MD5 (zope/Plone-2.5.1-final.tar.gz) = cb965ed5eb4f863b124c0151824a2b5a
+SHA256 (zope/Plone-2.5.1-final.tar.gz) = 66c46cd429a48ce44794aa1443f861eee95404958169ad8e2d1396d3116d5ab3
+SIZE (zope/Plone-2.5.1-final.tar.gz) = 8393144
+MD5 (zope/PloneHotFix20061031.tar.gz) = bc2b48651750bfc9e901664695e0e44c
+SHA256 (zope/PloneHotFix20061031.tar.gz) = 7483ef24740d3fb7061a0701e7565e1eda4e1219addf8305140d7303eb363481
+SIZE (zope/PloneHotFix20061031.tar.gz) = 1288
diff -urN /usr/ports/www/plone.old/pkg-plist /usr/ports/www/plone/pkg-plist
--- /usr/ports/www/plone.old/pkg-plist	Thu Nov 30 20:22:30 2006
+++ /usr/ports/www/plone/pkg-plist	Thu Nov 30 22:41:56 2006
@@ -1,177 +1,187 @@
+share/nls/POSIX
+share/nls/en_US.US-ASCII
+%%ZOPEBASEDIR%%/Products/ATContentTypes/AUTHORS.txt
+%%ZOPEBASEDIR%%/Products/ATContentTypes/CHANGELOG.txt
+%%ZOPEBASEDIR%%/Products/ATContentTypes/Extensions/Install.py
+%%ZOPEBASEDIR%%/Products/ATContentTypes/Extensions/Install.pyc
+%%ZOPEBASEDIR%%/Products/ATContentTypes/Extensions/__init__.py
+%%ZOPEBASEDIR%%/Products/ATContentTypes/Extensions/__init__.pyc
+%%ZOPEBASEDIR%%/Products/ATContentTypes/Extensions/batchCreate.py
+%%ZOPEBASEDIR%%/Products/ATContentTypes/Extensions/batchCreate.pyc
+%%ZOPEBASEDIR%%/Products/ATContentTypes/Extensions/findStaledObjects.py
+%%ZOPEBASEDIR%%/Products/ATContentTypes/Extensions/findStaledObjects.pyc
+%%ZOPEBASEDIR%%/Products/ATContentTypes/Extensions/utils.py
+%%ZOPEBASEDIR%%/Products/ATContentTypes/Extensions/utils.pyc
+%%ZOPEBASEDIR%%/Products/ATContentTypes/HISTORY.txt
+%%ZOPEBASEDIR%%/Products/ATContentTypes/INSTALL.txt
+%%ZOPEBASEDIR%%/Products/ATContentTypes/LICENSE.GPL
+%%ZOPEBASEDIR%%/Products/ATContentTypes/LICENSE.ZPL
+%%ZOPEBASEDIR%%/Products/ATContentTypes/LICENSE.txt
+%%ZOPEBASEDIR%%/Products/ATContentTypes/README.txt
 %%ZOPEBASEDIR%%/Products/ATContentTypes/__init__.py
+%%ZOPEBASEDIR%%/Products/ATContentTypes/__init__.pyc
 %%ZOPEBASEDIR%%/Products/ATContentTypes/__pkginfo__.py
+%%ZOPEBASEDIR%%/Products/ATContentTypes/__pkginfo__.pyc
+%%ZOPEBASEDIR%%/Products/ATContentTypes/adapters.zcml
 %%ZOPEBASEDIR%%/Products/ATContentTypes/adapters/__init__.py
-%%ZOPEBASEDIR%%/Products/ATContentTypes/adapters/archive.py
-%%ZOPEBASEDIR%%/Products/ATContentTypes/adapters/document.py
-%%ZOPEBASEDIR%%/Products/ATContentTypes/adapters/folder.py
-%%ZOPEBASEDIR%%/Products/ATContentTypes/adapters/image.py
 %%ZOPEBASEDIR%%/Products/ATContentTypes/adapters/__init__.pyc
+%%ZOPEBASEDIR%%/Products/ATContentTypes/adapters/archive.py
 %%ZOPEBASEDIR%%/Products/ATContentTypes/adapters/archive.pyc
+%%ZOPEBASEDIR%%/Products/ATContentTypes/adapters/document.py
 %%ZOPEBASEDIR%%/Products/ATContentTypes/adapters/document.pyc
+%%ZOPEBASEDIR%%/Products/ATContentTypes/adapters/folder.py
 %%ZOPEBASEDIR%%/Products/ATContentTypes/adapters/folder.pyc
+%%ZOPEBASEDIR%%/Products/ATContentTypes/adapters/image.py
 %%ZOPEBASEDIR%%/Products/ATContentTypes/adapters/image.pyc
-%%ZOPEBASEDIR%%/Products/ATContentTypes/adapters.zcml
 %%ZOPEBASEDIR%%/Products/ATContentTypes/atct.py
-%%ZOPEBASEDIR%%/Products/ATContentTypes/AUTHORS.txt
+%%ZOPEBASEDIR%%/Products/ATContentTypes/atct.pyc
+%%ZOPEBASEDIR%%/Products/ATContentTypes/browser.zcml
 %%ZOPEBASEDIR%%/Products/ATContentTypes/browser/__init__.py
-%%ZOPEBASEDIR%%/Products/ATContentTypes/browser/archive.py
 %%ZOPEBASEDIR%%/Products/ATContentTypes/browser/__init__.pyc
+%%ZOPEBASEDIR%%/Products/ATContentTypes/browser/archive.py
 %%ZOPEBASEDIR%%/Products/ATContentTypes/browser/archive.pyc
-%%ZOPEBASEDIR%%/Products/ATContentTypes/browser.zcml
-%%ZOPEBASEDIR%%/Products/ATContentTypes/CHANGELOG.txt
 %%ZOPEBASEDIR%%/Products/ATContentTypes/config.py
+%%ZOPEBASEDIR%%/Products/ATContentTypes/config.pyc
 %%ZOPEBASEDIR%%/Products/ATContentTypes/configuration/__init__.py
+%%ZOPEBASEDIR%%/Products/ATContentTypes/configuration/__init__.pyc
 %%ZOPEBASEDIR%%/Products/ATContentTypes/configuration/component.xml
 %%ZOPEBASEDIR%%/Products/ATContentTypes/configuration/config.py
-%%ZOPEBASEDIR%%/Products/ATContentTypes/configuration/datatype.py
-%%ZOPEBASEDIR%%/Products/ATContentTypes/configuration/schema.py
-%%ZOPEBASEDIR%%/Products/ATContentTypes/configuration/schema.xml
-%%ZOPEBASEDIR%%/Products/ATContentTypes/configuration/__init__.pyc
 %%ZOPEBASEDIR%%/Products/ATContentTypes/configuration/config.pyc
+%%ZOPEBASEDIR%%/Products/ATContentTypes/configuration/datatype.py
 %%ZOPEBASEDIR%%/Products/ATContentTypes/configuration/datatype.pyc
+%%ZOPEBASEDIR%%/Products/ATContentTypes/configuration/schema.py
 %%ZOPEBASEDIR%%/Products/ATContentTypes/configuration/schema.pyc
+%%ZOPEBASEDIR%%/Products/ATContentTypes/configuration/schema.xml
 %%ZOPEBASEDIR%%/Products/ATContentTypes/configure.zcml
 %%ZOPEBASEDIR%%/Products/ATContentTypes/content/__init__.py
-%%ZOPEBASEDIR%%/Products/ATContentTypes/content/base.py
-%%ZOPEBASEDIR%%/Products/ATContentTypes/content/document.py
-%%ZOPEBASEDIR%%/Products/ATContentTypes/content/event.py
-%%ZOPEBASEDIR%%/Products/ATContentTypes/content/favorite.py
-%%ZOPEBASEDIR%%/Products/ATContentTypes/content/file.py
-%%ZOPEBASEDIR%%/Products/ATContentTypes/content/folder.py
-%%ZOPEBASEDIR%%/Products/ATContentTypes/content/image.py
-%%ZOPEBASEDIR%%/Products/ATContentTypes/content/link.py
-%%ZOPEBASEDIR%%/Products/ATContentTypes/content/newsitem.py
-%%ZOPEBASEDIR%%/Products/ATContentTypes/content/schemata.py
-%%ZOPEBASEDIR%%/Products/ATContentTypes/content/topic.py
 %%ZOPEBASEDIR%%/Products/ATContentTypes/content/__init__.pyc
+%%ZOPEBASEDIR%%/Products/ATContentTypes/content/base.py
 %%ZOPEBASEDIR%%/Products/ATContentTypes/content/base.pyc
+%%ZOPEBASEDIR%%/Products/ATContentTypes/content/document.py
 %%ZOPEBASEDIR%%/Products/ATContentTypes/content/document.pyc
+%%ZOPEBASEDIR%%/Products/ATContentTypes/content/event.py
 %%ZOPEBASEDIR%%/Products/ATContentTypes/content/event.pyc
+%%ZOPEBASEDIR%%/Products/ATContentTypes/content/favorite.py
 %%ZOPEBASEDIR%%/Products/ATContentTypes/content/favorite.pyc
+%%ZOPEBASEDIR%%/Products/ATContentTypes/content/file.py
 %%ZOPEBASEDIR%%/Products/ATContentTypes/content/file.pyc
+%%ZOPEBASEDIR%%/Products/ATContentTypes/content/folder.py
 %%ZOPEBASEDIR%%/Products/ATContentTypes/content/folder.pyc
+%%ZOPEBASEDIR%%/Products/ATContentTypes/content/image.py
 %%ZOPEBASEDIR%%/Products/ATContentTypes/content/image.pyc
+%%ZOPEBASEDIR%%/Products/ATContentTypes/content/link.py
 %%ZOPEBASEDIR%%/Products/ATContentTypes/content/link.pyc
+%%ZOPEBASEDIR%%/Products/ATContentTypes/content/newsitem.py
 %%ZOPEBASEDIR%%/Products/ATContentTypes/content/newsitem.pyc
+%%ZOPEBASEDIR%%/Products/ATContentTypes/content/schemata.py
 %%ZOPEBASEDIR%%/Products/ATContentTypes/content/schemata.pyc
+%%ZOPEBASEDIR%%/Products/ATContentTypes/content/topic.py
 %%ZOPEBASEDIR%%/Products/ATContentTypes/content/topic.pyc
 %%ZOPEBASEDIR%%/Products/ATContentTypes/criteria/__init__.py
-%%ZOPEBASEDIR%%/Products/ATContentTypes/criteria/base.py
-%%ZOPEBASEDIR%%/Products/ATContentTypes/criteria/boolean.py
-%%ZOPEBASEDIR%%/Products/ATContentTypes/criteria/currentauthor.py
-%%ZOPEBASEDIR%%/Products/ATContentTypes/criteria/date.py
-%%ZOPEBASEDIR%%/Products/ATContentTypes/criteria/daterange.py
-%%ZOPEBASEDIR%%/Products/ATContentTypes/criteria/list.py
-%%ZOPEBASEDIR%%/Products/ATContentTypes/criteria/path.py
-%%ZOPEBASEDIR%%/Products/ATContentTypes/criteria/portaltype.py
-%%ZOPEBASEDIR%%/Products/ATContentTypes/criteria/reference.py
-%%ZOPEBASEDIR%%/Products/ATContentTypes/criteria/schemata.py
-%%ZOPEBASEDIR%%/Products/ATContentTypes/criteria/selection.py
-%%ZOPEBASEDIR%%/Products/ATContentTypes/criteria/simpleint.py
-%%ZOPEBASEDIR%%/Products/ATContentTypes/criteria/simplestring.py
-%%ZOPEBASEDIR%%/Products/ATContentTypes/criteria/sort.py
 %%ZOPEBASEDIR%%/Products/ATContentTypes/criteria/__init__.pyc
+%%ZOPEBASEDIR%%/Products/ATContentTypes/criteria/base.py
 %%ZOPEBASEDIR%%/Products/ATContentTypes/criteria/base.pyc
+%%ZOPEBASEDIR%%/Products/ATContentTypes/criteria/boolean.py
 %%ZOPEBASEDIR%%/Products/ATContentTypes/criteria/boolean.pyc
+%%ZOPEBASEDIR%%/Products/ATContentTypes/criteria/currentauthor.py
 %%ZOPEBASEDIR%%/Products/ATContentTypes/criteria/currentauthor.pyc
+%%ZOPEBASEDIR%%/Products/ATContentTypes/criteria/date.py
 %%ZOPEBASEDIR%%/Products/ATContentTypes/criteria/date.pyc
+%%ZOPEBASEDIR%%/Products/ATContentTypes/criteria/daterange.py
 %%ZOPEBASEDIR%%/Products/ATContentTypes/criteria/daterange.pyc
+%%ZOPEBASEDIR%%/Products/ATContentTypes/criteria/list.py
 %%ZOPEBASEDIR%%/Products/ATContentTypes/criteria/list.pyc
+%%ZOPEBASEDIR%%/Products/ATContentTypes/criteria/path.py
 %%ZOPEBASEDIR%%/Products/ATContentTypes/criteria/path.pyc
+%%ZOPEBASEDIR%%/Products/ATContentTypes/criteria/portaltype.py
 %%ZOPEBASEDIR%%/Products/ATContentTypes/criteria/portaltype.pyc
+%%ZOPEBASEDIR%%/Products/ATContentTypes/criteria/reference.py
 %%ZOPEBASEDIR%%/Products/ATContentTypes/criteria/reference.pyc
+%%ZOPEBASEDIR%%/Products/ATContentTypes/criteria/schemata.py
 %%ZOPEBASEDIR%%/Products/ATContentTypes/criteria/schemata.pyc
+%%ZOPEBASEDIR%%/Products/ATContentTypes/criteria/selection.py
 %%ZOPEBASEDIR%%/Products/ATContentTypes/criteria/selection.pyc
+%%ZOPEBASEDIR%%/Products/ATContentTypes/criteria/simpleint.py
 %%ZOPEBASEDIR%%/Products/ATContentTypes/criteria/simpleint.pyc
+%%ZOPEBASEDIR%%/Products/ATContentTypes/criteria/simplestring.py
 %%ZOPEBASEDIR%%/Products/ATContentTypes/criteria/simplestring.pyc
+%%ZOPEBASEDIR%%/Products/ATContentTypes/criteria/sort.py
 %%ZOPEBASEDIR%%/Products/ATContentTypes/criteria/sort.pyc
 %%ZOPEBASEDIR%%/Products/ATContentTypes/etc/atcontenttypes.conf.in
-%%ZOPEBASEDIR%%/Products/ATContentTypes/Extensions/__init__.py
-%%ZOPEBASEDIR%%/Products/ATContentTypes/Extensions/batchCreate.py
-%%ZOPEBASEDIR%%/Products/ATContentTypes/Extensions/findStaledObjects.py
-%%ZOPEBASEDIR%%/Products/ATContentTypes/Extensions/Install.py
-%%ZOPEBASEDIR%%/Products/ATContentTypes/Extensions/utils.py
-%%ZOPEBASEDIR%%/Products/ATContentTypes/Extensions/Install.pyc
-%%ZOPEBASEDIR%%/Products/ATContentTypes/Extensions/__init__.pyc
-%%ZOPEBASEDIR%%/Products/ATContentTypes/Extensions/batchCreate.pyc
-%%ZOPEBASEDIR%%/Products/ATContentTypes/Extensions/findStaledObjects.pyc
-%%ZOPEBASEDIR%%/Products/ATContentTypes/Extensions/utils.pyc
-%%ZOPEBASEDIR%%/Products/ATContentTypes/HISTORY.txt
 %%ZOPEBASEDIR%%/Products/ATContentTypes/implements.zcml
-%%ZOPEBASEDIR%%/Products/ATContentTypes/INSTALL.txt
 %%ZOPEBASEDIR%%/Products/ATContentTypes/interface/__init__.py
-%%ZOPEBASEDIR%%/Products/ATContentTypes/interface/archive.py
-%%ZOPEBASEDIR%%/Products/ATContentTypes/interface/autosort.py
-%%ZOPEBASEDIR%%/Products/ATContentTypes/interface/dataExtractor.py
-%%ZOPEBASEDIR%%/Products/ATContentTypes/interface/document.py
-%%ZOPEBASEDIR%%/Products/ATContentTypes/interface/event.py
-%%ZOPEBASEDIR%%/Products/ATContentTypes/interface/file.py
-%%ZOPEBASEDIR%%/Products/ATContentTypes/interface/folder.py
-%%ZOPEBASEDIR%%/Products/ATContentTypes/interface/image.py
-%%ZOPEBASEDIR%%/Products/ATContentTypes/interface/interfaces.py
-%%ZOPEBASEDIR%%/Products/ATContentTypes/interface/link.py
-%%ZOPEBASEDIR%%/Products/ATContentTypes/interface/news.py
-%%ZOPEBASEDIR%%/Products/ATContentTypes/interface/topic.py
 %%ZOPEBASEDIR%%/Products/ATContentTypes/interface/__init__.pyc
+%%ZOPEBASEDIR%%/Products/ATContentTypes/interface/archive.py
 %%ZOPEBASEDIR%%/Products/ATContentTypes/interface/archive.pyc
+%%ZOPEBASEDIR%%/Products/ATContentTypes/interface/autosort.py
 %%ZOPEBASEDIR%%/Products/ATContentTypes/interface/autosort.pyc
+%%ZOPEBASEDIR%%/Products/ATContentTypes/interface/dataExtractor.py
 %%ZOPEBASEDIR%%/Products/ATContentTypes/interface/dataExtractor.pyc
+%%ZOPEBASEDIR%%/Products/ATContentTypes/interface/document.py
 %%ZOPEBASEDIR%%/Products/ATContentTypes/interface/document.pyc
+%%ZOPEBASEDIR%%/Products/ATContentTypes/interface/event.py
 %%ZOPEBASEDIR%%/Products/ATContentTypes/interface/event.pyc
+%%ZOPEBASEDIR%%/Products/ATContentTypes/interface/file.py
 %%ZOPEBASEDIR%%/Products/ATContentTypes/interface/file.pyc
+%%ZOPEBASEDIR%%/Products/ATContentTypes/interface/folder.py
 %%ZOPEBASEDIR%%/Products/ATContentTypes/interface/folder.pyc
+%%ZOPEBASEDIR%%/Products/ATContentTypes/interface/image.py
 %%ZOPEBASEDIR%%/Products/ATContentTypes/interface/image.pyc
+%%ZOPEBASEDIR%%/Products/ATContentTypes/interface/interfaces.py
 %%ZOPEBASEDIR%%/Products/ATContentTypes/interface/interfaces.pyc
+%%ZOPEBASEDIR%%/Products/ATContentTypes/interface/link.py
 %%ZOPEBASEDIR%%/Products/ATContentTypes/interface/link.pyc
+%%ZOPEBASEDIR%%/Products/ATContentTypes/interface/news.py
 %%ZOPEBASEDIR%%/Products/ATContentTypes/interface/news.pyc
+%%ZOPEBASEDIR%%/Products/ATContentTypes/interface/topic.py
 %%ZOPEBASEDIR%%/Products/ATContentTypes/interface/topic.pyc
 %%ZOPEBASEDIR%%/Products/ATContentTypes/interfaces.py
+%%ZOPEBASEDIR%%/Products/ATContentTypes/interfaces.pyc
 %%ZOPEBASEDIR%%/Products/ATContentTypes/lib/__init__.py
-%%ZOPEBASEDIR%%/Products/ATContentTypes/lib/autosort.py
-%%ZOPEBASEDIR%%/Products/ATContentTypes/lib/calendarsupport.py
-%%ZOPEBASEDIR%%/Products/ATContentTypes/lib/constraintypes.py
-%%ZOPEBASEDIR%%/Products/ATContentTypes/lib/historyaware.py
-%%ZOPEBASEDIR%%/Products/ATContentTypes/lib/imagetransform.py
-%%ZOPEBASEDIR%%/Products/ATContentTypes/lib/urlupload.py
-%%ZOPEBASEDIR%%/Products/ATContentTypes/lib/validators.py
 %%ZOPEBASEDIR%%/Products/ATContentTypes/lib/__init__.pyc
+%%ZOPEBASEDIR%%/Products/ATContentTypes/lib/autosort.py
 %%ZOPEBASEDIR%%/Products/ATContentTypes/lib/autosort.pyc
+%%ZOPEBASEDIR%%/Products/ATContentTypes/lib/calendarsupport.py
 %%ZOPEBASEDIR%%/Products/ATContentTypes/lib/calendarsupport.pyc
+%%ZOPEBASEDIR%%/Products/ATContentTypes/lib/constraintypes.py
 %%ZOPEBASEDIR%%/Products/ATContentTypes/lib/constraintypes.pyc
+%%ZOPEBASEDIR%%/Products/ATContentTypes/lib/historyaware.py
 %%ZOPEBASEDIR%%/Products/ATContentTypes/lib/historyaware.pyc
+%%ZOPEBASEDIR%%/Products/ATContentTypes/lib/imagetransform.py
 %%ZOPEBASEDIR%%/Products/ATContentTypes/lib/imagetransform.pyc
+%%ZOPEBASEDIR%%/Products/ATContentTypes/lib/urlupload.py
 %%ZOPEBASEDIR%%/Products/ATContentTypes/lib/urlupload.pyc
+%%ZOPEBASEDIR%%/Products/ATContentTypes/lib/validators.py
 %%ZOPEBASEDIR%%/Products/ATContentTypes/lib/validators.pyc
-%%ZOPEBASEDIR%%/Products/ATContentTypes/LICENSE.GPL
-%%ZOPEBASEDIR%%/Products/ATContentTypes/LICENSE.txt
-%%ZOPEBASEDIR%%/Products/ATContentTypes/LICENSE.ZPL
 %%ZOPEBASEDIR%%/Products/ATContentTypes/migration/__init__.py
+%%ZOPEBASEDIR%%/Products/ATContentTypes/migration/__init__.pyc
 %%ZOPEBASEDIR%%/Products/ATContentTypes/migration/atctmigrator.py
+%%ZOPEBASEDIR%%/Products/ATContentTypes/migration/atctmigrator.pyc
 %%ZOPEBASEDIR%%/Products/ATContentTypes/migration/catalogpatch.py
+%%ZOPEBASEDIR%%/Products/ATContentTypes/migration/catalogpatch.pyc
 %%ZOPEBASEDIR%%/Products/ATContentTypes/migration/common.py
+%%ZOPEBASEDIR%%/Products/ATContentTypes/migration/common.pyc
 %%ZOPEBASEDIR%%/Products/ATContentTypes/migration/migrator.py
+%%ZOPEBASEDIR%%/Products/ATContentTypes/migration/migrator.pyc
 %%ZOPEBASEDIR%%/Products/ATContentTypes/migration/othermigrator.py
+%%ZOPEBASEDIR%%/Products/ATContentTypes/migration/othermigrator.pyc
 %%ZOPEBASEDIR%%/Products/ATContentTypes/migration/storage.py
+%%ZOPEBASEDIR%%/Products/ATContentTypes/migration/storage.pyc
 %%ZOPEBASEDIR%%/Products/ATContentTypes/migration/v1/__init__.py
-%%ZOPEBASEDIR%%/Products/ATContentTypes/migration/v1/alphas.py
-%%ZOPEBASEDIR%%/Products/ATContentTypes/migration/v1/betas.py
-%%ZOPEBASEDIR%%/Products/ATContentTypes/migration/v1/final.py
 %%ZOPEBASEDIR%%/Products/ATContentTypes/migration/v1/__init__.pyc
+%%ZOPEBASEDIR%%/Products/ATContentTypes/migration/v1/alphas.py
 %%ZOPEBASEDIR%%/Products/ATContentTypes/migration/v1/alphas.pyc
+%%ZOPEBASEDIR%%/Products/ATContentTypes/migration/v1/betas.py
 %%ZOPEBASEDIR%%/Products/ATContentTypes/migration/v1/betas.pyc
+%%ZOPEBASEDIR%%/Products/ATContentTypes/migration/v1/final.py
 %%ZOPEBASEDIR%%/Products/ATContentTypes/migration/v1/final.pyc
 %%ZOPEBASEDIR%%/Products/ATContentTypes/migration/walker.py
-%%ZOPEBASEDIR%%/Products/ATContentTypes/migration/__init__.pyc
-%%ZOPEBASEDIR%%/Products/ATContentTypes/migration/atctmigrator.pyc
-%%ZOPEBASEDIR%%/Products/ATContentTypes/migration/catalogpatch.pyc
-%%ZOPEBASEDIR%%/Products/ATContentTypes/migration/common.pyc
-%%ZOPEBASEDIR%%/Products/ATContentTypes/migration/migrator.pyc
-%%ZOPEBASEDIR%%/Products/ATContentTypes/migration/othermigrator.pyc
-%%ZOPEBASEDIR%%/Products/ATContentTypes/migration/storage.pyc
 %%ZOPEBASEDIR%%/Products/ATContentTypes/migration/walker.pyc
 %%ZOPEBASEDIR%%/Products/ATContentTypes/modulealiases.py
+%%ZOPEBASEDIR%%/Products/ATContentTypes/modulealiases.pyc
 %%ZOPEBASEDIR%%/Products/ATContentTypes/permission.py
-%%ZOPEBASEDIR%%/Products/ATContentTypes/README.txt
+%%ZOPEBASEDIR%%/Products/ATContentTypes/permission.pyc
+%%ZOPEBASEDIR%%/Products/ATContentTypes/skins/ATContentTypes/atctListAlbum.py
 %%ZOPEBASEDIR%%/Products/ATContentTypes/skins/ATContentTypes/atct_album_image.pt
 %%ZOPEBASEDIR%%/Products/ATContentTypes/skins/ATContentTypes/atct_album_image.pt.metadata
 %%ZOPEBASEDIR%%/Products/ATContentTypes/skins/ATContentTypes/atct_album_view.pt
@@ -195,7 +205,6 @@
 %%ZOPEBASEDIR%%/Products/ATContentTypes/skins/ATContentTypes/atct_topic_subtopics.pt.metadata
 %%ZOPEBASEDIR%%/Products/ATContentTypes/skins/ATContentTypes/atct_topic_view.pt
 %%ZOPEBASEDIR%%/Products/ATContentTypes/skins/ATContentTypes/atct_topic_view.pt.metadata
-%%ZOPEBASEDIR%%/Products/ATContentTypes/skins/ATContentTypes/atctListAlbum.py
 %%ZOPEBASEDIR%%/Products/ATContentTypes/skins/ATContentTypes/criterion_add.cpy
 %%ZOPEBASEDIR%%/Products/ATContentTypes/skins/ATContentTypes/criterion_add.cpy.metadata
 %%ZOPEBASEDIR%%/Products/ATContentTypes/skins/ATContentTypes/criterion_edit_form.cpt
@@ -238,11 +247,15 @@
 %%ZOPEBASEDIR%%/Products/ATContentTypes/skins/ATContentTypes/validate_remove_criterion.vpy
 %%ZOPEBASEDIR%%/Products/ATContentTypes/skins/ATContentTypes/validate_set_sort.vpy
 %%ZOPEBASEDIR%%/Products/ATContentTypes/tests/__init__.py
+%%ZOPEBASEDIR%%/Products/ATContentTypes/tests/__init__.pyc
 %%ZOPEBASEDIR%%/Products/ATContentTypes/tests/archive.txt
 %%ZOPEBASEDIR%%/Products/ATContentTypes/tests/atctftestcase.py
+%%ZOPEBASEDIR%%/Products/ATContentTypes/tests/atctftestcase.pyc
 %%ZOPEBASEDIR%%/Products/ATContentTypes/tests/atcttestcase.py
+%%ZOPEBASEDIR%%/Products/ATContentTypes/tests/atcttestcase.pyc
 %%ZOPEBASEDIR%%/Products/ATContentTypes/tests/dataextractor.txt
 %%ZOPEBASEDIR%%/Products/ATContentTypes/tests/framework.py
+%%ZOPEBASEDIR%%/Products/ATContentTypes/tests/framework.pyc
 %%ZOPEBASEDIR%%/Products/ATContentTypes/tests/http_access.txt
 %%ZOPEBASEDIR%%/Products/ATContentTypes/tests/input/canoneye.jpg
 %%ZOPEBASEDIR%%/Products/ATContentTypes/tests/input/divisionerror.jpg
@@ -257,103 +270,100 @@
 %%ZOPEBASEDIR%%/Products/ATContentTypes/tests/input/tidy1-in.html
 %%ZOPEBASEDIR%%/Products/ATContentTypes/tests/input/tidy1-out.html
 %%ZOPEBASEDIR%%/Products/ATContentTypes/tests/runalltests.py
-%%ZOPEBASEDIR%%/Products/ATContentTypes/tests/test_adapters.py
-%%ZOPEBASEDIR%%/Products/ATContentTypes/tests/test_archive.py
-%%ZOPEBASEDIR%%/Products/ATContentTypes/tests/test_atdocument.py
-%%ZOPEBASEDIR%%/Products/ATContentTypes/tests/test_atevent.py
-%%ZOPEBASEDIR%%/Products/ATContentTypes/tests/test_atfavorite.py
-%%ZOPEBASEDIR%%/Products/ATContentTypes/tests/test_atfile.py
-%%ZOPEBASEDIR%%/Products/ATContentTypes/tests/test_atfolder.py
-%%ZOPEBASEDIR%%/Products/ATContentTypes/tests/test_atimage.py
-%%ZOPEBASEDIR%%/Products/ATContentTypes/tests/test_atlink.py
-%%ZOPEBASEDIR%%/Products/ATContentTypes/tests/test_atnewsitem.py
-%%ZOPEBASEDIR%%/Products/ATContentTypes/tests/utils.py
-%%ZOPEBASEDIR%%/Products/ATContentTypes/tests/test_attopic.py
-%%ZOPEBASEDIR%%/Products/ATContentTypes/tests/test_browserdefaultmixin.py
-%%ZOPEBASEDIR%%/Products/ATContentTypes/tests/test_bugs.py
-%%ZOPEBASEDIR%%/Products/ATContentTypes/tests/test_constraintypes.py
-%%ZOPEBASEDIR%%/Products/ATContentTypes/tests/test_criteria.py
-%%ZOPEBASEDIR%%/Products/ATContentTypes/tests/test_dataextractor.py
-%%ZOPEBASEDIR%%/Products/ATContentTypes/tests/test_functional.py
-%%ZOPEBASEDIR%%/Products/ATContentTypes/tests/test_installation.py
-%%ZOPEBASEDIR%%/Products/ATContentTypes/tests/test_modulealiases.py
-%%ZOPEBASEDIR%%/Products/ATContentTypes/tests/test_skinScripts.py
-%%ZOPEBASEDIR%%/Products/ATContentTypes/tests/test_tool.py
-%%ZOPEBASEDIR%%/Products/ATContentTypes/tests/test_topictool.py
-%%ZOPEBASEDIR%%/Products/ATContentTypes/tests/test_typeMigration.py
-%%ZOPEBASEDIR%%/Products/ATContentTypes/tests/test_versionMigration.py
-%%ZOPEBASEDIR%%/Products/ATContentTypes/tests/webdav.txt
-%%ZOPEBASEDIR%%/Products/ATContentTypes/tests/__init__.pyc
-%%ZOPEBASEDIR%%/Products/ATContentTypes/tests/atctftestcase.pyc
-%%ZOPEBASEDIR%%/Products/ATContentTypes/tests/framework.pyc
-%%ZOPEBASEDIR%%/Products/ATContentTypes/tests/atcttestcase.pyc
 %%ZOPEBASEDIR%%/Products/ATContentTypes/tests/runalltests.pyc
+%%ZOPEBASEDIR%%/Products/ATContentTypes/tests/test_adapters.py
 %%ZOPEBASEDIR%%/Products/ATContentTypes/tests/test_adapters.pyc
+%%ZOPEBASEDIR%%/Products/ATContentTypes/tests/test_archive.py
 %%ZOPEBASEDIR%%/Products/ATContentTypes/tests/test_archive.pyc
+%%ZOPEBASEDIR%%/Products/ATContentTypes/tests/test_atdocument.py
 %%ZOPEBASEDIR%%/Products/ATContentTypes/tests/test_atdocument.pyc
+%%ZOPEBASEDIR%%/Products/ATContentTypes/tests/test_atevent.py
 %%ZOPEBASEDIR%%/Products/ATContentTypes/tests/test_atevent.pyc
+%%ZOPEBASEDIR%%/Products/ATContentTypes/tests/test_atfavorite.py
 %%ZOPEBASEDIR%%/Products/ATContentTypes/tests/test_atfavorite.pyc
+%%ZOPEBASEDIR%%/Products/ATContentTypes/tests/test_atfile.py
 %%ZOPEBASEDIR%%/Products/ATContentTypes/tests/test_atfile.pyc
+%%ZOPEBASEDIR%%/Products/ATContentTypes/tests/test_atfolder.py
 %%ZOPEBASEDIR%%/Products/ATContentTypes/tests/test_atfolder.pyc
+%%ZOPEBASEDIR%%/Products/ATContentTypes/tests/test_atimage.py
 %%ZOPEBASEDIR%%/Products/ATContentTypes/tests/test_atimage.pyc
+%%ZOPEBASEDIR%%/Products/ATContentTypes/tests/test_atlink.py
 %%ZOPEBASEDIR%%/Products/ATContentTypes/tests/test_atlink.pyc
+%%ZOPEBASEDIR%%/Products/ATContentTypes/tests/test_atnewsitem.py
 %%ZOPEBASEDIR%%/Products/ATContentTypes/tests/test_atnewsitem.pyc
+%%ZOPEBASEDIR%%/Products/ATContentTypes/tests/test_attopic.py
 %%ZOPEBASEDIR%%/Products/ATContentTypes/tests/test_attopic.pyc
+%%ZOPEBASEDIR%%/Products/ATContentTypes/tests/test_browserdefaultmixin.py
 %%ZOPEBASEDIR%%/Products/ATContentTypes/tests/test_browserdefaultmixin.pyc
+%%ZOPEBASEDIR%%/Products/ATContentTypes/tests/test_bugs.py
 %%ZOPEBASEDIR%%/Products/ATContentTypes/tests/test_bugs.pyc
+%%ZOPEBASEDIR%%/Products/ATContentTypes/tests/test_constraintypes.py
 %%ZOPEBASEDIR%%/Products/ATContentTypes/tests/test_constraintypes.pyc
+%%ZOPEBASEDIR%%/Products/ATContentTypes/tests/test_criteria.py
 %%ZOPEBASEDIR%%/Products/ATContentTypes/tests/test_criteria.pyc
+%%ZOPEBASEDIR%%/Products/ATContentTypes/tests/test_dataextractor.py
 %%ZOPEBASEDIR%%/Products/ATContentTypes/tests/test_dataextractor.pyc
+%%ZOPEBASEDIR%%/Products/ATContentTypes/tests/test_functional.py
 %%ZOPEBASEDIR%%/Products/ATContentTypes/tests/test_functional.pyc
+%%ZOPEBASEDIR%%/Products/ATContentTypes/tests/test_installation.py
 %%ZOPEBASEDIR%%/Products/ATContentTypes/tests/test_installation.pyc
+%%ZOPEBASEDIR%%/Products/ATContentTypes/tests/test_modulealiases.py
 %%ZOPEBASEDIR%%/Products/ATContentTypes/tests/test_modulealiases.pyc
+%%ZOPEBASEDIR%%/Products/ATContentTypes/tests/test_skinScripts.py
 %%ZOPEBASEDIR%%/Products/ATContentTypes/tests/test_skinScripts.pyc
+%%ZOPEBASEDIR%%/Products/ATContentTypes/tests/test_tool.py
 %%ZOPEBASEDIR%%/Products/ATContentTypes/tests/test_tool.pyc
+%%ZOPEBASEDIR%%/Products/ATContentTypes/tests/test_topictool.py
 %%ZOPEBASEDIR%%/Products/ATContentTypes/tests/test_topictool.pyc
+%%ZOPEBASEDIR%%/Products/ATContentTypes/tests/test_typeMigration.py
 %%ZOPEBASEDIR%%/Products/ATContentTypes/tests/test_typeMigration.pyc
+%%ZOPEBASEDIR%%/Products/ATContentTypes/tests/test_versionMigration.py
 %%ZOPEBASEDIR%%/Products/ATContentTypes/tests/test_versionMigration.pyc
+%%ZOPEBASEDIR%%/Products/ATContentTypes/tests/utils.py
 %%ZOPEBASEDIR%%/Products/ATContentTypes/tests/utils.pyc
+%%ZOPEBASEDIR%%/Products/ATContentTypes/tests/webdav.txt
+%%ZOPEBASEDIR%%/Products/ATContentTypes/thirdparty/README.txt
 %%ZOPEBASEDIR%%/Products/ATContentTypes/thirdparty/exif.py
+%%ZOPEBASEDIR%%/Products/ATContentTypes/thirdparty/exif.pyc
+%%ZOPEBASEDIR%%/Products/ATContentTypes/thirdparty/icalendar-doc/example.txt
+%%ZOPEBASEDIR%%/Products/ATContentTypes/thirdparty/icalendar-doc/groupscheduled.ics
+%%ZOPEBASEDIR%%/Products/ATContentTypes/thirdparty/icalendar-doc/groupscheduled.txt
+%%ZOPEBASEDIR%%/Products/ATContentTypes/thirdparty/icalendar-doc/multiple.ics
+%%ZOPEBASEDIR%%/Products/ATContentTypes/thirdparty/icalendar-doc/multiple.txt
+%%ZOPEBASEDIR%%/Products/ATContentTypes/thirdparty/icalendar-doc/small.ics
+%%ZOPEBASEDIR%%/Products/ATContentTypes/thirdparty/icalendar-doc/small.txt
 %%ZOPEBASEDIR%%/Products/ATContentTypes/thirdparty/icalendar/__init__.py
+%%ZOPEBASEDIR%%/Products/ATContentTypes/thirdparty/icalendar/__init__.pyc
 %%ZOPEBASEDIR%%/Products/ATContentTypes/thirdparty/icalendar/cal.py
+%%ZOPEBASEDIR%%/Products/ATContentTypes/thirdparty/icalendar/cal.pyc
 %%ZOPEBASEDIR%%/Products/ATContentTypes/thirdparty/icalendar/caselessdict.py
+%%ZOPEBASEDIR%%/Products/ATContentTypes/thirdparty/icalendar/caselessdict.pyc
 %%ZOPEBASEDIR%%/Products/ATContentTypes/thirdparty/icalendar/interfaces.py
+%%ZOPEBASEDIR%%/Products/ATContentTypes/thirdparty/icalendar/interfaces.pyc
 %%ZOPEBASEDIR%%/Products/ATContentTypes/thirdparty/icalendar/parser.py
+%%ZOPEBASEDIR%%/Products/ATContentTypes/thirdparty/icalendar/parser.pyc
 %%ZOPEBASEDIR%%/Products/ATContentTypes/thirdparty/icalendar/prop.py
+%%ZOPEBASEDIR%%/Products/ATContentTypes/thirdparty/icalendar/prop.pyc
 %%ZOPEBASEDIR%%/Products/ATContentTypes/thirdparty/icalendar/tools.py
+%%ZOPEBASEDIR%%/Products/ATContentTypes/thirdparty/icalendar/tools.pyc
 %%ZOPEBASEDIR%%/Products/ATContentTypes/thirdparty/icalendar/util.py
-%%ZOPEBASEDIR%%/Products/ATContentTypes/thirdparty/icalendar/__init__.pyc
-%%ZOPEBASEDIR%%/Products/ATContentTypes/thirdparty/icalendar/cal.pyc
-%%ZOPEBASEDIR%%/Products/ATContentTypes/thirdparty/icalendar/caselessdict.pyc
-%%ZOPEBASEDIR%%/Products/ATContentTypes/thirdparty/icalendar/interfaces.pyc
-%%ZOPEBASEDIR%%/Products/ATContentTypes/thirdparty/icalendar/parser.pyc
-%%ZOPEBASEDIR%%/Products/ATContentTypes/thirdparty/icalendar/prop.pyc
-%%ZOPEBASEDIR%%/Products/ATContentTypes/thirdparty/icalendar/tools.pyc
 %%ZOPEBASEDIR%%/Products/ATContentTypes/thirdparty/icalendar/util.pyc
-%%ZOPEBASEDIR%%/Products/ATContentTypes/thirdparty/icalendar-doc/example.txt
-%%ZOPEBASEDIR%%/Products/ATContentTypes/thirdparty/icalendar-doc/groupscheduled.ics
-%%ZOPEBASEDIR%%/Products/ATContentTypes/thirdparty/icalendar-doc/groupscheduled.txt
-%%ZOPEBASEDIR%%/Products/ATContentTypes/thirdparty/icalendar-doc/multiple.ics
-%%ZOPEBASEDIR%%/Products/ATContentTypes/thirdparty/icalendar-doc/multiple.txt
-%%ZOPEBASEDIR%%/Products/ATContentTypes/thirdparty/icalendar-doc/small.ics
-%%ZOPEBASEDIR%%/Products/ATContentTypes/thirdparty/icalendar-doc/small.txt
-%%ZOPEBASEDIR%%/Products/ATContentTypes/thirdparty/README.txt
-%%ZOPEBASEDIR%%/Products/ATContentTypes/thirdparty/exif.pyc
+%%ZOPEBASEDIR%%/Products/ATContentTypes/tool.gif
 %%ZOPEBASEDIR%%/Products/ATContentTypes/tool/__init__.py
-%%ZOPEBASEDIR%%/Products/ATContentTypes/tool/atct.py
-%%ZOPEBASEDIR%%/Products/ATContentTypes/tool/migration.py
-%%ZOPEBASEDIR%%/Products/ATContentTypes/tool/topic.py
 %%ZOPEBASEDIR%%/Products/ATContentTypes/tool/__init__.pyc
+%%ZOPEBASEDIR%%/Products/ATContentTypes/tool/atct.py
 %%ZOPEBASEDIR%%/Products/ATContentTypes/tool/atct.pyc
+%%ZOPEBASEDIR%%/Products/ATContentTypes/tool/migration.py
 %%ZOPEBASEDIR%%/Products/ATContentTypes/tool/migration.pyc
+%%ZOPEBASEDIR%%/Products/ATContentTypes/tool/topic.py
 %%ZOPEBASEDIR%%/Products/ATContentTypes/tool/topic.pyc
-%%ZOPEBASEDIR%%/Products/ATContentTypes/tool.gif
 %%ZOPEBASEDIR%%/Products/ATContentTypes/traversable.zcml
 %%ZOPEBASEDIR%%/Products/ATContentTypes/utilities/XXXreport
 %%ZOPEBASEDIR%%/Products/ATContentTypes/utilities/XXXreport.html
 %%ZOPEBASEDIR%%/Products/ATContentTypes/utilities/XXXreport2html.py
 %%ZOPEBASEDIR%%/Products/ATContentTypes/utilities/XXXreport2html.pyc
 %%ZOPEBASEDIR%%/Products/ATContentTypes/utils.py
+%%ZOPEBASEDIR%%/Products/ATContentTypes/utils.pyc
 %%ZOPEBASEDIR%%/Products/ATContentTypes/version.txt
 %%ZOPEBASEDIR%%/Products/ATContentTypes/www/imageScales.zpt
 %%ZOPEBASEDIR%%/Products/ATContentTypes/www/overview.zpt
@@ -362,112 +372,135 @@
 %%ZOPEBASEDIR%%/Products/ATContentTypes/www/versionMigration.zpt
 %%ZOPEBASEDIR%%/Products/ATContentTypes/z3/__init__.py
 %%ZOPEBASEDIR%%/Products/ATContentTypes/z3/__init__.pyc
-%%ZOPEBASEDIR%%/Products/ATContentTypes/__init__.pyc
-%%ZOPEBASEDIR%%/Products/ATContentTypes/__pkginfo__.pyc
-%%ZOPEBASEDIR%%/Products/ATContentTypes/atct.pyc
-%%ZOPEBASEDIR%%/Products/ATContentTypes/config.pyc
-%%ZOPEBASEDIR%%/Products/ATContentTypes/interfaces.pyc
-%%ZOPEBASEDIR%%/Products/ATContentTypes/modulealiases.pyc
-%%ZOPEBASEDIR%%/Products/ATContentTypes/permission.pyc
-%%ZOPEBASEDIR%%/Products/ATContentTypes/utils.pyc
-@dirrm %%ZOPEBASEDIR%%/Products/ATContentTypes/adapters
-@dirrm %%ZOPEBASEDIR%%/Products/ATContentTypes/browser
-@dirrm %%ZOPEBASEDIR%%/Products/ATContentTypes/configuration
-@dirrm %%ZOPEBASEDIR%%/Products/ATContentTypes/content
-@dirrm %%ZOPEBASEDIR%%/Products/ATContentTypes/criteria
-@dirrm %%ZOPEBASEDIR%%/Products/ATContentTypes/etc
-@dirrm %%ZOPEBASEDIR%%/Products/ATContentTypes/Extensions
-@dirrm %%ZOPEBASEDIR%%/Products/ATContentTypes/interface
-@dirrm %%ZOPEBASEDIR%%/Products/ATContentTypes/lib
-@dirrm %%ZOPEBASEDIR%%/Products/ATContentTypes/migration/v1
-@dirrm %%ZOPEBASEDIR%%/Products/ATContentTypes/migration
-@dirrm %%ZOPEBASEDIR%%/Products/ATContentTypes/skins/ATContentTypes
-@dirrm %%ZOPEBASEDIR%%/Products/ATContentTypes/skins
-@dirrm %%ZOPEBASEDIR%%/Products/ATContentTypes/tests/input
-@dirrm %%ZOPEBASEDIR%%/Products/ATContentTypes/tests
-@dirrm %%ZOPEBASEDIR%%/Products/ATContentTypes/thirdparty/icalendar
-@dirrm %%ZOPEBASEDIR%%/Products/ATContentTypes/thirdparty/icalendar-doc
-@dirrm %%ZOPEBASEDIR%%/Products/ATContentTypes/thirdparty
-@dirrm %%ZOPEBASEDIR%%/Products/ATContentTypes/tool
-@dirrm %%ZOPEBASEDIR%%/Products/ATContentTypes/utilities
-@dirrm %%ZOPEBASEDIR%%/Products/ATContentTypes/www
-@dirrm %%ZOPEBASEDIR%%/Products/ATContentTypes/z3
-@dirrm %%ZOPEBASEDIR%%/Products/ATContentTypes
-%%ZOPEBASEDIR%%/Products/ATReferenceBrowserWidget/__init__.py
 %%ZOPEBASEDIR%%/Products/ATReferenceBrowserWidget/ATRefBrowserDemo.py
+%%ZOPEBASEDIR%%/Products/ATReferenceBrowserWidget/ATRefBrowserDemo.pyc
 %%ZOPEBASEDIR%%/Products/ATReferenceBrowserWidget/ATReferenceBrowserWidget.py
-%%ZOPEBASEDIR%%/Products/ATReferenceBrowserWidget/config.py
+%%ZOPEBASEDIR%%/Products/ATReferenceBrowserWidget/ATReferenceBrowserWidget.pyc
 %%ZOPEBASEDIR%%/Products/ATReferenceBrowserWidget/Extensions/Install.py
 %%ZOPEBASEDIR%%/Products/ATReferenceBrowserWidget/Extensions/Install.pyc
+%%ZOPEBASEDIR%%/Products/ATReferenceBrowserWidget/__init__.py
+%%ZOPEBASEDIR%%/Products/ATReferenceBrowserWidget/__init__.pyc
+%%ZOPEBASEDIR%%/Products/ATReferenceBrowserWidget/config.py
+%%ZOPEBASEDIR%%/Products/ATReferenceBrowserWidget/config.pyc
 %%ZOPEBASEDIR%%/Products/ATReferenceBrowserWidget/history.txt
 %%ZOPEBASEDIR%%/Products/ATReferenceBrowserWidget/license.txt
 %%ZOPEBASEDIR%%/Products/ATReferenceBrowserWidget/readme.txt
 %%ZOPEBASEDIR%%/Products/ATReferenceBrowserWidget/skins/ATReferenceBrowserWidget/referencebrowser.js
 %%ZOPEBASEDIR%%/Products/ATReferenceBrowserWidget/skins/ATReferenceBrowserWidget/referencebrowser.pt
 %%ZOPEBASEDIR%%/Products/ATReferenceBrowserWidget/skins/ATReferenceBrowserWidget/referencebrowser_insertHistory.py
+%%ZOPEBASEDIR%%/Products/ATReferenceBrowserWidget/skins/ATReferenceBrowserWidget/referencebrowser_insertHistory.pyc
 %%ZOPEBASEDIR%%/Products/ATReferenceBrowserWidget/skins/ATReferenceBrowserWidget/referencebrowser_popup.pt
 %%ZOPEBASEDIR%%/Products/ATReferenceBrowserWidget/skins/ATReferenceBrowserWidget/referencebrowser_queryCatalog.py
 %%ZOPEBASEDIR%%/Products/ATReferenceBrowserWidget/skins/ATReferenceBrowserWidget/referencebrowser_startupDirectory.py
 %%ZOPEBASEDIR%%/Products/ATReferenceBrowserWidget/skins/ATReferenceBrowserWidget/select_lists.js
-%%ZOPEBASEDIR%%/Products/ATReferenceBrowserWidget/skins/ATReferenceBrowserWidget/referencebrowser_insertHistory.pyc
 %%ZOPEBASEDIR%%/Products/ATReferenceBrowserWidget/todo.txt
 %%ZOPEBASEDIR%%/Products/ATReferenceBrowserWidget/version.txt
-%%ZOPEBASEDIR%%/Products/ATReferenceBrowserWidget/ATRefBrowserDemo.pyc
-%%ZOPEBASEDIR%%/Products/ATReferenceBrowserWidget/ATReferenceBrowserWidget.pyc
-%%ZOPEBASEDIR%%/Products/ATReferenceBrowserWidget/__init__.pyc
-%%ZOPEBASEDIR%%/Products/ATReferenceBrowserWidget/config.pyc
-@dirrm %%ZOPEBASEDIR%%/Products/ATReferenceBrowserWidget/Extensions
-@dirrm %%ZOPEBASEDIR%%/Products/ATReferenceBrowserWidget/skins/ATReferenceBrowserWidget
-@dirrm %%ZOPEBASEDIR%%/Products/ATReferenceBrowserWidget/skins
-@dirrm %%ZOPEBASEDIR%%/Products/ATReferenceBrowserWidget
-%%ZOPEBASEDIR%%/Products/Archetypes/__init__.py
-%%ZOPEBASEDIR%%/Products/Archetypes/__pkginfo__.py
+%%ZOPEBASEDIR%%/Products/Archetypes/AUTHORS
 %%ZOPEBASEDIR%%/Products/Archetypes/AggregatedStorage.py
+%%ZOPEBASEDIR%%/Products/Archetypes/AggregatedStorage.pyc
 %%ZOPEBASEDIR%%/Products/Archetypes/AllowedTypesByIface.py
-%%ZOPEBASEDIR%%/Products/Archetypes/annotations.py
+%%ZOPEBASEDIR%%/Products/Archetypes/AllowedTypesByIface.pyc
 %%ZOPEBASEDIR%%/Products/Archetypes/ApeSupport.py
-%%ZOPEBASEDIR%%/Products/Archetypes/ArchetypeTool.py
 %%ZOPEBASEDIR%%/Products/Archetypes/ArchTTWTool.py
-%%ZOPEBASEDIR%%/Products/Archetypes/atapi.py
-%%ZOPEBASEDIR%%/Products/Archetypes/athistoryaware.py
-%%ZOPEBASEDIR%%/Products/Archetypes/AUTHORS
+%%ZOPEBASEDIR%%/Products/Archetypes/ArchTTWTool.pyc
+%%ZOPEBASEDIR%%/Products/Archetypes/ArchetypeTool.py
+%%ZOPEBASEDIR%%/Products/Archetypes/ArchetypeTool.pyc
 %%ZOPEBASEDIR%%/Products/Archetypes/BaseBTreeFolder.py
+%%ZOPEBASEDIR%%/Products/Archetypes/BaseBTreeFolder.pyc
 %%ZOPEBASEDIR%%/Products/Archetypes/BaseContent.py
+%%ZOPEBASEDIR%%/Products/Archetypes/BaseContent.pyc
 %%ZOPEBASEDIR%%/Products/Archetypes/BaseFolder.py
+%%ZOPEBASEDIR%%/Products/Archetypes/BaseFolder.pyc
 %%ZOPEBASEDIR%%/Products/Archetypes/BaseObject.py
+%%ZOPEBASEDIR%%/Products/Archetypes/BaseObject.pyc
 %%ZOPEBASEDIR%%/Products/Archetypes/BaseUnit.py
-%%ZOPEBASEDIR%%/Products/Archetypes/bbb.py
-%%ZOPEBASEDIR%%/Products/Archetypes/bridge.zcml
+%%ZOPEBASEDIR%%/Products/Archetypes/BaseUnit.pyc
 %%ZOPEBASEDIR%%/Products/Archetypes/CatalogMultiplex.py
+%%ZOPEBASEDIR%%/Products/Archetypes/CatalogMultiplex.pyc
 %%ZOPEBASEDIR%%/Products/Archetypes/ChangeLog
-%%ZOPEBASEDIR%%/Products/Archetypes/www/addSchema.zpt
-%%ZOPEBASEDIR%%/Products/Archetypes/www/fields_xml.zpt
-%%ZOPEBASEDIR%%/Products/Archetypes/www/generateDebug.zpt
-%%ZOPEBASEDIR%%/Products/Archetypes/www/manage_catalogs.zpt
-%%ZOPEBASEDIR%%/Products/Archetypes/www/manageTemplates.zpt
-%%ZOPEBASEDIR%%/Products/Archetypes/www/migrationForm.zpt
-%%ZOPEBASEDIR%%/Products/Archetypes/www/registry.rng
-%%ZOPEBASEDIR%%/Products/Archetypes/www/registry.xml
-%%ZOPEBASEDIR%%/Products/Archetypes/www/registry_xml.zpt
-%%ZOPEBASEDIR%%/Products/Archetypes/www/schema.zpt
-%%ZOPEBASEDIR%%/Products/Archetypes/www/selectConnections.dtml
-%%ZOPEBASEDIR%%/Products/Archetypes/www/storages_xml.zpt
-%%ZOPEBASEDIR%%/Products/Archetypes/www/type_xml.zpt
-%%ZOPEBASEDIR%%/Products/Archetypes/www/types_xml.zpt
-%%ZOPEBASEDIR%%/Products/Archetypes/www/updateSchemaForm.zpt
-%%ZOPEBASEDIR%%/Products/Archetypes/www/validators_xml.zpt
-%%ZOPEBASEDIR%%/Products/Archetypes/www/view_reference.zpt
-%%ZOPEBASEDIR%%/Products/Archetypes/www/viewContents.zpt
-%%ZOPEBASEDIR%%/Products/Archetypes/www/widgets_xml.zpt
-%%ZOPEBASEDIR%%/Products/Archetypes/www/zmi/base_add.pt
-%%ZOPEBASEDIR%%/Products/Archetypes/www/zmi/base_edit.pt
-%%ZOPEBASEDIR%%/Products/Archetypes/www/zmi/icons/document_icon.gif
-%%ZOPEBASEDIR%%/Products/Archetypes/www/zmi/icons/folder_icon.gif
 %%ZOPEBASEDIR%%/Products/Archetypes/ClassGen.py
+%%ZOPEBASEDIR%%/Products/Archetypes/ClassGen.pyc
+%%ZOPEBASEDIR%%/Products/Archetypes/ExtensibleMetadata.py
+%%ZOPEBASEDIR%%/Products/Archetypes/ExtensibleMetadata.pyc
+%%ZOPEBASEDIR%%/Products/Archetypes/Extensions/ArchetypeSite.py
+%%ZOPEBASEDIR%%/Products/Archetypes/Extensions/ArchetypeSite.pyc
+%%ZOPEBASEDIR%%/Products/Archetypes/Extensions/Install.py
+%%ZOPEBASEDIR%%/Products/Archetypes/Extensions/Install.pyc
+%%ZOPEBASEDIR%%/Products/Archetypes/Extensions/__init__.py
+%%ZOPEBASEDIR%%/Products/Archetypes/Extensions/__init__.pyc
+%%ZOPEBASEDIR%%/Products/Archetypes/Extensions/migrations.py
+%%ZOPEBASEDIR%%/Products/Archetypes/Extensions/migrations.pyc
+%%ZOPEBASEDIR%%/Products/Archetypes/Extensions/utils.py
+%%ZOPEBASEDIR%%/Products/Archetypes/Extensions/utils.pyc
+%%ZOPEBASEDIR%%/Products/Archetypes/Field.py
+%%ZOPEBASEDIR%%/Products/Archetypes/Field.pyc
+%%ZOPEBASEDIR%%/Products/Archetypes/HISTORY.txt
+%%ZOPEBASEDIR%%/Products/Archetypes/LICENSE.txt
+%%ZOPEBASEDIR%%/Products/Archetypes/Layer.py
+%%ZOPEBASEDIR%%/Products/Archetypes/Layer.pyc
+%%ZOPEBASEDIR%%/Products/Archetypes/Marshall.py
+%%ZOPEBASEDIR%%/Products/Archetypes/Marshall.pyc
+%%ZOPEBASEDIR%%/Products/Archetypes/OrderedBaseFolder.py
+%%ZOPEBASEDIR%%/Products/Archetypes/OrderedBaseFolder.pyc
+%%ZOPEBASEDIR%%/Products/Archetypes/PloneCompat.py
+%%ZOPEBASEDIR%%/Products/Archetypes/PloneCompat.pyc
+%%ZOPEBASEDIR%%/Products/Archetypes/README.txt
+%%ZOPEBASEDIR%%/Products/Archetypes/ReferenceEngine.py
+%%ZOPEBASEDIR%%/Products/Archetypes/ReferenceEngine.pyc
+%%ZOPEBASEDIR%%/Products/Archetypes/Referenceable.py
+%%ZOPEBASEDIR%%/Products/Archetypes/Referenceable.pyc
+%%ZOPEBASEDIR%%/Products/Archetypes/Registry.py
+%%ZOPEBASEDIR%%/Products/Archetypes/Registry.pyc
+%%ZOPEBASEDIR%%/Products/Archetypes/Renderer.py
+%%ZOPEBASEDIR%%/Products/Archetypes/Renderer.pyc
+%%ZOPEBASEDIR%%/Products/Archetypes/SQLMethod.py
+%%ZOPEBASEDIR%%/Products/Archetypes/SQLMethod.pyc
+%%ZOPEBASEDIR%%/Products/Archetypes/SQLStorage.py
+%%ZOPEBASEDIR%%/Products/Archetypes/SQLStorage.pyc
+%%ZOPEBASEDIR%%/Products/Archetypes/SQLStorageConfig.py
+%%ZOPEBASEDIR%%/Products/Archetypes/SQLStorageConfig.pyc
+%%ZOPEBASEDIR%%/Products/Archetypes/Schema/Composite.py
+%%ZOPEBASEDIR%%/Products/Archetypes/Schema/Composite.pyc
+%%ZOPEBASEDIR%%/Products/Archetypes/Schema/Facade.py
+%%ZOPEBASEDIR%%/Products/Archetypes/Schema/Facade.pyc
+%%ZOPEBASEDIR%%/Products/Archetypes/Schema/__init__.py
+%%ZOPEBASEDIR%%/Products/Archetypes/Schema/__init__.pyc
+%%ZOPEBASEDIR%%/Products/Archetypes/Storage/Facade.py
+%%ZOPEBASEDIR%%/Products/Archetypes/Storage/Facade.pyc
+%%ZOPEBASEDIR%%/Products/Archetypes/Storage/__init__.py
+%%ZOPEBASEDIR%%/Products/Archetypes/Storage/__init__.pyc
+%%ZOPEBASEDIR%%/Products/Archetypes/Storage/annotation.py
+%%ZOPEBASEDIR%%/Products/Archetypes/Storage/annotation.pyc
+%%ZOPEBASEDIR%%/Products/Archetypes/TemplateMixin.py
+%%ZOPEBASEDIR%%/Products/Archetypes/TemplateMixin.pyc
+%%ZOPEBASEDIR%%/Products/Archetypes/UIDCatalog.py
+%%ZOPEBASEDIR%%/Products/Archetypes/UIDCatalog.pyc
+%%ZOPEBASEDIR%%/Products/Archetypes/VariableSchemaSupport.py
+%%ZOPEBASEDIR%%/Products/Archetypes/VariableSchemaSupport.pyc
+%%ZOPEBASEDIR%%/Products/Archetypes/WebDAVSupport.py
+%%ZOPEBASEDIR%%/Products/Archetypes/WebDAVSupport.pyc
+%%ZOPEBASEDIR%%/Products/Archetypes/Widget.py
+%%ZOPEBASEDIR%%/Products/Archetypes/Widget.pyc
+%%ZOPEBASEDIR%%/Products/Archetypes/__init__.py
+%%ZOPEBASEDIR%%/Products/Archetypes/__init__.pyc
+%%ZOPEBASEDIR%%/Products/Archetypes/__pkginfo__.py
+%%ZOPEBASEDIR%%/Products/Archetypes/__pkginfo__.pyc
+%%ZOPEBASEDIR%%/Products/Archetypes/annotations.py
+%%ZOPEBASEDIR%%/Products/Archetypes/annotations.pyc
+%%ZOPEBASEDIR%%/Products/Archetypes/atapi.py
+%%ZOPEBASEDIR%%/Products/Archetypes/atapi.pyc
+%%ZOPEBASEDIR%%/Products/Archetypes/athistoryaware.py
+%%ZOPEBASEDIR%%/Products/Archetypes/athistoryaware.pyc
+%%ZOPEBASEDIR%%/Products/Archetypes/bbb.py
+%%ZOPEBASEDIR%%/Products/Archetypes/bbb.pyc
+%%ZOPEBASEDIR%%/Products/Archetypes/bridge.zcml
 %%ZOPEBASEDIR%%/Products/Archetypes/config.py
+%%ZOPEBASEDIR%%/Products/Archetypes/config.pyc
 %%ZOPEBASEDIR%%/Products/Archetypes/configure.zcml
 %%ZOPEBASEDIR%%/Products/Archetypes/customizationpolicy.py
+%%ZOPEBASEDIR%%/Products/Archetypes/customizationpolicy.pyc
 %%ZOPEBASEDIR%%/Products/Archetypes/debug.py
+%%ZOPEBASEDIR%%/Products/Archetypes/debug.pyc
 %%ZOPEBASEDIR%%/Products/Archetypes/docs/archetypes_paper.html
 %%ZOPEBASEDIR%%/Products/Archetypes/docs/archetypes_pres.ppt
 %%ZOPEBASEDIR%%/Products/Archetypes/docs/customsearching-howto.rst
@@ -479,124 +512,109 @@
 %%ZOPEBASEDIR%%/Products/Archetypes/docs/referenceCatalog.txt
 %%ZOPEBASEDIR%%/Products/Archetypes/docs/sqlstorage-howto.rst
 %%ZOPEBASEDIR%%/Products/Archetypes/docs/sqlstorage-known-issues.txt
-%%ZOPEBASEDIR%%/Products/Archetypes/examples/__init__.py
 %%ZOPEBASEDIR%%/Products/Archetypes/examples/ATBIFolder.py
-%%ZOPEBASEDIR%%/Products/Archetypes/examples/ComplexType.py
-%%ZOPEBASEDIR%%/Products/Archetypes/examples/DDocument.py
-%%ZOPEBASEDIR%%/Products/Archetypes/examples/Fact.py
-%%ZOPEBASEDIR%%/Products/Archetypes/examples/RefNode.py
-%%ZOPEBASEDIR%%/Products/Archetypes/examples/SimpleBTreeFolder.py
-%%ZOPEBASEDIR%%/Products/Archetypes/examples/SimpleFile.py
-%%ZOPEBASEDIR%%/Products/Archetypes/examples/SimpleFolder.py
-%%ZOPEBASEDIR%%/Products/Archetypes/examples/SimpleType.py
 %%ZOPEBASEDIR%%/Products/Archetypes/examples/ATBIFolder.pyc
+%%ZOPEBASEDIR%%/Products/Archetypes/examples/ComplexType.py
 %%ZOPEBASEDIR%%/Products/Archetypes/examples/ComplexType.pyc
+%%ZOPEBASEDIR%%/Products/Archetypes/examples/DDocument.py
 %%ZOPEBASEDIR%%/Products/Archetypes/examples/DDocument.pyc
+%%ZOPEBASEDIR%%/Products/Archetypes/examples/Fact.py
 %%ZOPEBASEDIR%%/Products/Archetypes/examples/Fact.pyc
+%%ZOPEBASEDIR%%/Products/Archetypes/examples/RefNode.py
 %%ZOPEBASEDIR%%/Products/Archetypes/examples/RefNode.pyc
+%%ZOPEBASEDIR%%/Products/Archetypes/examples/SimpleBTreeFolder.py
 %%ZOPEBASEDIR%%/Products/Archetypes/examples/SimpleBTreeFolder.pyc
+%%ZOPEBASEDIR%%/Products/Archetypes/examples/SimpleFile.py
 %%ZOPEBASEDIR%%/Products/Archetypes/examples/SimpleFile.pyc
+%%ZOPEBASEDIR%%/Products/Archetypes/examples/SimpleFolder.py
 %%ZOPEBASEDIR%%/Products/Archetypes/examples/SimpleFolder.pyc
+%%ZOPEBASEDIR%%/Products/Archetypes/examples/SimpleType.py
 %%ZOPEBASEDIR%%/Products/Archetypes/examples/SimpleType.pyc
+%%ZOPEBASEDIR%%/Products/Archetypes/examples/__init__.py
 %%ZOPEBASEDIR%%/Products/Archetypes/examples/__init__.pyc
 %%ZOPEBASEDIR%%/Products/Archetypes/exceptions.py
+%%ZOPEBASEDIR%%/Products/Archetypes/exceptions.pyc
 %%ZOPEBASEDIR%%/Products/Archetypes/exportimport/__init__.py
-%%ZOPEBASEDIR%%/Products/Archetypes/exportimport/archetypetool.py
-%%ZOPEBASEDIR%%/Products/Archetypes/exportimport/configure.zcml
 %%ZOPEBASEDIR%%/Products/Archetypes/exportimport/__init__.pyc
+%%ZOPEBASEDIR%%/Products/Archetypes/exportimport/archetypetool.py
 %%ZOPEBASEDIR%%/Products/Archetypes/exportimport/archetypetool.pyc
-%%ZOPEBASEDIR%%/Products/Archetypes/ExtensibleMetadata.py
-%%ZOPEBASEDIR%%/Products/Archetypes/Extensions/__init__.py
-%%ZOPEBASEDIR%%/Products/Archetypes/Extensions/ArchetypeSite.py
-%%ZOPEBASEDIR%%/Products/Archetypes/Extensions/Install.py
-%%ZOPEBASEDIR%%/Products/Archetypes/Extensions/migrations.py
-%%ZOPEBASEDIR%%/Products/Archetypes/Extensions/utils.py
-%%ZOPEBASEDIR%%/Products/Archetypes/Extensions/ArchetypeSite.pyc
-%%ZOPEBASEDIR%%/Products/Archetypes/Extensions/Install.pyc
-%%ZOPEBASEDIR%%/Products/Archetypes/Extensions/__init__.pyc
-%%ZOPEBASEDIR%%/Products/Archetypes/Extensions/migrations.pyc
-%%ZOPEBASEDIR%%/Products/Archetypes/Extensions/utils.pyc
-%%ZOPEBASEDIR%%/Products/Archetypes/Field.py
+%%ZOPEBASEDIR%%/Products/Archetypes/exportimport/configure.zcml
 %%ZOPEBASEDIR%%/Products/Archetypes/generator/__init__.py
-%%ZOPEBASEDIR%%/Products/Archetypes/generator/i18n.py
-%%ZOPEBASEDIR%%/Products/Archetypes/generator/widget.py
 %%ZOPEBASEDIR%%/Products/Archetypes/generator/__init__.pyc
+%%ZOPEBASEDIR%%/Products/Archetypes/generator/i18n.py
 %%ZOPEBASEDIR%%/Products/Archetypes/generator/i18n.pyc
+%%ZOPEBASEDIR%%/Products/Archetypes/generator/widget.py
 %%ZOPEBASEDIR%%/Products/Archetypes/generator/widget.pyc
-%%ZOPEBASEDIR%%/Products/Archetypes/HISTORY.txt
 %%ZOPEBASEDIR%%/Products/Archetypes/implements.zcml
+%%ZOPEBASEDIR%%/Products/Archetypes/interfaces/ITemplateMixin.py
+%%ZOPEBASEDIR%%/Products/Archetypes/interfaces/ITemplateMixin.pyc
 %%ZOPEBASEDIR%%/Products/Archetypes/interfaces/__init__.py
+%%ZOPEBASEDIR%%/Products/Archetypes/interfaces/__init__.pyc
 %%ZOPEBASEDIR%%/Products/Archetypes/interfaces/_annotations.py
+%%ZOPEBASEDIR%%/Products/Archetypes/interfaces/_annotations.pyc
 %%ZOPEBASEDIR%%/Products/Archetypes/interfaces/_archetypetool.py
+%%ZOPEBASEDIR%%/Products/Archetypes/interfaces/_archetypetool.pyc
 %%ZOPEBASEDIR%%/Products/Archetypes/interfaces/_athistoryaware.py
+%%ZOPEBASEDIR%%/Products/Archetypes/interfaces/_athistoryaware.pyc
 %%ZOPEBASEDIR%%/Products/Archetypes/interfaces/_base.py
+%%ZOPEBASEDIR%%/Products/Archetypes/interfaces/_base.pyc
 %%ZOPEBASEDIR%%/Products/Archetypes/interfaces/_field.py
+%%ZOPEBASEDIR%%/Products/Archetypes/interfaces/_field.pyc
 %%ZOPEBASEDIR%%/Products/Archetypes/interfaces/_layer.py
+%%ZOPEBASEDIR%%/Products/Archetypes/interfaces/_layer.pyc
 %%ZOPEBASEDIR%%/Products/Archetypes/interfaces/_marshall.py
+%%ZOPEBASEDIR%%/Products/Archetypes/interfaces/_marshall.pyc
 %%ZOPEBASEDIR%%/Products/Archetypes/interfaces/_metadata.py
+%%ZOPEBASEDIR%%/Products/Archetypes/interfaces/_metadata.pyc
 %%ZOPEBASEDIR%%/Products/Archetypes/interfaces/_orderedfolder.py
+%%ZOPEBASEDIR%%/Products/Archetypes/interfaces/_orderedfolder.pyc
 %%ZOPEBASEDIR%%/Products/Archetypes/interfaces/_referenceable.py
+%%ZOPEBASEDIR%%/Products/Archetypes/interfaces/_referenceable.pyc
 %%ZOPEBASEDIR%%/Products/Archetypes/interfaces/_referenceengine.py
+%%ZOPEBASEDIR%%/Products/Archetypes/interfaces/_referenceengine.pyc
 %%ZOPEBASEDIR%%/Products/Archetypes/interfaces/_schema.py
+%%ZOPEBASEDIR%%/Products/Archetypes/interfaces/_schema.pyc
 %%ZOPEBASEDIR%%/Products/Archetypes/interfaces/_storage.py
+%%ZOPEBASEDIR%%/Products/Archetypes/interfaces/_storage.pyc
 %%ZOPEBASEDIR%%/Products/Archetypes/interfaces/_templatemixin.py
+%%ZOPEBASEDIR%%/Products/Archetypes/interfaces/_templatemixin.pyc
 %%ZOPEBASEDIR%%/Products/Archetypes/interfaces/_vocabulary.py
+%%ZOPEBASEDIR%%/Products/Archetypes/interfaces/_vocabulary.pyc
 %%ZOPEBASEDIR%%/Products/Archetypes/interfaces/annotations.py
+%%ZOPEBASEDIR%%/Products/Archetypes/interfaces/annotations.pyc
 %%ZOPEBASEDIR%%/Products/Archetypes/interfaces/athistoryaware.py
+%%ZOPEBASEDIR%%/Products/Archetypes/interfaces/athistoryaware.pyc
 %%ZOPEBASEDIR%%/Products/Archetypes/interfaces/base.py
+%%ZOPEBASEDIR%%/Products/Archetypes/interfaces/base.pyc
 %%ZOPEBASEDIR%%/Products/Archetypes/interfaces/field.py
-%%ZOPEBASEDIR%%/Products/Archetypes/interfaces/ITemplateMixin.py
+%%ZOPEBASEDIR%%/Products/Archetypes/interfaces/field.pyc
 %%ZOPEBASEDIR%%/Products/Archetypes/interfaces/layer.py
+%%ZOPEBASEDIR%%/Products/Archetypes/interfaces/layer.pyc
 %%ZOPEBASEDIR%%/Products/Archetypes/interfaces/marshall.py
+%%ZOPEBASEDIR%%/Products/Archetypes/interfaces/marshall.pyc
 %%ZOPEBASEDIR%%/Products/Archetypes/interfaces/metadata.py
-%%ZOPEBASEDIR%%/Products/Archetypes/interfaces/orderedfolder.py
-%%ZOPEBASEDIR%%/Products/Archetypes/interfaces/referenceable.py
-%%ZOPEBASEDIR%%/Products/Archetypes/interfaces/referenceengine.py
-%%ZOPEBASEDIR%%/Products/Archetypes/interfaces/schema.py
-%%ZOPEBASEDIR%%/Products/Archetypes/interfaces/storage.py
-%%ZOPEBASEDIR%%/Products/Archetypes/interfaces/templatemixin.py
-%%ZOPEBASEDIR%%/Products/Archetypes/interfaces/vocabulary.py
-%%ZOPEBASEDIR%%/Products/Archetypes/interfaces/ITemplateMixin.pyc
-%%ZOPEBASEDIR%%/Products/Archetypes/interfaces/__init__.pyc
-%%ZOPEBASEDIR%%/Products/Archetypes/interfaces/_annotations.pyc
-%%ZOPEBASEDIR%%/Products/Archetypes/interfaces/_archetypetool.pyc
-%%ZOPEBASEDIR%%/Products/Archetypes/interfaces/_athistoryaware.pyc
-%%ZOPEBASEDIR%%/Products/Archetypes/interfaces/_base.pyc
-%%ZOPEBASEDIR%%/Products/Archetypes/interfaces/_field.pyc
-%%ZOPEBASEDIR%%/Products/Archetypes/interfaces/_layer.pyc
-%%ZOPEBASEDIR%%/Products/Archetypes/interfaces/_marshall.pyc
-%%ZOPEBASEDIR%%/Products/Archetypes/interfaces/_metadata.pyc
-%%ZOPEBASEDIR%%/Products/Archetypes/interfaces/_orderedfolder.pyc
-%%ZOPEBASEDIR%%/Products/Archetypes/interfaces/_referenceable.pyc
-%%ZOPEBASEDIR%%/Products/Archetypes/interfaces/_referenceengine.pyc
-%%ZOPEBASEDIR%%/Products/Archetypes/interfaces/_schema.pyc
-%%ZOPEBASEDIR%%/Products/Archetypes/interfaces/_storage.pyc
-%%ZOPEBASEDIR%%/Products/Archetypes/interfaces/_templatemixin.pyc
-%%ZOPEBASEDIR%%/Products/Archetypes/interfaces/_vocabulary.pyc
-%%ZOPEBASEDIR%%/Products/Archetypes/interfaces/annotations.pyc
-%%ZOPEBASEDIR%%/Products/Archetypes/interfaces/athistoryaware.pyc
-%%ZOPEBASEDIR%%/Products/Archetypes/interfaces/base.pyc
-%%ZOPEBASEDIR%%/Products/Archetypes/interfaces/field.pyc
-%%ZOPEBASEDIR%%/Products/Archetypes/interfaces/layer.pyc
-%%ZOPEBASEDIR%%/Products/Archetypes/interfaces/marshall.pyc
 %%ZOPEBASEDIR%%/Products/Archetypes/interfaces/metadata.pyc
+%%ZOPEBASEDIR%%/Products/Archetypes/interfaces/orderedfolder.py
 %%ZOPEBASEDIR%%/Products/Archetypes/interfaces/orderedfolder.pyc
+%%ZOPEBASEDIR%%/Products/Archetypes/interfaces/referenceable.py
 %%ZOPEBASEDIR%%/Products/Archetypes/interfaces/referenceable.pyc
+%%ZOPEBASEDIR%%/Products/Archetypes/interfaces/referenceengine.py
 %%ZOPEBASEDIR%%/Products/Archetypes/interfaces/referenceengine.pyc
+%%ZOPEBASEDIR%%/Products/Archetypes/interfaces/schema.py
 %%ZOPEBASEDIR%%/Products/Archetypes/interfaces/schema.pyc
+%%ZOPEBASEDIR%%/Products/Archetypes/interfaces/storage.py
 %%ZOPEBASEDIR%%/Products/Archetypes/interfaces/storage.pyc
+%%ZOPEBASEDIR%%/Products/Archetypes/interfaces/templatemixin.py
 %%ZOPEBASEDIR%%/Products/Archetypes/interfaces/templatemixin.pyc
+%%ZOPEBASEDIR%%/Products/Archetypes/interfaces/vocabulary.py
 %%ZOPEBASEDIR%%/Products/Archetypes/interfaces/vocabulary.pyc
-%%ZOPEBASEDIR%%/Products/Archetypes/Layer.py
-%%ZOPEBASEDIR%%/Products/Archetypes/LICENSE.txt
-%%ZOPEBASEDIR%%/Products/Archetypes/Marshall.py
-%%ZOPEBASEDIR%%/Products/Archetypes/OrderedBaseFolder.py
 %%ZOPEBASEDIR%%/Products/Archetypes/patches.py
-%%ZOPEBASEDIR%%/Products/Archetypes/PloneCompat.py
+%%ZOPEBASEDIR%%/Products/Archetypes/patches.pyc
 %%ZOPEBASEDIR%%/Products/Archetypes/profiles/default/export_steps.xml
 %%ZOPEBASEDIR%%/Products/Archetypes/profiles/default/import_steps.xml
 %%ZOPEBASEDIR%%/Products/Archetypes/profiles/default/toolset.xml
 %%ZOPEBASEDIR%%/Products/Archetypes/profiles/sample_content/archetype_tool.xml
+%%ZOPEBASEDIR%%/Products/Archetypes/profiles/sample_content/types.xml
 %%ZOPEBASEDIR%%/Products/Archetypes/profiles/sample_content/types/ATBIFolder.xml
 %%ZOPEBASEDIR%%/Products/Archetypes/profiles/sample_content/types/ComplexType.xml
 %%ZOPEBASEDIR%%/Products/Archetypes/profiles/sample_content/types/DDocument.xml
@@ -607,21 +625,12 @@
 %%ZOPEBASEDIR%%/Products/Archetypes/profiles/sample_content/types/SimpleFolder.xml
 %%ZOPEBASEDIR%%/Products/Archetypes/profiles/sample_content/types/SimpleProtectedType.xml
 %%ZOPEBASEDIR%%/Products/Archetypes/profiles/sample_content/types/SimpleType.xml
-%%ZOPEBASEDIR%%/Products/Archetypes/profiles/sample_content/types.xml
 %%ZOPEBASEDIR%%/Products/Archetypes/public.py
-%%ZOPEBASEDIR%%/Products/Archetypes/README.txt
+%%ZOPEBASEDIR%%/Products/Archetypes/public.pyc
 %%ZOPEBASEDIR%%/Products/Archetypes/ref_graph.py
-%%ZOPEBASEDIR%%/Products/Archetypes/Referenceable.py
-%%ZOPEBASEDIR%%/Products/Archetypes/ReferenceEngine.py
+%%ZOPEBASEDIR%%/Products/Archetypes/ref_graph.pyc
 %%ZOPEBASEDIR%%/Products/Archetypes/references.py
-%%ZOPEBASEDIR%%/Products/Archetypes/Registry.py
-%%ZOPEBASEDIR%%/Products/Archetypes/Renderer.py
-%%ZOPEBASEDIR%%/Products/Archetypes/Schema/__init__.py
-%%ZOPEBASEDIR%%/Products/Archetypes/Schema/Composite.py
-%%ZOPEBASEDIR%%/Products/Archetypes/Schema/Facade.py
-%%ZOPEBASEDIR%%/Products/Archetypes/Schema/Composite.pyc
-%%ZOPEBASEDIR%%/Products/Archetypes/Schema/Facade.pyc
-%%ZOPEBASEDIR%%/Products/Archetypes/Schema/__init__.pyc
+%%ZOPEBASEDIR%%/Products/Archetypes/references.pyc
 %%ZOPEBASEDIR%%/Products/Archetypes/skins/archetypes/add_reference.cpy
 %%ZOPEBASEDIR%%/Products/Archetypes/skins/archetypes/add_reference.cpy.metadata
 %%ZOPEBASEDIR%%/Products/Archetypes/skins/archetypes/archebuilder/archebuilder.css
@@ -633,6 +642,7 @@
 %%ZOPEBASEDIR%%/Products/Archetypes/skins/archetypes/archetypes_zmi.css.dtml
 %%ZOPEBASEDIR%%/Products/Archetypes/skins/archetypes/at_download.py
 %%ZOPEBASEDIR%%/Products/Archetypes/skins/archetypes/at_isEditable.py
+%%ZOPEBASEDIR%%/Products/Archetypes/skins/archetypes/at_isEditable.pyc
 %%ZOPEBASEDIR%%/Products/Archetypes/skins/archetypes/base.pt
 %%ZOPEBASEDIR%%/Products/Archetypes/skins/archetypes/base_edit.cpt
 %%ZOPEBASEDIR%%/Products/Archetypes/skins/archetypes/base_edit.cpt.metadata
@@ -662,6 +672,7 @@
 %%ZOPEBASEDIR%%/Products/Archetypes/skins/archetypes/remove_creation_mark.py
 %%ZOPEBASEDIR%%/Products/Archetypes/skins/archetypes/session_restore_value.py
 %%ZOPEBASEDIR%%/Products/Archetypes/skins/archetypes/session_save_form.py
+%%ZOPEBASEDIR%%/Products/Archetypes/skins/archetypes/session_save_form.pyc
 %%ZOPEBASEDIR%%/Products/Archetypes/skins/archetypes/table.pt
 %%ZOPEBASEDIR%%/Products/Archetypes/skins/archetypes/table_view.css.dtml
 %%ZOPEBASEDIR%%/Products/Archetypes/skins/archetypes/table_view.pt
@@ -699,26 +710,22 @@
 %%ZOPEBASEDIR%%/Products/Archetypes/skins/archetypes/widgets/textarea.pt
 %%ZOPEBASEDIR%%/Products/Archetypes/skins/archetypes/widgets/visual.pt
 %%ZOPEBASEDIR%%/Products/Archetypes/skins/archetypes/widgets/zid.pt
-%%ZOPEBASEDIR%%/Products/Archetypes/skins/archetypes/at_isEditable.pyc
-%%ZOPEBASEDIR%%/Products/Archetypes/skins/archetypes/session_save_form.pyc
-%%ZOPEBASEDIR%%/Products/Archetypes/SQLMethod.py
-%%ZOPEBASEDIR%%/Products/Archetypes/SQLStorage.py
-%%ZOPEBASEDIR%%/Products/Archetypes/SQLStorageConfig.py
-%%ZOPEBASEDIR%%/Products/Archetypes/Storage/__init__.py
-%%ZOPEBASEDIR%%/Products/Archetypes/Storage/annotation.py
-%%ZOPEBASEDIR%%/Products/Archetypes/Storage/Facade.py
-%%ZOPEBASEDIR%%/Products/Archetypes/Storage/Facade.pyc
-%%ZOPEBASEDIR%%/Products/Archetypes/Storage/__init__.pyc
-%%ZOPEBASEDIR%%/Products/Archetypes/Storage/annotation.pyc
-%%ZOPEBASEDIR%%/Products/Archetypes/TemplateMixin.py
-%%ZOPEBASEDIR%%/Products/Archetypes/tests/__init__.py
 %%ZOPEBASEDIR%%/Products/Archetypes/tests/ArchetypesTestCase.py
+%%ZOPEBASEDIR%%/Products/Archetypes/tests/ArchetypesTestCase.pyc
+%%ZOPEBASEDIR%%/Products/Archetypes/tests/README.txt
+%%ZOPEBASEDIR%%/Products/Archetypes/tests/__init__.py
+%%ZOPEBASEDIR%%/Products/Archetypes/tests/__init__.pyc
 %%ZOPEBASEDIR%%/Products/Archetypes/tests/atsitetestcase.py
+%%ZOPEBASEDIR%%/Products/Archetypes/tests/atsitetestcase.pyc
 %%ZOPEBASEDIR%%/Products/Archetypes/tests/attestcase.py
+%%ZOPEBASEDIR%%/Products/Archetypes/tests/attestcase.pyc
 %%ZOPEBASEDIR%%/Products/Archetypes/tests/common.py
+%%ZOPEBASEDIR%%/Products/Archetypes/tests/common.pyc
 %%ZOPEBASEDIR%%/Products/Archetypes/tests/doctestcase.py
+%%ZOPEBASEDIR%%/Products/Archetypes/tests/doctestcase.pyc
 %%ZOPEBASEDIR%%/Products/Archetypes/tests/folder_marshall.txt
 %%ZOPEBASEDIR%%/Products/Archetypes/tests/framework.py
+%%ZOPEBASEDIR%%/Products/Archetypes/tests/framework.pyc
 %%ZOPEBASEDIR%%/Products/Archetypes/tests/input/pdb.doc
 %%ZOPEBASEDIR%%/Products/Archetypes/tests/input/rest1.rst
 %%ZOPEBASEDIR%%/Products/Archetypes/tests/input/rest1.tgz
@@ -730,192 +737,140 @@
 %%ZOPEBASEDIR%%/Products/Archetypes/tests/output/rest1.out
 %%ZOPEBASEDIR%%/Products/Archetypes/tests/output/rest2.out
 %%ZOPEBASEDIR%%/Products/Archetypes/tests/output/rest3.out
-%%ZOPEBASEDIR%%/Products/Archetypes/tests/README.txt
 %%ZOPEBASEDIR%%/Products/Archetypes/tests/reindex_sanity_plone21.txt
 %%ZOPEBASEDIR%%/Products/Archetypes/tests/runalltests.py
-%%ZOPEBASEDIR%%/Products/Archetypes/tests/test_aggregated_storage.py
-%%ZOPEBASEDIR%%/Products/Archetypes/tests/test_annotation.py
-%%ZOPEBASEDIR%%/Products/Archetypes/tests/test_baseobject.py
-%%ZOPEBASEDIR%%/Products/Archetypes/tests/test_baseschema.py
-%%ZOPEBASEDIR%%/Products/Archetypes/tests/test_baseunit.py
-%%ZOPEBASEDIR%%/Products/Archetypes/tests/test_classgen.py
-%%ZOPEBASEDIR%%/Products/Archetypes/tests/test_cmfessentials.py
-%%ZOPEBASEDIR%%/Products/Archetypes/tests/test_contenttype.py
-%%ZOPEBASEDIR%%/Products/Archetypes/tests/test_copying.py
-%%ZOPEBASEDIR%%/Products/Archetypes/tests/test_doctests.py
-%%ZOPEBASEDIR%%/Products/Archetypes/tests/test_extensions_utils.py
-%%ZOPEBASEDIR%%/Products/Archetypes/tests/test_externaleditor.py
-%%ZOPEBASEDIR%%/Products/Archetypes/tests/test_fields.py
-%%ZOPEBASEDIR%%/Products/Archetypes/tests/test_fieldvalidation.py
-%%ZOPEBASEDIR%%/Products/Archetypes/tests/test_file_upload.py
-%%ZOPEBASEDIR%%/Products/Archetypes/tests/test_filename.py
-%%ZOPEBASEDIR%%/Products/Archetypes/tests/test_functional.py
-%%ZOPEBASEDIR%%/Products/Archetypes/tests/test_index.py
-%%ZOPEBASEDIR%%/Products/Archetypes/tests/test_interfaces.py
-%%ZOPEBASEDIR%%/Products/Archetypes/tests/test_marshaller.py
-%%ZOPEBASEDIR%%/Products/Archetypes/tests/test_metadata.py
-%%ZOPEBASEDIR%%/Products/Archetypes/tests/test_portaldoctests.py
-%%ZOPEBASEDIR%%/Products/Archetypes/tests/test_referenceable.py
-%%ZOPEBASEDIR%%/Products/Archetypes/tests/utils.py
-%%ZOPEBASEDIR%%/Products/Archetypes/tests/test_referenceCatalog.py
-%%ZOPEBASEDIR%%/Products/Archetypes/tests/test_rename.py
-%%ZOPEBASEDIR%%/Products/Archetypes/tests/test_schemata.py
-%%ZOPEBASEDIR%%/Products/Archetypes/tests/test_schemata_manipulation.py
-%%ZOPEBASEDIR%%/Products/Archetypes/tests/test_security.py
-%%ZOPEBASEDIR%%/Products/Archetypes/tests/test_sitepolicy.py
-%%ZOPEBASEDIR%%/Products/Archetypes/tests/test_sqlstorage.py
-%%ZOPEBASEDIR%%/Products/Archetypes/tests/test_storage.py
-%%ZOPEBASEDIR%%/Products/Archetypes/tests/test_templatemixin.py
-%%ZOPEBASEDIR%%/Products/Archetypes/tests/test_unicode.py
-%%ZOPEBASEDIR%%/Products/Archetypes/tests/test_update_schema1.py
-%%ZOPEBASEDIR%%/Products/Archetypes/tests/test_update_schema2.py
-%%ZOPEBASEDIR%%/Products/Archetypes/tests/test_utils.py
-%%ZOPEBASEDIR%%/Products/Archetypes/tests/test_utils2.py
-%%ZOPEBASEDIR%%/Products/Archetypes/tests/test_validation.py
-%%ZOPEBASEDIR%%/Products/Archetypes/tests/test_varschema.py
-%%ZOPEBASEDIR%%/Products/Archetypes/tests/test_widgets.py
-%%ZOPEBASEDIR%%/Products/Archetypes/tests/traversal.txt
-%%ZOPEBASEDIR%%/Products/Archetypes/tests/traversal_4981.txt
-%%ZOPEBASEDIR%%/Products/Archetypes/tests/webdav_operations.txt
-%%ZOPEBASEDIR%%/Products/Archetypes/tests/ArchetypesTestCase.pyc
-%%ZOPEBASEDIR%%/Products/Archetypes/tests/__init__.pyc
-%%ZOPEBASEDIR%%/Products/Archetypes/tests/atsitetestcase.pyc
-%%ZOPEBASEDIR%%/Products/Archetypes/tests/attestcase.pyc
-%%ZOPEBASEDIR%%/Products/Archetypes/tests/common.pyc
-%%ZOPEBASEDIR%%/Products/Archetypes/tests/doctestcase.pyc
-%%ZOPEBASEDIR%%/Products/Archetypes/tests/framework.pyc
 %%ZOPEBASEDIR%%/Products/Archetypes/tests/runalltests.pyc
+%%ZOPEBASEDIR%%/Products/Archetypes/tests/test_aggregated_storage.py
 %%ZOPEBASEDIR%%/Products/Archetypes/tests/test_aggregated_storage.pyc
+%%ZOPEBASEDIR%%/Products/Archetypes/tests/test_annotation.py
 %%ZOPEBASEDIR%%/Products/Archetypes/tests/test_annotation.pyc
+%%ZOPEBASEDIR%%/Products/Archetypes/tests/test_baseobject.py
 %%ZOPEBASEDIR%%/Products/Archetypes/tests/test_baseobject.pyc
+%%ZOPEBASEDIR%%/Products/Archetypes/tests/test_baseschema.py
 %%ZOPEBASEDIR%%/Products/Archetypes/tests/test_baseschema.pyc
+%%ZOPEBASEDIR%%/Products/Archetypes/tests/test_baseunit.py
 %%ZOPEBASEDIR%%/Products/Archetypes/tests/test_baseunit.pyc
+%%ZOPEBASEDIR%%/Products/Archetypes/tests/test_classgen.py
 %%ZOPEBASEDIR%%/Products/Archetypes/tests/test_classgen.pyc
+%%ZOPEBASEDIR%%/Products/Archetypes/tests/test_cmfessentials.py
 %%ZOPEBASEDIR%%/Products/Archetypes/tests/test_cmfessentials.pyc
+%%ZOPEBASEDIR%%/Products/Archetypes/tests/test_contenttype.py
 %%ZOPEBASEDIR%%/Products/Archetypes/tests/test_contenttype.pyc
+%%ZOPEBASEDIR%%/Products/Archetypes/tests/test_copying.py
 %%ZOPEBASEDIR%%/Products/Archetypes/tests/test_copying.pyc
+%%ZOPEBASEDIR%%/Products/Archetypes/tests/test_doctests.py
 %%ZOPEBASEDIR%%/Products/Archetypes/tests/test_doctests.pyc
+%%ZOPEBASEDIR%%/Products/Archetypes/tests/test_extensions_utils.py
 %%ZOPEBASEDIR%%/Products/Archetypes/tests/test_extensions_utils.pyc
+%%ZOPEBASEDIR%%/Products/Archetypes/tests/test_externaleditor.py
 %%ZOPEBASEDIR%%/Products/Archetypes/tests/test_externaleditor.pyc
+%%ZOPEBASEDIR%%/Products/Archetypes/tests/test_fields.py
 %%ZOPEBASEDIR%%/Products/Archetypes/tests/test_fields.pyc
+%%ZOPEBASEDIR%%/Products/Archetypes/tests/test_fieldvalidation.py
 %%ZOPEBASEDIR%%/Products/Archetypes/tests/test_fieldvalidation.pyc
+%%ZOPEBASEDIR%%/Products/Archetypes/tests/test_file_upload.py
 %%ZOPEBASEDIR%%/Products/Archetypes/tests/test_file_upload.pyc
+%%ZOPEBASEDIR%%/Products/Archetypes/tests/test_filename.py
 %%ZOPEBASEDIR%%/Products/Archetypes/tests/test_filename.pyc
+%%ZOPEBASEDIR%%/Products/Archetypes/tests/test_functional.py
 %%ZOPEBASEDIR%%/Products/Archetypes/tests/test_functional.pyc
+%%ZOPEBASEDIR%%/Products/Archetypes/tests/test_index.py
 %%ZOPEBASEDIR%%/Products/Archetypes/tests/test_index.pyc
+%%ZOPEBASEDIR%%/Products/Archetypes/tests/test_interfaces.py
 %%ZOPEBASEDIR%%/Products/Archetypes/tests/test_interfaces.pyc
+%%ZOPEBASEDIR%%/Products/Archetypes/tests/test_marshaller.py
 %%ZOPEBASEDIR%%/Products/Archetypes/tests/test_marshaller.pyc
+%%ZOPEBASEDIR%%/Products/Archetypes/tests/test_metadata.py
 %%ZOPEBASEDIR%%/Products/Archetypes/tests/test_metadata.pyc
+%%ZOPEBASEDIR%%/Products/Archetypes/tests/test_portaldoctests.py
 %%ZOPEBASEDIR%%/Products/Archetypes/tests/test_portaldoctests.pyc
+%%ZOPEBASEDIR%%/Products/Archetypes/tests/test_referenceCatalog.py
 %%ZOPEBASEDIR%%/Products/Archetypes/tests/test_referenceCatalog.pyc
+%%ZOPEBASEDIR%%/Products/Archetypes/tests/test_referenceable.py
 %%ZOPEBASEDIR%%/Products/Archetypes/tests/test_referenceable.pyc
+%%ZOPEBASEDIR%%/Products/Archetypes/tests/test_rename.py
 %%ZOPEBASEDIR%%/Products/Archetypes/tests/test_rename.pyc
+%%ZOPEBASEDIR%%/Products/Archetypes/tests/test_schemata.py
 %%ZOPEBASEDIR%%/Products/Archetypes/tests/test_schemata.pyc
+%%ZOPEBASEDIR%%/Products/Archetypes/tests/test_schemata_manipulation.py
 %%ZOPEBASEDIR%%/Products/Archetypes/tests/test_schemata_manipulation.pyc
+%%ZOPEBASEDIR%%/Products/Archetypes/tests/test_security.py
 %%ZOPEBASEDIR%%/Products/Archetypes/tests/test_security.pyc
+%%ZOPEBASEDIR%%/Products/Archetypes/tests/test_sitepolicy.py
 %%ZOPEBASEDIR%%/Products/Archetypes/tests/test_sitepolicy.pyc
+%%ZOPEBASEDIR%%/Products/Archetypes/tests/test_sqlstorage.py
 %%ZOPEBASEDIR%%/Products/Archetypes/tests/test_sqlstorage.pyc
+%%ZOPEBASEDIR%%/Products/Archetypes/tests/test_storage.py
 %%ZOPEBASEDIR%%/Products/Archetypes/tests/test_storage.pyc
+%%ZOPEBASEDIR%%/Products/Archetypes/tests/test_templatemixin.py
 %%ZOPEBASEDIR%%/Products/Archetypes/tests/test_templatemixin.pyc
+%%ZOPEBASEDIR%%/Products/Archetypes/tests/test_unicode.py
 %%ZOPEBASEDIR%%/Products/Archetypes/tests/test_unicode.pyc
+%%ZOPEBASEDIR%%/Products/Archetypes/tests/test_update_schema1.py
 %%ZOPEBASEDIR%%/Products/Archetypes/tests/test_update_schema1.pyc
+%%ZOPEBASEDIR%%/Products/Archetypes/tests/test_update_schema2.py
 %%ZOPEBASEDIR%%/Products/Archetypes/tests/test_update_schema2.pyc
+%%ZOPEBASEDIR%%/Products/Archetypes/tests/test_utils.py
 %%ZOPEBASEDIR%%/Products/Archetypes/tests/test_utils.pyc
+%%ZOPEBASEDIR%%/Products/Archetypes/tests/test_utils2.py
 %%ZOPEBASEDIR%%/Products/Archetypes/tests/test_utils2.pyc
+%%ZOPEBASEDIR%%/Products/Archetypes/tests/test_validation.py
 %%ZOPEBASEDIR%%/Products/Archetypes/tests/test_validation.pyc
+%%ZOPEBASEDIR%%/Products/Archetypes/tests/test_varschema.py
 %%ZOPEBASEDIR%%/Products/Archetypes/tests/test_varschema.pyc
+%%ZOPEBASEDIR%%/Products/Archetypes/tests/test_widgets.py
 %%ZOPEBASEDIR%%/Products/Archetypes/tests/test_widgets.pyc
+%%ZOPEBASEDIR%%/Products/Archetypes/tests/traversal.txt
+%%ZOPEBASEDIR%%/Products/Archetypes/tests/traversal_4981.txt
+%%ZOPEBASEDIR%%/Products/Archetypes/tests/utils.py
 %%ZOPEBASEDIR%%/Products/Archetypes/tests/utils.pyc
+%%ZOPEBASEDIR%%/Products/Archetypes/tests/webdav_operations.txt
 %%ZOPEBASEDIR%%/Products/Archetypes/tool.gif
-%%ZOPEBASEDIR%%/Products/Archetypes/UIDCatalog.py
 %%ZOPEBASEDIR%%/Products/Archetypes/utils.py
-%%ZOPEBASEDIR%%/Products/Archetypes/VariableSchemaSupport.py
-%%ZOPEBASEDIR%%/Products/Archetypes/version.txt
-%%ZOPEBASEDIR%%/Products/Archetypes/WebDAVSupport.py
-%%ZOPEBASEDIR%%/Products/Archetypes/Widget.py
-%%ZOPEBASEDIR%%/Products/Archetypes/AggregatedStorage.pyc
-%%ZOPEBASEDIR%%/Products/Archetypes/AllowedTypesByIface.pyc
-%%ZOPEBASEDIR%%/Products/Archetypes/ArchTTWTool.pyc
-%%ZOPEBASEDIR%%/Products/Archetypes/ArchetypeTool.pyc
-%%ZOPEBASEDIR%%/Products/Archetypes/BaseBTreeFolder.pyc
-%%ZOPEBASEDIR%%/Products/Archetypes/BaseContent.pyc
-%%ZOPEBASEDIR%%/Products/Archetypes/BaseFolder.pyc
-%%ZOPEBASEDIR%%/Products/Archetypes/BaseObject.pyc
-%%ZOPEBASEDIR%%/Products/Archetypes/BaseUnit.pyc
-%%ZOPEBASEDIR%%/Products/Archetypes/CatalogMultiplex.pyc
-%%ZOPEBASEDIR%%/Products/Archetypes/ClassGen.pyc
-%%ZOPEBASEDIR%%/Products/Archetypes/ExtensibleMetadata.pyc
-%%ZOPEBASEDIR%%/Products/Archetypes/Field.pyc
-%%ZOPEBASEDIR%%/Products/Archetypes/Layer.pyc
-%%ZOPEBASEDIR%%/Products/Archetypes/Marshall.pyc
-%%ZOPEBASEDIR%%/Products/Archetypes/OrderedBaseFolder.pyc
-%%ZOPEBASEDIR%%/Products/Archetypes/PloneCompat.pyc
-%%ZOPEBASEDIR%%/Products/Archetypes/ReferenceEngine.pyc
-%%ZOPEBASEDIR%%/Products/Archetypes/bbb.pyc
-%%ZOPEBASEDIR%%/Products/Archetypes/Referenceable.pyc
-%%ZOPEBASEDIR%%/Products/Archetypes/Registry.pyc
-%%ZOPEBASEDIR%%/Products/Archetypes/Renderer.pyc
-%%ZOPEBASEDIR%%/Products/Archetypes/SQLMethod.pyc
-%%ZOPEBASEDIR%%/Products/Archetypes/SQLStorage.pyc
-%%ZOPEBASEDIR%%/Products/Archetypes/SQLStorageConfig.pyc
-%%ZOPEBASEDIR%%/Products/Archetypes/TemplateMixin.pyc
-%%ZOPEBASEDIR%%/Products/Archetypes/UIDCatalog.pyc
-%%ZOPEBASEDIR%%/Products/Archetypes/VariableSchemaSupport.pyc
-%%ZOPEBASEDIR%%/Products/Archetypes/WebDAVSupport.pyc
-%%ZOPEBASEDIR%%/Products/Archetypes/Widget.pyc
-%%ZOPEBASEDIR%%/Products/Archetypes/__init__.pyc
-%%ZOPEBASEDIR%%/Products/Archetypes/__pkginfo__.pyc
-%%ZOPEBASEDIR%%/Products/Archetypes/annotations.pyc
-%%ZOPEBASEDIR%%/Products/Archetypes/atapi.pyc
-%%ZOPEBASEDIR%%/Products/Archetypes/athistoryaware.pyc
-%%ZOPEBASEDIR%%/Products/Archetypes/config.pyc
-%%ZOPEBASEDIR%%/Products/Archetypes/customizationpolicy.pyc
-%%ZOPEBASEDIR%%/Products/Archetypes/debug.pyc
-%%ZOPEBASEDIR%%/Products/Archetypes/exceptions.pyc
-%%ZOPEBASEDIR%%/Products/Archetypes/patches.pyc
-%%ZOPEBASEDIR%%/Products/Archetypes/public.pyc
-%%ZOPEBASEDIR%%/Products/Archetypes/ref_graph.pyc
-%%ZOPEBASEDIR%%/Products/Archetypes/references.pyc
 %%ZOPEBASEDIR%%/Products/Archetypes/utils.pyc
-@dirrm %%ZOPEBASEDIR%%/Products/Archetypes/www/zmi/icons
-@dirrm %%ZOPEBASEDIR%%/Products/Archetypes/www/zmi
-@dirrm %%ZOPEBASEDIR%%/Products/Archetypes/www
-@dirrm %%ZOPEBASEDIR%%/Products/Archetypes/docs
-@dirrm %%ZOPEBASEDIR%%/Products/Archetypes/examples
-@dirrm %%ZOPEBASEDIR%%/Products/Archetypes/exportimport
-@dirrm %%ZOPEBASEDIR%%/Products/Archetypes/Extensions
-@dirrm %%ZOPEBASEDIR%%/Products/Archetypes/generator
-@dirrm %%ZOPEBASEDIR%%/Products/Archetypes/interfaces
-@dirrm %%ZOPEBASEDIR%%/Products/Archetypes/profiles/default
-@dirrm %%ZOPEBASEDIR%%/Products/Archetypes/profiles/sample_content/types
-@dirrm %%ZOPEBASEDIR%%/Products/Archetypes/profiles/sample_content
-@dirrm %%ZOPEBASEDIR%%/Products/Archetypes/profiles
-@dirrm %%ZOPEBASEDIR%%/Products/Archetypes/Schema
-@dirrm %%ZOPEBASEDIR%%/Products/Archetypes/skins/archetypes/archebuilder
-@dirrm %%ZOPEBASEDIR%%/Products/Archetypes/skins/archetypes/widgets/js
-@dirrm %%ZOPEBASEDIR%%/Products/Archetypes/skins/archetypes/widgets
-@dirrm %%ZOPEBASEDIR%%/Products/Archetypes/skins/archetypes
-@dirrm %%ZOPEBASEDIR%%/Products/Archetypes/skins
-@dirrm %%ZOPEBASEDIR%%/Products/Archetypes/Storage
-@dirrm %%ZOPEBASEDIR%%/Products/Archetypes/tests/input
-@dirrm %%ZOPEBASEDIR%%/Products/Archetypes/tests/output
-@dirrm %%ZOPEBASEDIR%%/Products/Archetypes/tests
-@dirrm %%ZOPEBASEDIR%%/Products/Archetypes
-%%ZOPEBASEDIR%%/Products/CMFActionIcons/__init__.py
-%%ZOPEBASEDIR%%/Products/CMFActionIcons/ActionIconsTool.py
-%%ZOPEBASEDIR%%/Products/CMFActionIcons/DEPENDENCIES.txt
-%%ZOPEBASEDIR%%/Products/CMFActionIcons/exportimport.py
-%%ZOPEBASEDIR%%/Products/CMFActionIcons/Extensions/__init__.py
+%%ZOPEBASEDIR%%/Products/Archetypes/version.txt
+%%ZOPEBASEDIR%%/Products/Archetypes/www/addSchema.zpt
+%%ZOPEBASEDIR%%/Products/Archetypes/www/fields_xml.zpt
+%%ZOPEBASEDIR%%/Products/Archetypes/www/generateDebug.zpt
+%%ZOPEBASEDIR%%/Products/Archetypes/www/manageTemplates.zpt
+%%ZOPEBASEDIR%%/Products/Archetypes/www/manage_catalogs.zpt
+%%ZOPEBASEDIR%%/Products/Archetypes/www/migrationForm.zpt
+%%ZOPEBASEDIR%%/Products/Archetypes/www/registry.rng
+%%ZOPEBASEDIR%%/Products/Archetypes/www/registry.xml
+%%ZOPEBASEDIR%%/Products/Archetypes/www/registry_xml.zpt
+%%ZOPEBASEDIR%%/Products/Archetypes/www/schema.zpt
+%%ZOPEBASEDIR%%/Products/Archetypes/www/selectConnections.dtml
+%%ZOPEBASEDIR%%/Products/Archetypes/www/storages_xml.zpt
+%%ZOPEBASEDIR%%/Products/Archetypes/www/type_xml.zpt
+%%ZOPEBASEDIR%%/Products/Archetypes/www/types_xml.zpt
+%%ZOPEBASEDIR%%/Products/Archetypes/www/updateSchemaForm.zpt
+%%ZOPEBASEDIR%%/Products/Archetypes/www/validators_xml.zpt
+%%ZOPEBASEDIR%%/Products/Archetypes/www/viewContents.zpt
+%%ZOPEBASEDIR%%/Products/Archetypes/www/view_reference.zpt
+%%ZOPEBASEDIR%%/Products/Archetypes/www/widgets_xml.zpt
+%%ZOPEBASEDIR%%/Products/Archetypes/www/zmi/base_add.pt
+%%ZOPEBASEDIR%%/Products/Archetypes/www/zmi/base_edit.pt
+%%ZOPEBASEDIR%%/Products/Archetypes/www/zmi/icons/document_icon.gif
+%%ZOPEBASEDIR%%/Products/Archetypes/www/zmi/icons/folder_icon.gif
+%%ZOPEBASEDIR%%/Products/CMFActionIcons/ActionIconsTool.py
+%%ZOPEBASEDIR%%/Products/CMFActionIcons/ActionIconsTool.pyc
+%%ZOPEBASEDIR%%/Products/CMFActionIcons/DEPENDENCIES.txt
 %%ZOPEBASEDIR%%/Products/CMFActionIcons/Extensions/Install.py
 %%ZOPEBASEDIR%%/Products/CMFActionIcons/Extensions/Install.pyc
+%%ZOPEBASEDIR%%/Products/CMFActionIcons/Extensions/__init__.py
 %%ZOPEBASEDIR%%/Products/CMFActionIcons/Extensions/__init__.pyc
+%%ZOPEBASEDIR%%/Products/CMFActionIcons/README.txt
+%%ZOPEBASEDIR%%/Products/CMFActionIcons/__init__.py
+%%ZOPEBASEDIR%%/Products/CMFActionIcons/__init__.pyc
+%%ZOPEBASEDIR%%/Products/CMFActionIcons/exportimport.py
+%%ZOPEBASEDIR%%/Products/CMFActionIcons/exportimport.pyc
 %%ZOPEBASEDIR%%/Products/CMFActionIcons/permissions.py
+%%ZOPEBASEDIR%%/Products/CMFActionIcons/permissions.pyc
 %%ZOPEBASEDIR%%/Products/CMFActionIcons/profiles/actionicons/actionicons.xml
 %%ZOPEBASEDIR%%/Products/CMFActionIcons/profiles/actionicons/export_steps.xml
 %%ZOPEBASEDIR%%/Products/CMFActionIcons/profiles/actionicons/import_steps.xml
 %%ZOPEBASEDIR%%/Products/CMFActionIcons/profiles/actionicons/skins.xml
 %%ZOPEBASEDIR%%/Products/CMFActionIcons/profiles/actionicons/toolset.xml
-%%ZOPEBASEDIR%%/Products/CMFActionIcons/README.txt
 %%ZOPEBASEDIR%%/Products/CMFActionIcons/skins/actionicons/actionicons_macros.pt
 %%ZOPEBASEDIR%%/Products/CMFActionIcons/skins/actionicons/approve_icon.png
 %%ZOPEBASEDIR%%/Products/CMFActionIcons/skins/actionicons/edit_icon.png
@@ -932,63 +887,58 @@
 %%ZOPEBASEDIR%%/Products/CMFActionIcons/skins/actionicons/worklist_icon.png
 %%ZOPEBASEDIR%%/Products/CMFActionIcons/skins/actionicons/yank_icon.png
 %%ZOPEBASEDIR%%/Products/CMFActionIcons/standard_mappings.py
+%%ZOPEBASEDIR%%/Products/CMFActionIcons/standard_mappings.pyc
 %%ZOPEBASEDIR%%/Products/CMFActionIcons/tests/__init__.py
-%%ZOPEBASEDIR%%/Products/CMFActionIcons/tests/test_ActionIconsTool.py
-%%ZOPEBASEDIR%%/Products/CMFActionIcons/tests/test_exportimport.py
 %%ZOPEBASEDIR%%/Products/CMFActionIcons/tests/__init__.pyc
+%%ZOPEBASEDIR%%/Products/CMFActionIcons/tests/test_ActionIconsTool.py
 %%ZOPEBASEDIR%%/Products/CMFActionIcons/tests/test_ActionIconsTool.pyc
+%%ZOPEBASEDIR%%/Products/CMFActionIcons/tests/test_exportimport.py
 %%ZOPEBASEDIR%%/Products/CMFActionIcons/tests/test_exportimport.pyc
 %%ZOPEBASEDIR%%/Products/CMFActionIcons/tool.gif
 %%ZOPEBASEDIR%%/Products/CMFActionIcons/version.txt
 %%ZOPEBASEDIR%%/Products/CMFActionIcons/www/aitEdit.zpt
 %%ZOPEBASEDIR%%/Products/CMFActionIcons/xml/aitExport.xml
-%%ZOPEBASEDIR%%/Products/CMFActionIcons/ActionIconsTool.pyc
-%%ZOPEBASEDIR%%/Products/CMFActionIcons/__init__.pyc
-%%ZOPEBASEDIR%%/Products/CMFActionIcons/exportimport.pyc
-%%ZOPEBASEDIR%%/Products/CMFActionIcons/permissions.pyc
-%%ZOPEBASEDIR%%/Products/CMFActionIcons/standard_mappings.pyc
-@dirrm %%ZOPEBASEDIR%%/Products/CMFActionIcons/Extensions
-@dirrm %%ZOPEBASEDIR%%/Products/CMFActionIcons/profiles/actionicons
-@dirrm %%ZOPEBASEDIR%%/Products/CMFActionIcons/profiles
-@dirrm %%ZOPEBASEDIR%%/Products/CMFActionIcons/skins/actionicons
-@dirrm %%ZOPEBASEDIR%%/Products/CMFActionIcons/skins
-@dirrm %%ZOPEBASEDIR%%/Products/CMFActionIcons/tests
-@dirrm %%ZOPEBASEDIR%%/Products/CMFActionIcons/www
-@dirrm %%ZOPEBASEDIR%%/Products/CMFActionIcons/xml
-@dirrm %%ZOPEBASEDIR%%/Products/CMFActionIcons
-%%ZOPEBASEDIR%%/Products/CMFCalendar/__init__.py
-%%ZOPEBASEDIR%%/Products/CMFCalendar/CalendarTool.py
 %%ZOPEBASEDIR%%/Products/CMFCalendar/CREDITS.txt
+%%ZOPEBASEDIR%%/Products/CMFCalendar/CalendarTool.py
+%%ZOPEBASEDIR%%/Products/CMFCalendar/CalendarTool.pyc
 %%ZOPEBASEDIR%%/Products/CMFCalendar/DEPENDENCIES.txt
 %%ZOPEBASEDIR%%/Products/CMFCalendar/Event.py
+%%ZOPEBASEDIR%%/Products/CMFCalendar/Event.pyc
 %%ZOPEBASEDIR%%/Products/CMFCalendar/EventPermissions.py
-%%ZOPEBASEDIR%%/Products/CMFCalendar/exceptions.py
-%%ZOPEBASEDIR%%/Products/CMFCalendar/Extensions/__init__.py
+%%ZOPEBASEDIR%%/Products/CMFCalendar/EventPermissions.pyc
 %%ZOPEBASEDIR%%/Products/CMFCalendar/Extensions/Install.py
 %%ZOPEBASEDIR%%/Products/CMFCalendar/Extensions/Install.pyc
+%%ZOPEBASEDIR%%/Products/CMFCalendar/Extensions/__init__.py
 %%ZOPEBASEDIR%%/Products/CMFCalendar/Extensions/__init__.pyc
-%%ZOPEBASEDIR%%/Products/CMFCalendar/image_sources/event_info_tab.psd
 %%ZOPEBASEDIR%%/Products/CMFCalendar/INSTALL.txt
+%%ZOPEBASEDIR%%/Products/CMFCalendar/README.txt
+%%ZOPEBASEDIR%%/Products/CMFCalendar/TODO.txt
+%%ZOPEBASEDIR%%/Products/CMFCalendar/__init__.py
+%%ZOPEBASEDIR%%/Products/CMFCalendar/__init__.pyc
+%%ZOPEBASEDIR%%/Products/CMFCalendar/exceptions.py
+%%ZOPEBASEDIR%%/Products/CMFCalendar/exceptions.pyc
+%%ZOPEBASEDIR%%/Products/CMFCalendar/image_sources/event_info_tab.psd
 %%ZOPEBASEDIR%%/Products/CMFCalendar/permissions.py
+%%ZOPEBASEDIR%%/Products/CMFCalendar/permissions.pyc
 %%ZOPEBASEDIR%%/Products/CMFCalendar/profiles/default/catalog.xml
 %%ZOPEBASEDIR%%/Products/CMFCalendar/profiles/default/import_steps.xml
 %%ZOPEBASEDIR%%/Products/CMFCalendar/profiles/default/skins.xml
 %%ZOPEBASEDIR%%/Products/CMFCalendar/profiles/default/toolset.xml
-%%ZOPEBASEDIR%%/Products/CMFCalendar/profiles/default/types/Event.xml
 %%ZOPEBASEDIR%%/Products/CMFCalendar/profiles/default/types.xml
-%%ZOPEBASEDIR%%/Products/CMFCalendar/README.txt
+%%ZOPEBASEDIR%%/Products/CMFCalendar/profiles/default/types/Event.xml
 %%ZOPEBASEDIR%%/Products/CMFCalendar/setuphandlers.py
+%%ZOPEBASEDIR%%/Products/CMFCalendar/setuphandlers.pyc
 %%ZOPEBASEDIR%%/Products/CMFCalendar/skins/calendar/calendar.gif
 %%ZOPEBASEDIR%%/Products/CMFCalendar/skins/calendar/event_edit.py
+%%ZOPEBASEDIR%%/Products/CMFCalendar/skins/calendar/event_edit.pyc
 %%ZOPEBASEDIR%%/Products/CMFCalendar/skins/calendar/event_edit_form.dtml
 %%ZOPEBASEDIR%%/Products/CMFCalendar/skins/calendar/event_icon.gif
 %%ZOPEBASEDIR%%/Products/CMFCalendar/skins/calendar/event_info_tab.gif
 %%ZOPEBASEDIR%%/Products/CMFCalendar/skins/calendar/event_view.dtml
 %%ZOPEBASEDIR%%/Products/CMFCalendar/skins/calendar/space.gif
-%%ZOPEBASEDIR%%/Products/CMFCalendar/skins/calendar/event_edit.pyc
-%%ZOPEBASEDIR%%/Products/CMFCalendar/skins/zpt_calendar/calendar_day_view.pt
-%%ZOPEBASEDIR%%/Products/CMFCalendar/skins/zpt_calendar/calendarBox.pt
 %%ZOPEBASEDIR%%/Products/CMFCalendar/skins/zpt_calendar/CalendarStyle.css
+%%ZOPEBASEDIR%%/Products/CMFCalendar/skins/zpt_calendar/calendarBox.pt
+%%ZOPEBASEDIR%%/Products/CMFCalendar/skins/zpt_calendar/calendar_day_view.pt
 %%ZOPEBASEDIR%%/Products/CMFCalendar/skins/zpt_calendar/event_edit_control.py
 %%ZOPEBASEDIR%%/Products/CMFCalendar/skins/zpt_calendar/event_edit_form.py
 %%ZOPEBASEDIR%%/Products/CMFCalendar/skins/zpt_calendar/event_edit_template.pt
@@ -1003,54 +953,103 @@
 %%ZOPEBASEDIR%%/Products/CMFCalendar/skins/zpt_calendar/getPreviousMonthLink.py
 %%ZOPEBASEDIR%%/Products/CMFCalendar/skins/zpt_calendar/getStartAsString.py
 %%ZOPEBASEDIR%%/Products/CMFCalendar/tests/__init__.py
-%%ZOPEBASEDIR%%/Products/CMFCalendar/tests/test_Calendar.py
-%%ZOPEBASEDIR%%/Products/CMFCalendar/tests/test_Event.py
 %%ZOPEBASEDIR%%/Products/CMFCalendar/tests/__init__.pyc
+%%ZOPEBASEDIR%%/Products/CMFCalendar/tests/test_Calendar.py
 %%ZOPEBASEDIR%%/Products/CMFCalendar/tests/test_Calendar.pyc
+%%ZOPEBASEDIR%%/Products/CMFCalendar/tests/test_Event.py
 %%ZOPEBASEDIR%%/Products/CMFCalendar/tests/test_Event.pyc
-%%ZOPEBASEDIR%%/Products/CMFCalendar/TODO.txt
 %%ZOPEBASEDIR%%/Products/CMFCalendar/tool.gif
 %%ZOPEBASEDIR%%/Products/CMFCalendar/version.txt
 %%ZOPEBASEDIR%%/Products/CMFCalendar/www/configureCalendarTool.zpt
 %%ZOPEBASEDIR%%/Products/CMFCalendar/www/explainCalendarTool.zpt
-%%ZOPEBASEDIR%%/Products/CMFCalendar/CalendarTool.pyc
-%%ZOPEBASEDIR%%/Products/CMFCalendar/Event.pyc
-%%ZOPEBASEDIR%%/Products/CMFCalendar/EventPermissions.pyc
-%%ZOPEBASEDIR%%/Products/CMFCalendar/__init__.pyc
-%%ZOPEBASEDIR%%/Products/CMFCalendar/exceptions.pyc
-%%ZOPEBASEDIR%%/Products/CMFCalendar/permissions.pyc
-%%ZOPEBASEDIR%%/Products/CMFCalendar/setuphandlers.pyc
-@dirrm %%ZOPEBASEDIR%%/Products/CMFCalendar/Extensions
-@dirrm %%ZOPEBASEDIR%%/Products/CMFCalendar/image_sources
-@dirrm %%ZOPEBASEDIR%%/Products/CMFCalendar/profiles/default/types
-@dirrm %%ZOPEBASEDIR%%/Products/CMFCalendar/profiles/default
-@dirrm %%ZOPEBASEDIR%%/Products/CMFCalendar/profiles
-@dirrm %%ZOPEBASEDIR%%/Products/CMFCalendar/skins/calendar
-@dirrm %%ZOPEBASEDIR%%/Products/CMFCalendar/skins/zpt_calendar
-@dirrm %%ZOPEBASEDIR%%/Products/CMFCalendar/skins
-@dirrm %%ZOPEBASEDIR%%/Products/CMFCalendar/tests
-@dirrm %%ZOPEBASEDIR%%/Products/CMFCalendar/www
-@dirrm %%ZOPEBASEDIR%%/Products/CMFCalendar
-%%ZOPEBASEDIR%%/Products/CMFCore/__init__.py
 %%ZOPEBASEDIR%%/Products/CMFCore/ActionInformation.py
+%%ZOPEBASEDIR%%/Products/CMFCore/ActionInformation.pyc
 %%ZOPEBASEDIR%%/Products/CMFCore/ActionProviderBase.py
+%%ZOPEBASEDIR%%/Products/CMFCore/ActionProviderBase.pyc
 %%ZOPEBASEDIR%%/Products/CMFCore/ActionsTool.py
-%%ZOPEBASEDIR%%/Products/CMFCore/browser/__init__.py
-%%ZOPEBASEDIR%%/Products/CMFCore/browser/configure.zcml
-%%ZOPEBASEDIR%%/Products/CMFCore/browser/typeinfo.py
-%%ZOPEBASEDIR%%/Products/CMFCore/browser/__init__.pyc
-%%ZOPEBASEDIR%%/Products/CMFCore/browser/typeinfo.pyc
-%%ZOPEBASEDIR%%/Products/CMFCore/CachingPolicyManager.py
-%%ZOPEBASEDIR%%/Products/CMFCore/CatalogTool.py
+%%ZOPEBASEDIR%%/Products/CMFCore/ActionsTool.pyc
 %%ZOPEBASEDIR%%/Products/CMFCore/CMFBTreeFolder.py
+%%ZOPEBASEDIR%%/Products/CMFCore/CMFBTreeFolder.pyc
 %%ZOPEBASEDIR%%/Products/CMFCore/CMFCatalogAware.py
+%%ZOPEBASEDIR%%/Products/CMFCore/CMFCatalogAware.pyc
 %%ZOPEBASEDIR%%/Products/CMFCore/CMFCorePermissions.py
-%%ZOPEBASEDIR%%/Products/CMFCore/configure.zcml
+%%ZOPEBASEDIR%%/Products/CMFCore/CMFCorePermissions.pyc
+%%ZOPEBASEDIR%%/Products/CMFCore/CachingPolicyManager.py
+%%ZOPEBASEDIR%%/Products/CMFCore/CachingPolicyManager.pyc
+%%ZOPEBASEDIR%%/Products/CMFCore/CatalogTool.py
+%%ZOPEBASEDIR%%/Products/CMFCore/CatalogTool.pyc
 %%ZOPEBASEDIR%%/Products/CMFCore/ContentTypeRegistry.py
+%%ZOPEBASEDIR%%/Products/CMFCore/ContentTypeRegistry.pyc
 %%ZOPEBASEDIR%%/Products/CMFCore/CookieCrumbler.py
+%%ZOPEBASEDIR%%/Products/CMFCore/CookieCrumbler.pyc
 %%ZOPEBASEDIR%%/Products/CMFCore/DEPENDENCIES.txt
 %%ZOPEBASEDIR%%/Products/CMFCore/DirectoryView.py
+%%ZOPEBASEDIR%%/Products/CMFCore/DirectoryView.pyc
 %%ZOPEBASEDIR%%/Products/CMFCore/DiscussionTool.py
+%%ZOPEBASEDIR%%/Products/CMFCore/DiscussionTool.pyc
+%%ZOPEBASEDIR%%/Products/CMFCore/DynamicType.py
+%%ZOPEBASEDIR%%/Products/CMFCore/DynamicType.pyc
+%%ZOPEBASEDIR%%/Products/CMFCore/Expression.py
+%%ZOPEBASEDIR%%/Products/CMFCore/Expression.pyc
+%%ZOPEBASEDIR%%/Products/CMFCore/Extensions/TestRecord.py
+%%ZOPEBASEDIR%%/Products/CMFCore/Extensions/TestRecord.pyc
+%%ZOPEBASEDIR%%/Products/CMFCore/FSDTMLMethod.py
+%%ZOPEBASEDIR%%/Products/CMFCore/FSDTMLMethod.pyc
+%%ZOPEBASEDIR%%/Products/CMFCore/FSFile.py
+%%ZOPEBASEDIR%%/Products/CMFCore/FSFile.pyc
+%%ZOPEBASEDIR%%/Products/CMFCore/FSImage.py
+%%ZOPEBASEDIR%%/Products/CMFCore/FSImage.pyc
+%%ZOPEBASEDIR%%/Products/CMFCore/FSMetadata.py
+%%ZOPEBASEDIR%%/Products/CMFCore/FSMetadata.pyc
+%%ZOPEBASEDIR%%/Products/CMFCore/FSObject.py
+%%ZOPEBASEDIR%%/Products/CMFCore/FSObject.pyc
+%%ZOPEBASEDIR%%/Products/CMFCore/FSPageTemplate.py
+%%ZOPEBASEDIR%%/Products/CMFCore/FSPageTemplate.pyc
+%%ZOPEBASEDIR%%/Products/CMFCore/FSPropertiesObject.py
+%%ZOPEBASEDIR%%/Products/CMFCore/FSPropertiesObject.pyc
+%%ZOPEBASEDIR%%/Products/CMFCore/FSPythonScript.py
+%%ZOPEBASEDIR%%/Products/CMFCore/FSPythonScript.pyc
+%%ZOPEBASEDIR%%/Products/CMFCore/FSSTXMethod.py
+%%ZOPEBASEDIR%%/Products/CMFCore/FSSTXMethod.pyc
+%%ZOPEBASEDIR%%/Products/CMFCore/FSZSQLMethod.py
+%%ZOPEBASEDIR%%/Products/CMFCore/FSZSQLMethod.pyc
+%%ZOPEBASEDIR%%/Products/CMFCore/MemberDataTool.py
+%%ZOPEBASEDIR%%/Products/CMFCore/MemberDataTool.pyc
+%%ZOPEBASEDIR%%/Products/CMFCore/MembershipTool.py
+%%ZOPEBASEDIR%%/Products/CMFCore/MembershipTool.pyc
+%%ZOPEBASEDIR%%/Products/CMFCore/PortalContent.py
+%%ZOPEBASEDIR%%/Products/CMFCore/PortalContent.pyc
+%%ZOPEBASEDIR%%/Products/CMFCore/PortalFolder.py
+%%ZOPEBASEDIR%%/Products/CMFCore/PortalFolder.pyc
+%%ZOPEBASEDIR%%/Products/CMFCore/PortalObject.py
+%%ZOPEBASEDIR%%/Products/CMFCore/PortalObject.pyc
+%%ZOPEBASEDIR%%/Products/CMFCore/README.txt
+%%ZOPEBASEDIR%%/Products/CMFCore/RegistrationTool.py
+%%ZOPEBASEDIR%%/Products/CMFCore/RegistrationTool.pyc
+%%ZOPEBASEDIR%%/Products/CMFCore/Skinnable.py
+%%ZOPEBASEDIR%%/Products/CMFCore/Skinnable.pyc
+%%ZOPEBASEDIR%%/Products/CMFCore/SkinsContainer.py
+%%ZOPEBASEDIR%%/Products/CMFCore/SkinsContainer.pyc
+%%ZOPEBASEDIR%%/Products/CMFCore/SkinsTool.py
+%%ZOPEBASEDIR%%/Products/CMFCore/SkinsTool.pyc
+%%ZOPEBASEDIR%%/Products/CMFCore/TypesTool.py
+%%ZOPEBASEDIR%%/Products/CMFCore/TypesTool.pyc
+%%ZOPEBASEDIR%%/Products/CMFCore/URLTool.py
+%%ZOPEBASEDIR%%/Products/CMFCore/URLTool.pyc
+%%ZOPEBASEDIR%%/Products/CMFCore/UndoTool.py
+%%ZOPEBASEDIR%%/Products/CMFCore/UndoTool.pyc
+%%ZOPEBASEDIR%%/Products/CMFCore/WorkflowCore.py
+%%ZOPEBASEDIR%%/Products/CMFCore/WorkflowCore.pyc
+%%ZOPEBASEDIR%%/Products/CMFCore/WorkflowTool.py
+%%ZOPEBASEDIR%%/Products/CMFCore/WorkflowTool.pyc
+%%ZOPEBASEDIR%%/Products/CMFCore/__init__.py
+%%ZOPEBASEDIR%%/Products/CMFCore/__init__.pyc
+%%ZOPEBASEDIR%%/Products/CMFCore/browser/__init__.py
+%%ZOPEBASEDIR%%/Products/CMFCore/browser/__init__.pyc
+%%ZOPEBASEDIR%%/Products/CMFCore/browser/configure.zcml
+%%ZOPEBASEDIR%%/Products/CMFCore/browser/typeinfo.py
+%%ZOPEBASEDIR%%/Products/CMFCore/browser/typeinfo.pyc
+%%ZOPEBASEDIR%%/Products/CMFCore/configure.zcml
 %%ZOPEBASEDIR%%/Products/CMFCore/dtml/addCC.dtml
 %%ZOPEBASEDIR%%/Products/CMFCore/dtml/addFSDirView.dtml
 %%ZOPEBASEDIR%%/Products/CMFCore/dtml/addInstance.dtml
@@ -1077,96 +1076,81 @@
 %%ZOPEBASEDIR%%/Products/CMFCore/dtml/explainRegistrationTool.dtml
 %%ZOPEBASEDIR%%/Products/CMFCore/dtml/explainSkinsTool.dtml
 %%ZOPEBASEDIR%%/Products/CMFCore/dtml/explainTypesTool.dtml
-%%ZOPEBASEDIR%%/Products/CMFCore/dtml/explainUndoTool.dtml
 %%ZOPEBASEDIR%%/Products/CMFCore/dtml/explainURLTool.dtml
+%%ZOPEBASEDIR%%/Products/CMFCore/dtml/explainUndoTool.dtml
 %%ZOPEBASEDIR%%/Products/CMFCore/dtml/explainWorkflowTool.dtml
 %%ZOPEBASEDIR%%/Products/CMFCore/dtml/extensionWidget.dtml
 %%ZOPEBASEDIR%%/Products/CMFCore/dtml/findForm.dtml
 %%ZOPEBASEDIR%%/Products/CMFCore/dtml/findResult.dtml
 %%ZOPEBASEDIR%%/Products/CMFCore/dtml/majorMinorWidget.dtml
-%%ZOPEBASEDIR%%/Products/CMFCore/dtml/patternWidget.dtml
 %%ZOPEBASEDIR%%/Products/CMFCore/dtml/manageActionProviders.dtml
 %%ZOPEBASEDIR%%/Products/CMFCore/dtml/memberdataContents.dtml
 %%ZOPEBASEDIR%%/Products/CMFCore/dtml/membershipRolemapping.dtml
 %%ZOPEBASEDIR%%/Products/CMFCore/dtml/mimetypePredEdit.dtml
+%%ZOPEBASEDIR%%/Products/CMFCore/dtml/patternWidget.dtml
 %%ZOPEBASEDIR%%/Products/CMFCore/dtml/registryPredList.dtml
 %%ZOPEBASEDIR%%/Products/CMFCore/dtml/registryTest.dtml
 %%ZOPEBASEDIR%%/Products/CMFCore/dtml/selectWorkflows.dtml
 %%ZOPEBASEDIR%%/Products/CMFCore/dtml/skinProps.dtml
 %%ZOPEBASEDIR%%/Products/CMFCore/dtml/zmi_workflows.dtml
-%%ZOPEBASEDIR%%/Products/CMFCore/DynamicType.py
-%%ZOPEBASEDIR%%/Products/CMFCore/www/typeinfoAliases.zpt
-%%ZOPEBASEDIR%%/Products/CMFCore/www/typesAliases.zpt
 %%ZOPEBASEDIR%%/Products/CMFCore/exceptions.py
+%%ZOPEBASEDIR%%/Products/CMFCore/exceptions.pyc
 %%ZOPEBASEDIR%%/Products/CMFCore/exportimport/__init__.py
+%%ZOPEBASEDIR%%/Products/CMFCore/exportimport/__init__.pyc
 %%ZOPEBASEDIR%%/Products/CMFCore/exportimport/actions.py
+%%ZOPEBASEDIR%%/Products/CMFCore/exportimport/actions.pyc
 %%ZOPEBASEDIR%%/Products/CMFCore/exportimport/cachingpolicymgr.py
+%%ZOPEBASEDIR%%/Products/CMFCore/exportimport/cachingpolicymgr.pyc
 %%ZOPEBASEDIR%%/Products/CMFCore/exportimport/catalog.py
+%%ZOPEBASEDIR%%/Products/CMFCore/exportimport/catalog.pyc
 %%ZOPEBASEDIR%%/Products/CMFCore/exportimport/configure.zcml
 %%ZOPEBASEDIR%%/Products/CMFCore/exportimport/content.py
+%%ZOPEBASEDIR%%/Products/CMFCore/exportimport/content.pyc
 %%ZOPEBASEDIR%%/Products/CMFCore/exportimport/contenttyperegistry.py
+%%ZOPEBASEDIR%%/Products/CMFCore/exportimport/contenttyperegistry.pyc
 %%ZOPEBASEDIR%%/Products/CMFCore/exportimport/cookieauth.py
+%%ZOPEBASEDIR%%/Products/CMFCore/exportimport/cookieauth.pyc
 %%ZOPEBASEDIR%%/Products/CMFCore/exportimport/mailhost.py
+%%ZOPEBASEDIR%%/Products/CMFCore/exportimport/mailhost.pyc
 %%ZOPEBASEDIR%%/Products/CMFCore/exportimport/properties.py
+%%ZOPEBASEDIR%%/Products/CMFCore/exportimport/properties.pyc
 %%ZOPEBASEDIR%%/Products/CMFCore/exportimport/skins.py
+%%ZOPEBASEDIR%%/Products/CMFCore/exportimport/skins.pyc
 %%ZOPEBASEDIR%%/Products/CMFCore/exportimport/tests/__init__.py
+%%ZOPEBASEDIR%%/Products/CMFCore/exportimport/tests/__init__.pyc
 %%ZOPEBASEDIR%%/Products/CMFCore/exportimport/tests/conformance.py
+%%ZOPEBASEDIR%%/Products/CMFCore/exportimport/tests/conformance.pyc
 %%ZOPEBASEDIR%%/Products/CMFCore/exportimport/tests/four/placeholder.txt
 %%ZOPEBASEDIR%%/Products/CMFCore/exportimport/tests/one/placeholder.txt
 %%ZOPEBASEDIR%%/Products/CMFCore/exportimport/tests/test_actions.py
+%%ZOPEBASEDIR%%/Products/CMFCore/exportimport/tests/test_actions.pyc
 %%ZOPEBASEDIR%%/Products/CMFCore/exportimport/tests/test_cachingpolicymgr.py
+%%ZOPEBASEDIR%%/Products/CMFCore/exportimport/tests/test_cachingpolicymgr.pyc
 %%ZOPEBASEDIR%%/Products/CMFCore/exportimport/tests/test_catalog.py
+%%ZOPEBASEDIR%%/Products/CMFCore/exportimport/tests/test_catalog.pyc
 %%ZOPEBASEDIR%%/Products/CMFCore/exportimport/tests/test_content.py
+%%ZOPEBASEDIR%%/Products/CMFCore/exportimport/tests/test_content.pyc
 %%ZOPEBASEDIR%%/Products/CMFCore/exportimport/tests/test_contenttyperegistry.py
+%%ZOPEBASEDIR%%/Products/CMFCore/exportimport/tests/test_contenttyperegistry.pyc
 %%ZOPEBASEDIR%%/Products/CMFCore/exportimport/tests/test_cookieauth.py
+%%ZOPEBASEDIR%%/Products/CMFCore/exportimport/tests/test_cookieauth.pyc
 %%ZOPEBASEDIR%%/Products/CMFCore/exportimport/tests/test_mailhost.py
+%%ZOPEBASEDIR%%/Products/CMFCore/exportimport/tests/test_mailhost.pyc
 %%ZOPEBASEDIR%%/Products/CMFCore/exportimport/tests/test_properties.py
+%%ZOPEBASEDIR%%/Products/CMFCore/exportimport/tests/test_properties.pyc
 %%ZOPEBASEDIR%%/Products/CMFCore/exportimport/tests/test_skins.py
+%%ZOPEBASEDIR%%/Products/CMFCore/exportimport/tests/test_skins.pyc
 %%ZOPEBASEDIR%%/Products/CMFCore/exportimport/tests/test_typeinfo.py
+%%ZOPEBASEDIR%%/Products/CMFCore/exportimport/tests/test_typeinfo.pyc
 %%ZOPEBASEDIR%%/Products/CMFCore/exportimport/tests/test_workflow.py
+%%ZOPEBASEDIR%%/Products/CMFCore/exportimport/tests/test_workflow.pyc
 %%ZOPEBASEDIR%%/Products/CMFCore/exportimport/tests/three/placeholder.txt
 %%ZOPEBASEDIR%%/Products/CMFCore/exportimport/tests/two/placeholder.txt
-%%ZOPEBASEDIR%%/Products/CMFCore/exportimport/tests/__init__.pyc
-%%ZOPEBASEDIR%%/Products/CMFCore/exportimport/tests/conformance.pyc
-%%ZOPEBASEDIR%%/Products/CMFCore/exportimport/tests/test_actions.pyc
-%%ZOPEBASEDIR%%/Products/CMFCore/exportimport/tests/test_cachingpolicymgr.pyc
-%%ZOPEBASEDIR%%/Products/CMFCore/exportimport/tests/test_catalog.pyc
-%%ZOPEBASEDIR%%/Products/CMFCore/exportimport/tests/test_content.pyc
-%%ZOPEBASEDIR%%/Products/CMFCore/exportimport/tests/test_contenttyperegistry.pyc
-%%ZOPEBASEDIR%%/Products/CMFCore/exportimport/tests/test_cookieauth.pyc
-%%ZOPEBASEDIR%%/Products/CMFCore/exportimport/tests/test_mailhost.pyc
-%%ZOPEBASEDIR%%/Products/CMFCore/exportimport/tests/test_properties.pyc
-%%ZOPEBASEDIR%%/Products/CMFCore/exportimport/tests/test_skins.pyc
-%%ZOPEBASEDIR%%/Products/CMFCore/exportimport/tests/test_typeinfo.pyc
-%%ZOPEBASEDIR%%/Products/CMFCore/exportimport/tests/test_workflow.pyc
 %%ZOPEBASEDIR%%/Products/CMFCore/exportimport/typeinfo.py
-%%ZOPEBASEDIR%%/Products/CMFCore/exportimport/workflow.py
-%%ZOPEBASEDIR%%/Products/CMFCore/exportimport/__init__.pyc
-%%ZOPEBASEDIR%%/Products/CMFCore/exportimport/actions.pyc
-%%ZOPEBASEDIR%%/Products/CMFCore/exportimport/cachingpolicymgr.pyc
-%%ZOPEBASEDIR%%/Products/CMFCore/exportimport/catalog.pyc
-%%ZOPEBASEDIR%%/Products/CMFCore/exportimport/content.pyc
-%%ZOPEBASEDIR%%/Products/CMFCore/exportimport/contenttyperegistry.pyc
-%%ZOPEBASEDIR%%/Products/CMFCore/exportimport/cookieauth.pyc
-%%ZOPEBASEDIR%%/Products/CMFCore/exportimport/mailhost.pyc
-%%ZOPEBASEDIR%%/Products/CMFCore/exportimport/properties.pyc
-%%ZOPEBASEDIR%%/Products/CMFCore/exportimport/skins.pyc
 %%ZOPEBASEDIR%%/Products/CMFCore/exportimport/typeinfo.pyc
+%%ZOPEBASEDIR%%/Products/CMFCore/exportimport/workflow.py
 %%ZOPEBASEDIR%%/Products/CMFCore/exportimport/workflow.pyc
-%%ZOPEBASEDIR%%/Products/CMFCore/Expression.py
-%%ZOPEBASEDIR%%/Products/CMFCore/Extensions/TestRecord.py
-%%ZOPEBASEDIR%%/Products/CMFCore/Extensions/TestRecord.pyc
 %%ZOPEBASEDIR%%/Products/CMFCore/folderAdd.dtml
-%%ZOPEBASEDIR%%/Products/CMFCore/FSDTMLMethod.py
-%%ZOPEBASEDIR%%/Products/CMFCore/FSFile.py
-%%ZOPEBASEDIR%%/Products/CMFCore/FSImage.py
-%%ZOPEBASEDIR%%/Products/CMFCore/FSMetadata.py
-%%ZOPEBASEDIR%%/Products/CMFCore/FSObject.py
-%%ZOPEBASEDIR%%/Products/CMFCore/FSPageTemplate.py
-%%ZOPEBASEDIR%%/Products/CMFCore/FSPropertiesObject.py
-%%ZOPEBASEDIR%%/Products/CMFCore/FSPythonScript.py
-%%ZOPEBASEDIR%%/Products/CMFCore/FSSTXMethod.py
-%%ZOPEBASEDIR%%/Products/CMFCore/FSZSQLMethod.py
 %%ZOPEBASEDIR%%/Products/CMFCore/help/Actions.stx
 %%ZOPEBASEDIR%%/Products/CMFCore/help/CPMPolicies.stx
 %%ZOPEBASEDIR%%/Products/CMFCore/images/cookie.gif
@@ -1181,84 +1165,78 @@
 %%ZOPEBASEDIR%%/Products/CMFCore/images/registry.gif
 %%ZOPEBASEDIR%%/Products/CMFCore/images/typeinfo.gif
 %%ZOPEBASEDIR%%/Products/CMFCore/implements.zcml
-%%ZOPEBASEDIR%%/Products/CMFCore/interfaces/__init__.py
-%%ZOPEBASEDIR%%/Products/CMFCore/interfaces/_content.py
-%%ZOPEBASEDIR%%/Products/CMFCore/interfaces/_tools.py
 %%ZOPEBASEDIR%%/Products/CMFCore/interfaces/CachingPolicyManager.py
-%%ZOPEBASEDIR%%/Products/CMFCore/interfaces/Contentish.py
-%%ZOPEBASEDIR%%/Products/CMFCore/interfaces/ContentTypeRegistry.py
-%%ZOPEBASEDIR%%/Products/CMFCore/interfaces/Discussions.py
-%%ZOPEBASEDIR%%/Products/CMFCore/interfaces/DublinCore.py
-%%ZOPEBASEDIR%%/Products/CMFCore/interfaces/Dynamic.py
-%%ZOPEBASEDIR%%/Products/CMFCore/interfaces/Folderish.py
-%%ZOPEBASEDIR%%/Products/CMFCore/interfaces/IOpaqueItems.py
-%%ZOPEBASEDIR%%/Products/CMFCore/interfaces/portal_actions.py
-%%ZOPEBASEDIR%%/Products/CMFCore/interfaces/portal_catalog.py
-%%ZOPEBASEDIR%%/Products/CMFCore/interfaces/portal_discussion.py
-%%ZOPEBASEDIR%%/Products/CMFCore/interfaces/portal_memberdata.py
-%%ZOPEBASEDIR%%/Products/CMFCore/interfaces/portal_membership.py
-%%ZOPEBASEDIR%%/Products/CMFCore/interfaces/portal_metadata.py
-%%ZOPEBASEDIR%%/Products/CMFCore/interfaces/portal_properties.py
-%%ZOPEBASEDIR%%/Products/CMFCore/interfaces/portal_registration.py
-%%ZOPEBASEDIR%%/Products/CMFCore/interfaces/portal_skins.py
-%%ZOPEBASEDIR%%/Products/CMFCore/interfaces/portal_types.py
-%%ZOPEBASEDIR%%/Products/CMFCore/interfaces/portal_undo.py
-%%ZOPEBASEDIR%%/Products/CMFCore/interfaces/portal_url.py
-%%ZOPEBASEDIR%%/Products/CMFCore/interfaces/portal_workflow.py
-%%ZOPEBASEDIR%%/Products/CMFCore/interfaces/Syndicatable.py
 %%ZOPEBASEDIR%%/Products/CMFCore/interfaces/CachingPolicyManager.pyc
+%%ZOPEBASEDIR%%/Products/CMFCore/interfaces/ContentTypeRegistry.py
 %%ZOPEBASEDIR%%/Products/CMFCore/interfaces/ContentTypeRegistry.pyc
+%%ZOPEBASEDIR%%/Products/CMFCore/interfaces/Contentish.py
 %%ZOPEBASEDIR%%/Products/CMFCore/interfaces/Contentish.pyc
+%%ZOPEBASEDIR%%/Products/CMFCore/interfaces/Discussions.py
 %%ZOPEBASEDIR%%/Products/CMFCore/interfaces/Discussions.pyc
+%%ZOPEBASEDIR%%/Products/CMFCore/interfaces/DublinCore.py
 %%ZOPEBASEDIR%%/Products/CMFCore/interfaces/DublinCore.pyc
+%%ZOPEBASEDIR%%/Products/CMFCore/interfaces/Dynamic.py
 %%ZOPEBASEDIR%%/Products/CMFCore/interfaces/Dynamic.pyc
+%%ZOPEBASEDIR%%/Products/CMFCore/interfaces/Folderish.py
 %%ZOPEBASEDIR%%/Products/CMFCore/interfaces/Folderish.pyc
+%%ZOPEBASEDIR%%/Products/CMFCore/interfaces/IOpaqueItems.py
 %%ZOPEBASEDIR%%/Products/CMFCore/interfaces/IOpaqueItems.pyc
+%%ZOPEBASEDIR%%/Products/CMFCore/interfaces/Syndicatable.py
 %%ZOPEBASEDIR%%/Products/CMFCore/interfaces/Syndicatable.pyc
+%%ZOPEBASEDIR%%/Products/CMFCore/interfaces/__init__.py
 %%ZOPEBASEDIR%%/Products/CMFCore/interfaces/__init__.pyc
+%%ZOPEBASEDIR%%/Products/CMFCore/interfaces/_content.py
 %%ZOPEBASEDIR%%/Products/CMFCore/interfaces/_content.pyc
+%%ZOPEBASEDIR%%/Products/CMFCore/interfaces/_tools.py
 %%ZOPEBASEDIR%%/Products/CMFCore/interfaces/_tools.pyc
-%%ZOPEBASEDIR%%/Products/CMFCore/interfaces/portal_undo.pyc
+%%ZOPEBASEDIR%%/Products/CMFCore/interfaces/portal_actions.py
 %%ZOPEBASEDIR%%/Products/CMFCore/interfaces/portal_actions.pyc
+%%ZOPEBASEDIR%%/Products/CMFCore/interfaces/portal_catalog.py
 %%ZOPEBASEDIR%%/Products/CMFCore/interfaces/portal_catalog.pyc
+%%ZOPEBASEDIR%%/Products/CMFCore/interfaces/portal_discussion.py
 %%ZOPEBASEDIR%%/Products/CMFCore/interfaces/portal_discussion.pyc
+%%ZOPEBASEDIR%%/Products/CMFCore/interfaces/portal_memberdata.py
 %%ZOPEBASEDIR%%/Products/CMFCore/interfaces/portal_memberdata.pyc
+%%ZOPEBASEDIR%%/Products/CMFCore/interfaces/portal_membership.py
 %%ZOPEBASEDIR%%/Products/CMFCore/interfaces/portal_membership.pyc
+%%ZOPEBASEDIR%%/Products/CMFCore/interfaces/portal_metadata.py
 %%ZOPEBASEDIR%%/Products/CMFCore/interfaces/portal_metadata.pyc
+%%ZOPEBASEDIR%%/Products/CMFCore/interfaces/portal_properties.py
 %%ZOPEBASEDIR%%/Products/CMFCore/interfaces/portal_properties.pyc
+%%ZOPEBASEDIR%%/Products/CMFCore/interfaces/portal_registration.py
 %%ZOPEBASEDIR%%/Products/CMFCore/interfaces/portal_registration.pyc
+%%ZOPEBASEDIR%%/Products/CMFCore/interfaces/portal_skins.py
 %%ZOPEBASEDIR%%/Products/CMFCore/interfaces/portal_skins.pyc
+%%ZOPEBASEDIR%%/Products/CMFCore/interfaces/portal_types.py
 %%ZOPEBASEDIR%%/Products/CMFCore/interfaces/portal_types.pyc
+%%ZOPEBASEDIR%%/Products/CMFCore/interfaces/portal_undo.py
+%%ZOPEBASEDIR%%/Products/CMFCore/interfaces/portal_undo.pyc
+%%ZOPEBASEDIR%%/Products/CMFCore/interfaces/portal_url.py
 %%ZOPEBASEDIR%%/Products/CMFCore/interfaces/portal_url.pyc
+%%ZOPEBASEDIR%%/Products/CMFCore/interfaces/portal_workflow.py
 %%ZOPEBASEDIR%%/Products/CMFCore/interfaces/portal_workflow.pyc
-%%ZOPEBASEDIR%%/Products/CMFCore/MemberDataTool.py
-%%ZOPEBASEDIR%%/Products/CMFCore/MembershipTool.py
-%%ZOPEBASEDIR%%/Products/CMFCore/README.txt
 %%ZOPEBASEDIR%%/Products/CMFCore/permissions.py
-%%ZOPEBASEDIR%%/Products/CMFCore/PortalContent.py
-%%ZOPEBASEDIR%%/Products/CMFCore/PortalFolder.py
-%%ZOPEBASEDIR%%/Products/CMFCore/PortalObject.py
-%%ZOPEBASEDIR%%/Products/CMFCore/RegistrationTool.py
-%%ZOPEBASEDIR%%/Products/CMFCore/Skinnable.py
-%%ZOPEBASEDIR%%/Products/CMFCore/SkinsContainer.py
-%%ZOPEBASEDIR%%/Products/CMFCore/SkinsTool.py
+%%ZOPEBASEDIR%%/Products/CMFCore/permissions.pyc
 %%ZOPEBASEDIR%%/Products/CMFCore/tests/__init__.py
+%%ZOPEBASEDIR%%/Products/CMFCore/tests/__init__.pyc
 %%ZOPEBASEDIR%%/Products/CMFCore/tests/base/__init__.py
-%%ZOPEBASEDIR%%/Products/CMFCore/tests/base/content.py
-%%ZOPEBASEDIR%%/Products/CMFCore/tests/base/dummy.py
-%%ZOPEBASEDIR%%/Products/CMFCore/tests/base/security.py
-%%ZOPEBASEDIR%%/Products/CMFCore/tests/base/testcase.py
-%%ZOPEBASEDIR%%/Products/CMFCore/tests/base/tidata.py
-%%ZOPEBASEDIR%%/Products/CMFCore/tests/base/utils.py
 %%ZOPEBASEDIR%%/Products/CMFCore/tests/base/__init__.pyc
+%%ZOPEBASEDIR%%/Products/CMFCore/tests/base/content.py
 %%ZOPEBASEDIR%%/Products/CMFCore/tests/base/content.pyc
+%%ZOPEBASEDIR%%/Products/CMFCore/tests/base/dummy.py
 %%ZOPEBASEDIR%%/Products/CMFCore/tests/base/dummy.pyc
+%%ZOPEBASEDIR%%/Products/CMFCore/tests/base/security.py
 %%ZOPEBASEDIR%%/Products/CMFCore/tests/base/security.pyc
+%%ZOPEBASEDIR%%/Products/CMFCore/tests/base/testcase.py
 %%ZOPEBASEDIR%%/Products/CMFCore/tests/base/testcase.pyc
+%%ZOPEBASEDIR%%/Products/CMFCore/tests/base/tidata.py
 %%ZOPEBASEDIR%%/Products/CMFCore/tests/base/tidata.pyc
+%%ZOPEBASEDIR%%/Products/CMFCore/tests/base/utils.py
 %%ZOPEBASEDIR%%/Products/CMFCore/tests/base/utils.pyc
 %%ZOPEBASEDIR%%/Products/CMFCore/tests/fake_skins/fake_skin/#test1.py
+%%ZOPEBASEDIR%%/Products/CMFCore/tests/fake_skins/fake_skin/#test1.pyc
 %%ZOPEBASEDIR%%/Products/CMFCore/tests/fake_skins/fake_skin/.test1.py
+%%ZOPEBASEDIR%%/Products/CMFCore/tests/fake_skins/fake_skin/.test1.pyc
 %%ZOPEBASEDIR%%/Products/CMFCore/tests/fake_skins/fake_skin/test1.py
 %%ZOPEBASEDIR%%/Products/CMFCore/tests/fake_skins/fake_skin/test1.py~
 %%ZOPEBASEDIR%%/Products/CMFCore/tests/fake_skins/fake_skin/test4.py
@@ -1266,6 +1244,19 @@
 %%ZOPEBASEDIR%%/Products/CMFCore/tests/fake_skins/fake_skin/test5.py
 %%ZOPEBASEDIR%%/Products/CMFCore/tests/fake_skins/fake_skin/test6.py
 %%ZOPEBASEDIR%%/Products/CMFCore/tests/fake_skins/fake_skin/test6.py.metadata
+%%ZOPEBASEDIR%%/Products/CMFCore/tests/fake_skins/fake_skin/testDTML.dtml
+%%ZOPEBASEDIR%%/Products/CMFCore/tests/fake_skins/fake_skin/testDTML.dtml.metadata
+%%ZOPEBASEDIR%%/Products/CMFCore/tests/fake_skins/fake_skin/testPT.pt
+%%ZOPEBASEDIR%%/Products/CMFCore/tests/fake_skins/fake_skin/testPT.pt.properties
+%%ZOPEBASEDIR%%/Products/CMFCore/tests/fake_skins/fake_skin/testPT2.pt
+%%ZOPEBASEDIR%%/Products/CMFCore/tests/fake_skins/fake_skin/testPT2.pt.metadata
+%%ZOPEBASEDIR%%/Products/CMFCore/tests/fake_skins/fake_skin/testPT_multiline_python_dos.pt
+%%ZOPEBASEDIR%%/Products/CMFCore/tests/fake_skins/fake_skin/testPT_multiline_python_mac.pt
+%%ZOPEBASEDIR%%/Products/CMFCore/tests/fake_skins/fake_skin/testPT_multiline_python_unix.pt
+%%ZOPEBASEDIR%%/Products/CMFCore/tests/fake_skins/fake_skin/testPT_utf8.pt
+%%ZOPEBASEDIR%%/Products/CMFCore/tests/fake_skins/fake_skin/testPTbad.pt
+%%ZOPEBASEDIR%%/Products/CMFCore/tests/fake_skins/fake_skin/testUtf8.js
+%%ZOPEBASEDIR%%/Products/CMFCore/tests/fake_skins/fake_skin/testXMLPT.pt
 %%ZOPEBASEDIR%%/Products/CMFCore/tests/fake_skins/fake_skin/test_dos.py
 %%ZOPEBASEDIR%%/Products/CMFCore/tests/fake_skins/fake_skin/test_dtml.dtml
 %%ZOPEBASEDIR%%/Products/CMFCore/tests/fake_skins/fake_skin/test_dtml.dtml.metadata
@@ -1276,176 +1267,144 @@
 %%ZOPEBASEDIR%%/Products/CMFCore/tests/fake_skins/fake_skin/test_image.gif
 %%ZOPEBASEDIR%%/Products/CMFCore/tests/fake_skins/fake_skin/test_image.gif.metadata
 %%ZOPEBASEDIR%%/Products/CMFCore/tests/fake_skins/fake_skin/test_mac.py
-%%ZOPEBASEDIR%%/Products/CMFCore/tests/fake_skins/fake_skin/testPT.pt
 %%ZOPEBASEDIR%%/Products/CMFCore/tests/fake_skins/fake_skin/test_manual_ignore.py
+%%ZOPEBASEDIR%%/Products/CMFCore/tests/fake_skins/fake_skin/test_manual_ignore.pyc
 %%ZOPEBASEDIR%%/Products/CMFCore/tests/fake_skins/fake_skin/test_props.props
 %%ZOPEBASEDIR%%/Products/CMFCore/tests/fake_skins/fake_skin/test_unix.py
 %%ZOPEBASEDIR%%/Products/CMFCore/tests/fake_skins/fake_skin/test_warn.py
-%%ZOPEBASEDIR%%/Products/CMFCore/tests/fake_skins/fake_skin/testDTML.dtml
-%%ZOPEBASEDIR%%/Products/CMFCore/tests/fake_skins/fake_skin/testDTML.dtml.metadata
-%%ZOPEBASEDIR%%/Products/CMFCore/tests/fake_skins/fake_skin/testPT.pt.properties
-%%ZOPEBASEDIR%%/Products/CMFCore/tests/fake_skins/fake_skin/testPT2.pt
-%%ZOPEBASEDIR%%/Products/CMFCore/tests/fake_skins/fake_skin/testPT2.pt.metadata
-%%ZOPEBASEDIR%%/Products/CMFCore/tests/fake_skins/fake_skin/testPT_multiline_python_dos.pt
-%%ZOPEBASEDIR%%/Products/CMFCore/tests/fake_skins/fake_skin/testPT_multiline_python_mac.pt
-%%ZOPEBASEDIR%%/Products/CMFCore/tests/fake_skins/fake_skin/testPT_multiline_python_unix.pt
-%%ZOPEBASEDIR%%/Products/CMFCore/tests/fake_skins/fake_skin/testPT_utf8.pt
-%%ZOPEBASEDIR%%/Products/CMFCore/tests/fake_skins/fake_skin/testPTbad.pt
-%%ZOPEBASEDIR%%/Products/CMFCore/tests/fake_skins/fake_skin/testsql.zsql
-%%ZOPEBASEDIR%%/Products/CMFCore/tests/fake_skins/fake_skin/testUtf8.js
-%%ZOPEBASEDIR%%/Products/CMFCore/tests/fake_skins/fake_skin/testXMLPT.pt
-%%ZOPEBASEDIR%%/Products/CMFCore/tests/fake_skins/fake_skin/#test1.pyc
-%%ZOPEBASEDIR%%/Products/CMFCore/tests/fake_skins/fake_skin/.test1.pyc
-%%ZOPEBASEDIR%%/Products/CMFCore/tests/fake_skins/fake_skin/test_manual_ignore.pyc
 %%ZOPEBASEDIR%%/Products/CMFCore/tests/fake_skins/fake_skin/test_warn.pyc
-%%ZOPEBASEDIR%%/Products/CMFCore/tests/test_ActionInformation.py
-%%ZOPEBASEDIR%%/Products/CMFCore/tests/test_ActionProviderBase.py
-%%ZOPEBASEDIR%%/Products/CMFCore/tests/test_ActionsTool.py
-%%ZOPEBASEDIR%%/Products/CMFCore/tests/test_CachingPolicyManager.py
-%%ZOPEBASEDIR%%/Products/CMFCore/tests/test_CatalogTool.py
-%%ZOPEBASEDIR%%/Products/CMFCore/tests/test_CMFBTreeFolder.py
-%%ZOPEBASEDIR%%/Products/CMFCore/tests/test_CMFCatalogAware.py
-%%ZOPEBASEDIR%%/Products/CMFCore/tests/test_ContentTypeRegistry.py
-%%ZOPEBASEDIR%%/Products/CMFCore/tests/test_DirectoryView.py
-%%ZOPEBASEDIR%%/Products/CMFCore/tests/test_DiscussionTool.py
-%%ZOPEBASEDIR%%/Products/CMFCore/tests/test_DynamicType.py
-%%ZOPEBASEDIR%%/Products/CMFCore/tests/test_Expression.py
-%%ZOPEBASEDIR%%/Products/CMFCore/tests/test_FSDTMLMethod.py
-%%ZOPEBASEDIR%%/Products/CMFCore/tests/test_FSFile.py
-%%ZOPEBASEDIR%%/Products/CMFCore/tests/test_FSImage.py
-%%ZOPEBASEDIR%%/Products/CMFCore/tests/test_FSMetadata.py
-%%ZOPEBASEDIR%%/Products/CMFCore/tests/test_FSPageTemplate.py
-%%ZOPEBASEDIR%%/Products/CMFCore/tests/test_FSPropertiesObject.py
-%%ZOPEBASEDIR%%/Products/CMFCore/tests/test_FSPythonScript.py
-%%ZOPEBASEDIR%%/Products/CMFCore/tests/test_FSSecurity.py
-%%ZOPEBASEDIR%%/Products/CMFCore/tests/test_FSZSQLMethod.py
-%%ZOPEBASEDIR%%/Products/CMFCore/tests/test_MemberDataTool.py
-%%ZOPEBASEDIR%%/Products/CMFCore/tests/test_MembershipTool.py
-%%ZOPEBASEDIR%%/Products/CMFCore/tests/test_OpaqueItems.py
-%%ZOPEBASEDIR%%/Products/CMFCore/tests/test_PortalContent.py
-%%ZOPEBASEDIR%%/Products/CMFCore/tests/test_PortalFolder.py
-%%ZOPEBASEDIR%%/Products/CMFCore/tests/test_RegistrationTool.py
-%%ZOPEBASEDIR%%/Products/CMFCore/tests/test_SkinsTool.py
-%%ZOPEBASEDIR%%/Products/CMFCore/tests/test_TypesTool.py
-%%ZOPEBASEDIR%%/Products/CMFCore/tests/test_UndoTool.py
-%%ZOPEBASEDIR%%/Products/CMFCore/tests/test_URLTool.py
-%%ZOPEBASEDIR%%/Products/CMFCore/tests/test_utils.py
-%%ZOPEBASEDIR%%/Products/CMFCore/tests/test_WorkflowTool.py
+%%ZOPEBASEDIR%%/Products/CMFCore/tests/fake_skins/fake_skin/testsql.zsql
 %%ZOPEBASEDIR%%/Products/CMFCore/tests/testCookieCrumbler.py
-%%ZOPEBASEDIR%%/Products/CMFCore/tests/__init__.pyc
 %%ZOPEBASEDIR%%/Products/CMFCore/tests/testCookieCrumbler.pyc
+%%ZOPEBASEDIR%%/Products/CMFCore/tests/test_ActionInformation.py
 %%ZOPEBASEDIR%%/Products/CMFCore/tests/test_ActionInformation.pyc
+%%ZOPEBASEDIR%%/Products/CMFCore/tests/test_ActionProviderBase.py
 %%ZOPEBASEDIR%%/Products/CMFCore/tests/test_ActionProviderBase.pyc
+%%ZOPEBASEDIR%%/Products/CMFCore/tests/test_ActionsTool.py
 %%ZOPEBASEDIR%%/Products/CMFCore/tests/test_ActionsTool.pyc
+%%ZOPEBASEDIR%%/Products/CMFCore/tests/test_CMFBTreeFolder.py
 %%ZOPEBASEDIR%%/Products/CMFCore/tests/test_CMFBTreeFolder.pyc
+%%ZOPEBASEDIR%%/Products/CMFCore/tests/test_CMFCatalogAware.py
 %%ZOPEBASEDIR%%/Products/CMFCore/tests/test_CMFCatalogAware.pyc
+%%ZOPEBASEDIR%%/Products/CMFCore/tests/test_CachingPolicyManager.py
 %%ZOPEBASEDIR%%/Products/CMFCore/tests/test_CachingPolicyManager.pyc
+%%ZOPEBASEDIR%%/Products/CMFCore/tests/test_CatalogTool.py
 %%ZOPEBASEDIR%%/Products/CMFCore/tests/test_CatalogTool.pyc
+%%ZOPEBASEDIR%%/Products/CMFCore/tests/test_ContentTypeRegistry.py
 %%ZOPEBASEDIR%%/Products/CMFCore/tests/test_ContentTypeRegistry.pyc
+%%ZOPEBASEDIR%%/Products/CMFCore/tests/test_DirectoryView.py
 %%ZOPEBASEDIR%%/Products/CMFCore/tests/test_DirectoryView.pyc
-%%ZOPEBASEDIR%%/Products/CMFCore/tests/test_Expression.pyc
+%%ZOPEBASEDIR%%/Products/CMFCore/tests/test_DiscussionTool.py
 %%ZOPEBASEDIR%%/Products/CMFCore/tests/test_DiscussionTool.pyc
+%%ZOPEBASEDIR%%/Products/CMFCore/tests/test_DynamicType.py
 %%ZOPEBASEDIR%%/Products/CMFCore/tests/test_DynamicType.pyc
+%%ZOPEBASEDIR%%/Products/CMFCore/tests/test_Expression.py
+%%ZOPEBASEDIR%%/Products/CMFCore/tests/test_Expression.pyc
+%%ZOPEBASEDIR%%/Products/CMFCore/tests/test_FSDTMLMethod.py
 %%ZOPEBASEDIR%%/Products/CMFCore/tests/test_FSDTMLMethod.pyc
+%%ZOPEBASEDIR%%/Products/CMFCore/tests/test_FSFile.py
 %%ZOPEBASEDIR%%/Products/CMFCore/tests/test_FSFile.pyc
+%%ZOPEBASEDIR%%/Products/CMFCore/tests/test_FSImage.py
 %%ZOPEBASEDIR%%/Products/CMFCore/tests/test_FSImage.pyc
+%%ZOPEBASEDIR%%/Products/CMFCore/tests/test_FSMetadata.py
 %%ZOPEBASEDIR%%/Products/CMFCore/tests/test_FSMetadata.pyc
+%%ZOPEBASEDIR%%/Products/CMFCore/tests/test_FSPageTemplate.py
 %%ZOPEBASEDIR%%/Products/CMFCore/tests/test_FSPageTemplate.pyc
+%%ZOPEBASEDIR%%/Products/CMFCore/tests/test_FSPropertiesObject.py
 %%ZOPEBASEDIR%%/Products/CMFCore/tests/test_FSPropertiesObject.pyc
+%%ZOPEBASEDIR%%/Products/CMFCore/tests/test_FSPythonScript.py
 %%ZOPEBASEDIR%%/Products/CMFCore/tests/test_FSPythonScript.pyc
+%%ZOPEBASEDIR%%/Products/CMFCore/tests/test_FSSecurity.py
 %%ZOPEBASEDIR%%/Products/CMFCore/tests/test_FSSecurity.pyc
+%%ZOPEBASEDIR%%/Products/CMFCore/tests/test_FSZSQLMethod.py
 %%ZOPEBASEDIR%%/Products/CMFCore/tests/test_FSZSQLMethod.pyc
+%%ZOPEBASEDIR%%/Products/CMFCore/tests/test_MemberDataTool.py
 %%ZOPEBASEDIR%%/Products/CMFCore/tests/test_MemberDataTool.pyc
+%%ZOPEBASEDIR%%/Products/CMFCore/tests/test_MembershipTool.py
 %%ZOPEBASEDIR%%/Products/CMFCore/tests/test_MembershipTool.pyc
+%%ZOPEBASEDIR%%/Products/CMFCore/tests/test_OpaqueItems.py
 %%ZOPEBASEDIR%%/Products/CMFCore/tests/test_OpaqueItems.pyc
+%%ZOPEBASEDIR%%/Products/CMFCore/tests/test_PortalContent.py
 %%ZOPEBASEDIR%%/Products/CMFCore/tests/test_PortalContent.pyc
+%%ZOPEBASEDIR%%/Products/CMFCore/tests/test_PortalFolder.py
 %%ZOPEBASEDIR%%/Products/CMFCore/tests/test_PortalFolder.pyc
+%%ZOPEBASEDIR%%/Products/CMFCore/tests/test_RegistrationTool.py
 %%ZOPEBASEDIR%%/Products/CMFCore/tests/test_RegistrationTool.pyc
+%%ZOPEBASEDIR%%/Products/CMFCore/tests/test_SkinsTool.py
 %%ZOPEBASEDIR%%/Products/CMFCore/tests/test_SkinsTool.pyc
+%%ZOPEBASEDIR%%/Products/CMFCore/tests/test_TypesTool.py
 %%ZOPEBASEDIR%%/Products/CMFCore/tests/test_TypesTool.pyc
+%%ZOPEBASEDIR%%/Products/CMFCore/tests/test_URLTool.py
 %%ZOPEBASEDIR%%/Products/CMFCore/tests/test_URLTool.pyc
+%%ZOPEBASEDIR%%/Products/CMFCore/tests/test_UndoTool.py
 %%ZOPEBASEDIR%%/Products/CMFCore/tests/test_UndoTool.pyc
+%%ZOPEBASEDIR%%/Products/CMFCore/tests/test_WorkflowTool.py
 %%ZOPEBASEDIR%%/Products/CMFCore/tests/test_WorkflowTool.pyc
+%%ZOPEBASEDIR%%/Products/CMFCore/tests/test_utils.py
 %%ZOPEBASEDIR%%/Products/CMFCore/tests/test_utils.pyc
 %%ZOPEBASEDIR%%/Products/CMFCore/tool.gif
-%%ZOPEBASEDIR%%/Products/CMFCore/TypesTool.py
-%%ZOPEBASEDIR%%/Products/CMFCore/UndoTool.py
-%%ZOPEBASEDIR%%/Products/CMFCore/URLTool.py
 %%ZOPEBASEDIR%%/Products/CMFCore/utils.py
-%%ZOPEBASEDIR%%/Products/CMFCore/version.txt
-%%ZOPEBASEDIR%%/Products/CMFCore/WorkflowCore.py
-%%ZOPEBASEDIR%%/Products/CMFCore/WorkflowTool.py
-%%ZOPEBASEDIR%%/Products/CMFCore/ActionInformation.pyc
-%%ZOPEBASEDIR%%/Products/CMFCore/ActionProviderBase.pyc
-%%ZOPEBASEDIR%%/Products/CMFCore/ActionsTool.pyc
-%%ZOPEBASEDIR%%/Products/CMFCore/CMFBTreeFolder.pyc
-%%ZOPEBASEDIR%%/Products/CMFCore/CMFCatalogAware.pyc
-%%ZOPEBASEDIR%%/Products/CMFCore/CMFCorePermissions.pyc
-%%ZOPEBASEDIR%%/Products/CMFCore/CachingPolicyManager.pyc
-%%ZOPEBASEDIR%%/Products/CMFCore/CatalogTool.pyc
-%%ZOPEBASEDIR%%/Products/CMFCore/ContentTypeRegistry.pyc
-%%ZOPEBASEDIR%%/Products/CMFCore/CookieCrumbler.pyc
-%%ZOPEBASEDIR%%/Products/CMFCore/DirectoryView.pyc
-%%ZOPEBASEDIR%%/Products/CMFCore/DiscussionTool.pyc
-%%ZOPEBASEDIR%%/Products/CMFCore/DynamicType.pyc
-%%ZOPEBASEDIR%%/Products/CMFCore/Expression.pyc
-%%ZOPEBASEDIR%%/Products/CMFCore/FSDTMLMethod.pyc
-%%ZOPEBASEDIR%%/Products/CMFCore/FSFile.pyc
-%%ZOPEBASEDIR%%/Products/CMFCore/FSImage.pyc
-%%ZOPEBASEDIR%%/Products/CMFCore/FSMetadata.pyc
-%%ZOPEBASEDIR%%/Products/CMFCore/FSObject.pyc
-%%ZOPEBASEDIR%%/Products/CMFCore/FSPageTemplate.pyc
-%%ZOPEBASEDIR%%/Products/CMFCore/FSPropertiesObject.pyc
-%%ZOPEBASEDIR%%/Products/CMFCore/FSPythonScript.pyc
-%%ZOPEBASEDIR%%/Products/CMFCore/FSSTXMethod.pyc
-%%ZOPEBASEDIR%%/Products/CMFCore/FSZSQLMethod.pyc
-%%ZOPEBASEDIR%%/Products/CMFCore/MemberDataTool.pyc
-%%ZOPEBASEDIR%%/Products/CMFCore/MembershipTool.pyc
-%%ZOPEBASEDIR%%/Products/CMFCore/PortalContent.pyc
-%%ZOPEBASEDIR%%/Products/CMFCore/PortalFolder.pyc
-%%ZOPEBASEDIR%%/Products/CMFCore/PortalObject.pyc
-%%ZOPEBASEDIR%%/Products/CMFCore/RegistrationTool.pyc
-%%ZOPEBASEDIR%%/Products/CMFCore/Skinnable.pyc
-%%ZOPEBASEDIR%%/Products/CMFCore/SkinsContainer.pyc
-%%ZOPEBASEDIR%%/Products/CMFCore/SkinsTool.pyc
-%%ZOPEBASEDIR%%/Products/CMFCore/TypesTool.pyc
-%%ZOPEBASEDIR%%/Products/CMFCore/URLTool.pyc
-%%ZOPEBASEDIR%%/Products/CMFCore/UndoTool.pyc
-%%ZOPEBASEDIR%%/Products/CMFCore/WorkflowCore.pyc
-%%ZOPEBASEDIR%%/Products/CMFCore/WorkflowTool.pyc
-%%ZOPEBASEDIR%%/Products/CMFCore/__init__.pyc
-%%ZOPEBASEDIR%%/Products/CMFCore/exceptions.pyc
-%%ZOPEBASEDIR%%/Products/CMFCore/permissions.pyc
 %%ZOPEBASEDIR%%/Products/CMFCore/utils.pyc
-@dirrm %%ZOPEBASEDIR%%/Products/CMFCore/browser
-@dirrm %%ZOPEBASEDIR%%/Products/CMFCore/dtml
-@dirrm %%ZOPEBASEDIR%%/Products/CMFCore/www
-@dirrm %%ZOPEBASEDIR%%/Products/CMFCore/exportimport/tests/four
-@dirrm %%ZOPEBASEDIR%%/Products/CMFCore/exportimport/tests/one
-@dirrm %%ZOPEBASEDIR%%/Products/CMFCore/exportimport/tests/three
-@dirrm %%ZOPEBASEDIR%%/Products/CMFCore/exportimport/tests/two
-@dirrm %%ZOPEBASEDIR%%/Products/CMFCore/exportimport/tests
-@dirrm %%ZOPEBASEDIR%%/Products/CMFCore/exportimport
-@dirrm %%ZOPEBASEDIR%%/Products/CMFCore/Extensions
-@dirrm %%ZOPEBASEDIR%%/Products/CMFCore/help
-@dirrm %%ZOPEBASEDIR%%/Products/CMFCore/images
-@dirrm %%ZOPEBASEDIR%%/Products/CMFCore/interfaces
-@dirrm %%ZOPEBASEDIR%%/Products/CMFCore/tests/base
-@dirrm %%ZOPEBASEDIR%%/Products/CMFCore/tests/fake_skins/fake_skin
-@dirrm %%ZOPEBASEDIR%%/Products/CMFCore/tests/fake_skins
-@dirrm %%ZOPEBASEDIR%%/Products/CMFCore/tests
-@dirrm %%ZOPEBASEDIR%%/Products/CMFCore
-%%ZOPEBASEDIR%%/Products/CMFDefault/__init__.py
-%%ZOPEBASEDIR%%/Products/CMFDefault/browser/__init__.py
-%%ZOPEBASEDIR%%/Products/CMFDefault/browser/configure.zcml
-%%ZOPEBASEDIR%%/Products/CMFDefault/browser/five_template.pt
-%%ZOPEBASEDIR%%/Products/CMFDefault/browser/__init__.pyc
-%%ZOPEBASEDIR%%/Products/CMFDefault/configure.zcml
-%%ZOPEBASEDIR%%/Products/CMFDefault/DefaultWorkflow.py
+%%ZOPEBASEDIR%%/Products/CMFCore/version.txt
+%%ZOPEBASEDIR%%/Products/CMFCore/www/typeinfoAliases.zpt
+%%ZOPEBASEDIR%%/Products/CMFCore/www/typesAliases.zpt
 %%ZOPEBASEDIR%%/Products/CMFDefault/DEPENDENCIES.txt
+%%ZOPEBASEDIR%%/Products/CMFDefault/DefaultWorkflow.py
+%%ZOPEBASEDIR%%/Products/CMFDefault/DefaultWorkflow.pyc
 %%ZOPEBASEDIR%%/Products/CMFDefault/DiscussionItem.py
+%%ZOPEBASEDIR%%/Products/CMFDefault/DiscussionItem.pyc
 %%ZOPEBASEDIR%%/Products/CMFDefault/DiscussionTool.py
+%%ZOPEBASEDIR%%/Products/CMFDefault/DiscussionTool.pyc
 %%ZOPEBASEDIR%%/Products/CMFDefault/Document.py
+%%ZOPEBASEDIR%%/Products/CMFDefault/Document.pyc
+%%ZOPEBASEDIR%%/Products/CMFDefault/DublinCore.py
+%%ZOPEBASEDIR%%/Products/CMFDefault/DublinCore.pyc
+%%ZOPEBASEDIR%%/Products/CMFDefault/Extensions/Upgrade.py
+%%ZOPEBASEDIR%%/Products/CMFDefault/Extensions/Upgrade.pyc
+%%ZOPEBASEDIR%%/Products/CMFDefault/Extensions/fix_cmf_permissions.py
+%%ZOPEBASEDIR%%/Products/CMFDefault/Extensions/fix_cmf_permissions.pyc
+%%ZOPEBASEDIR%%/Products/CMFDefault/Extensions/migrate_ptk.py
+%%ZOPEBASEDIR%%/Products/CMFDefault/Extensions/migrate_ptk.pyc
+%%ZOPEBASEDIR%%/Products/CMFDefault/Extensions/update_catalogIndexes.py
+%%ZOPEBASEDIR%%/Products/CMFDefault/Extensions/update_catalogIndexes.pyc
+%%ZOPEBASEDIR%%/Products/CMFDefault/Extensions/update_discussion.py
+%%ZOPEBASEDIR%%/Products/CMFDefault/Extensions/update_discussion.pyc
+%%ZOPEBASEDIR%%/Products/CMFDefault/Favorite.py
+%%ZOPEBASEDIR%%/Products/CMFDefault/Favorite.pyc
+%%ZOPEBASEDIR%%/Products/CMFDefault/File.py
+%%ZOPEBASEDIR%%/Products/CMFDefault/File.pyc
+%%ZOPEBASEDIR%%/Products/CMFDefault/Image.py
+%%ZOPEBASEDIR%%/Products/CMFDefault/Image.pyc
+%%ZOPEBASEDIR%%/Products/CMFDefault/Link.py
+%%ZOPEBASEDIR%%/Products/CMFDefault/Link.pyc
+%%ZOPEBASEDIR%%/Products/CMFDefault/MembershipTool.py
+%%ZOPEBASEDIR%%/Products/CMFDefault/MembershipTool.pyc
+%%ZOPEBASEDIR%%/Products/CMFDefault/MetadataTool.py
+%%ZOPEBASEDIR%%/Products/CMFDefault/MetadataTool.pyc
+%%ZOPEBASEDIR%%/Products/CMFDefault/NewsItem.py
+%%ZOPEBASEDIR%%/Products/CMFDefault/NewsItem.pyc
+%%ZOPEBASEDIR%%/Products/CMFDefault/Portal.py
+%%ZOPEBASEDIR%%/Products/CMFDefault/Portal.pyc
+%%ZOPEBASEDIR%%/Products/CMFDefault/PropertiesTool.py
+%%ZOPEBASEDIR%%/Products/CMFDefault/PropertiesTool.pyc
+%%ZOPEBASEDIR%%/Products/CMFDefault/README.txt
+%%ZOPEBASEDIR%%/Products/CMFDefault/RegistrationTool.py
+%%ZOPEBASEDIR%%/Products/CMFDefault/RegistrationTool.pyc
+%%ZOPEBASEDIR%%/Products/CMFDefault/SkinnedFolder.py
+%%ZOPEBASEDIR%%/Products/CMFDefault/SkinnedFolder.pyc
+%%ZOPEBASEDIR%%/Products/CMFDefault/SyndicationInfo.py
+%%ZOPEBASEDIR%%/Products/CMFDefault/SyndicationInfo.pyc
+%%ZOPEBASEDIR%%/Products/CMFDefault/SyndicationTool.py
+%%ZOPEBASEDIR%%/Products/CMFDefault/SyndicationTool.pyc
+%%ZOPEBASEDIR%%/Products/CMFDefault/URLTool.py
+%%ZOPEBASEDIR%%/Products/CMFDefault/URLTool.pyc
+%%ZOPEBASEDIR%%/Products/CMFDefault/__init__.py
+%%ZOPEBASEDIR%%/Products/CMFDefault/__init__.pyc
+%%ZOPEBASEDIR%%/Products/CMFDefault/browser/__init__.py
+%%ZOPEBASEDIR%%/Products/CMFDefault/browser/__init__.pyc
+%%ZOPEBASEDIR%%/Products/CMFDefault/browser/configure.zcml
+%%ZOPEBASEDIR%%/Products/CMFDefault/browser/five_template.pt
+%%ZOPEBASEDIR%%/Products/CMFDefault/configure.zcml
 %%ZOPEBASEDIR%%/Products/CMFDefault/dtml/addPortal.dtml
 %%ZOPEBASEDIR%%/Products/CMFDefault/dtml/discussionEdit.dtml
 %%ZOPEBASEDIR%%/Products/CMFDefault/dtml/discussionView.dtml
@@ -1463,28 +1422,17 @@
 %%ZOPEBASEDIR%%/Products/CMFDefault/dtml/zmi_editDocument.dtml
 %%ZOPEBASEDIR%%/Products/CMFDefault/dtml/zmi_editLink.dtml
 %%ZOPEBASEDIR%%/Products/CMFDefault/dtml/zmi_metadata.dtml
-%%ZOPEBASEDIR%%/Products/CMFDefault/DublinCore.py
 %%ZOPEBASEDIR%%/Products/CMFDefault/exceptions.py
-%%ZOPEBASEDIR%%/Products/CMFDefault/Extensions/fix_cmf_permissions.py
-%%ZOPEBASEDIR%%/Products/CMFDefault/Extensions/migrate_ptk.py
-%%ZOPEBASEDIR%%/Products/CMFDefault/Extensions/update_catalogIndexes.py
-%%ZOPEBASEDIR%%/Products/CMFDefault/Extensions/update_discussion.py
-%%ZOPEBASEDIR%%/Products/CMFDefault/Extensions/Upgrade.py
-%%ZOPEBASEDIR%%/Products/CMFDefault/Extensions/Upgrade.pyc
-%%ZOPEBASEDIR%%/Products/CMFDefault/Extensions/fix_cmf_permissions.pyc
-%%ZOPEBASEDIR%%/Products/CMFDefault/Extensions/migrate_ptk.pyc
-%%ZOPEBASEDIR%%/Products/CMFDefault/Extensions/update_catalogIndexes.pyc
-%%ZOPEBASEDIR%%/Products/CMFDefault/Extensions/update_discussion.pyc
+%%ZOPEBASEDIR%%/Products/CMFDefault/exceptions.pyc
 %%ZOPEBASEDIR%%/Products/CMFDefault/factory.py
-%%ZOPEBASEDIR%%/Products/CMFDefault/Favorite.py
-%%ZOPEBASEDIR%%/Products/CMFDefault/File.py
+%%ZOPEBASEDIR%%/Products/CMFDefault/factory.pyc
+%%ZOPEBASEDIR%%/Products/CMFDefault/help/ActorDefinitions.stx
 %%ZOPEBASEDIR%%/Products/CMFDefault/help/Actor_ContentCreator.stx
 %%ZOPEBASEDIR%%/Products/CMFDefault/help/Actor_MembershipManager.stx
 %%ZOPEBASEDIR%%/Products/CMFDefault/help/Actor_Reviewer.stx
 %%ZOPEBASEDIR%%/Products/CMFDefault/help/Actor_SiteDesigner.stx
 %%ZOPEBASEDIR%%/Products/CMFDefault/help/Actor_SiteManager.stx
 %%ZOPEBASEDIR%%/Products/CMFDefault/help/Actor_SiteVisitor.stx
-%%ZOPEBASEDIR%%/Products/CMFDefault/help/ActorDefinitions.stx
 %%ZOPEBASEDIR%%/Products/CMFDefault/help/AddContentFolders.stx
 %%ZOPEBASEDIR%%/Products/CMFDefault/help/ApproveForPublication.stx
 %%ZOPEBASEDIR%%/Products/CMFDefault/help/BecomeAMember.stx
@@ -1508,34 +1456,27 @@
 %%ZOPEBASEDIR%%/Products/CMFDefault/help/SubmitContentForPublication.stx
 %%ZOPEBASEDIR%%/Products/CMFDefault/help/Syndication-Tool_Overview.stx
 %%ZOPEBASEDIR%%/Products/CMFDefault/help/Syndication-Tool_Policies.stx
-%%ZOPEBASEDIR%%/Products/CMFDefault/help/TODO.stx
 %%ZOPEBASEDIR%%/Products/CMFDefault/help/Syndication-Tool_Properties.stx
 %%ZOPEBASEDIR%%/Products/CMFDefault/help/Syndication-Tool_Reporting.stx
+%%ZOPEBASEDIR%%/Products/CMFDefault/help/TODO.stx
 %%ZOPEBASEDIR%%/Products/CMFDefault/help/UndoChanges.stx
 %%ZOPEBASEDIR%%/Products/CMFDefault/help/UnpublishContent.stx
 %%ZOPEBASEDIR%%/Products/CMFDefault/help/ViewMyContent.stx
-%%ZOPEBASEDIR%%/Products/CMFDefault/Image.py
 %%ZOPEBASEDIR%%/Products/CMFDefault/images/workflow.gif
 %%ZOPEBASEDIR%%/Products/CMFDefault/implements.zcml
-%%ZOPEBASEDIR%%/Products/CMFDefault/interfaces/__init__.py
-%%ZOPEBASEDIR%%/Products/CMFDefault/interfaces/_content.py
-%%ZOPEBASEDIR%%/Products/CMFDefault/interfaces/_tools.py
 %%ZOPEBASEDIR%%/Products/CMFDefault/interfaces/Document.py
-%%ZOPEBASEDIR%%/Products/CMFDefault/interfaces/portal_membership.py
 %%ZOPEBASEDIR%%/Products/CMFDefault/interfaces/Document.pyc
+%%ZOPEBASEDIR%%/Products/CMFDefault/interfaces/__init__.py
 %%ZOPEBASEDIR%%/Products/CMFDefault/interfaces/__init__.pyc
+%%ZOPEBASEDIR%%/Products/CMFDefault/interfaces/_content.py
 %%ZOPEBASEDIR%%/Products/CMFDefault/interfaces/_content.pyc
+%%ZOPEBASEDIR%%/Products/CMFDefault/interfaces/_tools.py
 %%ZOPEBASEDIR%%/Products/CMFDefault/interfaces/_tools.pyc
+%%ZOPEBASEDIR%%/Products/CMFDefault/interfaces/portal_membership.py
 %%ZOPEBASEDIR%%/Products/CMFDefault/interfaces/portal_membership.pyc
-%%ZOPEBASEDIR%%/Products/CMFDefault/Link.py
-%%ZOPEBASEDIR%%/Products/CMFDefault/MembershipTool.py
-%%ZOPEBASEDIR%%/Products/CMFDefault/scripts/addImagesToSkinPaths.pys
-%%ZOPEBASEDIR%%/Products/CMFDefault/scripts/convertCatalogGetIconColumn.pys
-%%ZOPEBASEDIR%%/Products/CMFDefault/MetadataTool.py
-%%ZOPEBASEDIR%%/Products/CMFDefault/NewsItem.py
 %%ZOPEBASEDIR%%/Products/CMFDefault/permissions.py
+%%ZOPEBASEDIR%%/Products/CMFDefault/permissions.pyc
 %%ZOPEBASEDIR%%/Products/CMFDefault/portal.gif
-%%ZOPEBASEDIR%%/Products/CMFDefault/Portal.py
 %%ZOPEBASEDIR%%/Products/CMFDefault/profiles/default/actions.xml
 %%ZOPEBASEDIR%%/Products/CMFDefault/profiles/default/cachingpolicymgr.xml
 %%ZOPEBASEDIR%%/Products/CMFDefault/profiles/default/catalog.xml
@@ -1546,9 +1487,10 @@
 %%ZOPEBASEDIR%%/Products/CMFDefault/profiles/default/mailhost.xml
 %%ZOPEBASEDIR%%/Products/CMFDefault/profiles/default/properties.xml
 %%ZOPEBASEDIR%%/Products/CMFDefault/profiles/default/rolemap.xml
-%%ZOPEBASEDIR%%/Products/CMFDefault/profiles/default/skins/custom.xml
 %%ZOPEBASEDIR%%/Products/CMFDefault/profiles/default/skins.xml
+%%ZOPEBASEDIR%%/Products/CMFDefault/profiles/default/skins/custom.xml
 %%ZOPEBASEDIR%%/Products/CMFDefault/profiles/default/toolset.xml
+%%ZOPEBASEDIR%%/Products/CMFDefault/profiles/default/types.xml
 %%ZOPEBASEDIR%%/Products/CMFDefault/profiles/default/types/CMF_BTree_Folder.xml
 %%ZOPEBASEDIR%%/Products/CMFDefault/profiles/default/types/Discussion_Item.xml
 %%ZOPEBASEDIR%%/Products/CMFDefault/profiles/default/types/Document.xml
@@ -1558,14 +1500,20 @@
 %%ZOPEBASEDIR%%/Products/CMFDefault/profiles/default/types/Image.xml
 %%ZOPEBASEDIR%%/Products/CMFDefault/profiles/default/types/Link.xml
 %%ZOPEBASEDIR%%/Products/CMFDefault/profiles/default/types/News_Item.xml
-%%ZOPEBASEDIR%%/Products/CMFDefault/profiles/default/types.xml
-%%ZOPEBASEDIR%%/Products/CMFDefault/profiles/default/workflows/default_workflow/definition.xml
 %%ZOPEBASEDIR%%/Products/CMFDefault/profiles/default/workflows.xml
-%%ZOPEBASEDIR%%/Products/CMFDefault/PropertiesTool.py
-%%ZOPEBASEDIR%%/Products/CMFDefault/README.txt
-%%ZOPEBASEDIR%%/Products/CMFDefault/RegistrationTool.py
+%%ZOPEBASEDIR%%/Products/CMFDefault/profiles/default/workflows/default_workflow/definition.xml
+%%ZOPEBASEDIR%%/Products/CMFDefault/scripts/addImagesToSkinPaths.pys
+%%ZOPEBASEDIR%%/Products/CMFDefault/scripts/convertCatalogGetIconColumn.pys
 %%ZOPEBASEDIR%%/Products/CMFDefault/setuphandlers.py
-%%ZOPEBASEDIR%%/Products/CMFDefault/SkinnedFolder.py
+%%ZOPEBASEDIR%%/Products/CMFDefault/setuphandlers.pyc
+%%ZOPEBASEDIR%%/Products/CMFDefault/skins/Images/UpFolder_icon.gif
+%%ZOPEBASEDIR%%/Products/CMFDefault/skins/Images/Zope_logo.gif
+%%ZOPEBASEDIR%%/Products/CMFDefault/skins/Images/c.gif
+%%ZOPEBASEDIR%%/Products/CMFDefault/skins/Images/go.gif
+%%ZOPEBASEDIR%%/Products/CMFDefault/skins/Images/logo.jpg
+%%ZOPEBASEDIR%%/Products/CMFDefault/skins/Images/logo.png
+%%ZOPEBASEDIR%%/Products/CMFDefault/skins/Images/spacer.gif
+%%ZOPEBASEDIR%%/Products/CMFDefault/skins/Images/tinyzope.jpg
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/content/aboveInThread.py
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/content/content_hide_form.dtml
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/content/content_publish_form.dtml
@@ -1574,84 +1522,89 @@
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/content/content_show_form.dtml
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/content/content_status_history.dtml
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/content/content_status_modify.py
+%%ZOPEBASEDIR%%/Products/CMFDefault/skins/content/content_status_modify.pyc
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/content/content_submit_form.dtml
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/content/discussionitem_icon.gif
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/content/discussionitem_view.dtml
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/content/document_edit.py
+%%ZOPEBASEDIR%%/Products/CMFDefault/skins/content/document_edit.pyc
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/content/document_edit_form.dtml
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/content/document_icon.gif
-%%ZOPEBASEDIR%%/Products/CMFDefault/skins/content/file_edit.py
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/content/document_view.dtml
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/content/favorite_view.dtml
+%%ZOPEBASEDIR%%/Products/CMFDefault/skins/content/file_edit.py
+%%ZOPEBASEDIR%%/Products/CMFDefault/skins/content/file_edit.pyc
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/content/file_edit_form.dtml
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/content/file_icon.gif
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/content/file_view.dtml
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/content/folder_edit.py
+%%ZOPEBASEDIR%%/Products/CMFDefault/skins/content/folder_edit.pyc
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/content/folder_edit_form.dtml
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/content/folder_icon.gif
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/content/folder_view.dtml
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/content/full_metadata_edit_form.dtml
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/content/image_edit.py
+%%ZOPEBASEDIR%%/Products/CMFDefault/skins/content/image_edit.pyc
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/content/image_edit_form.dtml
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/content/image_icon.gif
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/content/image_view.dtml
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/content/link_edit.py
+%%ZOPEBASEDIR%%/Products/CMFDefault/skins/content/link_edit.pyc
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/content/link_edit_form.dtml
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/content/link_icon.gif
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/content/link_view.dtml
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/content/metadata_edit.py
+%%ZOPEBASEDIR%%/Products/CMFDefault/skins/content/metadata_edit.pyc
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/content/metadata_edit_form.dtml
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/content/newsitem_edit.py
+%%ZOPEBASEDIR%%/Products/CMFDefault/skins/content/newsitem_edit.pyc
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/content/newsitem_edit_form.dtml
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/content/newsitem_icon.gif
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/content/newsitem_view.dtml
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/content/source_html.dtml
-%%ZOPEBASEDIR%%/Products/CMFDefault/skins/content/content_status_modify.pyc
-%%ZOPEBASEDIR%%/Products/CMFDefault/skins/content/document_edit.pyc
-%%ZOPEBASEDIR%%/Products/CMFDefault/skins/content/file_edit.pyc
-%%ZOPEBASEDIR%%/Products/CMFDefault/skins/content/folder_edit.pyc
-%%ZOPEBASEDIR%%/Products/CMFDefault/skins/content/image_edit.pyc
-%%ZOPEBASEDIR%%/Products/CMFDefault/skins/content/link_edit.pyc
-%%ZOPEBASEDIR%%/Products/CMFDefault/skins/content/metadata_edit.pyc
-%%ZOPEBASEDIR%%/Products/CMFDefault/skins/content/newsitem_edit.pyc
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/control/addtoFavorites.py
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/control/change_password.py
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/control/disableSyndication.py
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/control/editSynProperties.py
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/control/enableSyndication.py
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/control/expireAuthCookie.py
+%%ZOPEBASEDIR%%/Products/CMFDefault/skins/control/expireAuthCookie.pyc
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/control/finish_portal_construction.dtml
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/control/folder_copy.py
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/control/folder_cut.py
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/control/folder_delete.py
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/control/folder_localrole_edit.py
+%%ZOPEBASEDIR%%/Products/CMFDefault/skins/control/folder_localrole_edit.pyc
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/control/folder_paste.py
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/control/folder_rename.py
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/control/folder_rename_items.py
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/control/isDiscussable.py
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/control/logout.py
-%%ZOPEBASEDIR%%/Products/CMFDefault/skins/control/personalize.py
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/control/mail_password.py
+%%ZOPEBASEDIR%%/Products/CMFDefault/skins/control/personalize.py
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/control/reconfig.py
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/control/register.py
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/control/search_debug.dtml
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/control/setAuthCookie.py
+%%ZOPEBASEDIR%%/Products/CMFDefault/skins/control/setAuthCookie.pyc
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/control/synPropertiesForm.dtml
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/control/undo.py
-%%ZOPEBASEDIR%%/Products/CMFDefault/skins/control/expireAuthCookie.pyc
-%%ZOPEBASEDIR%%/Products/CMFDefault/skins/control/folder_localrole_edit.pyc
-%%ZOPEBASEDIR%%/Products/CMFDefault/skins/control/setAuthCookie.pyc
+%%ZOPEBASEDIR%%/Products/CMFDefault/skins/generic/RSS.dtml
+%%ZOPEBASEDIR%%/Products/CMFDefault/skins/generic/TitleOrId.py
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/generic/actions_box.dtml
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/generic/clearCookie.py
+%%ZOPEBASEDIR%%/Products/CMFDefault/skins/generic/clearCookie.pyc
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/generic/content_byline.dtml
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/generic/css_inline_or_link.py
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/generic/default_stylesheet.dtml
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/generic/discussion_reply.py
+%%ZOPEBASEDIR%%/Products/CMFDefault/skins/generic/discussion_reply.pyc
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/generic/discussion_reply_form.dtml
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/generic/discussion_reply_preview.dtml
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/generic/discussion_thread_view.dtml
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/generic/doFormSearch.py
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/generic/filterCookie.py
+%%ZOPEBASEDIR%%/Products/CMFDefault/skins/generic/filterCookie.pyc
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/generic/folder_add.dtml
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/generic/folder_contents.dtml
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/generic/folder_factories.dtml
@@ -1679,7 +1632,6 @@
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/generic/registered.dtml
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/generic/registered_notify_template.dtml
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/generic/roster.dtml
-%%ZOPEBASEDIR%%/Products/CMFDefault/skins/generic/RSS.dtml
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/generic/rssBody.dtml
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/generic/rssDisabled.dtml
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/generic/search.dtml
@@ -1690,21 +1642,9 @@
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/generic/standard_html_header.dtml
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/generic/standard_top_bar.dtml
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/generic/stylesheet_properties.props
-%%ZOPEBASEDIR%%/Products/CMFDefault/skins/generic/TitleOrId.py
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/generic/truncID.py
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/generic/undo_form.dtml
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/generic/viewThreadsAtBottom.dtml
-%%ZOPEBASEDIR%%/Products/CMFDefault/skins/generic/clearCookie.pyc
-%%ZOPEBASEDIR%%/Products/CMFDefault/skins/generic/discussion_reply.pyc
-%%ZOPEBASEDIR%%/Products/CMFDefault/skins/generic/filterCookie.pyc
-%%ZOPEBASEDIR%%/Products/CMFDefault/skins/Images/c.gif
-%%ZOPEBASEDIR%%/Products/CMFDefault/skins/Images/go.gif
-%%ZOPEBASEDIR%%/Products/CMFDefault/skins/Images/logo.jpg
-%%ZOPEBASEDIR%%/Products/CMFDefault/skins/Images/logo.png
-%%ZOPEBASEDIR%%/Products/CMFDefault/skins/Images/spacer.gif
-%%ZOPEBASEDIR%%/Products/CMFDefault/skins/Images/tinyzope.jpg
-%%ZOPEBASEDIR%%/Products/CMFDefault/skins/Images/UpFolder_icon.gif
-%%ZOPEBASEDIR%%/Products/CMFDefault/skins/Images/Zope_logo.gif
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/no_css/stylesheet_properties.props
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/nouvelle/nouvelle_stylesheet.dtml
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/nouvelle/stylesheet_properties.props
@@ -1716,6 +1656,7 @@
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/zpt_content/content_show_form.pt
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/zpt_content/content_status_history.pt
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/zpt_content/content_status_modify.py
+%%ZOPEBASEDIR%%/Products/CMFDefault/skins/zpt_content/content_status_modify.pyc
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/zpt_content/content_submit_form.pt
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/zpt_content/discussionitem_icon.gif
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/zpt_content/discussionitem_view.pt
@@ -1761,8 +1702,8 @@
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/zpt_content/transition_form.pt
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/zpt_content/validateHTML.py
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/zpt_content/validateTextFile.py
-%%ZOPEBASEDIR%%/Products/CMFDefault/skins/zpt_content/content_status_modify.pyc
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/zpt_control/addtoFavorites.py
+%%ZOPEBASEDIR%%/Products/CMFDefault/skins/zpt_control/addtoFavorites.pyc
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/zpt_control/change_password.py
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/zpt_control/disableSyndication.py
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/zpt_control/editSynProperties.py
@@ -1775,12 +1716,13 @@
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/zpt_control/folder_delete_control.py
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/zpt_control/folder_down_control.py
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/zpt_control/folder_localrole_edit.py
+%%ZOPEBASEDIR%%/Products/CMFDefault/skins/zpt_control/folder_localrole_edit.pyc
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/zpt_control/folder_paste_control.py
-%%ZOPEBASEDIR%%/Products/CMFDefault/skins/zpt_control/isDiscussable.py
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/zpt_control/folder_rename_control.py
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/zpt_control/folder_sort_control.py
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/zpt_control/folder_top_control.py
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/zpt_control/folder_up_control.py
+%%ZOPEBASEDIR%%/Products/CMFDefault/skins/zpt_control/isDiscussable.py
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/zpt_control/logout.py
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/zpt_control/mail_password.py
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/zpt_control/members_add_control.py
@@ -1798,32 +1740,37 @@
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/zpt_control/validateMemberIds.py
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/zpt_control/validatePassword.py
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/zpt_control/validateType.py
-%%ZOPEBASEDIR%%/Products/CMFDefault/skins/zpt_control/addtoFavorites.pyc
-%%ZOPEBASEDIR%%/Products/CMFDefault/skins/zpt_control/folder_localrole_edit.pyc
+%%ZOPEBASEDIR%%/Products/CMFDefault/skins/zpt_generic/RSS.py
+%%ZOPEBASEDIR%%/Products/CMFDefault/skins/zpt_generic/RSS_template.pt
+%%ZOPEBASEDIR%%/Products/CMFDefault/skins/zpt_generic/TitleOrId.py
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/zpt_generic/actions_box.pt
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/zpt_generic/batch_widgets.pt
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/zpt_generic/breadcrumbs.py
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/zpt_generic/clearCookie.py
+%%ZOPEBASEDIR%%/Products/CMFDefault/skins/zpt_generic/clearCookie.pyc
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/zpt_generic/content_byline.pt
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/zpt_generic/discitem_delete.py
+%%ZOPEBASEDIR%%/Products/CMFDefault/skins/zpt_generic/discitem_delete.pyc
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/zpt_generic/discussion_reply.py
+%%ZOPEBASEDIR%%/Products/CMFDefault/skins/zpt_generic/discussion_reply.pyc
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/zpt_generic/discussion_reply_form.pt
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/zpt_generic/discussion_reply_preview.pt
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/zpt_generic/expanded_title.py
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/zpt_generic/filterCookie.py
+%%ZOPEBASEDIR%%/Products/CMFDefault/skins/zpt_generic/filterCookie.pyc
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/zpt_generic/folder_add.pt
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/zpt_generic/folder_contents.py
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/zpt_generic/folder_contents_template.pt
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/zpt_generic/folder_factories.py
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/zpt_generic/folder_factories_template.pt
-%%ZOPEBASEDIR%%/Products/CMFDefault/skins/zpt_generic/form_widgets.pt
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/zpt_generic/folder_filter_form.pt
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/zpt_generic/folder_localrole_form.pt
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/zpt_generic/folder_rename_form.py
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/zpt_generic/folder_rename_template.pt
-%%ZOPEBASEDIR%%/Products/CMFDefault/skins/zpt_generic/get_permalink.py
+%%ZOPEBASEDIR%%/Products/CMFDefault/skins/zpt_generic/form_widgets.pt
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/zpt_generic/getBatchItemInfos.py
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/zpt_generic/getBatchNavigation.py
+%%ZOPEBASEDIR%%/Products/CMFDefault/skins/zpt_generic/get_permalink.py
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/zpt_generic/index_html.py
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/zpt_generic/index_html_categorized.pt
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/zpt_generic/index_html_template.pt
@@ -1845,16 +1792,16 @@
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/zpt_generic/permalink.py
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/zpt_generic/personalize_form.pt
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/zpt_generic/publishItems.py
+%%ZOPEBASEDIR%%/Products/CMFDefault/skins/zpt_generic/publishItems.pyc
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/zpt_generic/recent_news.pt
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/zpt_generic/reconfig_form.py
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/zpt_generic/reconfig_template.pt
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/zpt_generic/registered.pt
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/zpt_generic/registered_notify_template.pt
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/zpt_generic/rejectItems.py
+%%ZOPEBASEDIR%%/Products/CMFDefault/skins/zpt_generic/rejectItems.pyc
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/zpt_generic/review.pt
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/zpt_generic/roster.pt
-%%ZOPEBASEDIR%%/Products/CMFDefault/skins/zpt_generic/RSS.py
-%%ZOPEBASEDIR%%/Products/CMFDefault/skins/zpt_generic/RSS_template.pt
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/zpt_generic/rssDisabled.pt
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/zpt_generic/search.py
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/zpt_generic/search_form.pt
@@ -1863,231 +1810,186 @@
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/zpt_generic/standard_error_message.pt
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/zpt_generic/stxmethod_view.pt
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/zpt_generic/talkback_tree.pt
-%%ZOPEBASEDIR%%/Products/CMFDefault/skins/zpt_generic/TitleOrId.py
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/zpt_generic/truncID.py
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/zpt_generic/unauthRedirect.py
+%%ZOPEBASEDIR%%/Products/CMFDefault/skins/zpt_generic/unauthRedirect.pyc
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/zpt_generic/undo_form.pt
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/zpt_generic/viewThreadsAtBottom.pt
 %%ZOPEBASEDIR%%/Products/CMFDefault/skins/zpt_generic/zpt_stylesheet.css
-%%ZOPEBASEDIR%%/Products/CMFDefault/skins/zpt_generic/clearCookie.pyc
-%%ZOPEBASEDIR%%/Products/CMFDefault/skins/zpt_generic/discitem_delete.pyc
-%%ZOPEBASEDIR%%/Products/CMFDefault/skins/zpt_generic/discussion_reply.pyc
-%%ZOPEBASEDIR%%/Products/CMFDefault/skins/zpt_generic/filterCookie.pyc
-%%ZOPEBASEDIR%%/Products/CMFDefault/skins/zpt_generic/publishItems.pyc
-%%ZOPEBASEDIR%%/Products/CMFDefault/skins/zpt_generic/rejectItems.pyc
-%%ZOPEBASEDIR%%/Products/CMFDefault/skins/zpt_generic/unauthRedirect.pyc
-%%ZOPEBASEDIR%%/Products/CMFDefault/SyndicationInfo.py
-%%ZOPEBASEDIR%%/Products/CMFDefault/SyndicationTool.py
-%%ZOPEBASEDIR%%/Products/CMFDefault/tests/__init__.py
-%%ZOPEBASEDIR%%/Products/CMFDefault/tests/test_DefaultWorkflow.py
-%%ZOPEBASEDIR%%/Products/CMFDefault/tests/test_DiscussionReply.py
-%%ZOPEBASEDIR%%/Products/CMFDefault/tests/test_Discussions.py
-%%ZOPEBASEDIR%%/Products/CMFDefault/tests/test_DiscussionTool.py
-%%ZOPEBASEDIR%%/Products/CMFDefault/tests/test_Document.py
-%%ZOPEBASEDIR%%/Products/CMFDefault/tests/test_DublinCore.py
-%%ZOPEBASEDIR%%/Products/CMFDefault/tests/test_Favorite.py
-%%ZOPEBASEDIR%%/Products/CMFDefault/tests/test_Image.py
-%%ZOPEBASEDIR%%/Products/CMFDefault/tests/test_join.py
-%%ZOPEBASEDIR%%/Products/CMFDefault/tests/test_Link.py
-%%ZOPEBASEDIR%%/Products/CMFDefault/tests/test_MembershipTool.py
-%%ZOPEBASEDIR%%/Products/CMFDefault/tests/test_MetadataTool.py
-%%ZOPEBASEDIR%%/Products/CMFDefault/tests/test_NewsItem.py
-%%ZOPEBASEDIR%%/Products/CMFDefault/tests/test_Portal.py
-%%ZOPEBASEDIR%%/Products/CMFDefault/tests/test_PropertiesTool.py
-%%ZOPEBASEDIR%%/Products/CMFDefault/tests/test_RegistrationTool.py
-%%ZOPEBASEDIR%%/Products/CMFDefault/tests/test_SyndicationTool.py
-%%ZOPEBASEDIR%%/Products/CMFDefault/tests/test_utils.py
 %%ZOPEBASEDIR%%/Products/CMFDefault/tests/TestImage.jpg
+%%ZOPEBASEDIR%%/Products/CMFDefault/tests/__init__.py
 %%ZOPEBASEDIR%%/Products/CMFDefault/tests/__init__.pyc
+%%ZOPEBASEDIR%%/Products/CMFDefault/tests/test_DefaultWorkflow.py
 %%ZOPEBASEDIR%%/Products/CMFDefault/tests/test_DefaultWorkflow.pyc
+%%ZOPEBASEDIR%%/Products/CMFDefault/tests/test_DiscussionReply.py
 %%ZOPEBASEDIR%%/Products/CMFDefault/tests/test_DiscussionReply.pyc
+%%ZOPEBASEDIR%%/Products/CMFDefault/tests/test_DiscussionTool.py
 %%ZOPEBASEDIR%%/Products/CMFDefault/tests/test_DiscussionTool.pyc
+%%ZOPEBASEDIR%%/Products/CMFDefault/tests/test_Discussions.py
 %%ZOPEBASEDIR%%/Products/CMFDefault/tests/test_Discussions.pyc
+%%ZOPEBASEDIR%%/Products/CMFDefault/tests/test_Document.py
 %%ZOPEBASEDIR%%/Products/CMFDefault/tests/test_Document.pyc
+%%ZOPEBASEDIR%%/Products/CMFDefault/tests/test_DublinCore.py
 %%ZOPEBASEDIR%%/Products/CMFDefault/tests/test_DublinCore.pyc
+%%ZOPEBASEDIR%%/Products/CMFDefault/tests/test_Favorite.py
 %%ZOPEBASEDIR%%/Products/CMFDefault/tests/test_Favorite.pyc
+%%ZOPEBASEDIR%%/Products/CMFDefault/tests/test_Image.py
 %%ZOPEBASEDIR%%/Products/CMFDefault/tests/test_Image.pyc
+%%ZOPEBASEDIR%%/Products/CMFDefault/tests/test_Link.py
 %%ZOPEBASEDIR%%/Products/CMFDefault/tests/test_Link.pyc
+%%ZOPEBASEDIR%%/Products/CMFDefault/tests/test_MembershipTool.py
 %%ZOPEBASEDIR%%/Products/CMFDefault/tests/test_MembershipTool.pyc
+%%ZOPEBASEDIR%%/Products/CMFDefault/tests/test_MetadataTool.py
 %%ZOPEBASEDIR%%/Products/CMFDefault/tests/test_MetadataTool.pyc
+%%ZOPEBASEDIR%%/Products/CMFDefault/tests/test_NewsItem.py
 %%ZOPEBASEDIR%%/Products/CMFDefault/tests/test_NewsItem.pyc
+%%ZOPEBASEDIR%%/Products/CMFDefault/tests/test_Portal.py
 %%ZOPEBASEDIR%%/Products/CMFDefault/tests/test_Portal.pyc
-%%ZOPEBASEDIR%%/Products/CMFDefault/tests/test_join.pyc
+%%ZOPEBASEDIR%%/Products/CMFDefault/tests/test_PropertiesTool.py
 %%ZOPEBASEDIR%%/Products/CMFDefault/tests/test_PropertiesTool.pyc
+%%ZOPEBASEDIR%%/Products/CMFDefault/tests/test_RegistrationTool.py
 %%ZOPEBASEDIR%%/Products/CMFDefault/tests/test_RegistrationTool.pyc
+%%ZOPEBASEDIR%%/Products/CMFDefault/tests/test_SyndicationTool.py
 %%ZOPEBASEDIR%%/Products/CMFDefault/tests/test_SyndicationTool.pyc
+%%ZOPEBASEDIR%%/Products/CMFDefault/tests/test_join.py
+%%ZOPEBASEDIR%%/Products/CMFDefault/tests/test_join.pyc
+%%ZOPEBASEDIR%%/Products/CMFDefault/tests/test_utils.py
 %%ZOPEBASEDIR%%/Products/CMFDefault/tests/test_utils.pyc
 %%ZOPEBASEDIR%%/Products/CMFDefault/tool.gif
-%%ZOPEBASEDIR%%/Products/CMFDefault/URLTool.py
 %%ZOPEBASEDIR%%/Products/CMFDefault/utils.py
+%%ZOPEBASEDIR%%/Products/CMFDefault/utils.pyc
 %%ZOPEBASEDIR%%/Products/CMFDefault/version.txt
 %%ZOPEBASEDIR%%/Products/CMFDefault/www/siteAddForm.zpt
-%%ZOPEBASEDIR%%/Products/CMFDefault/DefaultWorkflow.pyc
-%%ZOPEBASEDIR%%/Products/CMFDefault/DiscussionItem.pyc
-%%ZOPEBASEDIR%%/Products/CMFDefault/DiscussionTool.pyc
-%%ZOPEBASEDIR%%/Products/CMFDefault/Document.pyc
-%%ZOPEBASEDIR%%/Products/CMFDefault/DublinCore.pyc
-%%ZOPEBASEDIR%%/Products/CMFDefault/Favorite.pyc
-%%ZOPEBASEDIR%%/Products/CMFDefault/File.pyc
-%%ZOPEBASEDIR%%/Products/CMFDefault/Image.pyc
-%%ZOPEBASEDIR%%/Products/CMFDefault/Link.pyc
-%%ZOPEBASEDIR%%/Products/CMFDefault/MembershipTool.pyc
-%%ZOPEBASEDIR%%/Products/CMFDefault/MetadataTool.pyc
-%%ZOPEBASEDIR%%/Products/CMFDefault/NewsItem.pyc
-%%ZOPEBASEDIR%%/Products/CMFDefault/Portal.pyc
-%%ZOPEBASEDIR%%/Products/CMFDefault/PropertiesTool.pyc
-%%ZOPEBASEDIR%%/Products/CMFDefault/RegistrationTool.pyc
-%%ZOPEBASEDIR%%/Products/CMFDefault/SkinnedFolder.pyc
-%%ZOPEBASEDIR%%/Products/CMFDefault/SyndicationInfo.pyc
-%%ZOPEBASEDIR%%/Products/CMFDefault/SyndicationTool.pyc
-%%ZOPEBASEDIR%%/Products/CMFDefault/URLTool.pyc
-%%ZOPEBASEDIR%%/Products/CMFDefault/__init__.pyc
-%%ZOPEBASEDIR%%/Products/CMFDefault/exceptions.pyc
-%%ZOPEBASEDIR%%/Products/CMFDefault/factory.pyc
-%%ZOPEBASEDIR%%/Products/CMFDefault/utils.pyc
-%%ZOPEBASEDIR%%/Products/CMFDefault/permissions.pyc
-%%ZOPEBASEDIR%%/Products/CMFDefault/setuphandlers.pyc
-@dirrm %%ZOPEBASEDIR%%/Products/CMFDefault/browser
-@dirrm %%ZOPEBASEDIR%%/Products/CMFDefault/dtml
-@dirrm %%ZOPEBASEDIR%%/Products/CMFDefault/Extensions
-@dirrm %%ZOPEBASEDIR%%/Products/CMFDefault/help
-@dirrm %%ZOPEBASEDIR%%/Products/CMFDefault/images
-@dirrm %%ZOPEBASEDIR%%/Products/CMFDefault/interfaces
-@dirrm %%ZOPEBASEDIR%%/Products/CMFDefault/scripts
-@dirrm %%ZOPEBASEDIR%%/Products/CMFDefault/profiles/default/skins
-@dirrm %%ZOPEBASEDIR%%/Products/CMFDefault/profiles/default/types
-@dirrm %%ZOPEBASEDIR%%/Products/CMFDefault/profiles/default/workflows/default_workflow
-@dirrm %%ZOPEBASEDIR%%/Products/CMFDefault/profiles/default/workflows
-@dirrm %%ZOPEBASEDIR%%/Products/CMFDefault/profiles/default
-@dirrm %%ZOPEBASEDIR%%/Products/CMFDefault/profiles
-@dirrm %%ZOPEBASEDIR%%/Products/CMFDefault/skins/content
-@dirrm %%ZOPEBASEDIR%%/Products/CMFDefault/skins/control
-@dirrm %%ZOPEBASEDIR%%/Products/CMFDefault/skins/generic
-@dirrm %%ZOPEBASEDIR%%/Products/CMFDefault/skins/Images
-@dirrm %%ZOPEBASEDIR%%/Products/CMFDefault/skins/no_css
-@dirrm %%ZOPEBASEDIR%%/Products/CMFDefault/skins/nouvelle
-@dirrm %%ZOPEBASEDIR%%/Products/CMFDefault/skins/zpt_content
-@dirrm %%ZOPEBASEDIR%%/Products/CMFDefault/skins/zpt_control
-@dirrm %%ZOPEBASEDIR%%/Products/CMFDefault/skins/zpt_generic
-@dirrm %%ZOPEBASEDIR%%/Products/CMFDefault/skins
-@dirrm %%ZOPEBASEDIR%%/Products/CMFDefault/tests
-@dirrm %%ZOPEBASEDIR%%/Products/CMFDefault/www
-@dirrm %%ZOPEBASEDIR%%/Products/CMFDefault
 %%ZOPEBASEDIR%%/Products/CMFDynamicViewFTI/._HISTORY.txt
 %%ZOPEBASEDIR%%/Products/CMFDynamicViewFTI/._version.txt
-%%ZOPEBASEDIR%%/Products/CMFDynamicViewFTI/__init__.py
 %%ZOPEBASEDIR%%/Products/CMFDynamicViewFTI/AUTHORS.txt
+%%ZOPEBASEDIR%%/Products/CMFDynamicViewFTI/HISTORY.txt
+%%ZOPEBASEDIR%%/Products/CMFDynamicViewFTI/INSTALL.txt
+%%ZOPEBASEDIR%%/Products/CMFDynamicViewFTI/LICENSE.txt
+%%ZOPEBASEDIR%%/Products/CMFDynamicViewFTI/README.txt
+%%ZOPEBASEDIR%%/Products/CMFDynamicViewFTI/__init__.py
+%%ZOPEBASEDIR%%/Products/CMFDynamicViewFTI/__init__.pyc
 %%ZOPEBASEDIR%%/Products/CMFDynamicViewFTI/browserdefault.py
+%%ZOPEBASEDIR%%/Products/CMFDynamicViewFTI/browserdefault.pyc
 %%ZOPEBASEDIR%%/Products/CMFDynamicViewFTI/configure.zcml
 %%ZOPEBASEDIR%%/Products/CMFDynamicViewFTI/fti.py
-%%ZOPEBASEDIR%%/Products/CMFDynamicViewFTI/HISTORY.txt
+%%ZOPEBASEDIR%%/Products/CMFDynamicViewFTI/fti.pyc
 %%ZOPEBASEDIR%%/Products/CMFDynamicViewFTI/images/typeinfo.gif
-%%ZOPEBASEDIR%%/Products/CMFDynamicViewFTI/INSTALL.txt
 %%ZOPEBASEDIR%%/Products/CMFDynamicViewFTI/interface/__init__.py
-%%ZOPEBASEDIR%%/Products/CMFDynamicViewFTI/interface/_base.py
 %%ZOPEBASEDIR%%/Products/CMFDynamicViewFTI/interface/__init__.pyc
+%%ZOPEBASEDIR%%/Products/CMFDynamicViewFTI/interface/_base.py
 %%ZOPEBASEDIR%%/Products/CMFDynamicViewFTI/interface/_base.pyc
 %%ZOPEBASEDIR%%/Products/CMFDynamicViewFTI/interfaces.py
-%%ZOPEBASEDIR%%/Products/CMFDynamicViewFTI/LICENSE.txt
+%%ZOPEBASEDIR%%/Products/CMFDynamicViewFTI/interfaces.pyc
 %%ZOPEBASEDIR%%/Products/CMFDynamicViewFTI/migrate.py
+%%ZOPEBASEDIR%%/Products/CMFDynamicViewFTI/migrate.pyc
 %%ZOPEBASEDIR%%/Products/CMFDynamicViewFTI/permissions.py
+%%ZOPEBASEDIR%%/Products/CMFDynamicViewFTI/permissions.pyc
+%%ZOPEBASEDIR%%/Products/CMFDynamicViewFTI/profiles/sample_types/types.xml
 %%ZOPEBASEDIR%%/Products/CMFDynamicViewFTI/profiles/sample_types/types/DynDocument.xml
 %%ZOPEBASEDIR%%/Products/CMFDynamicViewFTI/profiles/sample_types/types/DynFolder.xml
-%%ZOPEBASEDIR%%/Products/CMFDynamicViewFTI/profiles/sample_types/types.xml
-%%ZOPEBASEDIR%%/Products/CMFDynamicViewFTI/README.txt
-%%ZOPEBASEDIR%%/Products/CMFDynamicViewFTI/tests/__init__.py
 %%ZOPEBASEDIR%%/Products/CMFDynamicViewFTI/tests/CMFDVFTITestCase.py
-%%ZOPEBASEDIR%%/Products/CMFDynamicViewFTI/tests/framework.py
-%%ZOPEBASEDIR%%/Products/CMFDynamicViewFTI/tests/runalltests.py
-%%ZOPEBASEDIR%%/Products/CMFDynamicViewFTI/tests/test_browserdefault.py
-%%ZOPEBASEDIR%%/Products/CMFDynamicViewFTI/tests/test_fti.py
 %%ZOPEBASEDIR%%/Products/CMFDynamicViewFTI/tests/CMFDVFTITestCase.pyc
+%%ZOPEBASEDIR%%/Products/CMFDynamicViewFTI/tests/__init__.py
 %%ZOPEBASEDIR%%/Products/CMFDynamicViewFTI/tests/__init__.pyc
+%%ZOPEBASEDIR%%/Products/CMFDynamicViewFTI/tests/framework.py
 %%ZOPEBASEDIR%%/Products/CMFDynamicViewFTI/tests/framework.pyc
+%%ZOPEBASEDIR%%/Products/CMFDynamicViewFTI/tests/runalltests.py
 %%ZOPEBASEDIR%%/Products/CMFDynamicViewFTI/tests/runalltests.pyc
+%%ZOPEBASEDIR%%/Products/CMFDynamicViewFTI/tests/test_browserdefault.py
 %%ZOPEBASEDIR%%/Products/CMFDynamicViewFTI/tests/test_browserdefault.pyc
+%%ZOPEBASEDIR%%/Products/CMFDynamicViewFTI/tests/test_fti.py
 %%ZOPEBASEDIR%%/Products/CMFDynamicViewFTI/tests/test_fti.pyc
 %%ZOPEBASEDIR%%/Products/CMFDynamicViewFTI/version.txt
-%%ZOPEBASEDIR%%/Products/CMFDynamicViewFTI/__init__.pyc
-%%ZOPEBASEDIR%%/Products/CMFDynamicViewFTI/browserdefault.pyc
-%%ZOPEBASEDIR%%/Products/CMFDynamicViewFTI/fti.pyc
-%%ZOPEBASEDIR%%/Products/CMFDynamicViewFTI/interfaces.pyc
-%%ZOPEBASEDIR%%/Products/CMFDynamicViewFTI/migrate.pyc
-%%ZOPEBASEDIR%%/Products/CMFDynamicViewFTI/permissions.pyc
-@dirrm %%ZOPEBASEDIR%%/Products/CMFDynamicViewFTI/images
-@dirrm %%ZOPEBASEDIR%%/Products/CMFDynamicViewFTI/interface
-@dirrm %%ZOPEBASEDIR%%/Products/CMFDynamicViewFTI/profiles/sample_types/types
-@dirrm %%ZOPEBASEDIR%%/Products/CMFDynamicViewFTI/profiles/sample_types
-@dirrm %%ZOPEBASEDIR%%/Products/CMFDynamicViewFTI/profiles
-@dirrm %%ZOPEBASEDIR%%/Products/CMFDynamicViewFTI/tests
-@dirrm %%ZOPEBASEDIR%%/Products/CMFDynamicViewFTI
 %%ZOPEBASEDIR%%/Products/CMFFormController/._HISTORY.txt
 %%ZOPEBASEDIR%%/Products/CMFFormController/._version.txt
-%%ZOPEBASEDIR%%/Products/CMFFormController/__init__.py
-%%ZOPEBASEDIR%%/Products/CMFFormController/Actions/__init__.py
+%%ZOPEBASEDIR%%/Products/CMFFormController/AUTHORS
 %%ZOPEBASEDIR%%/Products/CMFFormController/Actions/BaseFormAction.py
-%%ZOPEBASEDIR%%/Products/CMFFormController/Actions/IFormAction.py
-%%ZOPEBASEDIR%%/Products/CMFFormController/Actions/RedirectTo.py
-%%ZOPEBASEDIR%%/Products/CMFFormController/Actions/RedirectToAction.py
-%%ZOPEBASEDIR%%/Products/CMFFormController/Actions/TraverseTo.py
-%%ZOPEBASEDIR%%/Products/CMFFormController/Actions/TraverseToAction.py
 %%ZOPEBASEDIR%%/Products/CMFFormController/Actions/BaseFormAction.pyc
+%%ZOPEBASEDIR%%/Products/CMFFormController/Actions/IFormAction.py
 %%ZOPEBASEDIR%%/Products/CMFFormController/Actions/IFormAction.pyc
+%%ZOPEBASEDIR%%/Products/CMFFormController/Actions/RedirectTo.py
 %%ZOPEBASEDIR%%/Products/CMFFormController/Actions/RedirectTo.pyc
+%%ZOPEBASEDIR%%/Products/CMFFormController/Actions/RedirectToAction.py
 %%ZOPEBASEDIR%%/Products/CMFFormController/Actions/RedirectToAction.pyc
+%%ZOPEBASEDIR%%/Products/CMFFormController/Actions/TraverseTo.py
 %%ZOPEBASEDIR%%/Products/CMFFormController/Actions/TraverseTo.pyc
+%%ZOPEBASEDIR%%/Products/CMFFormController/Actions/TraverseToAction.py
 %%ZOPEBASEDIR%%/Products/CMFFormController/Actions/TraverseToAction.pyc
+%%ZOPEBASEDIR%%/Products/CMFFormController/Actions/__init__.py
 %%ZOPEBASEDIR%%/Products/CMFFormController/Actions/__init__.pyc
-%%ZOPEBASEDIR%%/Products/CMFFormController/AUTHORS
 %%ZOPEBASEDIR%%/Products/CMFFormController/BaseControllerPageTemplate.py
+%%ZOPEBASEDIR%%/Products/CMFFormController/BaseControllerPageTemplate.pyc
 %%ZOPEBASEDIR%%/Products/CMFFormController/ChangeLog
-%%ZOPEBASEDIR%%/Products/CMFFormController/config.py
-%%ZOPEBASEDIR%%/Products/CMFFormController/configure.zcml
 %%ZOPEBASEDIR%%/Products/CMFFormController/ControllerBase.py
+%%ZOPEBASEDIR%%/Products/CMFFormController/ControllerBase.pyc
 %%ZOPEBASEDIR%%/Products/CMFFormController/ControllerPageTemplate.py
+%%ZOPEBASEDIR%%/Products/CMFFormController/ControllerPageTemplate.pyc
 %%ZOPEBASEDIR%%/Products/CMFFormController/ControllerPageTemplateFile.py
+%%ZOPEBASEDIR%%/Products/CMFFormController/ControllerPageTemplateFile.pyc
 %%ZOPEBASEDIR%%/Products/CMFFormController/ControllerPythonScript.py
+%%ZOPEBASEDIR%%/Products/CMFFormController/ControllerPythonScript.pyc
 %%ZOPEBASEDIR%%/Products/CMFFormController/ControllerState.py
+%%ZOPEBASEDIR%%/Products/CMFFormController/ControllerState.pyc
 %%ZOPEBASEDIR%%/Products/CMFFormController/ControllerValidator.py
-%%ZOPEBASEDIR%%/Products/CMFFormController/documentation/fctutorial_source.txt
-%%ZOPEBASEDIR%%/Products/CMFFormController/documentation/FormControllerTutorial.pdf
-%%ZOPEBASEDIR%%/Products/CMFFormController/exportimport/__init__.py
-%%ZOPEBASEDIR%%/Products/CMFFormController/exportimport/configure.zcml
-%%ZOPEBASEDIR%%/Products/CMFFormController/exportimport/controllerpythonscript.py
-%%ZOPEBASEDIR%%/Products/CMFFormController/exportimport/controllervalidator.py
-%%ZOPEBASEDIR%%/Products/CMFFormController/exportimport/formcontroller.py
-%%ZOPEBASEDIR%%/Products/CMFFormController/exportimport/xml/fcExport.xml
-%%ZOPEBASEDIR%%/Products/CMFFormController/exportimport/__init__.pyc
-%%ZOPEBASEDIR%%/Products/CMFFormController/exportimport/controllerpythonscript.pyc
-%%ZOPEBASEDIR%%/Products/CMFFormController/exportimport/controllervalidator.pyc
-%%ZOPEBASEDIR%%/Products/CMFFormController/exportimport/formcontroller.pyc
-%%ZOPEBASEDIR%%/Products/CMFFormController/Extensions/__init__.py
+%%ZOPEBASEDIR%%/Products/CMFFormController/ControllerValidator.pyc
 %%ZOPEBASEDIR%%/Products/CMFFormController/Extensions/Install.py
 %%ZOPEBASEDIR%%/Products/CMFFormController/Extensions/Install.pyc
+%%ZOPEBASEDIR%%/Products/CMFFormController/Extensions/__init__.py
 %%ZOPEBASEDIR%%/Products/CMFFormController/Extensions/__init__.pyc
-%%ZOPEBASEDIR%%/Products/CMFFormController/Key.py
-%%ZOPEBASEDIR%%/Products/CMFFormController/FormAction.py
-%%ZOPEBASEDIR%%/Products/CMFFormController/FormController.py
-%%ZOPEBASEDIR%%/Products/CMFFormController/FormValidator.py
 %%ZOPEBASEDIR%%/Products/CMFFormController/FSControllerBase.py
+%%ZOPEBASEDIR%%/Products/CMFFormController/FSControllerBase.pyc
 %%ZOPEBASEDIR%%/Products/CMFFormController/FSControllerPageTemplate.py
+%%ZOPEBASEDIR%%/Products/CMFFormController/FSControllerPageTemplate.pyc
 %%ZOPEBASEDIR%%/Products/CMFFormController/FSControllerPythonScript.py
+%%ZOPEBASEDIR%%/Products/CMFFormController/FSControllerPythonScript.pyc
 %%ZOPEBASEDIR%%/Products/CMFFormController/FSControllerValidator.py
-%%ZOPEBASEDIR%%/Products/CMFFormController/globalVars.py
+%%ZOPEBASEDIR%%/Products/CMFFormController/FSControllerValidator.pyc
+%%ZOPEBASEDIR%%/Products/CMFFormController/FormAction.py
+%%ZOPEBASEDIR%%/Products/CMFFormController/FormAction.pyc
+%%ZOPEBASEDIR%%/Products/CMFFormController/FormController.py
+%%ZOPEBASEDIR%%/Products/CMFFormController/FormController.pyc
+%%ZOPEBASEDIR%%/Products/CMFFormController/FormValidator.py
+%%ZOPEBASEDIR%%/Products/CMFFormController/FormValidator.pyc
 %%ZOPEBASEDIR%%/Products/CMFFormController/HISTORY.txt
-%%ZOPEBASEDIR%%/Products/CMFFormController/interfaces.py
+%%ZOPEBASEDIR%%/Products/CMFFormController/Key.py
+%%ZOPEBASEDIR%%/Products/CMFFormController/Key.pyc
 %%ZOPEBASEDIR%%/Products/CMFFormController/LICENSE.txt
 %%ZOPEBASEDIR%%/Products/CMFFormController/README.txt
 %%ZOPEBASEDIR%%/Products/CMFFormController/Script.py
+%%ZOPEBASEDIR%%/Products/CMFFormController/Script.pyc
+%%ZOPEBASEDIR%%/Products/CMFFormController/ValidationError.py
+%%ZOPEBASEDIR%%/Products/CMFFormController/ValidationError.pyc
+%%ZOPEBASEDIR%%/Products/CMFFormController/__init__.py
+%%ZOPEBASEDIR%%/Products/CMFFormController/__init__.pyc
+%%ZOPEBASEDIR%%/Products/CMFFormController/config.py
+%%ZOPEBASEDIR%%/Products/CMFFormController/config.pyc
+%%ZOPEBASEDIR%%/Products/CMFFormController/configure.zcml
+%%ZOPEBASEDIR%%/Products/CMFFormController/documentation/FormControllerTutorial.pdf
+%%ZOPEBASEDIR%%/Products/CMFFormController/documentation/fctutorial_source.txt
+%%ZOPEBASEDIR%%/Products/CMFFormController/exportimport/__init__.py
+%%ZOPEBASEDIR%%/Products/CMFFormController/exportimport/__init__.pyc
+%%ZOPEBASEDIR%%/Products/CMFFormController/exportimport/configure.zcml
+%%ZOPEBASEDIR%%/Products/CMFFormController/exportimport/controllerpythonscript.py
+%%ZOPEBASEDIR%%/Products/CMFFormController/exportimport/controllerpythonscript.pyc
+%%ZOPEBASEDIR%%/Products/CMFFormController/exportimport/controllervalidator.py
+%%ZOPEBASEDIR%%/Products/CMFFormController/exportimport/controllervalidator.pyc
+%%ZOPEBASEDIR%%/Products/CMFFormController/exportimport/formcontroller.py
+%%ZOPEBASEDIR%%/Products/CMFFormController/exportimport/formcontroller.pyc
+%%ZOPEBASEDIR%%/Products/CMFFormController/exportimport/xml/fcExport.xml
+%%ZOPEBASEDIR%%/Products/CMFFormController/globalVars.py
+%%ZOPEBASEDIR%%/Products/CMFFormController/globalVars.pyc
+%%ZOPEBASEDIR%%/Products/CMFFormController/interfaces.py
+%%ZOPEBASEDIR%%/Products/CMFFormController/interfaces.pyc
 %%ZOPEBASEDIR%%/Products/CMFFormController/tests/__init__.py
-%%ZOPEBASEDIR%%/Products/CMFFormController/tests/test_exportimport.py
-%%ZOPEBASEDIR%%/Products/CMFFormController/tests/testCopyRename.py
 %%ZOPEBASEDIR%%/Products/CMFFormController/tests/__init__.pyc
+%%ZOPEBASEDIR%%/Products/CMFFormController/tests/testCopyRename.py
 %%ZOPEBASEDIR%%/Products/CMFFormController/tests/testCopyRename.pyc
+%%ZOPEBASEDIR%%/Products/CMFFormController/tests/test_exportimport.py
 %%ZOPEBASEDIR%%/Products/CMFFormController/tests/test_exportimport.pyc
 %%ZOPEBASEDIR%%/Products/CMFFormController/tool.gif
 %%ZOPEBASEDIR%%/Products/CMFFormController/utils.py
-%%ZOPEBASEDIR%%/Products/CMFFormController/ValidationError.py
+%%ZOPEBASEDIR%%/Products/CMFFormController/utils.pyc
 %%ZOPEBASEDIR%%/Products/CMFFormController/version.txt
 %%ZOPEBASEDIR%%/Products/CMFFormController/www/cpt.gif
 %%ZOPEBASEDIR%%/Products/CMFFormController/www/cptAdd.zpt
@@ -2104,44 +2006,29 @@
 %%ZOPEBASEDIR%%/Products/CMFFormController/www/manage_purgeForm.zpt
 %%ZOPEBASEDIR%%/Products/CMFFormController/www/vpy.gif
 %%ZOPEBASEDIR%%/Products/CMFFormController/www/vpyAdd.zpt
-%%ZOPEBASEDIR%%/Products/CMFFormController/BaseControllerPageTemplate.pyc
-%%ZOPEBASEDIR%%/Products/CMFFormController/ControllerBase.pyc
-%%ZOPEBASEDIR%%/Products/CMFFormController/ControllerPageTemplate.pyc
-%%ZOPEBASEDIR%%/Products/CMFFormController/ControllerPageTemplateFile.pyc
-%%ZOPEBASEDIR%%/Products/CMFFormController/ControllerPythonScript.pyc
-%%ZOPEBASEDIR%%/Products/CMFFormController/ControllerState.pyc
-%%ZOPEBASEDIR%%/Products/CMFFormController/ControllerValidator.pyc
-%%ZOPEBASEDIR%%/Products/CMFFormController/FSControllerBase.pyc
-%%ZOPEBASEDIR%%/Products/CMFFormController/FSControllerPageTemplate.pyc
-%%ZOPEBASEDIR%%/Products/CMFFormController/FSControllerPythonScript.pyc
-%%ZOPEBASEDIR%%/Products/CMFFormController/FSControllerValidator.pyc
-%%ZOPEBASEDIR%%/Products/CMFFormController/FormAction.pyc
-%%ZOPEBASEDIR%%/Products/CMFFormController/FormController.pyc
-%%ZOPEBASEDIR%%/Products/CMFFormController/FormValidator.pyc
-%%ZOPEBASEDIR%%/Products/CMFFormController/Key.pyc
-%%ZOPEBASEDIR%%/Products/CMFFormController/Script.pyc
-%%ZOPEBASEDIR%%/Products/CMFFormController/ValidationError.pyc
-%%ZOPEBASEDIR%%/Products/CMFFormController/config.pyc
-%%ZOPEBASEDIR%%/Products/CMFFormController/__init__.pyc
-%%ZOPEBASEDIR%%/Products/CMFFormController/globalVars.pyc
-%%ZOPEBASEDIR%%/Products/CMFFormController/interfaces.pyc
-%%ZOPEBASEDIR%%/Products/CMFFormController/utils.pyc
-@dirrm %%ZOPEBASEDIR%%/Products/CMFFormController/Actions
-@dirrm %%ZOPEBASEDIR%%/Products/CMFFormController/documentation
-@dirrm %%ZOPEBASEDIR%%/Products/CMFFormController/exportimport/xml
-@dirrm %%ZOPEBASEDIR%%/Products/CMFFormController/exportimport
-@dirrm %%ZOPEBASEDIR%%/Products/CMFFormController/Extensions
-@dirrm %%ZOPEBASEDIR%%/Products/CMFFormController/tests
-@dirrm %%ZOPEBASEDIR%%/Products/CMFFormController/www
-@dirrm %%ZOPEBASEDIR%%/Products/CMFFormController
-%%ZOPEBASEDIR%%/Products/CMFPlacefulWorkflow/__init__.py
 %%ZOPEBASEDIR%%/Products/CMFPlacefulWorkflow/ABOUT
 %%ZOPEBASEDIR%%/Products/CMFPlacefulWorkflow/CHANGES
 %%ZOPEBASEDIR%%/Products/CMFPlacefulWorkflow/DefaultWorkflowPolicy.py
+%%ZOPEBASEDIR%%/Products/CMFPlacefulWorkflow/DefaultWorkflowPolicy.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlacefulWorkflow/Extensions/Install.py
+%%ZOPEBASEDIR%%/Products/CMFPlacefulWorkflow/Extensions/Install.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlacefulWorkflow/INSTALL.txt
+%%ZOPEBASEDIR%%/Products/CMFPlacefulWorkflow/LICENSE
+%%ZOPEBASEDIR%%/Products/CMFPlacefulWorkflow/Log.py
+%%ZOPEBASEDIR%%/Products/CMFPlacefulWorkflow/Log.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlacefulWorkflow/PlacefulWorkflowTool.py
+%%ZOPEBASEDIR%%/Products/CMFPlacefulWorkflow/PlacefulWorkflowTool.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlacefulWorkflow/README.txt
+%%ZOPEBASEDIR%%/Products/CMFPlacefulWorkflow/TESTED_WITH
+%%ZOPEBASEDIR%%/Products/CMFPlacefulWorkflow/TODO.txt
+%%ZOPEBASEDIR%%/Products/CMFPlacefulWorkflow/WorkflowPolicyConfig.py
+%%ZOPEBASEDIR%%/Products/CMFPlacefulWorkflow/WorkflowPolicyConfig.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlacefulWorkflow/__init__.py
+%%ZOPEBASEDIR%%/Products/CMFPlacefulWorkflow/__init__.pyc
 %%ZOPEBASEDIR%%/Products/CMFPlacefulWorkflow/doc/FAQ
+%%ZOPEBASEDIR%%/Products/CMFPlacefulWorkflow/doc/SCREENSHOTS
 %%ZOPEBASEDIR%%/Products/CMFPlacefulWorkflow/doc/icon.png
 %%ZOPEBASEDIR%%/Products/CMFPlacefulWorkflow/doc/readme.txt
-%%ZOPEBASEDIR%%/Products/CMFPlacefulWorkflow/doc/SCREENSHOTS
 %%ZOPEBASEDIR%%/Products/CMFPlacefulWorkflow/doc/workflow_policy.png
 %%ZOPEBASEDIR%%/Products/CMFPlacefulWorkflow/dtml/addWorkflowPolicy.dtml
 %%ZOPEBASEDIR%%/Products/CMFPlacefulWorkflow/dtml/addWorkflowPolicyConfig_form.dtml
@@ -2149,323 +2036,331 @@
 %%ZOPEBASEDIR%%/Products/CMFPlacefulWorkflow/dtml/explainWorkflowPolicy.dtml
 %%ZOPEBASEDIR%%/Products/CMFPlacefulWorkflow/dtml/manageWorkflowPolicyConfig.dtml
 %%ZOPEBASEDIR%%/Products/CMFPlacefulWorkflow/dtml/selectWorkflows.dtml
-%%ZOPEBASEDIR%%/Products/CMFPlacefulWorkflow/Extensions/Install.py
-%%ZOPEBASEDIR%%/Products/CMFPlacefulWorkflow/Extensions/Install.pyc
 %%ZOPEBASEDIR%%/Products/CMFPlacefulWorkflow/global_symbols.py
+%%ZOPEBASEDIR%%/Products/CMFPlacefulWorkflow/global_symbols.pyc
 %%ZOPEBASEDIR%%/Products/CMFPlacefulWorkflow/images/workflow_policy.gif
-%%ZOPEBASEDIR%%/Products/CMFPlacefulWorkflow/INSTALL.txt
 %%ZOPEBASEDIR%%/Products/CMFPlacefulWorkflow/interfaces/__init__.py
-%%ZOPEBASEDIR%%/Products/CMFPlacefulWorkflow/interfaces/portal_placeful_workflow.py
 %%ZOPEBASEDIR%%/Products/CMFPlacefulWorkflow/interfaces/__init__.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlacefulWorkflow/interfaces/portal_placeful_workflow.py
 %%ZOPEBASEDIR%%/Products/CMFPlacefulWorkflow/interfaces/portal_placeful_workflow.pyc
-%%ZOPEBASEDIR%%/Products/CMFPlacefulWorkflow/LICENSE
-%%ZOPEBASEDIR%%/Products/CMFPlacefulWorkflow/Log.py
 %%ZOPEBASEDIR%%/Products/CMFPlacefulWorkflow/messagefactory_.py
+%%ZOPEBASEDIR%%/Products/CMFPlacefulWorkflow/messagefactory_.pyc
 %%ZOPEBASEDIR%%/Products/CMFPlacefulWorkflow/patches/__init__.py
-%%ZOPEBASEDIR%%/Products/CMFPlacefulWorkflow/patches/workflowtoolPatch.py
 %%ZOPEBASEDIR%%/Products/CMFPlacefulWorkflow/patches/__init__.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlacefulWorkflow/patches/workflowtoolPatch.py
 %%ZOPEBASEDIR%%/Products/CMFPlacefulWorkflow/patches/workflowtoolPatch.pyc
-%%ZOPEBASEDIR%%/Products/CMFPlacefulWorkflow/PlacefulWorkflowTool.py
 %%ZOPEBASEDIR%%/Products/CMFPlacefulWorkflow/product.txt
-%%ZOPEBASEDIR%%/Products/CMFPlacefulWorkflow/README.txt
 %%ZOPEBASEDIR%%/Products/CMFPlacefulWorkflow/refresh.txt
 %%ZOPEBASEDIR%%/Products/CMFPlacefulWorkflow/skins/CMFPlacefulWorkflow/placeful_workflow_configuration.pt
 %%ZOPEBASEDIR%%/Products/CMFPlacefulWorkflow/skins/CMFPlacefulWorkflow/placeful_workflow_configuration_add.py
+%%ZOPEBASEDIR%%/Products/CMFPlacefulWorkflow/skins/CMFPlacefulWorkflow/placeful_workflow_configuration_add.pyc
 %%ZOPEBASEDIR%%/Products/CMFPlacefulWorkflow/skins/CMFPlacefulWorkflow/placeful_workflow_configuration_set.py
+%%ZOPEBASEDIR%%/Products/CMFPlacefulWorkflow/skins/CMFPlacefulWorkflow/placeful_workflow_configuration_set.pyc
 %%ZOPEBASEDIR%%/Products/CMFPlacefulWorkflow/skins/CMFPlacefulWorkflow/placefulworkflow_icon.png
 %%ZOPEBASEDIR%%/Products/CMFPlacefulWorkflow/skins/CMFPlacefulWorkflow/prefs_workflow_advanced.pt
 %%ZOPEBASEDIR%%/Products/CMFPlacefulWorkflow/skins/CMFPlacefulWorkflow/prefs_workflow_localpolicies_form.pt
 %%ZOPEBASEDIR%%/Products/CMFPlacefulWorkflow/skins/CMFPlacefulWorkflow/prefs_workflow_localpolicies_set.py
+%%ZOPEBASEDIR%%/Products/CMFPlacefulWorkflow/skins/CMFPlacefulWorkflow/prefs_workflow_localpolicies_set.pyc
 %%ZOPEBASEDIR%%/Products/CMFPlacefulWorkflow/skins/CMFPlacefulWorkflow/prefs_workflow_policy_mapping.pt
 %%ZOPEBASEDIR%%/Products/CMFPlacefulWorkflow/skins/CMFPlacefulWorkflow/prefs_workflow_policy_mapping.pt.metadata
 %%ZOPEBASEDIR%%/Products/CMFPlacefulWorkflow/skins/CMFPlacefulWorkflow/prefs_workflow_policy_mapping_set.py
-%%ZOPEBASEDIR%%/Products/CMFPlacefulWorkflow/skins/CMFPlacefulWorkflow/placeful_workflow_configuration_add.pyc
-%%ZOPEBASEDIR%%/Products/CMFPlacefulWorkflow/skins/CMFPlacefulWorkflow/placeful_workflow_configuration_set.pyc
-%%ZOPEBASEDIR%%/Products/CMFPlacefulWorkflow/skins/CMFPlacefulWorkflow/prefs_workflow_localpolicies_set.pyc
-%%ZOPEBASEDIR%%/Products/CMFPlacefulWorkflow/TESTED_WITH
-%%ZOPEBASEDIR%%/Products/CMFPlacefulWorkflow/tests/__init__.py
 %%ZOPEBASEDIR%%/Products/CMFPlacefulWorkflow/tests/CMFPlacefulWorkflowTestCase.py
-%%ZOPEBASEDIR%%/Products/CMFPlacefulWorkflow/tests/README
-%%ZOPEBASEDIR%%/Products/CMFPlacefulWorkflow/tests/testCMFPlacefulWorkflow.py
 %%ZOPEBASEDIR%%/Products/CMFPlacefulWorkflow/tests/CMFPlacefulWorkflowTestCase.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlacefulWorkflow/tests/README
+%%ZOPEBASEDIR%%/Products/CMFPlacefulWorkflow/tests/__init__.py
 %%ZOPEBASEDIR%%/Products/CMFPlacefulWorkflow/tests/__init__.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlacefulWorkflow/tests/testCMFPlacefulWorkflow.py
 %%ZOPEBASEDIR%%/Products/CMFPlacefulWorkflow/tests/testCMFPlacefulWorkflow.pyc
-%%ZOPEBASEDIR%%/Products/CMFPlacefulWorkflow/TODO.txt
 %%ZOPEBASEDIR%%/Products/CMFPlacefulWorkflow/tool.gif
 %%ZOPEBASEDIR%%/Products/CMFPlacefulWorkflow/version.txt
-%%ZOPEBASEDIR%%/Products/CMFPlacefulWorkflow/WorkflowPolicyConfig.py
 %%ZOPEBASEDIR%%/Products/CMFPlacefulWorkflow/www/WorkflowPolicyConfig_icon.gif
-%%ZOPEBASEDIR%%/Products/CMFPlacefulWorkflow/DefaultWorkflowPolicy.pyc
-%%ZOPEBASEDIR%%/Products/CMFPlacefulWorkflow/Log.pyc
-%%ZOPEBASEDIR%%/Products/CMFPlacefulWorkflow/PlacefulWorkflowTool.pyc
-%%ZOPEBASEDIR%%/Products/CMFPlacefulWorkflow/WorkflowPolicyConfig.pyc
-%%ZOPEBASEDIR%%/Products/CMFPlacefulWorkflow/__init__.pyc
-%%ZOPEBASEDIR%%/Products/CMFPlacefulWorkflow/global_symbols.pyc
-%%ZOPEBASEDIR%%/Products/CMFPlacefulWorkflow/messagefactory_.pyc
-@dirrm %%ZOPEBASEDIR%%/Products/CMFPlacefulWorkflow/doc
-@dirrm %%ZOPEBASEDIR%%/Products/CMFPlacefulWorkflow/dtml
-@dirrm %%ZOPEBASEDIR%%/Products/CMFPlacefulWorkflow/Extensions
-@dirrm %%ZOPEBASEDIR%%/Products/CMFPlacefulWorkflow/images
-@dirrm %%ZOPEBASEDIR%%/Products/CMFPlacefulWorkflow/interfaces
-@dirrm %%ZOPEBASEDIR%%/Products/CMFPlacefulWorkflow/patches
-@dirrm %%ZOPEBASEDIR%%/Products/CMFPlacefulWorkflow/skins/CMFPlacefulWorkflow
-@dirrm %%ZOPEBASEDIR%%/Products/CMFPlacefulWorkflow/skins
-@dirrm %%ZOPEBASEDIR%%/Products/CMFPlacefulWorkflow/tests
-@dirrm %%ZOPEBASEDIR%%/Products/CMFPlacefulWorkflow/www
-@dirrm %%ZOPEBASEDIR%%/Products/CMFPlacefulWorkflow
-%%ZOPEBASEDIR%%/Products/CMFPlone/__init__.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/ActionIconsTool.py
+%%ZOPEBASEDIR%%/Products/CMFPlone/ActionIconsTool.pyc
 %%ZOPEBASEDIR%%/Products/CMFPlone/ActionsTool.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/bbb/__init__.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/bbb/zope_28_compat.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/bbb/__init__.pyc
-%%ZOPEBASEDIR%%/Products/CMFPlone/bbb/zope_28_compat.pyc
-%%ZOPEBASEDIR%%/Products/CMFPlone/browser/__init__.py
+%%ZOPEBASEDIR%%/Products/CMFPlone/ActionsTool.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/CREDITS.txt
+%%ZOPEBASEDIR%%/Products/CMFPlone/CalendarTool.py
+%%ZOPEBASEDIR%%/Products/CMFPlone/CalendarTool.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/CatalogTool.py
+%%ZOPEBASEDIR%%/Products/CMFPlone/CatalogTool.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/CustomizationPolicy.py
+%%ZOPEBASEDIR%%/Products/CMFPlone/CustomizationPolicy.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/DiscussionTool.py
+%%ZOPEBASEDIR%%/Products/CMFPlone/DiscussionTool.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/Extensions/__init__.py
+%%ZOPEBASEDIR%%/Products/CMFPlone/Extensions/__init__.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/Extensions/accessRule.py
+%%ZOPEBASEDIR%%/Products/CMFPlone/Extensions/accessRule.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/Extensions/add_copyright.py
+%%ZOPEBASEDIR%%/Products/CMFPlone/Extensions/add_copyright.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/Extensions/cleanup.py
+%%ZOPEBASEDIR%%/Products/CMFPlone/Extensions/cleanup.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/Extensions/migrate.py
+%%ZOPEBASEDIR%%/Products/CMFPlone/Extensions/migrate.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/Extensions/setupSite.py
+%%ZOPEBASEDIR%%/Products/CMFPlone/Extensions/setupSite.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/Extensions/stripGRUFLocalRolePrefix.py
+%%ZOPEBASEDIR%%/Products/CMFPlone/Extensions/stripGRUFLocalRolePrefix.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/Extensions/tidy_up.py
+%%ZOPEBASEDIR%%/Products/CMFPlone/Extensions/tidy_up.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/Extensions/view_source.py
+%%ZOPEBASEDIR%%/Products/CMFPlone/Extensions/view_source.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/FactoryTool.py
+%%ZOPEBASEDIR%%/Products/CMFPlone/FactoryTool.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/FolderWorkflow.py
+%%ZOPEBASEDIR%%/Products/CMFPlone/FolderWorkflow.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/GroupDataTool.py
+%%ZOPEBASEDIR%%/Products/CMFPlone/GroupDataTool.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/GroupsTool.py
+%%ZOPEBASEDIR%%/Products/CMFPlone/GroupsTool.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/HISTORY.txt
+%%ZOPEBASEDIR%%/Products/CMFPlone/INSTALL.txt
+%%ZOPEBASEDIR%%/Products/CMFPlone/InterfaceTool.py
+%%ZOPEBASEDIR%%/Products/CMFPlone/InterfaceTool.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/LICENSE.GPL
+%%ZOPEBASEDIR%%/Products/CMFPlone/LICENSE.ZPL
+%%ZOPEBASEDIR%%/Products/CMFPlone/LICENSE.txt
+%%ZOPEBASEDIR%%/Products/CMFPlone/LargePloneFolder.py
+%%ZOPEBASEDIR%%/Products/CMFPlone/LargePloneFolder.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/MemberDataTool.py
+%%ZOPEBASEDIR%%/Products/CMFPlone/MemberDataTool.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/MembershipTool.py
+%%ZOPEBASEDIR%%/Products/CMFPlone/MembershipTool.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/MetadataTool.py
+%%ZOPEBASEDIR%%/Products/CMFPlone/MetadataTool.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/MigrationTool.py
+%%ZOPEBASEDIR%%/Products/CMFPlone/MigrationTool.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/PloneBaseTool.py
+%%ZOPEBASEDIR%%/Products/CMFPlone/PloneBaseTool.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/PloneBatch.py
+%%ZOPEBASEDIR%%/Products/CMFPlone/PloneBatch.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/PloneContent.py
+%%ZOPEBASEDIR%%/Products/CMFPlone/PloneContent.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/PloneControlPanel.py
+%%ZOPEBASEDIR%%/Products/CMFPlone/PloneControlPanel.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/PloneFolder.py
+%%ZOPEBASEDIR%%/Products/CMFPlone/PloneFolder.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/PloneInitialize.py
+%%ZOPEBASEDIR%%/Products/CMFPlone/PloneInitialize.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/PloneTool.py
+%%ZOPEBASEDIR%%/Products/CMFPlone/PloneTool.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/PloneUtilities.py
+%%ZOPEBASEDIR%%/Products/CMFPlone/PloneUtilities.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/PloneWorkflow.py
+%%ZOPEBASEDIR%%/Products/CMFPlone/PloneWorkflow.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/Portal.py
+%%ZOPEBASEDIR%%/Products/CMFPlone/Portal.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/PropertiesTool.py
+%%ZOPEBASEDIR%%/Products/CMFPlone/PropertiesTool.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/QuickInstallerTool.py
+%%ZOPEBASEDIR%%/Products/CMFPlone/QuickInstallerTool.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/README.txt
+%%ZOPEBASEDIR%%/Products/CMFPlone/RELEASENOTES.txt
+%%ZOPEBASEDIR%%/Products/CMFPlone/RegistrationTool.py
+%%ZOPEBASEDIR%%/Products/CMFPlone/RegistrationTool.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/SkinsTool.py
+%%ZOPEBASEDIR%%/Products/CMFPlone/SkinsTool.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/SyndicationTool.py
+%%ZOPEBASEDIR%%/Products/CMFPlone/SyndicationTool.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/ToolNames.py
+%%ZOPEBASEDIR%%/Products/CMFPlone/ToolNames.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/TranslationServiceTool.py
+%%ZOPEBASEDIR%%/Products/CMFPlone/TranslationServiceTool.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/TypesTool.py
+%%ZOPEBASEDIR%%/Products/CMFPlone/TypesTool.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/UPGRADE.txt
+%%ZOPEBASEDIR%%/Products/CMFPlone/URLTool.py
+%%ZOPEBASEDIR%%/Products/CMFPlone/URLTool.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/UndoTool.py
+%%ZOPEBASEDIR%%/Products/CMFPlone/UndoTool.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/UnicodeNormalizer.py
+%%ZOPEBASEDIR%%/Products/CMFPlone/UnicodeNormalizer.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/UnicodeSplitter.py
+%%ZOPEBASEDIR%%/Products/CMFPlone/UnicodeSplitter.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/WorkflowTool.py
+%%ZOPEBASEDIR%%/Products/CMFPlone/WorkflowTool.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/__init__.py
+%%ZOPEBASEDIR%%/Products/CMFPlone/__init__.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/bbb/__init__.py
+%%ZOPEBASEDIR%%/Products/CMFPlone/bbb/__init__.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/bbb/zope_28_compat.py
+%%ZOPEBASEDIR%%/Products/CMFPlone/bbb/zope_28_compat.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/browser/__init__.py
+%%ZOPEBASEDIR%%/Products/CMFPlone/browser/__init__.pyc
 %%ZOPEBASEDIR%%/Products/CMFPlone/browser/configure.zcml
 %%ZOPEBASEDIR%%/Products/CMFPlone/browser/interfaces.py
+%%ZOPEBASEDIR%%/Products/CMFPlone/browser/interfaces.pyc
 %%ZOPEBASEDIR%%/Products/CMFPlone/browser/navigation.py
+%%ZOPEBASEDIR%%/Products/CMFPlone/browser/navigation.pyc
 %%ZOPEBASEDIR%%/Products/CMFPlone/browser/navtree.py
+%%ZOPEBASEDIR%%/Products/CMFPlone/browser/navtree.pyc
 %%ZOPEBASEDIR%%/Products/CMFPlone/browser/plone.py
+%%ZOPEBASEDIR%%/Products/CMFPlone/browser/plone.pyc
 %%ZOPEBASEDIR%%/Products/CMFPlone/browser/portlets/__init__.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/browser/portlets/calendar.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/browser/portlets/events.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/browser/portlets/navigation.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/browser/portlets/news.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/browser/portlets/recent.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/browser/portlets/__init__.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/browser/portlets/calendar.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/browser/portlets/calendar.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/browser/portlets/events.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/browser/portlets/events.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/browser/portlets/navigation.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/browser/portlets/navigation.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/browser/portlets/news.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/browser/portlets/news.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/browser/portlets/recent.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/browser/portlets/recent.pyc
 %%ZOPEBASEDIR%%/Products/CMFPlone/browser/sitemap.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/browser/__init__.pyc
-%%ZOPEBASEDIR%%/Products/CMFPlone/browser/interfaces.pyc
-%%ZOPEBASEDIR%%/Products/CMFPlone/browser/navigation.pyc
-%%ZOPEBASEDIR%%/Products/CMFPlone/browser/navtree.pyc
-%%ZOPEBASEDIR%%/Products/CMFPlone/browser/plone.pyc
 %%ZOPEBASEDIR%%/Products/CMFPlone/browser/sitemap.pyc
-%%ZOPEBASEDIR%%/Products/CMFPlone/CalendarTool.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/CatalogTool.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/configure.zcml
-%%ZOPEBASEDIR%%/Products/CMFPlone/CREDITS.txt
-%%ZOPEBASEDIR%%/Products/CMFPlone/CustomizationPolicy.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/DiscussionTool.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/docs/README.txt
+%%ZOPEBASEDIR%%/Products/CMFPlone/exportimport/README.txt
 %%ZOPEBASEDIR%%/Products/CMFPlone/exportimport/__init__.py
+%%ZOPEBASEDIR%%/Products/CMFPlone/exportimport/__init__.pyc
 %%ZOPEBASEDIR%%/Products/CMFPlone/exportimport/configure.zcml
 %%ZOPEBASEDIR%%/Products/CMFPlone/exportimport/content.py
+%%ZOPEBASEDIR%%/Products/CMFPlone/exportimport/content.pyc
 %%ZOPEBASEDIR%%/Products/CMFPlone/exportimport/controlpanel.py
+%%ZOPEBASEDIR%%/Products/CMFPlone/exportimport/controlpanel.pyc
 %%ZOPEBASEDIR%%/Products/CMFPlone/exportimport/factorytool.py
+%%ZOPEBASEDIR%%/Products/CMFPlone/exportimport/factorytool.pyc
 %%ZOPEBASEDIR%%/Products/CMFPlone/exportimport/memberdata_properties.py
+%%ZOPEBASEDIR%%/Products/CMFPlone/exportimport/memberdata_properties.pyc
 %%ZOPEBASEDIR%%/Products/CMFPlone/exportimport/propertiestool.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/exportimport/README.txt
+%%ZOPEBASEDIR%%/Products/CMFPlone/exportimport/propertiestool.pyc
 %%ZOPEBASEDIR%%/Products/CMFPlone/exportimport/tests/__init__.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/exportimport/tests/base.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/exportimport/tests/framework.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/exportimport/tests/runalltests.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/exportimport/tests/testControlPanel.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/exportimport/tests/testFactoryTool.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/exportimport/tests/testPropertiesTool.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/exportimport/tests/__init__.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/exportimport/tests/base.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/exportimport/tests/base.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/exportimport/tests/framework.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/exportimport/tests/framework.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/exportimport/tests/runalltests.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/exportimport/tests/runalltests.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/exportimport/tests/testControlPanel.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/exportimport/tests/testControlPanel.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/exportimport/tests/testFactoryTool.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/exportimport/tests/testFactoryTool.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/exportimport/tests/testPropertiesTool.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/exportimport/tests/testPropertiesTool.pyc
-%%ZOPEBASEDIR%%/Products/CMFPlone/exportimport/__init__.pyc
-%%ZOPEBASEDIR%%/Products/CMFPlone/exportimport/content.pyc
-%%ZOPEBASEDIR%%/Products/CMFPlone/exportimport/controlpanel.pyc
-%%ZOPEBASEDIR%%/Products/CMFPlone/exportimport/factorytool.pyc
-%%ZOPEBASEDIR%%/Products/CMFPlone/exportimport/memberdata_properties.pyc
-%%ZOPEBASEDIR%%/Products/CMFPlone/exportimport/propertiestool.pyc
-%%ZOPEBASEDIR%%/Products/CMFPlone/Extensions/__init__.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/Extensions/accessRule.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/Extensions/add_copyright.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/Extensions/cleanup.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/Extensions/migrate.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/Extensions/setupSite.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/Extensions/stripGRUFLocalRolePrefix.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/Extensions/tidy_up.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/Extensions/view_source.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/Extensions/__init__.pyc
-%%ZOPEBASEDIR%%/Products/CMFPlone/Extensions/accessRule.pyc
-%%ZOPEBASEDIR%%/Products/CMFPlone/Extensions/add_copyright.pyc
-%%ZOPEBASEDIR%%/Products/CMFPlone/Extensions/cleanup.pyc
-%%ZOPEBASEDIR%%/Products/CMFPlone/Extensions/migrate.pyc
-%%ZOPEBASEDIR%%/Products/CMFPlone/Extensions/setupSite.pyc
-%%ZOPEBASEDIR%%/Products/CMFPlone/Extensions/stripGRUFLocalRolePrefix.pyc
-%%ZOPEBASEDIR%%/Products/CMFPlone/Extensions/tidy_up.pyc
-%%ZOPEBASEDIR%%/Products/CMFPlone/Extensions/view_source.pyc
 %%ZOPEBASEDIR%%/Products/CMFPlone/factory.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/FactoryTool.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/FolderWorkflow.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/GroupDataTool.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/GroupsTool.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/HISTORY.txt
+%%ZOPEBASEDIR%%/Products/CMFPlone/factory.pyc
 %%ZOPEBASEDIR%%/Products/CMFPlone/i18nl10n.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/www/addConfigletForm.pt
-%%ZOPEBASEDIR%%/Products/CMFPlone/www/addPropertySheet.zpt
-%%ZOPEBASEDIR%%/Products/CMFPlone/www/addSite.zpt
-%%ZOPEBASEDIR%%/Products/CMFPlone/www/catalogAdvanced.dtml
-%%ZOPEBASEDIR%%/Products/CMFPlone/www/editPloneConfiglets.dtml
-%%ZOPEBASEDIR%%/Products/CMFPlone/www/main.dtml
-%%ZOPEBASEDIR%%/Products/CMFPlone/www/membershipRolemapping.dtml
-%%ZOPEBASEDIR%%/Products/CMFPlone/www/migrationResults.dtml
-%%ZOPEBASEDIR%%/Products/CMFPlone/www/migrationRun.dtml
-%%ZOPEBASEDIR%%/Products/CMFPlone/www/migrationSetup.dtml
-%%ZOPEBASEDIR%%/Products/CMFPlone/www/migrationTool.dtml
-%%ZOPEBASEDIR%%/Products/CMFPlone/www/portal_factory_docs.stx
-%%ZOPEBASEDIR%%/Products/CMFPlone/www/portal_factory_manage_docs.zpt
-%%ZOPEBASEDIR%%/Products/CMFPlone/www/portal_factory_manage_overview.zpt
-%%ZOPEBASEDIR%%/Products/CMFPlone/www/portal_factory_manage_types.zpt
-%%ZOPEBASEDIR%%/Products/CMFPlone/www/portrait_fix.dtml
-%%ZOPEBASEDIR%%/Products/CMFPlone/INSTALL.txt
-%%ZOPEBASEDIR%%/Products/CMFPlone/interfaces/__init__.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/interfaces/basetool.py
+%%ZOPEBASEDIR%%/Products/CMFPlone/i18nl10n.pyc
 %%ZOPEBASEDIR%%/Products/CMFPlone/interfaces/BrowserDefault.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/interfaces/constrains.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/interfaces/ConstrainTypes.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/interfaces/controlpanel.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/interfaces/CustomizationPolicy.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/interfaces/custpolicy.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/interfaces/factory.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/interfaces/FactoryTool.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/interfaces/interface.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/interfaces/InterfaceTool.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/interfaces/NonStructuralFolder.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/interfaces/OrderedContainer.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/interfaces/PloneBaseTool.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/interfaces/PloneControlPanel.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/interfaces/properties.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/interfaces/PropertiesTool.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/interfaces/siteroot.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/interfaces/structure.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/interfaces/Translatable.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/interfaces/view.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/interfaces/BrowserDefault.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/interfaces/ConstrainTypes.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/interfaces/ConstrainTypes.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/interfaces/CustomizationPolicy.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/interfaces/CustomizationPolicy.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/interfaces/FactoryTool.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/interfaces/FactoryTool.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/interfaces/InterfaceTool.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/interfaces/InterfaceTool.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/interfaces/NonStructuralFolder.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/interfaces/NonStructuralFolder.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/interfaces/OrderedContainer.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/interfaces/OrderedContainer.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/interfaces/PloneBaseTool.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/interfaces/PloneBaseTool.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/interfaces/PloneControlPanel.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/interfaces/PloneControlPanel.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/interfaces/PropertiesTool.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/interfaces/PropertiesTool.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/interfaces/Translatable.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/interfaces/Translatable.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/interfaces/__init__.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/interfaces/__init__.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/interfaces/basetool.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/interfaces/basetool.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/interfaces/constrains.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/interfaces/constrains.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/interfaces/controlpanel.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/interfaces/controlpanel.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/interfaces/custpolicy.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/interfaces/custpolicy.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/interfaces/factory.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/interfaces/factory.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/interfaces/interface.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/interfaces/interface.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/interfaces/properties.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/interfaces/properties.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/interfaces/siteroot.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/interfaces/siteroot.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/interfaces/structure.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/interfaces/structure.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/interfaces/view.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/interfaces/view.pyc
-%%ZOPEBASEDIR%%/Products/CMFPlone/InterfaceTool.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/LargePloneFolder.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/LICENSE.GPL
-%%ZOPEBASEDIR%%/Products/CMFPlone/LICENSE.txt
-%%ZOPEBASEDIR%%/Products/CMFPlone/LICENSE.ZPL
 %%ZOPEBASEDIR%%/Products/CMFPlone/log.py
+%%ZOPEBASEDIR%%/Products/CMFPlone/log.pyc
 %%ZOPEBASEDIR%%/Products/CMFPlone/makefile.in
-%%ZOPEBASEDIR%%/Products/CMFPlone/MemberDataTool.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/MembershipTool.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/messagefactory_.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/MetadataTool.py
+%%ZOPEBASEDIR%%/Products/CMFPlone/messagefactory_.pyc
 %%ZOPEBASEDIR%%/Products/CMFPlone/migrations/__init__.py
+%%ZOPEBASEDIR%%/Products/CMFPlone/migrations/__init__.pyc
 %%ZOPEBASEDIR%%/Products/CMFPlone/migrations/future.py
+%%ZOPEBASEDIR%%/Products/CMFPlone/migrations/future.pyc
 %%ZOPEBASEDIR%%/Products/CMFPlone/migrations/migration_util.py
+%%ZOPEBASEDIR%%/Products/CMFPlone/migrations/migration_util.pyc
 %%ZOPEBASEDIR%%/Products/CMFPlone/migrations/v1/__init__.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/migrations/v1/final_one_zero_one.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/migrations/v1/one01_one02.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/migrations/v1/one02_one03.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/migrations/v1/one03_one04.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/migrations/v1/rc1_rc2.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/migrations/v1/rc2_final.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/migrations/v1/__init__.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/migrations/v1/final_one_zero_one.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/migrations/v1/final_one_zero_one.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/migrations/v1/one01_one02.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/migrations/v1/one01_one02.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/migrations/v1/one02_one03.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/migrations/v1/one02_one03.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/migrations/v1/one03_one04.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/migrations/v1/one03_one04.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/migrations/v1/rc1_rc2.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/migrations/v1/rc1_rc2.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/migrations/v1/rc2_final.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/migrations/v1/rc2_final.pyc
 %%ZOPEBASEDIR%%/Products/CMFPlone/migrations/v2/__init__.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/migrations/v2/final_two01.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/migrations/v2/oneX_twoBeta2.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/migrations/v2/plone2_base.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/migrations/v2/portlet_migration.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/migrations/v2/release_candidates.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/migrations/v2/two04_two05.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/migrations/v2/twoBeta2_twoBeta3.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/migrations/v2/__init__.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/migrations/v2/final_two01.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/migrations/v2/final_two01.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/migrations/v2/oneX_twoBeta2.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/migrations/v2/oneX_twoBeta2.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/migrations/v2/plone2_base.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/migrations/v2/plone2_base.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/migrations/v2/portlet_migration.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/migrations/v2/portlet_migration.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/migrations/v2/release_candidates.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/migrations/v2/release_candidates.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/migrations/v2/two04_two05.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/migrations/v2/two04_two05.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/migrations/v2/twoBeta2_twoBeta3.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/migrations/v2/twoBeta2_twoBeta3.pyc
 %%ZOPEBASEDIR%%/Products/CMFPlone/migrations/v2_1/__init__.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/migrations/v2_1/alphas.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/migrations/v2_1/betas.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/migrations/v2_1/final_two11.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/migrations/v2_1/rcs.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/migrations/v2_1/two11_two12.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/migrations/v2_1/two12_two13.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/migrations/v2_1/__init__.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/migrations/v2_1/alphas.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/migrations/v2_1/alphas.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/migrations/v2_1/betas.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/migrations/v2_1/betas.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/migrations/v2_1/final_two11.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/migrations/v2_1/final_two11.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/migrations/v2_1/rcs.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/migrations/v2_1/rcs.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/migrations/v2_1/two11_two12.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/migrations/v2_1/two11_two12.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/migrations/v2_1/two12_two13.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/migrations/v2_1/two12_two13.pyc
 %%ZOPEBASEDIR%%/Products/CMFPlone/migrations/v2_5/__init__.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/migrations/v2_5/alphas.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/migrations/v2_5/betas.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/migrations/v2_5/final_two51.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/migrations/v2_5/rcs.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/migrations/v2_5/__init__.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/migrations/v2_5/alphas.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/migrations/v2_5/alphas.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/migrations/v2_5/betas.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/migrations/v2_5/betas.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/migrations/v2_5/final_two51.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/migrations/v2_5/final_two51.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/migrations/v2_5/rcs.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/migrations/v2_5/rcs.pyc
-%%ZOPEBASEDIR%%/Products/CMFPlone/migrations/__init__.pyc
-%%ZOPEBASEDIR%%/Products/CMFPlone/migrations/future.pyc
-%%ZOPEBASEDIR%%/Products/CMFPlone/migrations/migration_util.pyc
-%%ZOPEBASEDIR%%/Products/CMFPlone/MigrationTool.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/patches/__init__.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/patches/dateIndexPatch.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/patches/interfacePatch.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/patches/zserverPatch.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/patches/__init__.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/patches/dateIndexPatch.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/patches/dateIndexPatch.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/patches/interfacePatch.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/patches/interfacePatch.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/patches/zserverPatch.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/patches/zserverPatch.pyc
-%%ZOPEBASEDIR%%/Products/CMFPlone/PloneBaseTool.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/PloneBatch.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/PloneContent.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/PloneControlPanel.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/PloneFolder.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/setup/__init__.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/setup/ConfigurationMethods.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/setup/customization_policy.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/setup/dependencies.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/setup/SetupBase.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/setup/ConfigurationMethods.pyc
-%%ZOPEBASEDIR%%/Products/CMFPlone/setup/SetupBase.pyc
-%%ZOPEBASEDIR%%/Products/CMFPlone/setup/__init__.pyc
-%%ZOPEBASEDIR%%/Products/CMFPlone/setup/customization_policy.pyc
-%%ZOPEBASEDIR%%/Products/CMFPlone/setup/dependencies.pyc
-%%ZOPEBASEDIR%%/Products/CMFPlone/PloneInitialize.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/PloneTool.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/PloneUtilities.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/PloneWorkflow.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/Portal.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/profiles/default/actionicons.xml
 %%ZOPEBASEDIR%%/Products/CMFPlone/profiles/default/actions.xml
 %%ZOPEBASEDIR%%/Products/CMFPlone/profiles/default/catalog.xml
@@ -2487,10 +2382,11 @@
 %%ZOPEBASEDIR%%/Products/CMFPlone/profiles/default/structure/.objects
 %%ZOPEBASEDIR%%/Products/CMFPlone/profiles/default/structure/.preserve
 %%ZOPEBASEDIR%%/Products/CMFPlone/profiles/default/structure/.properties
-%%ZOPEBASEDIR%%/Products/CMFPlone/profiles/default/structure/front-page
 %%ZOPEBASEDIR%%/Products/CMFPlone/profiles/default/structure/Members/.objects
 %%ZOPEBASEDIR%%/Products/CMFPlone/profiles/default/structure/Members/.properties
+%%ZOPEBASEDIR%%/Products/CMFPlone/profiles/default/structure/front-page
 %%ZOPEBASEDIR%%/Products/CMFPlone/profiles/default/toolset.xml
+%%ZOPEBASEDIR%%/Products/CMFPlone/profiles/default/types.xml
 %%ZOPEBASEDIR%%/Products/CMFPlone/profiles/default/types/ATBooleanCriterion.xml
 %%ZOPEBASEDIR%%/Products/CMFPlone/profiles/default/types/ATCurrentAuthorCriterion.xml
 %%ZOPEBASEDIR%%/Products/CMFPlone/profiles/default/types/ATDateCriteria.xml
@@ -2526,27 +2422,35 @@
 %%ZOPEBASEDIR%%/Products/CMFPlone/profiles/default/types/Plone_Site.xml
 %%ZOPEBASEDIR%%/Products/CMFPlone/profiles/default/types/TempFolder.xml
 %%ZOPEBASEDIR%%/Products/CMFPlone/profiles/default/types/Topic.xml
-%%ZOPEBASEDIR%%/Products/CMFPlone/profiles/default/types.xml
+%%ZOPEBASEDIR%%/Products/CMFPlone/profiles/default/workflows.xml
 %%ZOPEBASEDIR%%/Products/CMFPlone/profiles/default/workflows/folder_workflow/definition.xml
 %%ZOPEBASEDIR%%/Products/CMFPlone/profiles/default/workflows/plone_workflow/definition.xml
-%%ZOPEBASEDIR%%/Products/CMFPlone/profiles/default/workflows.xml
-%%ZOPEBASEDIR%%/Products/CMFPlone/PropertiesTool.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/QuickInstallerTool.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/README.txt
 %%ZOPEBASEDIR%%/Products/CMFPlone/refresh.txt
-%%ZOPEBASEDIR%%/Products/CMFPlone/RegistrationTool.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/RELEASENOTES.txt
+%%ZOPEBASEDIR%%/Products/CMFPlone/setup/ConfigurationMethods.py
+%%ZOPEBASEDIR%%/Products/CMFPlone/setup/ConfigurationMethods.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/setup/SetupBase.py
+%%ZOPEBASEDIR%%/Products/CMFPlone/setup/SetupBase.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/setup/__init__.py
+%%ZOPEBASEDIR%%/Products/CMFPlone/setup/__init__.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/setup/customization_policy.py
+%%ZOPEBASEDIR%%/Products/CMFPlone/setup/customization_policy.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/setup/dependencies.py
+%%ZOPEBASEDIR%%/Products/CMFPlone/setup/dependencies.pyc
 %%ZOPEBASEDIR%%/Products/CMFPlone/setuphandlers.py
+%%ZOPEBASEDIR%%/Products/CMFPlone/setuphandlers.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/skins/cmf_legacy/TitleOrId.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/cmf_legacy/metadata_edit.cpy
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/cmf_legacy/metadata_edit.cpy.metadata
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/cmf_legacy/metadata_edit_form.cpt
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/cmf_legacy/metadata_edit_form.cpt.metadata
-%%ZOPEBASEDIR%%/Products/CMFPlone/skins/cmf_legacy/TitleOrId.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_3rdParty/cssQuery-license.txt
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_3rdParty/cssQuery.js
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_3rdParty/ecmaunit-license.txt
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_3rdParty/ecmaunit.js
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_3rdParty/event-registration.js
+%%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_3rdParty/jscalendar/ChangeLog
+%%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_3rdParty/jscalendar/README
+%%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_3rdParty/jscalendar/README-Plone
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_3rdParty/jscalendar/active-bg.gif
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_3rdParty/jscalendar/bugtest-hidden-selects.html
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_3rdParty/jscalendar/calendar-af.js
@@ -2562,8 +2466,8 @@
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_3rdParty/jscalendar/calendar-blue.css
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_3rdParty/jscalendar/calendar-blue.css.metadata
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_3rdParty/jscalendar/calendar-blue2.css
-%%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_3rdParty/jscalendar/calendar-br.js
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_3rdParty/jscalendar/calendar-blue2.css.metadata
+%%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_3rdParty/jscalendar/calendar-br.js
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_3rdParty/jscalendar/calendar-br.js.metadata
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_3rdParty/jscalendar/calendar-brown.css
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_3rdParty/jscalendar/calendar-brown.css.metadata
@@ -2614,7 +2518,6 @@
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_3rdParty/jscalendar/calendar-lt.js
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_3rdParty/jscalendar/calendar-lt.js.metadata
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_3rdParty/jscalendar/calendar-lv.js
-%%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_3rdParty/jscalendar/img.gif
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_3rdParty/jscalendar/calendar-lv.js.metadata
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_3rdParty/jscalendar/calendar-nl.js
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_3rdParty/jscalendar/calendar-nl.js.metadata
@@ -2663,7 +2566,6 @@
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_3rdParty/jscalendar/calendar.js
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_3rdParty/jscalendar/calendar.js.metadata
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_3rdParty/jscalendar/calendar.php
-%%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_3rdParty/jscalendar/ChangeLog
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_3rdParty/jscalendar/calendar_stripped.js
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_3rdParty/jscalendar/calendar_stripped.js.metadata
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_3rdParty/jscalendar/cn_utf8.js
@@ -2672,13 +2574,12 @@
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_3rdParty/jscalendar/dayinfo.html
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_3rdParty/jscalendar/field-button.jpg
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_3rdParty/jscalendar/hover-bg.gif
+%%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_3rdParty/jscalendar/img.gif
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_3rdParty/jscalendar/index.html
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_3rdParty/jscalendar/menuarrow.gif
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_3rdParty/jscalendar/menuarrow2.gif
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_3rdParty/jscalendar/multiple-dates.html
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_3rdParty/jscalendar/normal-bg.gif
-%%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_3rdParty/jscalendar/README
-%%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_3rdParty/jscalendar/README-Plone
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_3rdParty/jscalendar/reference-Z-S.css
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_3rdParty/jscalendar/reference.css
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_3rdParty/jscalendar/reference.html
@@ -2730,6 +2631,7 @@
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_content/review_history.pt.metadata
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_deprecated/aboveInThread.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_deprecated/clearCookie.py
+%%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_deprecated/clearCookie.pyc
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_deprecated/filterCookie.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_deprecated/formatStx.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_deprecated/getCurrentUrl.py
@@ -2742,27 +2644,26 @@
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_deprecated/getZopeInfo.py.metadata
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_deprecated/global_bodytag.pt
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_deprecated/hide_columns.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_deprecated/is_folderish.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_deprecated/isDefaultPageInFolder.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_deprecated/isIDAutoGenerated.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_deprecated/isRightToLeft.py
+%%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_deprecated/is_folderish.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_deprecated/keyFilteredActions.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_deprecated/listMetaTags.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_deprecated/lookupTypeAction.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_deprecated/portlet_related.pt
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_deprecated/prepare_slots.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_deprecated/publishItems.py
+%%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_deprecated/publishItems.pyc
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_deprecated/quick_undo.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_deprecated/rejectItems.py
+%%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_deprecated/rejectItems.pyc
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_deprecated/roster.pt
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_deprecated/toLocalizedTime.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_deprecated/truncID.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_deprecated/unauthRedirect.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_deprecated/visibleIdsEnabled.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_deprecated/clearCookie.pyc
-%%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_deprecated/publishItems.pyc
-%%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_deprecated/rejectItems.pyc
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_deprecated/unauthRedirect.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_deprecated/visibleIdsEnabled.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_ecmascript/calendar_formfield.js
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_ecmascript/calendarpopup.js
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_ecmascript/collapsiblesections.js
@@ -2773,25 +2674,25 @@
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_ecmascript/first_input_focus.js
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_ecmascript/folder_contents_filter.js
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_ecmascript/folder_contents_hideAddItems.js
-%%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_ecmascript/formsubmithelpers.js
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_ecmascript/formUnload.js
+%%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_ecmascript/formsubmithelpers.js
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_ecmascript/fullscreenmode.js
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_ecmascript/highlightsearchterms.js
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_ecmascript/ie5fixes.js
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_ecmascript/login.js
-%%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_ecmascript/select_all.js
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_ecmascript/mark_special_links.js
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_ecmascript/nodeutilities.js
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_ecmascript/plone_javascript_variables.js.pt
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_ecmascript/plone_minwidth.js.dtml
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_ecmascript/plone_minwidth.js.dtml.metadata
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_ecmascript/register_function.js
+%%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_ecmascript/select_all.js
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_ecmascript/styleswitcher.js
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_ecmascript/table_sorter.js
-%%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_ecmascript/test_ecmascripts.pt
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_ecmascript/testBeforeUnload.js
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_ecmascript/testHighlightsearchterms.js
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_ecmascript/testNodeutilities.js
+%%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_ecmascript/test_ecmascripts.pt
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_ecmascript/unittestUtilities.js
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_form_scripts/change_ownership.cpy
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_form_scripts/change_ownership.cpy.metadata
@@ -2813,9 +2714,13 @@
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_form_scripts/folder_edit.cpy
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_form_scripts/folder_edit.cpy.metadata
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_form_scripts/folder_localrole_add.py
+%%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_form_scripts/folder_localrole_add.pyc
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_form_scripts/folder_localrole_delete.py
+%%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_form_scripts/folder_localrole_delete.pyc
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_form_scripts/folder_localrole_edit.py
+%%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_form_scripts/folder_localrole_edit.pyc
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_form_scripts/folder_localrole_set.py
+%%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_form_scripts/folder_localrole_set.pyc
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_form_scripts/image_edit.cpy
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_form_scripts/image_edit.cpy.metadata
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_form_scripts/link_edit.cpy
@@ -2823,9 +2728,9 @@
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_form_scripts/newsitem_edit.cpy
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_form_scripts/newsitem_edit.cpy.metadata
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_form_scripts/personalize.cpy
-%%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_form_scripts/portrait_delete.cpy
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_form_scripts/personalize.cpy.metadata
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_form_scripts/plone_change_password.py
+%%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_form_scripts/portrait_delete.cpy
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_form_scripts/portrait_delete.cpy.metadata
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_form_scripts/reconfig.cpy
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_form_scripts/reconfig.cpy.metadata
@@ -2865,10 +2770,6 @@
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_form_scripts/validate_synPropertiesForm.vpy
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_form_scripts/validate_talkback.vpy
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_form_scripts/validate_title.vpy
-%%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_form_scripts/folder_localrole_add.pyc
-%%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_form_scripts/folder_localrole_delete.pyc
-%%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_form_scripts/folder_localrole_edit.pyc
-%%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_form_scripts/folder_localrole_set.pyc
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_forms/calendar_popup.pt
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_forms/content_status_history.cpt
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_forms/content_status_history.cpt.metadata
@@ -2881,13 +2782,13 @@
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_forms/folder_constraintypes_form.cpt
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_forms/folder_constraintypes_form.cpt.metadata
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_forms/folder_factories.pt
-%%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_forms/history_form.pt
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_forms/folder_factories.pt.metadata
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_forms/folder_localrole_form.pt
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_forms/folder_localrole_form.pt.metadata
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_forms/folder_rename_form.cpt
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_forms/folder_rename_form.cpt.metadata
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_forms/history_comparison.pt
+%%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_forms/history_form.pt
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_forms/mail_password_form.pt
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_forms/mail_password_form.pt.metadata
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_forms/mail_password_response.pt
@@ -2895,8 +2796,8 @@
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_forms/member_search_form.pt
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_forms/member_search_form.pt.metadata
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_forms/member_search_results.pt
-%%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_forms/ownership_form.cpt
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_forms/member_search_results.pt.metadata
+%%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_forms/ownership_form.cpt
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_forms/ownership_form.cpt.metadata
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_forms/search.pt
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_forms/search.pt.metadata
@@ -2913,11 +2814,11 @@
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_forms/undo_form.pt
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_forms/undo_form.pt.metadata
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_images/action_icon.gif
+%%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_images/addFavorite.gif
+%%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_images/addFavorite.gif.metadata
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_images/add_alternative_icon.gif
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_images/add_icon.gif
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_images/add_icon.gif.metadata
-%%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_images/addFavorite.gif
-%%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_images/addFavorite.gif.metadata
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_images/arrowBlank.gif
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_images/arrowBlank.gif.metadata
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_images/arrowBottom.gif
@@ -2944,11 +2845,10 @@
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_images/book_icon.gif.metadata
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_images/bullet.gif
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_images/bullet.gif.metadata
-%%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_images/bullet_icon.gif
-%%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_images/edit.gif
-%%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_images/bullet_icon.gif.metadata
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_images/bulletBig.gif
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_images/bulletBig.gif.metadata
+%%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_images/bullet_icon.gif
+%%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_images/bullet_icon.gif.metadata
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_images/colophon_anybrowser.png
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_images/colophon_anybrowser.png.metadata
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_images/colophon_css.png
@@ -2960,8 +2860,8 @@
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_images/colophon_wai-aa.gif
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_images/colophon_wai-aa.gif.metadata
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_images/colophon_wai-aaa.gif
-%%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_images/colophon_xhtml.png
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_images/colophon_wai-aaa.gif.metadata
+%%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_images/colophon_xhtml.png
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_images/colophon_xhtml.png.metadata
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_images/confirm_icon.gif
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_images/confirm_icon.gif.metadata
@@ -2979,6 +2879,7 @@
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_images/document_icon.gif.metadata
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_images/download_icon.gif
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_images/download_icon.gif.metadata
+%%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_images/edit.gif
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_images/edit.gif.metadata
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_images/error_icon.gif
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_images/error_icon.gif.metadata
@@ -2994,7 +2895,6 @@
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_images/file_icon.gif
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_images/file_icon.gif.metadata
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_images/folder.gif
-%%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_images/group.gif
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_images/folder.gif.metadata
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_images/folder_icon.gif
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_images/folder_icon.gif.metadata
@@ -3003,6 +2903,7 @@
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_images/fullscreencollapse_icon.gif.metadata
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_images/fullscreenexpand_icon.gif
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_images/fullscreenexpand_icon.gif.metadata
+%%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_images/group.gif
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_images/group.gif.metadata
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_images/image_icon.gif
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_images/image_icon.gif.metadata
@@ -3011,12 +2912,12 @@
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_images/info_icon.gif
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_images/input_background.gif
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_images/input_background.gif.metadata
-%%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_images/link_icon.gif
-%%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_images/link_icon.gif.metadata
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_images/linkOpaque.gif
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_images/linkOpaque.gif.metadata
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_images/linkTransparent.gif
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_images/linkTransparent.gif.metadata
+%%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_images/link_icon.gif
+%%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_images/link_icon.gif.metadata
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_images/lock_icon.gif
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_images/lock_icon.gif.metadata
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_images/logo.jpg
@@ -3028,7 +2929,6 @@
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_images/navigation_icon.gif
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_images/navigation_icon.gif.metadata
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_images/newsitem_icon.gif
-%%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_images/rss.gif
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_images/newsitem_icon.gif.metadata
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_images/paste_icon.gif
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_images/paste_icon.gif.metadata
@@ -3048,6 +2948,7 @@
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_images/product_icon.gif.metadata
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_images/required.gif
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_images/required.gif.metadata
+%%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_images/rss.gif
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_images/rss.gif.metadata
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_images/rtl-addFavorite.gif
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_images/rtl-addFavorite.gif.metadata
@@ -3078,7 +2979,6 @@
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_images/textsize_large.gif
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_images/textsize_large.gif.metadata
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_images/textsize_normal.gif
-%%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_images/xml.gif
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_images/textsize_normal.gif.metadata
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_images/textsize_small.gif
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_images/textsize_small.gif.metadata
@@ -3094,6 +2994,7 @@
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_images/user.gif.metadata
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_images/workflow_icon.gif
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_images/workflow_icon.gif.metadata
+%%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_images/xml.gif
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_images/xml.gif.metadata
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_images/zope_icon.gif
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_images/zope_icon.gif.metadata
@@ -3111,8 +3012,8 @@
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_login/logged_out.pt
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_login/logged_out.pt.metadata
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_login/login_change_password.cpy
-%%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_login/login_failed.pt
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_login/login_change_password.cpy.metadata
+%%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_login/login_failed.pt
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_login/login_failed.pt.metadata
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_login/login_form.cpt
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_login/login_form.cpt.metadata
@@ -3155,8 +3056,8 @@
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_prefs/prefs_error_log_form.pt.metadata
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_prefs/prefs_error_log_setProperties.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_prefs/prefs_error_log_showEntry.pt
-%%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_prefs/prefs_error_log_update.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_prefs/prefs_error_log_showEntry.pt.metadata
+%%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_prefs/prefs_error_log_update.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_prefs/prefs_group_details.pt
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_prefs/prefs_group_details.pt.metadata
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_prefs/prefs_group_edit.py
@@ -3193,8 +3094,8 @@
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_prefs/prefs_portalskin_form.cpt
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_prefs/prefs_portalskin_form.cpt.metadata
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_prefs/prefs_portalskin_set.cpy
-%%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_prefs/prefs_portrait_delete.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_prefs/prefs_portalskin_set.cpy.metadata
+%%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_prefs/prefs_portrait_delete.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_prefs/prefs_search_form.cpt
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_prefs/prefs_search_form.cpt.metadata
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_prefs/prefs_search_macros.pt
@@ -3220,8 +3121,8 @@
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_prefs/prefs_workflow_advanced.pt
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_prefs/prefs_workflow_advanced_edit.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_prefs/prefs_workflow_basic.pt
-%%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_prefs/reconfig_form.cpt
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_prefs/prefs_workflow_basic_edit.py
+%%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_prefs/reconfig_form.cpt
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_prefs/reconfig_form.cpt.metadata
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_scripts/add_ext_editor.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_scripts/addtoFavorites.py
@@ -3233,17 +3134,18 @@
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_scripts/check_id.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_scripts/computeRelatedItems.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_scripts/computeRoleMap.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_scripts/create_query_string.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_scripts/createMultiColumnList.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_scripts/createObject.cpy
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_scripts/createObject.cpy.metadata
+%%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_scripts/create_query_string.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_scripts/cropText.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_scripts/date_components_support.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_scripts/deleteDiscussion.py
+%%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_scripts/deleteDiscussion.pyc
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_scripts/displayContentsTab.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_scripts/enableHTTPCompression.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_scripts/external_edit.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_scripts/externalEditorEnabled.py
+%%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_scripts/external_edit.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_scripts/extract_date_components.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_scripts/folder_copy.cpy
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_scripts/folder_copy.cpy.metadata
@@ -3255,7 +3157,6 @@
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_scripts/folder_paste.cpy
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_scripts/folder_paste.cpy.metadata
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_scripts/folder_position.cpy
-%%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_scripts/undo.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_scripts/folder_position.cpy.metadata
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_scripts/folder_publish.cpy
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_scripts/folder_publish.cpy.metadata
@@ -3271,10 +3172,10 @@
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_scripts/getFolderContents.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_scripts/getGlobalPortalRoles.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_scripts/getNotAddableTypes.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_scripts/getObjSize.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_scripts/getObjectsFromPathList.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_scripts/getObjPositionInParent.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_scripts/getObjPositionInParent.py.metadata
+%%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_scripts/getObjSize.py
+%%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_scripts/getObjectsFromPathList.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_scripts/getOrderedUserActions.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_scripts/getPersonalFolderFor.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_scripts/getPopupScript.py
@@ -3303,35 +3204,41 @@
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_scripts/object_paste.cpy
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_scripts/object_paste.cpy.metadata
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_scripts/object_rename.py
+%%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_scripts/object_rename.pyc
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_scripts/plone_log.py
+%%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_scripts/plone_log.pyc
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_scripts/plonifyActions.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_scripts/pretty_title_or_id.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_scripts/queryCatalog.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_scripts/raiseUnauthorized.py
+%%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_scripts/raiseUnauthorized.pyc
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_scripts/redirectToDiscussable.py
+%%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_scripts/redirectToDiscussable.pyc
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_scripts/redirectToReferrer.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_scripts/rejectAnonymous.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_scripts/renderBase.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_scripts/returnNone.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_scripts/reverseList.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_scripts/rssAllowed.py
+%%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_scripts/rssAllowed.pyc
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_scripts/selectedTabs.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_scripts/setAuthCookie.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_scripts/show_id.py
+%%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_scripts/setAuthCookie.pyc
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_scripts/showEditableBorder.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_scripts/sort_modified_ascending.py
+%%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_scripts/show_id.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_scripts/sortObjects.py
+%%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_scripts/sort_modified_ascending.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_scripts/spamProtect.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_scripts/translate.py
+%%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_scripts/undo.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_scripts/unique.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_scripts/utranslate.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_scripts/deleteDiscussion.pyc
-%%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_scripts/object_rename.pyc
-%%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_scripts/plone_log.pyc
-%%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_scripts/raiseUnauthorized.pyc
-%%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_scripts/redirectToDiscussable.pyc
-%%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_scripts/rssAllowed.pyc
-%%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_scripts/setAuthCookie.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_styles/IEFixes.css.dtml
+%%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_styles/IEFixes.css.dtml.metadata
+%%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_styles/NS4.css.dtml
+%%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_styles/NS4.css.dtml.metadata
+%%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_styles/RTL.css.dtml
+%%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_styles/RTL.css.dtml.metadata
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_styles/authoring.css.dtml
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_styles/authoring.css.dtml.metadata
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_styles/base.css.dtml
@@ -3343,14 +3250,10 @@
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_styles/deprecated.css.dtml.metadata
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_styles/generated.css.dtml
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_styles/generated.css.dtml.metadata
-%%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_styles/IEFixes.css.dtml
-%%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_styles/IEFixes.css.dtml.metadata
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_styles/member.css.dtml
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_styles/member.css.dtml.metadata
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_styles/mobile.css.dtml
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_styles/mobile.css.dtml.metadata
-%%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_styles/NS4.css.dtml
-%%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_styles/NS4.css.dtml.metadata
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_styles/plone.css.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_styles/ploneCustom.css.dtml
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_styles/ploneCustom.css.dtml.metadata
@@ -3362,16 +3265,16 @@
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_styles/print.css.dtml.metadata
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_styles/public.css.dtml
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_styles/public.css.dtml.metadata
-%%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_styles/RTL.css.dtml
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_styles/textHuge.css
-%%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_styles/RTL.css.dtml.metadata
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_styles/textLarge.css
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_styles/textSmall.css
+%%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_tableless/ReadMe-Tableless.txt
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_tableless/columns.css.dtml
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_tableless/columns.css.dtml.metadata
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_tableless/getBodyTagClass.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_tableless/main_template.pt
-%%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_tableless/ReadMe-Tableless.txt
+%%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_templates/RSS.pt
+%%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_templates/RSS.pt.metadata
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_templates/accessibility-info.pt
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_templates/author_feedback_template.pt
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_templates/batch_macros.pt
@@ -3387,10 +3290,10 @@
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_templates/folder_contents.pt.metadata
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_templates/footer.pt
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_templates/full_review_list.pt
-%%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_templates/global_defines.pt
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_templates/global_cache_settings.pt
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_templates/global_contentmenu.pt
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_templates/global_contentviews.pt
+%%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_templates/global_defines.pt
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_templates/global_logo.pt
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_templates/global_pathbar.pt
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_templates/global_personalbar.pt
@@ -3414,296 +3317,223 @@
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_templates/recently_published.pt
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_templates/recently_published.pt.metadata
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_templates/registered_notify_template.pt
-%%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_templates/RSS.pt
-%%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_templates/RSS.pt.metadata
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_templates/rss_template.pt
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_templates/rss_template.pt.metadata
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_templates/search_rss.pt
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_templates/search_rss.pt.metadata
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_templates/send_feedback_confirm.cpt
-%%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_templates/sitemap.pt
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_templates/sendto_template.pt
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_templates/site_feedback_template.pt
+%%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_templates/sitemap.pt
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_templates/standard_error_message.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_templates/test_rendering.pt
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_templates/viewThreadsAtBottom.pt
 %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_wysiwyg/wysiwyg_support.pt
-%%ZOPEBASEDIR%%/Products/CMFPlone/SkinsTool.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/SyndicationTool.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/tests/__init__.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt
+%%ZOPEBASEDIR%%/Products/CMFPlone/tests/LoginAndLogout.txt
+%%ZOPEBASEDIR%%/Products/CMFPlone/tests/PloneTestCase.py
+%%ZOPEBASEDIR%%/Products/CMFPlone/tests/PloneTestCase.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/tests/README.txt
+%%ZOPEBASEDIR%%/Products/CMFPlone/tests/__init__.py
+%%ZOPEBASEDIR%%/Products/CMFPlone/tests/__init__.pyc
 %%ZOPEBASEDIR%%/Products/CMFPlone/tests/dummy.py
+%%ZOPEBASEDIR%%/Products/CMFPlone/tests/dummy.pyc
 %%ZOPEBASEDIR%%/Products/CMFPlone/tests/forms.txt
 %%ZOPEBASEDIR%%/Products/CMFPlone/tests/framework.py
+%%ZOPEBASEDIR%%/Products/CMFPlone/tests/framework.pyc
 %%ZOPEBASEDIR%%/Products/CMFPlone/tests/images/test.gif
 %%ZOPEBASEDIR%%/Products/CMFPlone/tests/images/test.jpg
 %%ZOPEBASEDIR%%/Products/CMFPlone/tests/images/test.png
-%%ZOPEBASEDIR%%/Products/CMFPlone/tests/LoginAndLogout.txt
 %%ZOPEBASEDIR%%/Products/CMFPlone/tests/messages.txt
-%%ZOPEBASEDIR%%/Products/CMFPlone/tests/PloneTestCase.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/tests/README.txt
 %%ZOPEBASEDIR%%/Products/CMFPlone/tests/rendering.txt
 %%ZOPEBASEDIR%%/Products/CMFPlone/tests/runalltests.py
+%%ZOPEBASEDIR%%/Products/CMFPlone/tests/runalltests.pyc
 %%ZOPEBASEDIR%%/Products/CMFPlone/tests/scripts.txt
-%%ZOPEBASEDIR%%/Products/CMFPlone/tests/test_doctests.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/tests/test_functional.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/tests/testActionIconsTool.py
+%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testActionIconsTool.pyc
 %%ZOPEBASEDIR%%/Products/CMFPlone/tests/testActionsTool.py
+%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testActionsTool.pyc
 %%ZOPEBASEDIR%%/Products/CMFPlone/tests/testBBB.py
+%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testBBB.pyc
 %%ZOPEBASEDIR%%/Products/CMFPlone/tests/testBrowserDefault.py
+%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testBrowserDefault.pyc
 %%ZOPEBASEDIR%%/Products/CMFPlone/tests/testBrowserDefaultScripts.py
+%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testBrowserDefaultScripts.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testCSSandJSRegistry.py
+%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testCSSandJSRegistry.pyc
 %%ZOPEBASEDIR%%/Products/CMFPlone/tests/testCalendarView.py
+%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testCalendarView.pyc
 %%ZOPEBASEDIR%%/Products/CMFPlone/tests/testCatalogTool.py
+%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testCatalogTool.pyc
 %%ZOPEBASEDIR%%/Products/CMFPlone/tests/testCheckId.py
+%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testCheckId.pyc
 %%ZOPEBASEDIR%%/Products/CMFPlone/tests/testContentPublishing.py
+%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testContentPublishing.pyc
 %%ZOPEBASEDIR%%/Products/CMFPlone/tests/testContentSecurity.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testContentTypes.py
+%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testContentSecurity.pyc
 %%ZOPEBASEDIR%%/Products/CMFPlone/tests/testContentTypeScripts.py
+%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testContentTypeScripts.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testContentTypes.py
+%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testContentTypes.pyc
 %%ZOPEBASEDIR%%/Products/CMFPlone/tests/testControlPanel.py
+%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testControlPanel.pyc
 %%ZOPEBASEDIR%%/Products/CMFPlone/tests/testControlPanelScripts.py
+%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testControlPanelScripts.pyc
 %%ZOPEBASEDIR%%/Products/CMFPlone/tests/testCookieAuth.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testCSSandJSRegistry.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testCutPasteSecurity.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testDateComponentsSupport.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testDateIndexRanges.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testDefaultWorkflow.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testDisplayContentsTab.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testExternalEditorEnabled.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testFolderButtons.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testFolderLocalRoleForm.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testFolderWorkflow.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testGetObjectSize.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testGroupDataTool.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testGroupsTool.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testGroupUserFolder.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testInterfaces.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testInterfaceTool.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testLoggedIn.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testMemberDataTool.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testMembershipTool.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testMigrations.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testMigrationTool.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testNavigationParent.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testNavigationView.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testNavTree.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testNewsPortletView.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testOrderSupport.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testPloneFolder.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testPloneTestCase.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testPloneTool.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testPloneView.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testPortalCreation.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testPortalFactory.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testPrepareSlots.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testQueryCatalog.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testQuickInstallerTool.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testRecentView.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testRegistrationTool.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testRelatedItems.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testRenderBase.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testRestrictedAcquisition.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testSecurityDeclarations.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testSkeleton.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testSortObjects.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testSyndicationTool.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testTranslationServiceTool.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testUnicodeNormalizer.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testUnicodeSplitter.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testURLTool.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testUserFolderBasics.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testUtils.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testWebDAV.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testWorkflowTool.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/tests/timeBreadCrumbs.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/tests/webdav_index_html_put.txt
-%%ZOPEBASEDIR%%/Products/CMFPlone/tests/zcheck.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/tests/PloneTestCase.pyc
-%%ZOPEBASEDIR%%/Products/CMFPlone/tests/__init__.pyc
-%%ZOPEBASEDIR%%/Products/CMFPlone/tests/dummy.pyc
-%%ZOPEBASEDIR%%/Products/CMFPlone/tests/framework.pyc
-%%ZOPEBASEDIR%%/Products/CMFPlone/tests/runalltests.pyc
-%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testActionIconsTool.pyc
-%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testActionsTool.pyc
-%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testBBB.pyc
-%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testBrowserDefault.pyc
-%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testBrowserDefaultScripts.pyc
-%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testCSSandJSRegistry.pyc
-%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testCalendarView.pyc
-%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testCatalogTool.pyc
-%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testCheckId.pyc
-%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testContentPublishing.pyc
-%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testContentSecurity.pyc
-%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testContentTypeScripts.pyc
-%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testContentTypes.pyc
-%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testControlPanel.pyc
-%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testControlPanelScripts.pyc
 %%ZOPEBASEDIR%%/Products/CMFPlone/tests/testCookieAuth.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testCutPasteSecurity.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/tests/testCutPasteSecurity.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testDateComponentsSupport.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/tests/testDateComponentsSupport.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testDateIndexRanges.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/tests/testDateIndexRanges.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testDefaultWorkflow.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/tests/testDefaultWorkflow.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testDisplayContentsTab.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/tests/testDisplayContentsTab.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testExternalEditorEnabled.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/tests/testExternalEditorEnabled.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testFolderButtons.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/tests/testFolderButtons.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testFolderLocalRoleForm.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/tests/testFolderLocalRoleForm.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testFolderWorkflow.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/tests/testFolderWorkflow.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testGetObjectSize.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/tests/testGetObjectSize.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testGroupDataTool.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/tests/testGroupDataTool.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testGroupUserFolder.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/tests/testGroupUserFolder.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testGroupsTool.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/tests/testGroupsTool.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testInterfaceTool.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/tests/testInterfaceTool.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testInterfaces.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/tests/testInterfaces.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testLoggedIn.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/tests/testLoggedIn.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testMemberDataTool.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/tests/testMemberDataTool.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testMembershipTool.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/tests/testMembershipTool.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testMigrationTool.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/tests/testMigrationTool.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testMigrations.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/tests/testMigrations.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testNavTree.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/tests/testNavTree.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testNavigationParent.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/tests/testNavigationParent.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testNavigationView.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/tests/testNavigationView.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testNewsPortletView.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/tests/testNewsPortletView.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testOrderSupport.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/tests/testOrderSupport.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testPloneFolder.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/tests/testPloneFolder.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testPloneTestCase.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/tests/testPloneTestCase.pyc
-%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testURLTool.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testPloneTool.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/tests/testPloneTool.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testPloneView.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/tests/testPloneView.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testPortalCreation.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/tests/testPortalCreation.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testPortalFactory.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/tests/testPortalFactory.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testPrepareSlots.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/tests/testPrepareSlots.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testQueryCatalog.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/tests/testQueryCatalog.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testQuickInstallerTool.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/tests/testQuickInstallerTool.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testRecentView.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/tests/testRecentView.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testRegistrationTool.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/tests/testRegistrationTool.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testRelatedItems.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/tests/testRelatedItems.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testRenderBase.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/tests/testRenderBase.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testRestrictedAcquisition.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/tests/testRestrictedAcquisition.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testSecurityDeclarations.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/tests/testSecurityDeclarations.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testSkeleton.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/tests/testSkeleton.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testSortObjects.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/tests/testSortObjects.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testSyndicationTool.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/tests/testSyndicationTool.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testTranslationServiceTool.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/tests/testTranslationServiceTool.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testURLTool.py
+%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testURLTool.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testUnicodeNormalizer.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/tests/testUnicodeNormalizer.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testUnicodeSplitter.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/tests/testUnicodeSplitter.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testUserFolderBasics.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/tests/testUserFolderBasics.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testUtils.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/tests/testUtils.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testWebDAV.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/tests/testWebDAV.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/tests/testWorkflowTool.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/tests/testWorkflowTool.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/tests/test_doctests.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/tests/test_doctests.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/tests/test_functional.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/tests/test_functional.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/tests/timeBreadCrumbs.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/tests/timeBreadCrumbs.pyc
+%%ZOPEBASEDIR%%/Products/CMFPlone/tests/webdav_index_html_put.txt
+%%ZOPEBASEDIR%%/Products/CMFPlone/tests/zcheck.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/tests/zcheck.pyc
 %%ZOPEBASEDIR%%/Products/CMFPlone/tool.gif
-%%ZOPEBASEDIR%%/Products/CMFPlone/ToolNames.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/TranslationServiceTool.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/log.pyc
-%%ZOPEBASEDIR%%/Products/CMFPlone/TypesTool.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/UndoTool.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/UnicodeNormalizer.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/UnicodeSplitter.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/UPGRADE.txt
-%%ZOPEBASEDIR%%/Products/CMFPlone/URLTool.py
 %%ZOPEBASEDIR%%/Products/CMFPlone/utils.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/version.txt
-%%ZOPEBASEDIR%%/Products/CMFPlone/WorkflowTool.py
-%%ZOPEBASEDIR%%/Products/CMFPlone/ActionIconsTool.pyc
-%%ZOPEBASEDIR%%/Products/CMFPlone/ActionsTool.pyc
-%%ZOPEBASEDIR%%/Products/CMFPlone/CalendarTool.pyc
-%%ZOPEBASEDIR%%/Products/CMFPlone/CatalogTool.pyc
-%%ZOPEBASEDIR%%/Products/CMFPlone/CustomizationPolicy.pyc
-%%ZOPEBASEDIR%%/Products/CMFPlone/DiscussionTool.pyc
-%%ZOPEBASEDIR%%/Products/CMFPlone/FactoryTool.pyc
-%%ZOPEBASEDIR%%/Products/CMFPlone/FolderWorkflow.pyc
-%%ZOPEBASEDIR%%/Products/CMFPlone/GroupDataTool.pyc
-%%ZOPEBASEDIR%%/Products/CMFPlone/GroupsTool.pyc
-%%ZOPEBASEDIR%%/Products/CMFPlone/InterfaceTool.pyc
-%%ZOPEBASEDIR%%/Products/CMFPlone/LargePloneFolder.pyc
-%%ZOPEBASEDIR%%/Products/CMFPlone/MemberDataTool.pyc
-%%ZOPEBASEDIR%%/Products/CMFPlone/MembershipTool.pyc
-%%ZOPEBASEDIR%%/Products/CMFPlone/MetadataTool.pyc
-%%ZOPEBASEDIR%%/Products/CMFPlone/MigrationTool.pyc
-%%ZOPEBASEDIR%%/Products/CMFPlone/PloneBaseTool.pyc
-%%ZOPEBASEDIR%%/Products/CMFPlone/PloneBatch.pyc
-%%ZOPEBASEDIR%%/Products/CMFPlone/PloneContent.pyc
-%%ZOPEBASEDIR%%/Products/CMFPlone/PloneControlPanel.pyc
-%%ZOPEBASEDIR%%/Products/CMFPlone/PloneFolder.pyc
-%%ZOPEBASEDIR%%/Products/CMFPlone/PloneInitialize.pyc
-%%ZOPEBASEDIR%%/Products/CMFPlone/PloneTool.pyc
-%%ZOPEBASEDIR%%/Products/CMFPlone/PloneUtilities.pyc
-%%ZOPEBASEDIR%%/Products/CMFPlone/PloneWorkflow.pyc
-%%ZOPEBASEDIR%%/Products/CMFPlone/Portal.pyc
-%%ZOPEBASEDIR%%/Products/CMFPlone/PropertiesTool.pyc
-%%ZOPEBASEDIR%%/Products/CMFPlone/QuickInstallerTool.pyc
-%%ZOPEBASEDIR%%/Products/CMFPlone/RegistrationTool.pyc
-%%ZOPEBASEDIR%%/Products/CMFPlone/SkinsTool.pyc
-%%ZOPEBASEDIR%%/Products/CMFPlone/SyndicationTool.pyc
-%%ZOPEBASEDIR%%/Products/CMFPlone/ToolNames.pyc
-%%ZOPEBASEDIR%%/Products/CMFPlone/TranslationServiceTool.pyc
-%%ZOPEBASEDIR%%/Products/CMFPlone/TypesTool.pyc
-%%ZOPEBASEDIR%%/Products/CMFPlone/URLTool.pyc
-%%ZOPEBASEDIR%%/Products/CMFPlone/UndoTool.pyc
-%%ZOPEBASEDIR%%/Products/CMFPlone/UnicodeNormalizer.pyc
-%%ZOPEBASEDIR%%/Products/CMFPlone/UnicodeSplitter.pyc
-%%ZOPEBASEDIR%%/Products/CMFPlone/WorkflowTool.pyc
-%%ZOPEBASEDIR%%/Products/CMFPlone/__init__.pyc
-%%ZOPEBASEDIR%%/Products/CMFPlone/factory.pyc
-%%ZOPEBASEDIR%%/Products/CMFPlone/i18nl10n.pyc
-%%ZOPEBASEDIR%%/Products/CMFPlone/messagefactory_.pyc
-%%ZOPEBASEDIR%%/Products/CMFPlone/setuphandlers.pyc
 %%ZOPEBASEDIR%%/Products/CMFPlone/utils.pyc
-@dirrm %%ZOPEBASEDIR%%/Products/CMFPlone/bbb
-@dirrm %%ZOPEBASEDIR%%/Products/CMFPlone/browser/portlets
-@dirrm %%ZOPEBASEDIR%%/Products/CMFPlone/browser
-@dirrm %%ZOPEBASEDIR%%/Products/CMFPlone/docs
-@dirrm %%ZOPEBASEDIR%%/Products/CMFPlone/exportimport/tests
-@dirrm %%ZOPEBASEDIR%%/Products/CMFPlone/exportimport
-@dirrm %%ZOPEBASEDIR%%/Products/CMFPlone/Extensions
-@dirrm %%ZOPEBASEDIR%%/Products/CMFPlone/www
-@dirrm %%ZOPEBASEDIR%%/Products/CMFPlone/interfaces
-@dirrm %%ZOPEBASEDIR%%/Products/CMFPlone/migrations/v1
-@dirrm %%ZOPEBASEDIR%%/Products/CMFPlone/migrations/v2
-@dirrm %%ZOPEBASEDIR%%/Products/CMFPlone/migrations/v2_1
-@dirrm %%ZOPEBASEDIR%%/Products/CMFPlone/migrations/v2_5
-@dirrm %%ZOPEBASEDIR%%/Products/CMFPlone/migrations
-@dirrm %%ZOPEBASEDIR%%/Products/CMFPlone/patches
-@dirrm %%ZOPEBASEDIR%%/Products/CMFPlone/setup
-@dirrm %%ZOPEBASEDIR%%/Products/CMFPlone/profiles/default/structure/Members
-@dirrm %%ZOPEBASEDIR%%/Products/CMFPlone/profiles/default/structure
-@dirrm %%ZOPEBASEDIR%%/Products/CMFPlone/profiles/default/types
-@dirrm %%ZOPEBASEDIR%%/Products/CMFPlone/profiles/default/workflows/folder_workflow
-@dirrm %%ZOPEBASEDIR%%/Products/CMFPlone/profiles/default/workflows/plone_workflow
-@dirrm %%ZOPEBASEDIR%%/Products/CMFPlone/profiles/default/workflows
-@dirrm %%ZOPEBASEDIR%%/Products/CMFPlone/profiles/default
-@dirrm %%ZOPEBASEDIR%%/Products/CMFPlone/profiles
-@dirrm %%ZOPEBASEDIR%%/Products/CMFPlone/skins/cmf_legacy
-@dirrm %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_3rdParty/jscalendar
-@dirrm %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_3rdParty
-@dirrm %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_content
-@dirrm %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_deprecated
-@dirrm %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_ecmascript
-@dirrm %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_form_scripts
-@dirrm %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_forms
-@dirrm %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_images
-@dirrm %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_login
-@dirrm %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_portlets
-@dirrm %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_prefs
-@dirrm %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_scripts
-@dirrm %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_styles
-@dirrm %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_tableless
-@dirrm %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_templates
-@dirrm %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_wysiwyg
-@dirrm %%ZOPEBASEDIR%%/Products/CMFPlone/skins
-@dirrm %%ZOPEBASEDIR%%/Products/CMFPlone/tests/images
-@dirrm %%ZOPEBASEDIR%%/Products/CMFPlone/tests
-@dirrm %%ZOPEBASEDIR%%/Products/CMFPlone
-%%ZOPEBASEDIR%%/Products/CMFQuickInstallerTool/__init__.py
-%%ZOPEBASEDIR%%/Products/CMFQuickInstallerTool/__pkginfo__.py
-%%ZOPEBASEDIR%%/Products/CMFQuickInstallerTool/actions
+%%ZOPEBASEDIR%%/Products/CMFPlone/version.txt
+%%ZOPEBASEDIR%%/Products/CMFPlone/www/addConfigletForm.pt
+%%ZOPEBASEDIR%%/Products/CMFPlone/www/addPropertySheet.zpt
+%%ZOPEBASEDIR%%/Products/CMFPlone/www/addSite.zpt
+%%ZOPEBASEDIR%%/Products/CMFPlone/www/catalogAdvanced.dtml
+%%ZOPEBASEDIR%%/Products/CMFPlone/www/editPloneConfiglets.dtml
+%%ZOPEBASEDIR%%/Products/CMFPlone/www/main.dtml
+%%ZOPEBASEDIR%%/Products/CMFPlone/www/membershipRolemapping.dtml
+%%ZOPEBASEDIR%%/Products/CMFPlone/www/migrationResults.dtml
+%%ZOPEBASEDIR%%/Products/CMFPlone/www/migrationRun.dtml
+%%ZOPEBASEDIR%%/Products/CMFPlone/www/migrationSetup.dtml
+%%ZOPEBASEDIR%%/Products/CMFPlone/www/migrationTool.dtml
+%%ZOPEBASEDIR%%/Products/CMFPlone/www/portal_factory_docs.stx
+%%ZOPEBASEDIR%%/Products/CMFPlone/www/portal_factory_manage_docs.zpt
+%%ZOPEBASEDIR%%/Products/CMFPlone/www/portal_factory_manage_overview.zpt
+%%ZOPEBASEDIR%%/Products/CMFPlone/www/portal_factory_manage_types.zpt
+%%ZOPEBASEDIR%%/Products/CMFPlone/www/portrait_fix.dtml
 %%ZOPEBASEDIR%%/Products/CMFQuickInstallerTool/AUTHORS
 %%ZOPEBASEDIR%%/Products/CMFQuickInstallerTool/ChangeLog
-%%ZOPEBASEDIR%%/Products/CMFQuickInstallerTool/debian/changelog
-%%ZOPEBASEDIR%%/Products/CMFQuickInstallerTool/debian/config
-%%ZOPEBASEDIR%%/Products/CMFQuickInstallerTool/debian/control
+%%ZOPEBASEDIR%%/Products/CMFQuickInstallerTool/Extensions/Install.py
+%%ZOPEBASEDIR%%/Products/CMFQuickInstallerTool/Extensions/Install.pyc
+%%ZOPEBASEDIR%%/Products/CMFQuickInstallerTool/Extensions/__init__.py
+%%ZOPEBASEDIR%%/Products/CMFQuickInstallerTool/Extensions/__init__.pyc
+%%ZOPEBASEDIR%%/Products/CMFQuickInstallerTool/HISTORY.txt
+%%ZOPEBASEDIR%%/Products/CMFQuickInstallerTool/InstalledProduct.py
+%%ZOPEBASEDIR%%/Products/CMFQuickInstallerTool/InstalledProduct.pyc
+%%ZOPEBASEDIR%%/Products/CMFQuickInstallerTool/QuickInstallerTool.py
+%%ZOPEBASEDIR%%/Products/CMFQuickInstallerTool/QuickInstallerTool.pyc
+%%ZOPEBASEDIR%%/Products/CMFQuickInstallerTool/README.txt
+%%ZOPEBASEDIR%%/Products/CMFQuickInstallerTool/SkinRegistrar.py
+%%ZOPEBASEDIR%%/Products/CMFQuickInstallerTool/SkinRegistrar.pyc
+%%ZOPEBASEDIR%%/Products/CMFQuickInstallerTool/__init__.py
+%%ZOPEBASEDIR%%/Products/CMFQuickInstallerTool/__init__.pyc
+%%ZOPEBASEDIR%%/Products/CMFQuickInstallerTool/__pkginfo__.py
+%%ZOPEBASEDIR%%/Products/CMFQuickInstallerTool/__pkginfo__.pyc
+%%ZOPEBASEDIR%%/Products/CMFQuickInstallerTool/actions
+%%ZOPEBASEDIR%%/Products/CMFQuickInstallerTool/debian/changelog
+%%ZOPEBASEDIR%%/Products/CMFQuickInstallerTool/debian/config
+%%ZOPEBASEDIR%%/Products/CMFQuickInstallerTool/debian/control
 %%ZOPEBASEDIR%%/Products/CMFQuickInstallerTool/debian/copyright
 %%ZOPEBASEDIR%%/Products/CMFQuickInstallerTool/debian/debianizerc
 %%ZOPEBASEDIR%%/Products/CMFQuickInstallerTool/debian/dirs
@@ -3711,278 +3541,290 @@
 %%ZOPEBASEDIR%%/Products/CMFQuickInstallerTool/debian/prerm
 %%ZOPEBASEDIR%%/Products/CMFQuickInstallerTool/debian/rules
 %%ZOPEBASEDIR%%/Products/CMFQuickInstallerTool/debian/templates
-%%ZOPEBASEDIR%%/Products/CMFQuickInstallerTool/Extensions/__init__.py
-%%ZOPEBASEDIR%%/Products/CMFQuickInstallerTool/Extensions/Install.py
-%%ZOPEBASEDIR%%/Products/CMFQuickInstallerTool/Extensions/Install.pyc
-%%ZOPEBASEDIR%%/Products/CMFQuickInstallerTool/Extensions/__init__.pyc
 %%ZOPEBASEDIR%%/Products/CMFQuickInstallerTool/forms/install_products_form.zpt
 %%ZOPEBASEDIR%%/Products/CMFQuickInstallerTool/forms/installed_product_overview.zpt
-%%ZOPEBASEDIR%%/Products/CMFQuickInstallerTool/HISTORY.txt
-%%ZOPEBASEDIR%%/Products/CMFQuickInstallerTool/InstalledProduct.py
 %%ZOPEBASEDIR%%/Products/CMFQuickInstallerTool/installer.py
+%%ZOPEBASEDIR%%/Products/CMFQuickInstallerTool/installer.pyc
 %%ZOPEBASEDIR%%/Products/CMFQuickInstallerTool/interfaces/__init__.py
-%%ZOPEBASEDIR%%/Products/CMFQuickInstallerTool/interfaces/portal_quickinstaller.py
 %%ZOPEBASEDIR%%/Products/CMFQuickInstallerTool/interfaces/__init__.pyc
+%%ZOPEBASEDIR%%/Products/CMFQuickInstallerTool/interfaces/portal_quickinstaller.py
 %%ZOPEBASEDIR%%/Products/CMFQuickInstallerTool/interfaces/portal_quickinstaller.pyc
 %%ZOPEBASEDIR%%/Products/CMFQuickInstallerTool/parser.py
+%%ZOPEBASEDIR%%/Products/CMFQuickInstallerTool/parser.pyc
 %%ZOPEBASEDIR%%/Products/CMFQuickInstallerTool/properties
-%%ZOPEBASEDIR%%/Products/CMFQuickInstallerTool/QuickInstallerTool.py
-%%ZOPEBASEDIR%%/Products/CMFQuickInstallerTool/README.txt
-%%ZOPEBASEDIR%%/Products/CMFQuickInstallerTool/SkinRegistrar.py
 %%ZOPEBASEDIR%%/Products/CMFQuickInstallerTool/tests/__init__.py
-%%ZOPEBASEDIR%%/Products/CMFQuickInstallerTool/tests/framework.py
-%%ZOPEBASEDIR%%/Products/CMFQuickInstallerTool/tests/runalltests.py
-%%ZOPEBASEDIR%%/Products/CMFQuickInstallerTool/tests/testSetup.py
-%%ZOPEBASEDIR%%/Products/CMFQuickInstallerTool/tests/testSkeleton.py
 %%ZOPEBASEDIR%%/Products/CMFQuickInstallerTool/tests/__init__.pyc
+%%ZOPEBASEDIR%%/Products/CMFQuickInstallerTool/tests/framework.py
 %%ZOPEBASEDIR%%/Products/CMFQuickInstallerTool/tests/framework.pyc
+%%ZOPEBASEDIR%%/Products/CMFQuickInstallerTool/tests/runalltests.py
 %%ZOPEBASEDIR%%/Products/CMFQuickInstallerTool/tests/runalltests.pyc
+%%ZOPEBASEDIR%%/Products/CMFQuickInstallerTool/tests/testSetup.py
 %%ZOPEBASEDIR%%/Products/CMFQuickInstallerTool/tests/testSetup.pyc
+%%ZOPEBASEDIR%%/Products/CMFQuickInstallerTool/tests/testSkeleton.py
 %%ZOPEBASEDIR%%/Products/CMFQuickInstallerTool/tests/testSkeleton.pyc
 %%ZOPEBASEDIR%%/Products/CMFQuickInstallerTool/tool.gif
 %%ZOPEBASEDIR%%/Products/CMFQuickInstallerTool/utils.py
-%%ZOPEBASEDIR%%/Products/CMFQuickInstallerTool/version.txt
-%%ZOPEBASEDIR%%/Products/CMFQuickInstallerTool/InstalledProduct.pyc
-%%ZOPEBASEDIR%%/Products/CMFQuickInstallerTool/parser.pyc
-%%ZOPEBASEDIR%%/Products/CMFQuickInstallerTool/QuickInstallerTool.pyc
-%%ZOPEBASEDIR%%/Products/CMFQuickInstallerTool/SkinRegistrar.pyc
-%%ZOPEBASEDIR%%/Products/CMFQuickInstallerTool/__init__.pyc
-%%ZOPEBASEDIR%%/Products/CMFQuickInstallerTool/__pkginfo__.pyc
-%%ZOPEBASEDIR%%/Products/CMFQuickInstallerTool/installer.pyc
 %%ZOPEBASEDIR%%/Products/CMFQuickInstallerTool/utils.pyc
-@dirrm %%ZOPEBASEDIR%%/Products/CMFQuickInstallerTool/debian
-@dirrm %%ZOPEBASEDIR%%/Products/CMFQuickInstallerTool/Extensions
-@dirrm %%ZOPEBASEDIR%%/Products/CMFQuickInstallerTool/forms
-@dirrm %%ZOPEBASEDIR%%/Products/CMFQuickInstallerTool/interfaces
-@dirrm %%ZOPEBASEDIR%%/Products/CMFQuickInstallerTool/tests
-@dirrm %%ZOPEBASEDIR%%/Products/CMFQuickInstallerTool
+%%ZOPEBASEDIR%%/Products/CMFQuickInstallerTool/version.txt
+%%ZOPEBASEDIR%%/Products/CMFSetup/CREDITS.txt
+%%ZOPEBASEDIR%%/Products/CMFSetup/DEPENDENCIES.txt
+%%ZOPEBASEDIR%%/Products/CMFSetup/PROFILES.txt
+%%ZOPEBASEDIR%%/Products/CMFSetup/README.txt
 %%ZOPEBASEDIR%%/Products/CMFSetup/__init__.py
+%%ZOPEBASEDIR%%/Products/CMFSetup/__init__.pyc
 %%ZOPEBASEDIR%%/Products/CMFSetup/actions.py
+%%ZOPEBASEDIR%%/Products/CMFSetup/actions.pyc
 %%ZOPEBASEDIR%%/Products/CMFSetup/cachingpolicymgr.py
+%%ZOPEBASEDIR%%/Products/CMFSetup/cachingpolicymgr.pyc
 %%ZOPEBASEDIR%%/Products/CMFSetup/catalog.py
+%%ZOPEBASEDIR%%/Products/CMFSetup/catalog.pyc
 %%ZOPEBASEDIR%%/Products/CMFSetup/contenttyperegistry.py
+%%ZOPEBASEDIR%%/Products/CMFSetup/contenttyperegistry.pyc
 %%ZOPEBASEDIR%%/Products/CMFSetup/cookieauth.py
-%%ZOPEBASEDIR%%/Products/CMFSetup/CREDITS.txt
-%%ZOPEBASEDIR%%/Products/CMFSetup/DEPENDENCIES.txt
+%%ZOPEBASEDIR%%/Products/CMFSetup/cookieauth.pyc
 %%ZOPEBASEDIR%%/Products/CMFSetup/exceptions.py
+%%ZOPEBASEDIR%%/Products/CMFSetup/exceptions.pyc
 %%ZOPEBASEDIR%%/Products/CMFSetup/mailhost.py
+%%ZOPEBASEDIR%%/Products/CMFSetup/mailhost.pyc
 %%ZOPEBASEDIR%%/Products/CMFSetup/permissions.py
-%%ZOPEBASEDIR%%/Products/CMFSetup/PROFILES.txt
+%%ZOPEBASEDIR%%/Products/CMFSetup/permissions.pyc
 %%ZOPEBASEDIR%%/Products/CMFSetup/properties.py
-%%ZOPEBASEDIR%%/Products/CMFSetup/README.txt
+%%ZOPEBASEDIR%%/Products/CMFSetup/properties.pyc
 %%ZOPEBASEDIR%%/Products/CMFSetup/registry.py
+%%ZOPEBASEDIR%%/Products/CMFSetup/registry.pyc
 %%ZOPEBASEDIR%%/Products/CMFSetup/rolemap.py
+%%ZOPEBASEDIR%%/Products/CMFSetup/rolemap.pyc
 %%ZOPEBASEDIR%%/Products/CMFSetup/skins.py
+%%ZOPEBASEDIR%%/Products/CMFSetup/skins.pyc
 %%ZOPEBASEDIR%%/Products/CMFSetup/tests/__init__.py
-%%ZOPEBASEDIR%%/Products/CMFSetup/tests/test_utils.py
 %%ZOPEBASEDIR%%/Products/CMFSetup/tests/__init__.pyc
+%%ZOPEBASEDIR%%/Products/CMFSetup/tests/test_utils.py
 %%ZOPEBASEDIR%%/Products/CMFSetup/tests/test_utils.pyc
 %%ZOPEBASEDIR%%/Products/CMFSetup/tool.py
+%%ZOPEBASEDIR%%/Products/CMFSetup/tool.pyc
 %%ZOPEBASEDIR%%/Products/CMFSetup/typeinfo.py
+%%ZOPEBASEDIR%%/Products/CMFSetup/typeinfo.pyc
 %%ZOPEBASEDIR%%/Products/CMFSetup/utils.py
+%%ZOPEBASEDIR%%/Products/CMFSetup/utils.pyc
 %%ZOPEBASEDIR%%/Products/CMFSetup/version.txt
 %%ZOPEBASEDIR%%/Products/CMFSetup/workflow.py
+%%ZOPEBASEDIR%%/Products/CMFSetup/workflow.pyc
 %%ZOPEBASEDIR%%/Products/CMFSetup/xml/object_nodes.xml
 %%ZOPEBASEDIR%%/Products/CMFSetup/xml/property_nodes.xml
-%%ZOPEBASEDIR%%/Products/CMFSetup/__init__.pyc
-%%ZOPEBASEDIR%%/Products/CMFSetup/actions.pyc
-%%ZOPEBASEDIR%%/Products/CMFSetup/cachingpolicymgr.pyc
-%%ZOPEBASEDIR%%/Products/CMFSetup/catalog.pyc
-%%ZOPEBASEDIR%%/Products/CMFSetup/contenttyperegistry.pyc
-%%ZOPEBASEDIR%%/Products/CMFSetup/cookieauth.pyc
-%%ZOPEBASEDIR%%/Products/CMFSetup/exceptions.pyc
-%%ZOPEBASEDIR%%/Products/CMFSetup/mailhost.pyc
-%%ZOPEBASEDIR%%/Products/CMFSetup/permissions.pyc
-%%ZOPEBASEDIR%%/Products/CMFSetup/properties.pyc
-%%ZOPEBASEDIR%%/Products/CMFSetup/registry.pyc
-%%ZOPEBASEDIR%%/Products/CMFSetup/rolemap.pyc
-%%ZOPEBASEDIR%%/Products/CMFSetup/skins.pyc
-%%ZOPEBASEDIR%%/Products/CMFSetup/tool.pyc
-%%ZOPEBASEDIR%%/Products/CMFSetup/typeinfo.pyc
-%%ZOPEBASEDIR%%/Products/CMFSetup/utils.pyc
-%%ZOPEBASEDIR%%/Products/CMFSetup/workflow.pyc
-@dirrm %%ZOPEBASEDIR%%/Products/CMFSetup/tests
-@dirrm %%ZOPEBASEDIR%%/Products/CMFSetup/xml
-@dirrm %%ZOPEBASEDIR%%/Products/CMFSetup
-%%ZOPEBASEDIR%%/Products/CMFTopic/__init__.py
 %%ZOPEBASEDIR%%/Products/CMFTopic/AbstractCriterion.py
-%%ZOPEBASEDIR%%/Products/CMFTopic/configure.zcml
-%%ZOPEBASEDIR%%/Products/CMFTopic/DateCriteria.py
+%%ZOPEBASEDIR%%/Products/CMFTopic/AbstractCriterion.pyc
 %%ZOPEBASEDIR%%/Products/CMFTopic/DEPENDENCIES.txt
+%%ZOPEBASEDIR%%/Products/CMFTopic/DateCriteria.py
+%%ZOPEBASEDIR%%/Products/CMFTopic/DateCriteria.pyc
 %%ZOPEBASEDIR%%/Products/CMFTopic/Extensions/Update.py
 %%ZOPEBASEDIR%%/Products/CMFTopic/Extensions/Update.pyc
+%%ZOPEBASEDIR%%/Products/CMFTopic/ListCriterion.py
+%%ZOPEBASEDIR%%/Products/CMFTopic/ListCriterion.pyc
+%%ZOPEBASEDIR%%/Products/CMFTopic/README.txt
+%%ZOPEBASEDIR%%/Products/CMFTopic/SimpleIntCriterion.py
+%%ZOPEBASEDIR%%/Products/CMFTopic/SimpleIntCriterion.pyc
+%%ZOPEBASEDIR%%/Products/CMFTopic/SimpleStringCriterion.py
+%%ZOPEBASEDIR%%/Products/CMFTopic/SimpleStringCriterion.pyc
+%%ZOPEBASEDIR%%/Products/CMFTopic/SortCriterion.py
+%%ZOPEBASEDIR%%/Products/CMFTopic/SortCriterion.pyc
+%%ZOPEBASEDIR%%/Products/CMFTopic/Topic.py
+%%ZOPEBASEDIR%%/Products/CMFTopic/Topic.pyc
+%%ZOPEBASEDIR%%/Products/CMFTopic/TopicPermissions.py
+%%ZOPEBASEDIR%%/Products/CMFTopic/TopicPermissions.pyc
+%%ZOPEBASEDIR%%/Products/CMFTopic/__init__.py
+%%ZOPEBASEDIR%%/Products/CMFTopic/__init__.pyc
+%%ZOPEBASEDIR%%/Products/CMFTopic/configure.zcml
 %%ZOPEBASEDIR%%/Products/CMFTopic/help/Overview.stx
 %%ZOPEBASEDIR%%/Products/CMFTopic/help/Topics.stx
-%%ZOPEBASEDIR%%/Products/CMFTopic/interfaces/__init__.py
 %%ZOPEBASEDIR%%/Products/CMFTopic/interfaces/Criterion.py
 %%ZOPEBASEDIR%%/Products/CMFTopic/interfaces/Criterion.pyc
+%%ZOPEBASEDIR%%/Products/CMFTopic/interfaces/__init__.py
 %%ZOPEBASEDIR%%/Products/CMFTopic/interfaces/__init__.pyc
-%%ZOPEBASEDIR%%/Products/CMFTopic/ListCriterion.py
 %%ZOPEBASEDIR%%/Products/CMFTopic/permissions.py
+%%ZOPEBASEDIR%%/Products/CMFTopic/permissions.pyc
 %%ZOPEBASEDIR%%/Products/CMFTopic/profiles/default/skins.xml
-%%ZOPEBASEDIR%%/Products/CMFTopic/profiles/default/types/Topic.xml
 %%ZOPEBASEDIR%%/Products/CMFTopic/profiles/default/types.xml
+%%ZOPEBASEDIR%%/Products/CMFTopic/profiles/default/types/Topic.xml
 %%ZOPEBASEDIR%%/Products/CMFTopic/profiles/default/workflows.xml
-%%ZOPEBASEDIR%%/Products/CMFTopic/README.txt
-%%ZOPEBASEDIR%%/Products/CMFTopic/SimpleIntCriterion.py
-%%ZOPEBASEDIR%%/Products/CMFTopic/SimpleStringCriterion.py
 %%ZOPEBASEDIR%%/Products/CMFTopic/skins/topic/friendlydatec_editform.dtml
 %%ZOPEBASEDIR%%/Products/CMFTopic/skins/topic/listc_edit.dtml
 %%ZOPEBASEDIR%%/Products/CMFTopic/skins/topic/sic_edit.dtml
 %%ZOPEBASEDIR%%/Products/CMFTopic/skins/topic/sort_edit.dtml
 %%ZOPEBASEDIR%%/Products/CMFTopic/skins/topic/ssc_edit.dtml
 %%ZOPEBASEDIR%%/Products/CMFTopic/skins/topic/topic_addCriterion.py
+%%ZOPEBASEDIR%%/Products/CMFTopic/skins/topic/topic_addCriterion.pyc
 %%ZOPEBASEDIR%%/Products/CMFTopic/skins/topic/topic_addSubtopic.py
+%%ZOPEBASEDIR%%/Products/CMFTopic/skins/topic/topic_addSubtopic.pyc
 %%ZOPEBASEDIR%%/Products/CMFTopic/skins/topic/topic_criteria_form.dtml
 %%ZOPEBASEDIR%%/Products/CMFTopic/skins/topic/topic_deleteCriteria.py
-%%ZOPEBASEDIR%%/Products/CMFTopic/skins/topic/topic_edit_form.dtml
+%%ZOPEBASEDIR%%/Products/CMFTopic/skins/topic/topic_deleteCriteria.pyc
 %%ZOPEBASEDIR%%/Products/CMFTopic/skins/topic/topic_editCriteria.py
+%%ZOPEBASEDIR%%/Products/CMFTopic/skins/topic/topic_editCriteria.pyc
 %%ZOPEBASEDIR%%/Products/CMFTopic/skins/topic/topic_editTopic.py
+%%ZOPEBASEDIR%%/Products/CMFTopic/skins/topic/topic_editTopic.pyc
+%%ZOPEBASEDIR%%/Products/CMFTopic/skins/topic/topic_edit_form.dtml
 %%ZOPEBASEDIR%%/Products/CMFTopic/skins/topic/topic_icon.gif
 %%ZOPEBASEDIR%%/Products/CMFTopic/skins/topic/topic_subtopics_form.dtml
 %%ZOPEBASEDIR%%/Products/CMFTopic/skins/topic/topic_view.dtml
-%%ZOPEBASEDIR%%/Products/CMFTopic/skins/topic/topic_addCriterion.pyc
-%%ZOPEBASEDIR%%/Products/CMFTopic/skins/topic/topic_addSubtopic.pyc
-%%ZOPEBASEDIR%%/Products/CMFTopic/skins/topic/topic_deleteCriteria.pyc
-%%ZOPEBASEDIR%%/Products/CMFTopic/skins/topic/topic_editCriteria.pyc
-%%ZOPEBASEDIR%%/Products/CMFTopic/skins/topic/topic_editTopic.pyc
 %%ZOPEBASEDIR%%/Products/CMFTopic/skins/zpt_topic/friendlydatec_editform.pt
 %%ZOPEBASEDIR%%/Products/CMFTopic/skins/zpt_topic/listc_edit.pt
 %%ZOPEBASEDIR%%/Products/CMFTopic/skins/zpt_topic/sic_edit.pt
 %%ZOPEBASEDIR%%/Products/CMFTopic/skins/zpt_topic/sort_edit.pt
 %%ZOPEBASEDIR%%/Products/CMFTopic/skins/zpt_topic/ssc_edit.pt
 %%ZOPEBASEDIR%%/Products/CMFTopic/skins/zpt_topic/topic_addCriterion.py
+%%ZOPEBASEDIR%%/Products/CMFTopic/skins/zpt_topic/topic_addCriterion.pyc
 %%ZOPEBASEDIR%%/Products/CMFTopic/skins/zpt_topic/topic_criteria_form.pt
 %%ZOPEBASEDIR%%/Products/CMFTopic/skins/zpt_topic/topic_deleteCriteria.py
-%%ZOPEBASEDIR%%/Products/CMFTopic/skins/zpt_topic/topic_edit_form.pt
+%%ZOPEBASEDIR%%/Products/CMFTopic/skins/zpt_topic/topic_deleteCriteria.pyc
 %%ZOPEBASEDIR%%/Products/CMFTopic/skins/zpt_topic/topic_editCriteria.py
+%%ZOPEBASEDIR%%/Products/CMFTopic/skins/zpt_topic/topic_editCriteria.pyc
 %%ZOPEBASEDIR%%/Products/CMFTopic/skins/zpt_topic/topic_editTopic.py
+%%ZOPEBASEDIR%%/Products/CMFTopic/skins/zpt_topic/topic_editTopic.pyc
+%%ZOPEBASEDIR%%/Products/CMFTopic/skins/zpt_topic/topic_edit_form.pt
 %%ZOPEBASEDIR%%/Products/CMFTopic/skins/zpt_topic/topic_icon.gif
 %%ZOPEBASEDIR%%/Products/CMFTopic/skins/zpt_topic/topic_subtopics_form.pt
 %%ZOPEBASEDIR%%/Products/CMFTopic/skins/zpt_topic/topic_view.pt
-%%ZOPEBASEDIR%%/Products/CMFTopic/skins/zpt_topic/topic_addCriterion.pyc
-%%ZOPEBASEDIR%%/Products/CMFTopic/skins/zpt_topic/topic_deleteCriteria.pyc
-%%ZOPEBASEDIR%%/Products/CMFTopic/skins/zpt_topic/topic_editCriteria.pyc
-%%ZOPEBASEDIR%%/Products/CMFTopic/skins/zpt_topic/topic_editTopic.pyc
-%%ZOPEBASEDIR%%/Products/CMFTopic/SortCriterion.py
 %%ZOPEBASEDIR%%/Products/CMFTopic/tests/__init__.py
-%%ZOPEBASEDIR%%/Products/CMFTopic/tests/common.py
-%%ZOPEBASEDIR%%/Products/CMFTopic/tests/test_DateC.py
-%%ZOPEBASEDIR%%/Products/CMFTopic/tests/test_ListC.py
-%%ZOPEBASEDIR%%/Products/CMFTopic/tests/test_SIC.py
-%%ZOPEBASEDIR%%/Products/CMFTopic/tests/test_SortC.py
-%%ZOPEBASEDIR%%/Products/CMFTopic/tests/test_SSC.py
-%%ZOPEBASEDIR%%/Products/CMFTopic/tests/test_Topic.py
 %%ZOPEBASEDIR%%/Products/CMFTopic/tests/__init__.pyc
+%%ZOPEBASEDIR%%/Products/CMFTopic/tests/common.py
 %%ZOPEBASEDIR%%/Products/CMFTopic/tests/common.pyc
+%%ZOPEBASEDIR%%/Products/CMFTopic/tests/test_DateC.py
 %%ZOPEBASEDIR%%/Products/CMFTopic/tests/test_DateC.pyc
+%%ZOPEBASEDIR%%/Products/CMFTopic/tests/test_ListC.py
 %%ZOPEBASEDIR%%/Products/CMFTopic/tests/test_ListC.pyc
+%%ZOPEBASEDIR%%/Products/CMFTopic/tests/test_SIC.py
 %%ZOPEBASEDIR%%/Products/CMFTopic/tests/test_SIC.pyc
+%%ZOPEBASEDIR%%/Products/CMFTopic/tests/test_SSC.py
 %%ZOPEBASEDIR%%/Products/CMFTopic/tests/test_SSC.pyc
+%%ZOPEBASEDIR%%/Products/CMFTopic/tests/test_SortC.py
 %%ZOPEBASEDIR%%/Products/CMFTopic/tests/test_SortC.pyc
+%%ZOPEBASEDIR%%/Products/CMFTopic/tests/test_Topic.py
 %%ZOPEBASEDIR%%/Products/CMFTopic/tests/test_Topic.pyc
-%%ZOPEBASEDIR%%/Products/CMFTopic/Topic.py
-%%ZOPEBASEDIR%%/Products/CMFTopic/TopicPermissions.py
 %%ZOPEBASEDIR%%/Products/CMFTopic/version.txt
-%%ZOPEBASEDIR%%/Products/CMFTopic/AbstractCriterion.pyc
-%%ZOPEBASEDIR%%/Products/CMFTopic/DateCriteria.pyc
-%%ZOPEBASEDIR%%/Products/CMFTopic/ListCriterion.pyc
-%%ZOPEBASEDIR%%/Products/CMFTopic/SimpleIntCriterion.pyc
-%%ZOPEBASEDIR%%/Products/CMFTopic/SimpleStringCriterion.pyc
-%%ZOPEBASEDIR%%/Products/CMFTopic/SortCriterion.pyc
-%%ZOPEBASEDIR%%/Products/CMFTopic/Topic.pyc
-%%ZOPEBASEDIR%%/Products/CMFTopic/TopicPermissions.pyc
-%%ZOPEBASEDIR%%/Products/CMFTopic/__init__.pyc
-%%ZOPEBASEDIR%%/Products/CMFTopic/permissions.pyc
-@dirrm %%ZOPEBASEDIR%%/Products/CMFTopic/Extensions
-@dirrm %%ZOPEBASEDIR%%/Products/CMFTopic/help
-@dirrm %%ZOPEBASEDIR%%/Products/CMFTopic/interfaces
-@dirrm %%ZOPEBASEDIR%%/Products/CMFTopic/profiles/default/types
-@dirrm %%ZOPEBASEDIR%%/Products/CMFTopic/profiles/default
-@dirrm %%ZOPEBASEDIR%%/Products/CMFTopic/profiles
-@dirrm %%ZOPEBASEDIR%%/Products/CMFTopic/skins/topic
-@dirrm %%ZOPEBASEDIR%%/Products/CMFTopic/skins/zpt_topic
-@dirrm %%ZOPEBASEDIR%%/Products/CMFTopic/skins
-@dirrm %%ZOPEBASEDIR%%/Products/CMFTopic/tests
-@dirrm %%ZOPEBASEDIR%%/Products/CMFTopic
-%%ZOPEBASEDIR%%/Products/CMFUid/__init__.py
 %%ZOPEBASEDIR%%/Products/CMFUid/DEPENDENCIES.txt
+%%ZOPEBASEDIR%%/Products/CMFUid/README.txt
+%%ZOPEBASEDIR%%/Products/CMFUid/UniqueIdAnnotationTool.py
+%%ZOPEBASEDIR%%/Products/CMFUid/UniqueIdAnnotationTool.pyc
+%%ZOPEBASEDIR%%/Products/CMFUid/UniqueIdGeneratorTool.py
+%%ZOPEBASEDIR%%/Products/CMFUid/UniqueIdGeneratorTool.pyc
+%%ZOPEBASEDIR%%/Products/CMFUid/UniqueIdHandlerTool.py
+%%ZOPEBASEDIR%%/Products/CMFUid/UniqueIdHandlerTool.pyc
+%%ZOPEBASEDIR%%/Products/CMFUid/__init__.py
+%%ZOPEBASEDIR%%/Products/CMFUid/__init__.pyc
 %%ZOPEBASEDIR%%/Products/CMFUid/interfaces.py
+%%ZOPEBASEDIR%%/Products/CMFUid/interfaces.pyc
 %%ZOPEBASEDIR%%/Products/CMFUid/profiles/default/toolset.xml
-%%ZOPEBASEDIR%%/Products/CMFUid/README.txt
 %%ZOPEBASEDIR%%/Products/CMFUid/tests/__init__.py
-%%ZOPEBASEDIR%%/Products/CMFUid/tests/test_uidannotation.py
-%%ZOPEBASEDIR%%/Products/CMFUid/tests/test_uidgeneration.py
-%%ZOPEBASEDIR%%/Products/CMFUid/tests/test_uidhandling.py
 %%ZOPEBASEDIR%%/Products/CMFUid/tests/__init__.pyc
+%%ZOPEBASEDIR%%/Products/CMFUid/tests/test_uidannotation.py
 %%ZOPEBASEDIR%%/Products/CMFUid/tests/test_uidannotation.pyc
+%%ZOPEBASEDIR%%/Products/CMFUid/tests/test_uidgeneration.py
 %%ZOPEBASEDIR%%/Products/CMFUid/tests/test_uidgeneration.pyc
+%%ZOPEBASEDIR%%/Products/CMFUid/tests/test_uidhandling.py
 %%ZOPEBASEDIR%%/Products/CMFUid/tests/test_uidhandling.pyc
 %%ZOPEBASEDIR%%/Products/CMFUid/tool.gif
-%%ZOPEBASEDIR%%/Products/CMFUid/UniqueIdAnnotationTool.py
-%%ZOPEBASEDIR%%/Products/CMFUid/UniqueIdGeneratorTool.py
-%%ZOPEBASEDIR%%/Products/CMFUid/UniqueIdHandlerTool.py
 %%ZOPEBASEDIR%%/Products/CMFUid/version.txt
 %%ZOPEBASEDIR%%/Products/CMFUid/www/queryUID.pt
-%%ZOPEBASEDIR%%/Products/CMFUid/UniqueIdAnnotationTool.pyc
-%%ZOPEBASEDIR%%/Products/CMFUid/UniqueIdGeneratorTool.pyc
-%%ZOPEBASEDIR%%/Products/CMFUid/UniqueIdHandlerTool.pyc
-%%ZOPEBASEDIR%%/Products/CMFUid/__init__.pyc
-%%ZOPEBASEDIR%%/Products/CMFUid/interfaces.pyc
-@dirrm %%ZOPEBASEDIR%%/Products/CMFUid/profiles/default
-@dirrm %%ZOPEBASEDIR%%/Products/CMFUid/profiles
-@dirrm %%ZOPEBASEDIR%%/Products/CMFUid/tests
-@dirrm %%ZOPEBASEDIR%%/Products/CMFUid/www
-@dirrm %%ZOPEBASEDIR%%/Products/CMFUid
-%%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/__init__.py
-%%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/AUTHORS.txt
-%%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/cachesetup_tool_icon.gif
-%%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/cachingPoliciesDummy.dtml
-%%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/cmf_utils.py
-%%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/config.py
-%%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/content/__init__.py
-%%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/content/base_cache_rule.py
-%%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/content/cache_tool.py
-%%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/content/caching_policy_manager.py
-%%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/content/content_cache_rule.py
-%%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/content/header_set.py
-%%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/content/header_set_folder.py
-%%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/content/interfaces.py
-%%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/content/macro_cache_rule.py
-%%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/content/macro_folder.py
-%%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/content/nocatalog.py
-%%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/content/phcm_cache_rule.py
-%%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/content/rule_folder.py
-%%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/content/stupid_cache.py
-%%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/content/template_cache_rule.py
-%%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/content/__init__.pyc
-%%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/content/base_cache_rule.pyc
-%%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/content/cache_tool.pyc
-%%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/content/caching_policy_manager.pyc
-%%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/content/content_cache_rule.pyc
-%%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/content/header_set.pyc
-%%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/content/header_set_folder.pyc
-%%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/content/interfaces.pyc
-%%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/content/macro_cache_rule.pyc
-%%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/content/macro_folder.pyc
+%%ZOPEBASEDIR%%/Products/CacheFu/CMFSquidTool/ChangeLog.txt
+%%ZOPEBASEDIR%%/Products/CacheFu/CMFSquidTool/Extensions/Install.py
+%%ZOPEBASEDIR%%/Products/CacheFu/CMFSquidTool/Extensions/Install.pyc
+%%ZOPEBASEDIR%%/Products/CacheFu/CMFSquidTool/Extensions/__init__.py
+%%ZOPEBASEDIR%%/Products/CacheFu/CMFSquidTool/Extensions/__init__.pyc
+%%ZOPEBASEDIR%%/Products/CacheFu/CMFSquidTool/LICENSE.txt
+%%ZOPEBASEDIR%%/Products/CacheFu/CMFSquidTool/Permissions.py
+%%ZOPEBASEDIR%%/Products/CacheFu/CMFSquidTool/Permissions.pyc
+%%ZOPEBASEDIR%%/Products/CacheFu/CMFSquidTool/README.txt
+%%ZOPEBASEDIR%%/Products/CacheFu/CMFSquidTool/SquidTool.py
+%%ZOPEBASEDIR%%/Products/CacheFu/CMFSquidTool/SquidTool.pyc
+%%ZOPEBASEDIR%%/Products/CacheFu/CMFSquidTool/__init__.py
+%%ZOPEBASEDIR%%/Products/CacheFu/CMFSquidTool/__init__.pyc
+%%ZOPEBASEDIR%%/Products/CacheFu/CMFSquidTool/config.py
+%%ZOPEBASEDIR%%/Products/CacheFu/CMFSquidTool/config.pyc
+%%ZOPEBASEDIR%%/Products/CacheFu/CMFSquidTool/i18n/squidtool-de.po
+%%ZOPEBASEDIR%%/Products/CacheFu/CMFSquidTool/i18n/squidtool-zh.po
+%%ZOPEBASEDIR%%/Products/CacheFu/CMFSquidTool/i18n/squidtool.pot
+%%ZOPEBASEDIR%%/Products/CacheFu/CMFSquidTool/makefile.in
+%%ZOPEBASEDIR%%/Products/CacheFu/CMFSquidTool/patch.py
+%%ZOPEBASEDIR%%/Products/CacheFu/CMFSquidTool/patch.pyc
+%%ZOPEBASEDIR%%/Products/CacheFu/CMFSquidTool/queue.py
+%%ZOPEBASEDIR%%/Products/CacheFu/CMFSquidTool/queue.pyc
+%%ZOPEBASEDIR%%/Products/CacheFu/CMFSquidTool/skins/squid_tool/prefs_squid_tool.pt
+%%ZOPEBASEDIR%%/Products/CacheFu/CMFSquidTool/tests/__init__.py
+%%ZOPEBASEDIR%%/Products/CacheFu/CMFSquidTool/tests/__init__.pyc
+%%ZOPEBASEDIR%%/Products/CacheFu/CMFSquidTool/tests/base.py
+%%ZOPEBASEDIR%%/Products/CacheFu/CMFSquidTool/tests/base.pyc
+%%ZOPEBASEDIR%%/Products/CacheFu/CMFSquidTool/tests/framework.py
+%%ZOPEBASEDIR%%/Products/CacheFu/CMFSquidTool/tests/framework.pyc
+%%ZOPEBASEDIR%%/Products/CacheFu/CMFSquidTool/tests/runalltests.py
+%%ZOPEBASEDIR%%/Products/CacheFu/CMFSquidTool/tests/runalltests.pyc
+%%ZOPEBASEDIR%%/Products/CacheFu/CMFSquidTool/tests/test_tool.py
+%%ZOPEBASEDIR%%/Products/CacheFu/CMFSquidTool/tests/test_tool.pyc
+%%ZOPEBASEDIR%%/Products/CacheFu/CMFSquidTool/threadinglocal.py
+%%ZOPEBASEDIR%%/Products/CacheFu/CMFSquidTool/threadinglocal.pyc
+%%ZOPEBASEDIR%%/Products/CacheFu/CMFSquidTool/tool.gif
+%%ZOPEBASEDIR%%/Products/CacheFu/CMFSquidTool/utils.py
+%%ZOPEBASEDIR%%/Products/CacheFu/CMFSquidTool/utils.pyc
+%%ZOPEBASEDIR%%/Products/CacheFu/CMFSquidTool/version.txt
+%%ZOPEBASEDIR%%/Products/CacheFu/CMFSquidTool/www/config.zpt
+%%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/AUTHORS.txt
+%%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/Extensions/Install.py
+%%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/Extensions/Install.pyc
+%%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/Extensions/__init__.py
+%%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/Extensions/__init__.pyc
+%%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/LICENSE.txt
+%%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/README.txt
+%%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/TODO.txt
+%%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/VERSION.txt
+%%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/__init__.py
+%%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/__init__.pyc
+%%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/cachesetup_tool_icon.gif
+%%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/cachingPoliciesDummy.dtml
+%%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/cmf_utils.py
+%%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/cmf_utils.pyc
+%%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/config.py
+%%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/config.pyc
+%%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/content/__init__.py
+%%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/content/__init__.pyc
+%%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/content/base_cache_rule.py
+%%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/content/base_cache_rule.pyc
+%%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/content/cache_tool.py
+%%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/content/cache_tool.pyc
+%%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/content/caching_policy_manager.py
+%%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/content/caching_policy_manager.pyc
+%%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/content/content_cache_rule.py
+%%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/content/content_cache_rule.pyc
+%%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/content/header_set.py
+%%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/content/header_set.pyc
+%%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/content/header_set_folder.py
+%%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/content/header_set_folder.pyc
+%%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/content/interfaces.py
+%%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/content/interfaces.pyc
+%%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/content/macro_cache_rule.py
+%%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/content/macro_cache_rule.pyc
+%%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/content/macro_folder.py
+%%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/content/macro_folder.pyc
+%%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/content/nocatalog.py
 %%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/content/nocatalog.pyc
+%%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/content/phcm_cache_rule.py
 %%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/content/phcm_cache_rule.pyc
+%%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/content/rule_folder.py
 %%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/content/rule_folder.pyc
+%%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/content/stupid_cache.py
 %%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/content/stupid_cache.pyc
+%%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/content/template_cache_rule.py
 %%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/content/template_cache_rule.pyc
-%%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/docs/audiences.rest
 %%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/docs/Plone Symposium Talk 2006.ppt
-%%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/Extensions/__init__.py
-%%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/Extensions/Install.py
-%%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/Extensions/Install.pyc
-%%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/Extensions/__init__.pyc
-%%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/LICENSE.txt
+%%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/docs/audiences.rest
 %%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/patch.py
+%%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/patch.pyc
 %%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/patch_cmf.py
+%%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/patch_cmf.pyc
 %%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/patch_interpreter.py
+%%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/patch_interpreter.pyc
 %%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/patch_utils.py
+%%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/patch_utils.pyc
 %%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/permissions.py
-%%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/README.txt
+%%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/permissions.pyc
 %%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/skins/cache_prefs_plone20/prefs_main_template.pt
 %%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/skins/cache_setup/cache_setup_config.cpt
 %%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/skins/cache_setup/cache_setup_config.cpt.metadata
@@ -3995,8 +3837,8 @@
 %%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/skins/cache_setup/enableHTTPCompression.py
 %%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/skins/cache_setup/enableHTTPCompression.py.metadata
 %%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/skins/cache_setup/getHeaderSetIdForCssAndJs.py
-%%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/skins/cache_setup/getImageAndFilePurgeUrls.py
 %%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/skins/cache_setup/getHeaderSetIdForCssAndJs.py.metadata
+%%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/skins/cache_setup/getImageAndFilePurgeUrls.py
 %%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/skins/cache_setup/getImageAndFilePurgeUrls.py.metadata
 %%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/skins/cache_setup/getUncataloguedFolderContents.py
 %%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/skins/cache_setup/global_cache_settings.pt
@@ -4012,132 +3854,81 @@
 %%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/skins/cache_setup/phcm_purge_squid.pt.metadata
 %%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/skins/cache_setup_globals/global_defines.pt
 %%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/tests/__init__.py
-%%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/tests/framework.py
-%%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/tests/runalltests.py
-%%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/tests/test_Ainstall.py
-%%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/tests/test_base_rule.py
-%%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/tests/test_conditional_get.py
-%%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/tests/test_content_rule.py
-%%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/tests/test_functional.py
-%%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/tests/test_header_set.py
-%%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/tests/test_phcm_rule.py
-%%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/tests/test_template_rule.py
-%%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/tests/test_tool.py
-%%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/tests/test_tool_settings.py
 %%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/tests/__init__.pyc
+%%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/tests/framework.py
 %%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/tests/framework.pyc
+%%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/tests/runalltests.py
 %%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/tests/runalltests.pyc
+%%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/tests/test_Ainstall.py
 %%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/tests/test_Ainstall.pyc
+%%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/tests/test_base_rule.py
 %%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/tests/test_base_rule.pyc
+%%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/tests/test_conditional_get.py
 %%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/tests/test_conditional_get.pyc
+%%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/tests/test_content_rule.py
 %%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/tests/test_content_rule.pyc
+%%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/tests/test_functional.py
 %%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/tests/test_functional.pyc
+%%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/tests/test_header_set.py
 %%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/tests/test_header_set.pyc
+%%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/tests/test_phcm_rule.py
 %%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/tests/test_phcm_rule.pyc
+%%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/tests/test_template_rule.py
 %%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/tests/test_template_rule.pyc
+%%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/tests/test_tool.py
 %%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/tests/test_tool.pyc
+%%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/tests/test_tool_settings.py
 %%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/tests/test_tool_settings.pyc
-%%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/TODO.txt
-%%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/utils/purgesquid
 %%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/utils.py
-%%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/VERSION.txt
-%%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/__init__.pyc
-%%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/cmf_utils.pyc
-%%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/config.pyc
-%%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/patch.pyc
-%%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/patch_cmf.pyc
-%%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/patch_interpreter.pyc
-%%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/patch_utils.pyc
-%%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/permissions.pyc
 %%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/utils.pyc
-%%ZOPEBASEDIR%%/Products/CacheFu/CMFSquidTool/__init__.py
-%%ZOPEBASEDIR%%/Products/CacheFu/CMFSquidTool/ChangeLog.txt
-%%ZOPEBASEDIR%%/Products/CacheFu/CMFSquidTool/config.py
-%%ZOPEBASEDIR%%/Products/CacheFu/CMFSquidTool/Extensions/__init__.py
-%%ZOPEBASEDIR%%/Products/CacheFu/CMFSquidTool/Extensions/Install.py
-%%ZOPEBASEDIR%%/Products/CacheFu/CMFSquidTool/Extensions/Install.pyc
-%%ZOPEBASEDIR%%/Products/CacheFu/CMFSquidTool/Extensions/__init__.pyc
-%%ZOPEBASEDIR%%/Products/CacheFu/CMFSquidTool/i18n/squidtool-de.po
-%%ZOPEBASEDIR%%/Products/CacheFu/CMFSquidTool/i18n/squidtool-zh.po
-%%ZOPEBASEDIR%%/Products/CacheFu/CMFSquidTool/i18n/squidtool.pot
-%%ZOPEBASEDIR%%/Products/CacheFu/CMFSquidTool/LICENSE.txt
-%%ZOPEBASEDIR%%/Products/CacheFu/CMFSquidTool/makefile.in
-%%ZOPEBASEDIR%%/Products/CacheFu/CMFSquidTool/patch.py
-%%ZOPEBASEDIR%%/Products/CacheFu/CMFSquidTool/Permissions.py
-%%ZOPEBASEDIR%%/Products/CacheFu/CMFSquidTool/queue.py
-%%ZOPEBASEDIR%%/Products/CacheFu/CMFSquidTool/README.txt
-%%ZOPEBASEDIR%%/Products/CacheFu/CMFSquidTool/skins/squid_tool/prefs_squid_tool.pt
-%%ZOPEBASEDIR%%/Products/CacheFu/CMFSquidTool/SquidTool.py
-%%ZOPEBASEDIR%%/Products/CacheFu/CMFSquidTool/tests/__init__.py
-%%ZOPEBASEDIR%%/Products/CacheFu/CMFSquidTool/tests/base.py
-%%ZOPEBASEDIR%%/Products/CacheFu/CMFSquidTool/tests/framework.py
-%%ZOPEBASEDIR%%/Products/CacheFu/CMFSquidTool/tests/runalltests.py
-%%ZOPEBASEDIR%%/Products/CacheFu/CMFSquidTool/tests/test_tool.py
-%%ZOPEBASEDIR%%/Products/CacheFu/CMFSquidTool/tests/__init__.pyc
-%%ZOPEBASEDIR%%/Products/CacheFu/CMFSquidTool/tests/base.pyc
-%%ZOPEBASEDIR%%/Products/CacheFu/CMFSquidTool/tests/framework.pyc
-%%ZOPEBASEDIR%%/Products/CacheFu/CMFSquidTool/tests/runalltests.pyc
-%%ZOPEBASEDIR%%/Products/CacheFu/CMFSquidTool/tests/test_tool.pyc
-%%ZOPEBASEDIR%%/Products/CacheFu/CMFSquidTool/threadinglocal.py
-%%ZOPEBASEDIR%%/Products/CacheFu/CMFSquidTool/tool.gif
-%%ZOPEBASEDIR%%/Products/CacheFu/CMFSquidTool/utils.py
-%%ZOPEBASEDIR%%/Products/CacheFu/CMFSquidTool/version.txt
-%%ZOPEBASEDIR%%/Products/CacheFu/CMFSquidTool/www/config.zpt
-%%ZOPEBASEDIR%%/Products/CacheFu/CMFSquidTool/Permissions.pyc
-%%ZOPEBASEDIR%%/Products/CacheFu/CMFSquidTool/SquidTool.pyc
-%%ZOPEBASEDIR%%/Products/CacheFu/CMFSquidTool/__init__.pyc
-%%ZOPEBASEDIR%%/Products/CacheFu/CMFSquidTool/config.pyc
-%%ZOPEBASEDIR%%/Products/CacheFu/CMFSquidTool/patch.pyc
-%%ZOPEBASEDIR%%/Products/CacheFu/CMFSquidTool/queue.pyc
-%%ZOPEBASEDIR%%/Products/CacheFu/CMFSquidTool/threadinglocal.pyc
-%%ZOPEBASEDIR%%/Products/CacheFu/CMFSquidTool/utils.pyc
+%%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/utils/purgesquid
+%%ZOPEBASEDIR%%/Products/CacheFu/MemcachedManager/MemcachedManager.py
+%%ZOPEBASEDIR%%/Products/CacheFu/MemcachedManager/MemcachedManager.pyc
 %%ZOPEBASEDIR%%/Products/CacheFu/MemcachedManager/__init__.py
+%%ZOPEBASEDIR%%/Products/CacheFu/MemcachedManager/__init__.pyc
 %%ZOPEBASEDIR%%/Products/CacheFu/MemcachedManager/cache.gif
 %%ZOPEBASEDIR%%/Products/CacheFu/MemcachedManager/dtml/addMM.dtml
 %%ZOPEBASEDIR%%/Products/CacheFu/MemcachedManager/dtml/propsMM.dtml
 %%ZOPEBASEDIR%%/Products/CacheFu/MemcachedManager/dtml/statsMM.dtml
-%%ZOPEBASEDIR%%/Products/CacheFu/MemcachedManager/MemcachedManager.py
-%%ZOPEBASEDIR%%/Products/CacheFu/MemcachedManager/MemcachedManager.pyc
-%%ZOPEBASEDIR%%/Products/CacheFu/MemcachedManager/__init__.pyc
-%%ZOPEBASEDIR%%/Products/CacheFu/PageCacheManager/__init__.py
 %%ZOPEBASEDIR%%/Products/CacheFu/PageCacheManager/AUTHORS.txt
-%%ZOPEBASEDIR%%/Products/CacheFu/PageCacheManager/cache.gif
 %%ZOPEBASEDIR%%/Products/CacheFu/PageCacheManager/LICENSE.txt
 %%ZOPEBASEDIR%%/Products/CacheFu/PageCacheManager/PageCache.py
+%%ZOPEBASEDIR%%/Products/CacheFu/PageCacheManager/PageCache.pyc
 %%ZOPEBASEDIR%%/Products/CacheFu/PageCacheManager/PageCacheManager.py
+%%ZOPEBASEDIR%%/Products/CacheFu/PageCacheManager/PageCacheManager.pyc
 %%ZOPEBASEDIR%%/Products/CacheFu/PageCacheManager/README.txt
+%%ZOPEBASEDIR%%/Products/CacheFu/PageCacheManager/__init__.py
+%%ZOPEBASEDIR%%/Products/CacheFu/PageCacheManager/__init__.pyc
+%%ZOPEBASEDIR%%/Products/CacheFu/PageCacheManager/cache.gif
 %%ZOPEBASEDIR%%/Products/CacheFu/PageCacheManager/version.txt
 %%ZOPEBASEDIR%%/Products/CacheFu/PageCacheManager/www/addPCM.zpt
 %%ZOPEBASEDIR%%/Products/CacheFu/PageCacheManager/www/editPCM.zpt
-%%ZOPEBASEDIR%%/Products/CacheFu/PageCacheManager/PageCache.pyc
-%%ZOPEBASEDIR%%/Products/CacheFu/PageCacheManager/PageCacheManager.pyc
-%%ZOPEBASEDIR%%/Products/CacheFu/PageCacheManager/__init__.pyc
+%%ZOPEBASEDIR%%/Products/CacheFu/PolicyHTTPCacheManager/CREDITS.txt
+%%ZOPEBASEDIR%%/Products/CacheFu/PolicyHTTPCacheManager/LICENSE.txt
+%%ZOPEBASEDIR%%/Products/CacheFu/PolicyHTTPCacheManager/PolicyHTTPCacheManager.py
+%%ZOPEBASEDIR%%/Products/CacheFu/PolicyHTTPCacheManager/PolicyHTTPCacheManager.pyc
+%%ZOPEBASEDIR%%/Products/CacheFu/PolicyHTTPCacheManager/README.txt
 %%ZOPEBASEDIR%%/Products/CacheFu/PolicyHTTPCacheManager/__init__.py
+%%ZOPEBASEDIR%%/Products/CacheFu/PolicyHTTPCacheManager/__init__.pyc
 %%ZOPEBASEDIR%%/Products/CacheFu/PolicyHTTPCacheManager/cache.gif
 %%ZOPEBASEDIR%%/Products/CacheFu/PolicyHTTPCacheManager/cmf_compat.py
-%%ZOPEBASEDIR%%/Products/CacheFu/PolicyHTTPCacheManager/CREDITS.txt
+%%ZOPEBASEDIR%%/Products/CacheFu/PolicyHTTPCacheManager/cmf_compat.pyc
 %%ZOPEBASEDIR%%/Products/CacheFu/PolicyHTTPCacheManager/dtml/addPolicy.dtml
 %%ZOPEBASEDIR%%/Products/CacheFu/PolicyHTTPCacheManager/dtml/propsPolicy.dtml
 %%ZOPEBASEDIR%%/Products/CacheFu/PolicyHTTPCacheManager/dtml/statsPolicy.dtml
-%%ZOPEBASEDIR%%/Products/CacheFu/PolicyHTTPCacheManager/LICENSE.txt
 %%ZOPEBASEDIR%%/Products/CacheFu/PolicyHTTPCacheManager/makefile.in
-%%ZOPEBASEDIR%%/Products/CacheFu/PolicyHTTPCacheManager/PolicyHTTPCacheManager.py
-%%ZOPEBASEDIR%%/Products/CacheFu/PolicyHTTPCacheManager/README.txt
 %%ZOPEBASEDIR%%/Products/CacheFu/PolicyHTTPCacheManager/tests/__init__.py
+%%ZOPEBASEDIR%%/Products/CacheFu/PolicyHTTPCacheManager/tests/__init__.pyc
 %%ZOPEBASEDIR%%/Products/CacheFu/PolicyHTTPCacheManager/tests/cache_manager.txt
 %%ZOPEBASEDIR%%/Products/CacheFu/PolicyHTTPCacheManager/tests/framework.py
-%%ZOPEBASEDIR%%/Products/CacheFu/PolicyHTTPCacheManager/tests/test_doctests.py
-%%ZOPEBASEDIR%%/Products/CacheFu/PolicyHTTPCacheManager/tests/__init__.pyc
 %%ZOPEBASEDIR%%/Products/CacheFu/PolicyHTTPCacheManager/tests/framework.pyc
+%%ZOPEBASEDIR%%/Products/CacheFu/PolicyHTTPCacheManager/tests/test_doctests.py
 %%ZOPEBASEDIR%%/Products/CacheFu/PolicyHTTPCacheManager/tests/test_doctests.pyc
 %%ZOPEBASEDIR%%/Products/CacheFu/PolicyHTTPCacheManager/version.txt
-%%ZOPEBASEDIR%%/Products/CacheFu/PolicyHTTPCacheManager/PolicyHTTPCacheManager.pyc
-%%ZOPEBASEDIR%%/Products/CacheFu/PolicyHTTPCacheManager/__init__.pyc
-%%ZOPEBASEDIR%%/Products/CacheFu/PolicyHTTPCacheManager/cmf_compat.pyc
 %%ZOPEBASEDIR%%/Products/CacheFu/README.txt
-%%ZOPEBASEDIR%%/Products/CacheFu/squid/makeconfig
 %%ZOPEBASEDIR%%/Products/CacheFu/squid/Makefile
 %%ZOPEBASEDIR%%/Products/CacheFu/squid/README.txt
+%%ZOPEBASEDIR%%/Products/CacheFu/squid/makeconfig
 %%ZOPEBASEDIR%%/Products/CacheFu/squid/squid.cfg
 %%ZOPEBASEDIR%%/Products/CacheFu/squid/templates/deploy
 %%ZOPEBASEDIR%%/Products/CacheFu/squid/templates/httpd.conf
@@ -4148,56 +3939,52 @@
 %%ZOPEBASEDIR%%/Products/CacheFu/squid/templates/squidRewriteRules.py
 %%ZOPEBASEDIR%%/Products/CacheFu/squid/templates/timing.py
 %%ZOPEBASEDIR%%/Products/CacheFu/squid/templates/timing.pyc
-@dirrm %%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/content
-@dirrm %%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/docs
-@dirrm %%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/Extensions
-@dirrm %%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/skins/cache_prefs_plone20
-@dirrm %%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/skins/cache_setup
-@dirrm %%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/skins/cache_setup_globals
-@dirrm %%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/skins
-@dirrm %%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/tests
-@dirrm %%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/utils
-@dirrm %%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup
-@dirrm %%ZOPEBASEDIR%%/Products/CacheFu/CMFSquidTool/Extensions
-@dirrm %%ZOPEBASEDIR%%/Products/CacheFu/CMFSquidTool/i18n
-@dirrm %%ZOPEBASEDIR%%/Products/CacheFu/CMFSquidTool/skins/squid_tool
-@dirrm %%ZOPEBASEDIR%%/Products/CacheFu/CMFSquidTool/skins
-@dirrm %%ZOPEBASEDIR%%/Products/CacheFu/CMFSquidTool/tests
-@dirrm %%ZOPEBASEDIR%%/Products/CacheFu/CMFSquidTool/www
-@dirrm %%ZOPEBASEDIR%%/Products/CacheFu/CMFSquidTool
-@dirrm %%ZOPEBASEDIR%%/Products/CacheFu/MemcachedManager/dtml
-@dirrm %%ZOPEBASEDIR%%/Products/CacheFu/MemcachedManager
-@dirrm %%ZOPEBASEDIR%%/Products/CacheFu/PageCacheManager/www
-@dirrm %%ZOPEBASEDIR%%/Products/CacheFu/PageCacheManager
-@dirrm %%ZOPEBASEDIR%%/Products/CacheFu/PolicyHTTPCacheManager/dtml
-@dirrm %%ZOPEBASEDIR%%/Products/CacheFu/PolicyHTTPCacheManager/tests
-@dirrm %%ZOPEBASEDIR%%/Products/CacheFu/PolicyHTTPCacheManager
-@dirrm %%ZOPEBASEDIR%%/Products/CacheFu/squid/templates
-@dirrm %%ZOPEBASEDIR%%/Products/CacheFu/squid
-@dirrm %%ZOPEBASEDIR%%/Products/CacheFu
-%%ZOPEBASEDIR%%/Products/DCWorkflow/__init__.py
-%%ZOPEBASEDIR%%/Products/DCWorkflow/browser/__init__.py
-%%ZOPEBASEDIR%%/Products/DCWorkflow/browser/configure.zcml
-%%ZOPEBASEDIR%%/Products/DCWorkflow/browser/workflow.py
-%%ZOPEBASEDIR%%/Products/DCWorkflow/browser/__init__.pyc
-%%ZOPEBASEDIR%%/Products/DCWorkflow/browser/workflow.pyc
 %%ZOPEBASEDIR%%/Products/DCWorkflow/CHANGES.txt
-%%ZOPEBASEDIR%%/Products/DCWorkflow/configure.zcml
 %%ZOPEBASEDIR%%/Products/DCWorkflow/ContainerTab.py
+%%ZOPEBASEDIR%%/Products/DCWorkflow/ContainerTab.pyc
 %%ZOPEBASEDIR%%/Products/DCWorkflow/DCWorkflow.py
-%%ZOPEBASEDIR%%/Products/DCWorkflow/Default.py
+%%ZOPEBASEDIR%%/Products/DCWorkflow/DCWorkflow.pyc
 %%ZOPEBASEDIR%%/Products/DCWorkflow/DEPENDENCIES.txt
-%%ZOPEBASEDIR%%/Products/DCWorkflow/doc/actbox.stx
-%%ZOPEBASEDIR%%/Products/DCWorkflow/doc/basics.stx
-%%ZOPEBASEDIR%%/Products/DCWorkflow/doc/examples/staging/checkin.py
-%%ZOPEBASEDIR%%/Products/DCWorkflow/doc/examples/staging/checkout.py
-%%ZOPEBASEDIR%%/Products/DCWorkflow/doc/examples/staging/retractStages.py
-%%ZOPEBASEDIR%%/Products/DCWorkflow/doc/examples/staging/updateProductionStage.py
-%%ZOPEBASEDIR%%/Products/DCWorkflow/doc/examples/staging/updateReviewStage.py
-%%ZOPEBASEDIR%%/Products/DCWorkflow/doc/examples/staging/checkin.pyc
+%%ZOPEBASEDIR%%/Products/DCWorkflow/Default.py
+%%ZOPEBASEDIR%%/Products/DCWorkflow/Default.pyc
+%%ZOPEBASEDIR%%/Products/DCWorkflow/Expression.py
+%%ZOPEBASEDIR%%/Products/DCWorkflow/Expression.pyc
+%%ZOPEBASEDIR%%/Products/DCWorkflow/Extensions/test_method.py
+%%ZOPEBASEDIR%%/Products/DCWorkflow/Extensions/test_method.pyc
+%%ZOPEBASEDIR%%/Products/DCWorkflow/Guard.py
+%%ZOPEBASEDIR%%/Products/DCWorkflow/Guard.pyc
+%%ZOPEBASEDIR%%/Products/DCWorkflow/README.txt
+%%ZOPEBASEDIR%%/Products/DCWorkflow/Scripts.py
+%%ZOPEBASEDIR%%/Products/DCWorkflow/Scripts.pyc
+%%ZOPEBASEDIR%%/Products/DCWorkflow/States.py
+%%ZOPEBASEDIR%%/Products/DCWorkflow/States.pyc
+%%ZOPEBASEDIR%%/Products/DCWorkflow/Transitions.py
+%%ZOPEBASEDIR%%/Products/DCWorkflow/Transitions.pyc
+%%ZOPEBASEDIR%%/Products/DCWorkflow/Variables.py
+%%ZOPEBASEDIR%%/Products/DCWorkflow/Variables.pyc
+%%ZOPEBASEDIR%%/Products/DCWorkflow/WorkflowUIMixin.py
+%%ZOPEBASEDIR%%/Products/DCWorkflow/WorkflowUIMixin.pyc
+%%ZOPEBASEDIR%%/Products/DCWorkflow/Worklists.py
+%%ZOPEBASEDIR%%/Products/DCWorkflow/Worklists.pyc
+%%ZOPEBASEDIR%%/Products/DCWorkflow/__init__.py
+%%ZOPEBASEDIR%%/Products/DCWorkflow/__init__.pyc
+%%ZOPEBASEDIR%%/Products/DCWorkflow/browser/__init__.py
+%%ZOPEBASEDIR%%/Products/DCWorkflow/browser/__init__.pyc
+%%ZOPEBASEDIR%%/Products/DCWorkflow/browser/configure.zcml
+%%ZOPEBASEDIR%%/Products/DCWorkflow/browser/workflow.py
+%%ZOPEBASEDIR%%/Products/DCWorkflow/browser/workflow.pyc
+%%ZOPEBASEDIR%%/Products/DCWorkflow/configure.zcml
+%%ZOPEBASEDIR%%/Products/DCWorkflow/doc/actbox.stx
+%%ZOPEBASEDIR%%/Products/DCWorkflow/doc/basics.stx
+%%ZOPEBASEDIR%%/Products/DCWorkflow/doc/examples/staging/checkin.py
+%%ZOPEBASEDIR%%/Products/DCWorkflow/doc/examples/staging/checkin.pyc
+%%ZOPEBASEDIR%%/Products/DCWorkflow/doc/examples/staging/checkout.py
 %%ZOPEBASEDIR%%/Products/DCWorkflow/doc/examples/staging/checkout.pyc
+%%ZOPEBASEDIR%%/Products/DCWorkflow/doc/examples/staging/retractStages.py
 %%ZOPEBASEDIR%%/Products/DCWorkflow/doc/examples/staging/retractStages.pyc
+%%ZOPEBASEDIR%%/Products/DCWorkflow/doc/examples/staging/updateProductionStage.py
 %%ZOPEBASEDIR%%/Products/DCWorkflow/doc/examples/staging/updateProductionStage.pyc
+%%ZOPEBASEDIR%%/Products/DCWorkflow/doc/examples/staging/updateReviewStage.py
 %%ZOPEBASEDIR%%/Products/DCWorkflow/doc/examples/staging/updateReviewStage.pyc
 %%ZOPEBASEDIR%%/Products/DCWorkflow/doc/expressions.stx
 %%ZOPEBASEDIR%%/Products/DCWorkflow/doc/howto.stx
@@ -4219,10 +4006,7 @@
 %%ZOPEBASEDIR%%/Products/DCWorkflow/dtml/worklist_properties.dtml
 %%ZOPEBASEDIR%%/Products/DCWorkflow/dtml/worklists.dtml
 %%ZOPEBASEDIR%%/Products/DCWorkflow/exportimport.py
-%%ZOPEBASEDIR%%/Products/DCWorkflow/Expression.py
-%%ZOPEBASEDIR%%/Products/DCWorkflow/Extensions/test_method.py
-%%ZOPEBASEDIR%%/Products/DCWorkflow/Extensions/test_method.pyc
-%%ZOPEBASEDIR%%/Products/DCWorkflow/Guard.py
+%%ZOPEBASEDIR%%/Products/DCWorkflow/exportimport.pyc
 %%ZOPEBASEDIR%%/Products/DCWorkflow/help/001-overview.stx
 %%ZOPEBASEDIR%%/Products/DCWorkflow/help/002-expressions.stx
 %%ZOPEBASEDIR%%/Products/DCWorkflow/help/003-guards.stx
@@ -4240,205 +4024,181 @@
 %%ZOPEBASEDIR%%/Products/DCWorkflow/images/workflow.gif
 %%ZOPEBASEDIR%%/Products/DCWorkflow/images/worklist.gif
 %%ZOPEBASEDIR%%/Products/DCWorkflow/interfaces.py
+%%ZOPEBASEDIR%%/Products/DCWorkflow/interfaces.pyc
 %%ZOPEBASEDIR%%/Products/DCWorkflow/permissions.py
-%%ZOPEBASEDIR%%/Products/DCWorkflow/profiles/revision2/workflows/default_workflow/definition.xml
+%%ZOPEBASEDIR%%/Products/DCWorkflow/permissions.pyc
 %%ZOPEBASEDIR%%/Products/DCWorkflow/profiles/revision2/workflows.xml
-%%ZOPEBASEDIR%%/Products/DCWorkflow/README.txt
-%%ZOPEBASEDIR%%/Products/DCWorkflow/Scripts.py
-%%ZOPEBASEDIR%%/Products/DCWorkflow/States.py
+%%ZOPEBASEDIR%%/Products/DCWorkflow/profiles/revision2/workflows/default_workflow/definition.xml
 %%ZOPEBASEDIR%%/Products/DCWorkflow/tests/__init__.py
-%%ZOPEBASEDIR%%/Products/DCWorkflow/tests/test_DCWorkflow.py
-%%ZOPEBASEDIR%%/Products/DCWorkflow/tests/test_exportimport.py
-%%ZOPEBASEDIR%%/Products/DCWorkflow/tests/test_guard.py
-%%ZOPEBASEDIR%%/Products/DCWorkflow/tests/test_roles.py
 %%ZOPEBASEDIR%%/Products/DCWorkflow/tests/__init__.pyc
+%%ZOPEBASEDIR%%/Products/DCWorkflow/tests/test_DCWorkflow.py
 %%ZOPEBASEDIR%%/Products/DCWorkflow/tests/test_DCWorkflow.pyc
+%%ZOPEBASEDIR%%/Products/DCWorkflow/tests/test_exportimport.py
 %%ZOPEBASEDIR%%/Products/DCWorkflow/tests/test_exportimport.pyc
+%%ZOPEBASEDIR%%/Products/DCWorkflow/tests/test_guard.py
 %%ZOPEBASEDIR%%/Products/DCWorkflow/tests/test_guard.pyc
+%%ZOPEBASEDIR%%/Products/DCWorkflow/tests/test_roles.py
 %%ZOPEBASEDIR%%/Products/DCWorkflow/tests/test_roles.pyc
 %%ZOPEBASEDIR%%/Products/DCWorkflow/utils.py
-%%ZOPEBASEDIR%%/Products/DCWorkflow/Transitions.py
-%%ZOPEBASEDIR%%/Products/DCWorkflow/Variables.py
+%%ZOPEBASEDIR%%/Products/DCWorkflow/utils.pyc
 %%ZOPEBASEDIR%%/Products/DCWorkflow/version.txt
-%%ZOPEBASEDIR%%/Products/DCWorkflow/WorkflowUIMixin.py
-%%ZOPEBASEDIR%%/Products/DCWorkflow/Worklists.py
 %%ZOPEBASEDIR%%/Products/DCWorkflow/xml/wtcWorkflowExport.xml
-%%ZOPEBASEDIR%%/Products/DCWorkflow/ContainerTab.pyc
-%%ZOPEBASEDIR%%/Products/DCWorkflow/DCWorkflow.pyc
-%%ZOPEBASEDIR%%/Products/DCWorkflow/Default.pyc
-%%ZOPEBASEDIR%%/Products/DCWorkflow/Expression.pyc
-%%ZOPEBASEDIR%%/Products/DCWorkflow/Guard.pyc
-%%ZOPEBASEDIR%%/Products/DCWorkflow/Scripts.pyc
-%%ZOPEBASEDIR%%/Products/DCWorkflow/States.pyc
-%%ZOPEBASEDIR%%/Products/DCWorkflow/Transitions.pyc
-%%ZOPEBASEDIR%%/Products/DCWorkflow/Variables.pyc
-%%ZOPEBASEDIR%%/Products/DCWorkflow/WorkflowUIMixin.pyc
-%%ZOPEBASEDIR%%/Products/DCWorkflow/Worklists.pyc
-%%ZOPEBASEDIR%%/Products/DCWorkflow/__init__.pyc
-%%ZOPEBASEDIR%%/Products/DCWorkflow/exportimport.pyc
-%%ZOPEBASEDIR%%/Products/DCWorkflow/interfaces.pyc
-%%ZOPEBASEDIR%%/Products/DCWorkflow/permissions.pyc
-%%ZOPEBASEDIR%%/Products/DCWorkflow/utils.pyc
-@dirrm %%ZOPEBASEDIR%%/Products/DCWorkflow/browser
-@dirrm %%ZOPEBASEDIR%%/Products/DCWorkflow/doc/examples/staging
-@dirrm %%ZOPEBASEDIR%%/Products/DCWorkflow/doc/examples
-@dirrm %%ZOPEBASEDIR%%/Products/DCWorkflow/doc
-@dirrm %%ZOPEBASEDIR%%/Products/DCWorkflow/dtml
-@dirrm %%ZOPEBASEDIR%%/Products/DCWorkflow/Extensions
-@dirrm %%ZOPEBASEDIR%%/Products/DCWorkflow/help
-@dirrm %%ZOPEBASEDIR%%/Products/DCWorkflow/images
-@dirrm %%ZOPEBASEDIR%%/Products/DCWorkflow/profiles/revision2/workflows/default_workflow
-@dirrm %%ZOPEBASEDIR%%/Products/DCWorkflow/profiles/revision2/workflows
-@dirrm %%ZOPEBASEDIR%%/Products/DCWorkflow/profiles/revision2
-@dirrm %%ZOPEBASEDIR%%/Products/DCWorkflow/profiles
-@dirrm %%ZOPEBASEDIR%%/Products/DCWorkflow/tests
-@dirrm %%ZOPEBASEDIR%%/Products/DCWorkflow/xml
-@dirrm %%ZOPEBASEDIR%%/Products/DCWorkflow
+%%ZOPEBASEDIR%%/Products/ExtendedPathIndex/ExtendedPathIndex.py
+%%ZOPEBASEDIR%%/Products/ExtendedPathIndex/ExtendedPathIndex.pyc
+%%ZOPEBASEDIR%%/Products/ExtendedPathIndex/HISTORY.txt
+%%ZOPEBASEDIR%%/Products/ExtendedPathIndex/README.txt
 %%ZOPEBASEDIR%%/Products/ExtendedPathIndex/__init__.py
+%%ZOPEBASEDIR%%/Products/ExtendedPathIndex/__init__.pyc
 %%ZOPEBASEDIR%%/Products/ExtendedPathIndex/dtml/addExtendedPathIndex.dtml
 %%ZOPEBASEDIR%%/Products/ExtendedPathIndex/dtml/manageExtendedPathIndex.dtml
-%%ZOPEBASEDIR%%/Products/ExtendedPathIndex/ExtendedPathIndex.py
 %%ZOPEBASEDIR%%/Products/ExtendedPathIndex/help/ExtendedPathIndex_searchResults.stx
-%%ZOPEBASEDIR%%/Products/ExtendedPathIndex/HISTORY.txt
 %%ZOPEBASEDIR%%/Products/ExtendedPathIndex/ptests/__init__.py
-%%ZOPEBASEDIR%%/Products/ExtendedPathIndex/ptests/common.py
-%%ZOPEBASEDIR%%/Products/ExtendedPathIndex/ptests/createData.py
-%%ZOPEBASEDIR%%/Products/ExtendedPathIndex/ptests/testProfiling.py
-%%ZOPEBASEDIR%%/Products/ExtendedPathIndex/ptests/testQuery.py
 %%ZOPEBASEDIR%%/Products/ExtendedPathIndex/ptests/__init__.pyc
+%%ZOPEBASEDIR%%/Products/ExtendedPathIndex/ptests/common.py
 %%ZOPEBASEDIR%%/Products/ExtendedPathIndex/ptests/common.pyc
+%%ZOPEBASEDIR%%/Products/ExtendedPathIndex/ptests/createData.py
 %%ZOPEBASEDIR%%/Products/ExtendedPathIndex/ptests/createData.pyc
+%%ZOPEBASEDIR%%/Products/ExtendedPathIndex/ptests/testProfiling.py
 %%ZOPEBASEDIR%%/Products/ExtendedPathIndex/ptests/testProfiling.pyc
+%%ZOPEBASEDIR%%/Products/ExtendedPathIndex/ptests/testQuery.py
 %%ZOPEBASEDIR%%/Products/ExtendedPathIndex/ptests/testQuery.pyc
-%%ZOPEBASEDIR%%/Products/ExtendedPathIndex/README.txt
 %%ZOPEBASEDIR%%/Products/ExtendedPathIndex/tests/__init__.py
-%%ZOPEBASEDIR%%/Products/ExtendedPathIndex/tests/epitc.py
-%%ZOPEBASEDIR%%/Products/ExtendedPathIndex/tests/framework.py
-%%ZOPEBASEDIR%%/Products/ExtendedPathIndex/tests/runalltests.py
-%%ZOPEBASEDIR%%/Products/ExtendedPathIndex/tests/testExtendedPathIndex.py
-%%ZOPEBASEDIR%%/Products/ExtendedPathIndex/tests/testIndexedAttrs.py
-%%ZOPEBASEDIR%%/Products/ExtendedPathIndex/tests/testSetup.py
-%%ZOPEBASEDIR%%/Products/ExtendedPathIndex/tests/testSkeleton.py
 %%ZOPEBASEDIR%%/Products/ExtendedPathIndex/tests/__init__.pyc
+%%ZOPEBASEDIR%%/Products/ExtendedPathIndex/tests/epitc.py
 %%ZOPEBASEDIR%%/Products/ExtendedPathIndex/tests/epitc.pyc
+%%ZOPEBASEDIR%%/Products/ExtendedPathIndex/tests/framework.py
 %%ZOPEBASEDIR%%/Products/ExtendedPathIndex/tests/framework.pyc
+%%ZOPEBASEDIR%%/Products/ExtendedPathIndex/tests/runalltests.py
 %%ZOPEBASEDIR%%/Products/ExtendedPathIndex/tests/runalltests.pyc
+%%ZOPEBASEDIR%%/Products/ExtendedPathIndex/tests/testExtendedPathIndex.py
 %%ZOPEBASEDIR%%/Products/ExtendedPathIndex/tests/testExtendedPathIndex.pyc
+%%ZOPEBASEDIR%%/Products/ExtendedPathIndex/tests/testIndexedAttrs.py
 %%ZOPEBASEDIR%%/Products/ExtendedPathIndex/tests/testIndexedAttrs.pyc
+%%ZOPEBASEDIR%%/Products/ExtendedPathIndex/tests/testSetup.py
 %%ZOPEBASEDIR%%/Products/ExtendedPathIndex/tests/testSetup.pyc
+%%ZOPEBASEDIR%%/Products/ExtendedPathIndex/tests/testSkeleton.py
 %%ZOPEBASEDIR%%/Products/ExtendedPathIndex/tests/testSkeleton.pyc
 %%ZOPEBASEDIR%%/Products/ExtendedPathIndex/version.txt
 %%ZOPEBASEDIR%%/Products/ExtendedPathIndex/www/index.gif
-%%ZOPEBASEDIR%%/Products/ExtendedPathIndex/ExtendedPathIndex.pyc
-%%ZOPEBASEDIR%%/Products/ExtendedPathIndex/__init__.pyc
-@dirrm %%ZOPEBASEDIR%%/Products/ExtendedPathIndex/dtml
-@dirrm %%ZOPEBASEDIR%%/Products/ExtendedPathIndex/help
-@dirrm %%ZOPEBASEDIR%%/Products/ExtendedPathIndex/ptests
-@dirrm %%ZOPEBASEDIR%%/Products/ExtendedPathIndex/tests
-@dirrm %%ZOPEBASEDIR%%/Products/ExtendedPathIndex/www
-@dirrm %%ZOPEBASEDIR%%/Products/ExtendedPathIndex
-%%ZOPEBASEDIR%%/Products/ExternalEditor/__init__.py
 %%ZOPEBASEDIR%%/Products/ExternalEditor/CHANGES.txt
-%%ZOPEBASEDIR%%/Products/ExternalEditor/edit_icon.gif
 %%ZOPEBASEDIR%%/Products/ExternalEditor/ExternalEditor.py
-%%ZOPEBASEDIR%%/Products/ExternalEditor/findResult.dtml
+%%ZOPEBASEDIR%%/Products/ExternalEditor/ExternalEditor.pyc
 %%ZOPEBASEDIR%%/Products/ExternalEditor/INSTALL-UNIX.txt
 %%ZOPEBASEDIR%%/Products/ExternalEditor/INSTALL-WIN32.txt
 %%ZOPEBASEDIR%%/Products/ExternalEditor/LICENSE.txt
-%%ZOPEBASEDIR%%/Products/ExternalEditor/man/zopeedit.1
-%%ZOPEBASEDIR%%/Products/ExternalEditor/manage_main.dtml
-%%ZOPEBASEDIR%%/Products/ExternalEditor/manage_tabs.dtml
 %%ZOPEBASEDIR%%/Products/ExternalEditor/MANIFEST.in
 %%ZOPEBASEDIR%%/Products/ExternalEditor/Plugins/__init__.py
-%%ZOPEBASEDIR%%/Products/ExternalEditor/Plugins/dreamweaver.py
-%%ZOPEBASEDIR%%/Products/ExternalEditor/Plugins/excel.py
-%%ZOPEBASEDIR%%/Products/ExternalEditor/Plugins/homesite.py
-%%ZOPEBASEDIR%%/Products/ExternalEditor/Plugins/homesite5.py
-%%ZOPEBASEDIR%%/Products/ExternalEditor/Plugins/msohtmed.py
-%%ZOPEBASEDIR%%/Products/ExternalEditor/Plugins/photoshop.py
-%%ZOPEBASEDIR%%/Products/ExternalEditor/Plugins/photoshp.py
-%%ZOPEBASEDIR%%/Products/ExternalEditor/Plugins/powerpnt.py
-%%ZOPEBASEDIR%%/Products/ExternalEditor/Plugins/powerpoint.py
-%%ZOPEBASEDIR%%/Products/ExternalEditor/Plugins/winword.py
-%%ZOPEBASEDIR%%/Products/ExternalEditor/Plugins/word.py
 %%ZOPEBASEDIR%%/Products/ExternalEditor/Plugins/__init__.pyc
+%%ZOPEBASEDIR%%/Products/ExternalEditor/Plugins/dreamweaver.py
 %%ZOPEBASEDIR%%/Products/ExternalEditor/Plugins/dreamweaver.pyc
+%%ZOPEBASEDIR%%/Products/ExternalEditor/Plugins/excel.py
 %%ZOPEBASEDIR%%/Products/ExternalEditor/Plugins/excel.pyc
+%%ZOPEBASEDIR%%/Products/ExternalEditor/Plugins/homesite.py
 %%ZOPEBASEDIR%%/Products/ExternalEditor/Plugins/homesite.pyc
+%%ZOPEBASEDIR%%/Products/ExternalEditor/Plugins/homesite5.py
 %%ZOPEBASEDIR%%/Products/ExternalEditor/Plugins/homesite5.pyc
+%%ZOPEBASEDIR%%/Products/ExternalEditor/Plugins/msohtmed.py
 %%ZOPEBASEDIR%%/Products/ExternalEditor/Plugins/msohtmed.pyc
+%%ZOPEBASEDIR%%/Products/ExternalEditor/Plugins/photoshop.py
 %%ZOPEBASEDIR%%/Products/ExternalEditor/Plugins/photoshop.pyc
+%%ZOPEBASEDIR%%/Products/ExternalEditor/Plugins/photoshp.py
 %%ZOPEBASEDIR%%/Products/ExternalEditor/Plugins/photoshp.pyc
+%%ZOPEBASEDIR%%/Products/ExternalEditor/Plugins/powerpnt.py
 %%ZOPEBASEDIR%%/Products/ExternalEditor/Plugins/powerpnt.pyc
+%%ZOPEBASEDIR%%/Products/ExternalEditor/Plugins/powerpoint.py
 %%ZOPEBASEDIR%%/Products/ExternalEditor/Plugins/powerpoint.pyc
+%%ZOPEBASEDIR%%/Products/ExternalEditor/Plugins/winword.py
 %%ZOPEBASEDIR%%/Products/ExternalEditor/Plugins/winword.pyc
+%%ZOPEBASEDIR%%/Products/ExternalEditor/Plugins/word.py
 %%ZOPEBASEDIR%%/Products/ExternalEditor/Plugins/word.pyc
 %%ZOPEBASEDIR%%/Products/ExternalEditor/README.txt
+%%ZOPEBASEDIR%%/Products/ExternalEditor/__init__.py
+%%ZOPEBASEDIR%%/Products/ExternalEditor/__init__.pyc
+%%ZOPEBASEDIR%%/Products/ExternalEditor/edit_icon.gif
+%%ZOPEBASEDIR%%/Products/ExternalEditor/findResult.dtml
+%%ZOPEBASEDIR%%/Products/ExternalEditor/man/zopeedit.1
+%%ZOPEBASEDIR%%/Products/ExternalEditor/manage_main.dtml
+%%ZOPEBASEDIR%%/Products/ExternalEditor/manage_tabs.dtml
 %%ZOPEBASEDIR%%/Products/ExternalEditor/setup.py
+%%ZOPEBASEDIR%%/Products/ExternalEditor/setup.pyc
 %%ZOPEBASEDIR%%/Products/ExternalEditor/tests/__init__.py
+%%ZOPEBASEDIR%%/Products/ExternalEditor/tests/__init__.pyc
 %%ZOPEBASEDIR%%/Products/ExternalEditor/tests/edit.txt
 %%ZOPEBASEDIR%%/Products/ExternalEditor/tests/link.txt
 %%ZOPEBASEDIR%%/Products/ExternalEditor/tests/test_functional.py
-%%ZOPEBASEDIR%%/Products/ExternalEditor/tests/__init__.pyc
 %%ZOPEBASEDIR%%/Products/ExternalEditor/tests/test_functional.pyc
 %%ZOPEBASEDIR%%/Products/ExternalEditor/version.txt
-%%ZOPEBASEDIR%%/Products/ExternalEditor/win32/buildexe.bat
-%%ZOPEBASEDIR%%/Products/ExternalEditor/win32/ocx.txt
 %%ZOPEBASEDIR%%/Products/ExternalEditor/win32/Python-License.txt
 %%ZOPEBASEDIR%%/Products/ExternalEditor/win32/Pythonwin-License.txt
-%%ZOPEBASEDIR%%/Products/ExternalEditor/win32/setup.iss
 %%ZOPEBASEDIR%%/Products/ExternalEditor/win32/ZopeEdit.ini
 %%ZOPEBASEDIR%%/Products/ExternalEditor/win32/ZopeExtEditDummyOCX.ocx
+%%ZOPEBASEDIR%%/Products/ExternalEditor/win32/buildexe.bat
+%%ZOPEBASEDIR%%/Products/ExternalEditor/win32/ocx.txt
+%%ZOPEBASEDIR%%/Products/ExternalEditor/win32/setup.iss
 %%ZOPEBASEDIR%%/Products/ExternalEditor/zopeedit.py
-%%ZOPEBASEDIR%%/Products/ExternalEditor/ExternalEditor.pyc
-%%ZOPEBASEDIR%%/Products/ExternalEditor/__init__.pyc
-%%ZOPEBASEDIR%%/Products/ExternalEditor/setup.pyc
 %%ZOPEBASEDIR%%/Products/ExternalEditor/zopeedit.pyc
-@dirrm %%ZOPEBASEDIR%%/Products/ExternalEditor/man
-@dirrm %%ZOPEBASEDIR%%/Products/ExternalEditor/Plugins
-@dirrm %%ZOPEBASEDIR%%/Products/ExternalEditor/tests
-@dirrm %%ZOPEBASEDIR%%/Products/ExternalEditor/win32
-@dirrm %%ZOPEBASEDIR%%/Products/ExternalEditor
+%%ZOPEBASEDIR%%/Products/Five/CHANGES.txt
+%%ZOPEBASEDIR%%/Products/Five/COPYING.txt
+%%ZOPEBASEDIR%%/Products/Five/CREDITS.txt
+%%ZOPEBASEDIR%%/Products/Five/INSTALL.txt
+%%ZOPEBASEDIR%%/Products/Five/README.txt
 %%ZOPEBASEDIR%%/Products/Five/__init__.py
+%%ZOPEBASEDIR%%/Products/Five/__init__.pyc
 %%ZOPEBASEDIR%%/Products/Five/bridge.py
+%%ZOPEBASEDIR%%/Products/Five/bridge.pyc
+%%ZOPEBASEDIR%%/Products/Five/browser/ReuseUtils.py
+%%ZOPEBASEDIR%%/Products/Five/browser/ReuseUtils.pyc
+%%ZOPEBASEDIR%%/Products/Five/browser/TrustedExpression.py
+%%ZOPEBASEDIR%%/Products/Five/browser/TrustedExpression.pyc
 %%ZOPEBASEDIR%%/Products/Five/browser/__init__.py
+%%ZOPEBASEDIR%%/Products/Five/browser/__init__.pyc
 %%ZOPEBASEDIR%%/Products/Five/browser/absoluteurl.py
+%%ZOPEBASEDIR%%/Products/Five/browser/absoluteurl.pyc
 %%ZOPEBASEDIR%%/Products/Five/browser/adding.pt
 %%ZOPEBASEDIR%%/Products/Five/browser/adding.py
+%%ZOPEBASEDIR%%/Products/Five/browser/adding.pyc
 %%ZOPEBASEDIR%%/Products/Five/browser/configure.zcml
 %%ZOPEBASEDIR%%/Products/Five/browser/menu.py
+%%ZOPEBASEDIR%%/Products/Five/browser/menu.pyc
 %%ZOPEBASEDIR%%/Products/Five/browser/meta.zcml
 %%ZOPEBASEDIR%%/Products/Five/browser/metaconfigure.py
+%%ZOPEBASEDIR%%/Products/Five/browser/metaconfigure.pyc
 %%ZOPEBASEDIR%%/Products/Five/browser/pagetemplatefile.py
+%%ZOPEBASEDIR%%/Products/Five/browser/pagetemplatefile.pyc
 %%ZOPEBASEDIR%%/Products/Five/browser/resource.py
-%%ZOPEBASEDIR%%/Products/Five/browser/ReuseUtils.py
+%%ZOPEBASEDIR%%/Products/Five/browser/resource.pyc
 %%ZOPEBASEDIR%%/Products/Five/browser/tests/__init__.py
+%%ZOPEBASEDIR%%/Products/Five/browser/tests/__init__.pyc
 %%ZOPEBASEDIR%%/Products/Five/browser/tests/adding.txt
 %%ZOPEBASEDIR%%/Products/Five/browser/tests/birdmacro.pt
 %%ZOPEBASEDIR%%/Products/Five/browser/tests/cockatiel.pt
 %%ZOPEBASEDIR%%/Products/Five/browser/tests/condor.pt
 %%ZOPEBASEDIR%%/Products/Five/browser/tests/cps_test_localizer.pt
 %%ZOPEBASEDIR%%/Products/Five/browser/tests/cps_test_localizer.py
+%%ZOPEBASEDIR%%/Products/Five/browser/tests/cps_test_localizer.pyc
 %%ZOPEBASEDIR%%/Products/Five/browser/tests/cps_test_localizer.txt
 %%ZOPEBASEDIR%%/Products/Five/browser/tests/defaultview.zcml
 %%ZOPEBASEDIR%%/Products/Five/browser/tests/falcon.pt
 %%ZOPEBASEDIR%%/Products/Five/browser/tests/flamingo.pt
 %%ZOPEBASEDIR%%/Products/Five/browser/tests/framework.py
+%%ZOPEBASEDIR%%/Products/Five/browser/tests/framework.pyc
 %%ZOPEBASEDIR%%/Products/Five/browser/tests/i18n.pt
 %%ZOPEBASEDIR%%/Products/Five/browser/tests/menu.zcml
 %%ZOPEBASEDIR%%/Products/Five/browser/tests/ostrich.pt
 %%ZOPEBASEDIR%%/Products/Five/browser/tests/overrides.zcml
 %%ZOPEBASEDIR%%/Products/Five/browser/tests/owl.pt
-%%ZOPEBASEDIR%%/Products/Five/browser/tests/pages/dirpage1.pt
-%%ZOPEBASEDIR%%/Products/Five/browser/tests/pages/dirpage2.pt
 %%ZOPEBASEDIR%%/Products/Five/browser/tests/pages.py
+%%ZOPEBASEDIR%%/Products/Five/browser/tests/pages.pyc
 %%ZOPEBASEDIR%%/Products/Five/browser/tests/pages.txt
 %%ZOPEBASEDIR%%/Products/Five/browser/tests/pages.zcml
-%%ZOPEBASEDIR%%/Products/Five/browser/tests/parakeet.pt
+%%ZOPEBASEDIR%%/Products/Five/browser/tests/pages/dirpage1.pt
+%%ZOPEBASEDIR%%/Products/Five/browser/tests/pages/dirpage2.pt
 %%ZOPEBASEDIR%%/Products/Five/browser/tests/pages_ftest.txt
+%%ZOPEBASEDIR%%/Products/Five/browser/tests/parakeet.pt
 %%ZOPEBASEDIR%%/Products/Five/browser/tests/pattern.png
 %%ZOPEBASEDIR%%/Products/Five/browser/tests/pts_test_languages.pt
 %%ZOPEBASEDIR%%/Products/Five/browser/tests/pts_test_languages.py
+%%ZOPEBASEDIR%%/Products/Five/browser/tests/pts_test_languages.pyc
 %%ZOPEBASEDIR%%/Products/Five/browser/tests/pts_test_languages.txt
 %%ZOPEBASEDIR%%/Products/Five/browser/tests/resource.txt
 %%ZOPEBASEDIR%%/Products/Five/browser/tests/resource.zcml
@@ -4451,45 +4211,28 @@
 %%ZOPEBASEDIR%%/Products/Five/browser/tests/tales_traversal.pt
 %%ZOPEBASEDIR%%/Products/Five/browser/tests/template_variables.pt
 %%ZOPEBASEDIR%%/Products/Five/browser/tests/test_absoluteurl.py
-%%ZOPEBASEDIR%%/Products/Five/browser/tests/test_adding.py
-%%ZOPEBASEDIR%%/Products/Five/browser/tests/test_defaultview.py
-%%ZOPEBASEDIR%%/Products/Five/browser/tests/test_i18n.py
-%%ZOPEBASEDIR%%/Products/Five/browser/tests/test_menu.py
-%%ZOPEBASEDIR%%/Products/Five/browser/tests/test_pages.py
-%%ZOPEBASEDIR%%/Products/Five/browser/tests/test_recurse.py
-%%ZOPEBASEDIR%%/Products/Five/browser/tests/test_resource.py
-%%ZOPEBASEDIR%%/Products/Five/browser/tests/test_skin.py
-%%ZOPEBASEDIR%%/Products/Five/browser/tests/test_traversable.py
-%%ZOPEBASEDIR%%/Products/Five/browser/tests/__init__.pyc
-%%ZOPEBASEDIR%%/Products/Five/browser/tests/cps_test_localizer.pyc
-%%ZOPEBASEDIR%%/Products/Five/browser/tests/framework.pyc
-%%ZOPEBASEDIR%%/Products/Five/browser/tests/pages.pyc
-%%ZOPEBASEDIR%%/Products/Five/browser/tests/pts_test_languages.pyc
 %%ZOPEBASEDIR%%/Products/Five/browser/tests/test_absoluteurl.pyc
+%%ZOPEBASEDIR%%/Products/Five/browser/tests/test_adding.py
 %%ZOPEBASEDIR%%/Products/Five/browser/tests/test_adding.pyc
+%%ZOPEBASEDIR%%/Products/Five/browser/tests/test_defaultview.py
 %%ZOPEBASEDIR%%/Products/Five/browser/tests/test_defaultview.pyc
+%%ZOPEBASEDIR%%/Products/Five/browser/tests/test_i18n.py
 %%ZOPEBASEDIR%%/Products/Five/browser/tests/test_i18n.pyc
+%%ZOPEBASEDIR%%/Products/Five/browser/tests/test_menu.py
 %%ZOPEBASEDIR%%/Products/Five/browser/tests/test_menu.pyc
+%%ZOPEBASEDIR%%/Products/Five/browser/tests/test_pages.py
 %%ZOPEBASEDIR%%/Products/Five/browser/tests/test_pages.pyc
+%%ZOPEBASEDIR%%/Products/Five/browser/tests/test_recurse.py
 %%ZOPEBASEDIR%%/Products/Five/browser/tests/test_recurse.pyc
+%%ZOPEBASEDIR%%/Products/Five/browser/tests/test_resource.py
 %%ZOPEBASEDIR%%/Products/Five/browser/tests/test_resource.pyc
+%%ZOPEBASEDIR%%/Products/Five/browser/tests/test_skin.py
 %%ZOPEBASEDIR%%/Products/Five/browser/tests/test_skin.pyc
+%%ZOPEBASEDIR%%/Products/Five/browser/tests/test_traversable.py
 %%ZOPEBASEDIR%%/Products/Five/browser/tests/test_traversable.pyc
-%%ZOPEBASEDIR%%/Products/Five/browser/TrustedExpression.py
-%%ZOPEBASEDIR%%/Products/Five/browser/ReuseUtils.pyc
-%%ZOPEBASEDIR%%/Products/Five/browser/TrustedExpression.pyc
-%%ZOPEBASEDIR%%/Products/Five/browser/__init__.pyc
-%%ZOPEBASEDIR%%/Products/Five/browser/absoluteurl.pyc
-%%ZOPEBASEDIR%%/Products/Five/browser/adding.pyc
-%%ZOPEBASEDIR%%/Products/Five/browser/menu.pyc
-%%ZOPEBASEDIR%%/Products/Five/browser/metaconfigure.pyc
-%%ZOPEBASEDIR%%/Products/Five/browser/resource.pyc
-%%ZOPEBASEDIR%%/Products/Five/browser/pagetemplatefile.pyc
-%%ZOPEBASEDIR%%/Products/Five/CHANGES.txt
 %%ZOPEBASEDIR%%/Products/Five/configure.zcml
-%%ZOPEBASEDIR%%/Products/Five/COPYING.txt
-%%ZOPEBASEDIR%%/Products/Five/CREDITS.txt
 %%ZOPEBASEDIR%%/Products/Five/deprecated.zcml
+%%ZOPEBASEDIR%%/Products/Five/doc/ZopePublicLicense.txt
 %%ZOPEBASEDIR%%/Products/Five/doc/directives.txt
 %%ZOPEBASEDIR%%/Products/Five/doc/event.txt
 %%ZOPEBASEDIR%%/Products/Five/doc/features.txt
@@ -4506,132 +4249,144 @@
 %%ZOPEBASEDIR%%/Products/Five/doc/presentations/five_views_tutorial.mgp
 %%ZOPEBASEDIR%%/Products/Five/doc/presentations/z3-banner.png
 %%ZOPEBASEDIR%%/Products/Five/doc/products/FiveMiscTutorial/__init__.py
+%%ZOPEBASEDIR%%/Products/Five/doc/products/FiveMiscTutorial/__init__.pyc
 %%ZOPEBASEDIR%%/Products/Five/doc/products/FiveMiscTutorial/configure.zcml
 %%ZOPEBASEDIR%%/Products/Five/doc/products/FiveMiscTutorial/z3base.png
-%%ZOPEBASEDIR%%/Products/Five/doc/products/FiveMiscTutorial/__init__.pyc
 %%ZOPEBASEDIR%%/Products/Five/doc/products/InterfaceTutorial/__init__.py
+%%ZOPEBASEDIR%%/Products/Five/doc/products/InterfaceTutorial/__init__.pyc
 %%ZOPEBASEDIR%%/Products/Five/doc/products/InterfaceTutorial/configure.zcml
 %%ZOPEBASEDIR%%/Products/Five/doc/products/InterfaceTutorial/module.py
-%%ZOPEBASEDIR%%/Products/Five/doc/products/InterfaceTutorial/other.py
-%%ZOPEBASEDIR%%/Products/Five/doc/products/InterfaceTutorial/__init__.pyc
 %%ZOPEBASEDIR%%/Products/Five/doc/products/InterfaceTutorial/module.pyc
+%%ZOPEBASEDIR%%/Products/Five/doc/products/InterfaceTutorial/other.py
 %%ZOPEBASEDIR%%/Products/Five/doc/products/InterfaceTutorial/other.pyc
 %%ZOPEBASEDIR%%/Products/Five/doc/products/README.txt
 %%ZOPEBASEDIR%%/Products/Five/doc/products/ViewsTutorial/__init__.py
+%%ZOPEBASEDIR%%/Products/Five/doc/products/ViewsTutorial/__init__.pyc
 %%ZOPEBASEDIR%%/Products/Five/doc/products/ViewsTutorial/addDemoContent.pt
 %%ZOPEBASEDIR%%/Products/Five/doc/products/ViewsTutorial/browser.py
+%%ZOPEBASEDIR%%/Products/Five/doc/products/ViewsTutorial/browser.pyc
 %%ZOPEBASEDIR%%/Products/Five/doc/products/ViewsTutorial/configure.zcml
 %%ZOPEBASEDIR%%/Products/Five/doc/products/ViewsTutorial/democontent.py
+%%ZOPEBASEDIR%%/Products/Five/doc/products/ViewsTutorial/democontent.pyc
 %%ZOPEBASEDIR%%/Products/Five/doc/products/ViewsTutorial/green5.png
 %%ZOPEBASEDIR%%/Products/Five/doc/products/ViewsTutorial/one.pt
 %%ZOPEBASEDIR%%/Products/Five/doc/products/ViewsTutorial/overview.pt
 %%ZOPEBASEDIR%%/Products/Five/doc/products/ViewsTutorial/overview2.pt
 %%ZOPEBASEDIR%%/Products/Five/doc/products/ViewsTutorial/someview.pt
-%%ZOPEBASEDIR%%/Products/Five/doc/products/ViewsTutorial/__init__.pyc
-%%ZOPEBASEDIR%%/Products/Five/doc/products/ViewsTutorial/browser.pyc
-%%ZOPEBASEDIR%%/Products/Five/doc/products/ViewsTutorial/democontent.pyc
-%%ZOPEBASEDIR%%/Products/Five/doc/ZopePublicLicense.txt
 %%ZOPEBASEDIR%%/Products/Five/event.zcml
 %%ZOPEBASEDIR%%/Products/Five/eventconfigure.py
+%%ZOPEBASEDIR%%/Products/Five/eventconfigure.pyc
 %%ZOPEBASEDIR%%/Products/Five/fiveconfigure.py
+%%ZOPEBASEDIR%%/Products/Five/fiveconfigure.pyc
 %%ZOPEBASEDIR%%/Products/Five/fivedirectives.py
+%%ZOPEBASEDIR%%/Products/Five/fivedirectives.pyc
 %%ZOPEBASEDIR%%/Products/Five/form/__init__.py
+%%ZOPEBASEDIR%%/Products/Five/form/__init__.pyc
 %%ZOPEBASEDIR%%/Products/Five/form/add.pt
 %%ZOPEBASEDIR%%/Products/Five/form/configure.zcml
 %%ZOPEBASEDIR%%/Products/Five/form/edit.pt
 %%ZOPEBASEDIR%%/Products/Five/form/macros.py
+%%ZOPEBASEDIR%%/Products/Five/form/macros.pyc
 %%ZOPEBASEDIR%%/Products/Five/form/meta.zcml
 %%ZOPEBASEDIR%%/Products/Five/form/metaconfigure.py
+%%ZOPEBASEDIR%%/Products/Five/form/metaconfigure.pyc
 %%ZOPEBASEDIR%%/Products/Five/form/objectwidget.pt
 %%ZOPEBASEDIR%%/Products/Five/form/objectwidget.py
+%%ZOPEBASEDIR%%/Products/Five/form/objectwidget.pyc
 %%ZOPEBASEDIR%%/Products/Five/form/tests/__init__.py
+%%ZOPEBASEDIR%%/Products/Five/form/tests/__init__.pyc
 %%ZOPEBASEDIR%%/Products/Five/form/tests/configure.zcml
 %%ZOPEBASEDIR%%/Products/Five/form/tests/forms.txt
 %%ZOPEBASEDIR%%/Products/Five/form/tests/framework.py
+%%ZOPEBASEDIR%%/Products/Five/form/tests/framework.pyc
 %%ZOPEBASEDIR%%/Products/Five/form/tests/locales/de/LC_MESSAGES/formtest.mo
 %%ZOPEBASEDIR%%/Products/Five/form/tests/locales/de/LC_MESSAGES/formtest.po
 %%ZOPEBASEDIR%%/Products/Five/form/tests/locales/formtest.pot
 %%ZOPEBASEDIR%%/Products/Five/form/tests/schemacontent.py
-%%ZOPEBASEDIR%%/Products/Five/form/tests/test_forms.py
-%%ZOPEBASEDIR%%/Products/Five/form/tests/__init__.pyc
-%%ZOPEBASEDIR%%/Products/Five/form/tests/framework.pyc
 %%ZOPEBASEDIR%%/Products/Five/form/tests/schemacontent.pyc
+%%ZOPEBASEDIR%%/Products/Five/form/tests/test_forms.py
 %%ZOPEBASEDIR%%/Products/Five/form/tests/test_forms.pyc
-%%ZOPEBASEDIR%%/Products/Five/form/__init__.pyc
-%%ZOPEBASEDIR%%/Products/Five/form/macros.pyc
-%%ZOPEBASEDIR%%/Products/Five/form/metaconfigure.pyc
-%%ZOPEBASEDIR%%/Products/Five/form/objectwidget.pyc
 %%ZOPEBASEDIR%%/Products/Five/i18n.py
+%%ZOPEBASEDIR%%/Products/Five/i18n.pyc
 %%ZOPEBASEDIR%%/Products/Five/i18n.zcml
-%%ZOPEBASEDIR%%/Products/Five/INSTALL.txt
 %%ZOPEBASEDIR%%/Products/Five/interfaces.py
+%%ZOPEBASEDIR%%/Products/Five/interfaces.pyc
 %%ZOPEBASEDIR%%/Products/Five/meta.zcml
 %%ZOPEBASEDIR%%/Products/Five/metaclass.py
+%%ZOPEBASEDIR%%/Products/Five/metaclass.pyc
 %%ZOPEBASEDIR%%/Products/Five/metaconfigure.py
+%%ZOPEBASEDIR%%/Products/Five/metaconfigure.pyc
 %%ZOPEBASEDIR%%/Products/Five/permissions.zcml
-%%ZOPEBASEDIR%%/Products/Five/README.txt
 %%ZOPEBASEDIR%%/Products/Five/security.py
+%%ZOPEBASEDIR%%/Products/Five/security.pyc
 %%ZOPEBASEDIR%%/Products/Five/site/__init__.py
+%%ZOPEBASEDIR%%/Products/Five/site/__init__.pyc
 %%ZOPEBASEDIR%%/Products/Five/site/browser.py
+%%ZOPEBASEDIR%%/Products/Five/site/browser.pyc
 %%ZOPEBASEDIR%%/Products/Five/site/configure.zcml
 %%ZOPEBASEDIR%%/Products/Five/site/interfaces.py
+%%ZOPEBASEDIR%%/Products/Five/site/interfaces.pyc
 %%ZOPEBASEDIR%%/Products/Five/site/localsite.py
+%%ZOPEBASEDIR%%/Products/Five/site/localsite.pyc
 %%ZOPEBASEDIR%%/Products/Five/site/managesite.pt
 %%ZOPEBASEDIR%%/Products/Five/site/meta.zcml
 %%ZOPEBASEDIR%%/Products/Five/site/metaconfigure.py
+%%ZOPEBASEDIR%%/Products/Five/site/metaconfigure.pyc
 %%ZOPEBASEDIR%%/Products/Five/site/metadirectives.py
+%%ZOPEBASEDIR%%/Products/Five/site/metadirectives.pyc
 %%ZOPEBASEDIR%%/Products/Five/site/tests/__init__.py
+%%ZOPEBASEDIR%%/Products/Five/site/tests/__init__.pyc
 %%ZOPEBASEDIR%%/Products/Five/site/tests/dummy.py
+%%ZOPEBASEDIR%%/Products/Five/site/tests/dummy.pyc
 %%ZOPEBASEDIR%%/Products/Five/site/tests/framework.py
+%%ZOPEBASEDIR%%/Products/Five/site/tests/framework.pyc
 %%ZOPEBASEDIR%%/Products/Five/site/tests/functional.txt
 %%ZOPEBASEDIR%%/Products/Five/site/tests/sitemanager.txt
 %%ZOPEBASEDIR%%/Products/Five/site/tests/test_functional.py
-%%ZOPEBASEDIR%%/Products/Five/site/tests/test_localsite.py
-%%ZOPEBASEDIR%%/Products/Five/site/tests/test_sitemanager.py
-%%ZOPEBASEDIR%%/Products/Five/site/tests/test_utility.py
-%%ZOPEBASEDIR%%/Products/Five/site/tests/__init__.pyc
-%%ZOPEBASEDIR%%/Products/Five/site/tests/dummy.pyc
-%%ZOPEBASEDIR%%/Products/Five/site/tests/framework.pyc
 %%ZOPEBASEDIR%%/Products/Five/site/tests/test_functional.pyc
+%%ZOPEBASEDIR%%/Products/Five/site/tests/test_localsite.py
 %%ZOPEBASEDIR%%/Products/Five/site/tests/test_localsite.pyc
+%%ZOPEBASEDIR%%/Products/Five/site/tests/test_sitemanager.py
 %%ZOPEBASEDIR%%/Products/Five/site/tests/test_sitemanager.pyc
+%%ZOPEBASEDIR%%/Products/Five/site/tests/test_utility.py
 %%ZOPEBASEDIR%%/Products/Five/site/tests/test_utility.pyc
 %%ZOPEBASEDIR%%/Products/Five/site/utility.py
 %%ZOPEBASEDIR%%/Products/Five/site/utility.pyc
-%%ZOPEBASEDIR%%/Products/Five/site/localsite.pyc
-%%ZOPEBASEDIR%%/Products/Five/site/__init__.pyc
-%%ZOPEBASEDIR%%/Products/Five/site/browser.pyc
-%%ZOPEBASEDIR%%/Products/Five/site/interfaces.pyc
-%%ZOPEBASEDIR%%/Products/Five/site/metaconfigure.pyc
-%%ZOPEBASEDIR%%/Products/Five/site/metadirectives.pyc
 %%ZOPEBASEDIR%%/Products/Five/sizeconfigure.py
+%%ZOPEBASEDIR%%/Products/Five/sizeconfigure.pyc
 %%ZOPEBASEDIR%%/Products/Five/skel/README.txt
 %%ZOPEBASEDIR%%/Products/Five/skel/site.zcml
 %%ZOPEBASEDIR%%/Products/Five/skin/__init__.py
+%%ZOPEBASEDIR%%/Products/Five/skin/__init__.pyc
 %%ZOPEBASEDIR%%/Products/Five/skin/configure.zcml
 %%ZOPEBASEDIR%%/Products/Five/skin/five_template.pt
 %%ZOPEBASEDIR%%/Products/Five/skin/standardmacros.py
+%%ZOPEBASEDIR%%/Products/Five/skin/standardmacros.pyc
 %%ZOPEBASEDIR%%/Products/Five/skin/tests/__init__.py
+%%ZOPEBASEDIR%%/Products/Five/skin/tests/__init__.pyc
 %%ZOPEBASEDIR%%/Products/Five/skin/tests/bird.pt
 %%ZOPEBASEDIR%%/Products/Five/skin/tests/configure.zcml
 %%ZOPEBASEDIR%%/Products/Five/skin/tests/demomacros.py
+%%ZOPEBASEDIR%%/Products/Five/skin/tests/demomacros.pyc
 %%ZOPEBASEDIR%%/Products/Five/skin/tests/dog.pt
 %%ZOPEBASEDIR%%/Products/Five/skin/tests/framework.py
-%%ZOPEBASEDIR%%/Products/Five/skin/tests/test_standardmacros.py
-%%ZOPEBASEDIR%%/Products/Five/skin/tests/__init__.pyc
-%%ZOPEBASEDIR%%/Products/Five/skin/tests/demomacros.pyc
 %%ZOPEBASEDIR%%/Products/Five/skin/tests/framework.pyc
+%%ZOPEBASEDIR%%/Products/Five/skin/tests/test_standardmacros.py
 %%ZOPEBASEDIR%%/Products/Five/skin/tests/test_standardmacros.pyc
-%%ZOPEBASEDIR%%/Products/Five/skin/__init__.pyc
-%%ZOPEBASEDIR%%/Products/Five/skin/standardmacros.pyc
+%%ZOPEBASEDIR%%/Products/Five/tests/README.txt
 %%ZOPEBASEDIR%%/Products/Five/tests/__init__.py
+%%ZOPEBASEDIR%%/Products/Five/tests/__init__.pyc
 %%ZOPEBASEDIR%%/Products/Five/tests/adapters.py
+%%ZOPEBASEDIR%%/Products/Five/tests/adapters.pyc
 %%ZOPEBASEDIR%%/Products/Five/tests/boilerplate.py
+%%ZOPEBASEDIR%%/Products/Five/tests/boilerplate.pyc
 %%ZOPEBASEDIR%%/Products/Five/tests/bridge.txt
 %%ZOPEBASEDIR%%/Products/Five/tests/classes.py
+%%ZOPEBASEDIR%%/Products/Five/tests/classes.pyc
 %%ZOPEBASEDIR%%/Products/Five/tests/directives.zcml
 %%ZOPEBASEDIR%%/Products/Five/tests/event.txt
 %%ZOPEBASEDIR%%/Products/Five/tests/framework.py
+%%ZOPEBASEDIR%%/Products/Five/tests/framework.pyc
 %%ZOPEBASEDIR%%/Products/Five/tests/locales/de/LC_MESSAGES/fivetest.mo
 %%ZOPEBASEDIR%%/Products/Five/tests/locales/de/LC_MESSAGES/fivetest.po
 %%ZOPEBASEDIR%%/Products/Five/tests/locales/en/LC_MESSAGES/fivetest.mo
@@ -4639,289 +4394,257 @@
 %%ZOPEBASEDIR%%/Products/Five/tests/locales/fivetest.pot
 %%ZOPEBASEDIR%%/Products/Five/tests/meta.zcml
 %%ZOPEBASEDIR%%/Products/Five/tests/metaconfigure.py
+%%ZOPEBASEDIR%%/Products/Five/tests/metaconfigure.pyc
 %%ZOPEBASEDIR%%/Products/Five/tests/overrides.zcml
-%%ZOPEBASEDIR%%/Products/Five/tests/README.txt
 %%ZOPEBASEDIR%%/Products/Five/tests/test_bridge.py
+%%ZOPEBASEDIR%%/Products/Five/tests/test_bridge.pyc
 %%ZOPEBASEDIR%%/Products/Five/tests/test_directives.py
+%%ZOPEBASEDIR%%/Products/Five/tests/test_directives.pyc
 %%ZOPEBASEDIR%%/Products/Five/tests/test_event.py
+%%ZOPEBASEDIR%%/Products/Five/tests/test_event.pyc
 %%ZOPEBASEDIR%%/Products/Five/tests/test_i18n.py
+%%ZOPEBASEDIR%%/Products/Five/tests/test_i18n.pyc
 %%ZOPEBASEDIR%%/Products/Five/tests/test_registerclass.py
+%%ZOPEBASEDIR%%/Products/Five/tests/test_registerclass.pyc
 %%ZOPEBASEDIR%%/Products/Five/tests/test_security.py
+%%ZOPEBASEDIR%%/Products/Five/tests/test_security.pyc
 %%ZOPEBASEDIR%%/Products/Five/tests/test_size.py
+%%ZOPEBASEDIR%%/Products/Five/tests/test_size.pyc
+%%ZOPEBASEDIR%%/Products/Five/tests/test_viewable.py
+%%ZOPEBASEDIR%%/Products/Five/tests/test_viewable.pyc
 %%ZOPEBASEDIR%%/Products/Five/tests/testing/__init__.py
-%%ZOPEBASEDIR%%/Products/Five/tests/testing/fancycontent.py
-%%ZOPEBASEDIR%%/Products/Five/tests/testing/folder.py
-%%ZOPEBASEDIR%%/Products/Five/tests/testing/restricted.py
-%%ZOPEBASEDIR%%/Products/Five/tests/testing/simplecontent.py
 %%ZOPEBASEDIR%%/Products/Five/tests/testing/__init__.pyc
+%%ZOPEBASEDIR%%/Products/Five/tests/testing/fancycontent.py
 %%ZOPEBASEDIR%%/Products/Five/tests/testing/fancycontent.pyc
+%%ZOPEBASEDIR%%/Products/Five/tests/testing/folder.py
 %%ZOPEBASEDIR%%/Products/Five/tests/testing/folder.pyc
+%%ZOPEBASEDIR%%/Products/Five/tests/testing/restricted.py
 %%ZOPEBASEDIR%%/Products/Five/tests/testing/restricted.pyc
+%%ZOPEBASEDIR%%/Products/Five/tests/testing/simplecontent.py
 %%ZOPEBASEDIR%%/Products/Five/tests/testing/simplecontent.pyc
-%%ZOPEBASEDIR%%/Products/Five/tests/test_viewable.py
 %%ZOPEBASEDIR%%/Products/Five/tests/viewable.txt
-%%ZOPEBASEDIR%%/Products/Five/tests/__init__.pyc
-%%ZOPEBASEDIR%%/Products/Five/tests/adapters.pyc
-%%ZOPEBASEDIR%%/Products/Five/tests/boilerplate.pyc
-%%ZOPEBASEDIR%%/Products/Five/tests/classes.pyc
-%%ZOPEBASEDIR%%/Products/Five/tests/framework.pyc
-%%ZOPEBASEDIR%%/Products/Five/tests/metaconfigure.pyc
-%%ZOPEBASEDIR%%/Products/Five/tests/test_bridge.pyc
-%%ZOPEBASEDIR%%/Products/Five/tests/test_directives.pyc
-%%ZOPEBASEDIR%%/Products/Five/tests/test_event.pyc
-%%ZOPEBASEDIR%%/Products/Five/tests/test_i18n.pyc
-%%ZOPEBASEDIR%%/Products/Five/tests/test_registerclass.pyc
-%%ZOPEBASEDIR%%/Products/Five/tests/test_security.pyc
-%%ZOPEBASEDIR%%/Products/Five/tests/test_size.pyc
-%%ZOPEBASEDIR%%/Products/Five/tests/test_viewable.pyc
 %%ZOPEBASEDIR%%/Products/Five/traversable.py
+%%ZOPEBASEDIR%%/Products/Five/traversable.pyc
 %%ZOPEBASEDIR%%/Products/Five/utilities/__init__.py
+%%ZOPEBASEDIR%%/Products/Five/utilities/__init__.pyc
 %%ZOPEBASEDIR%%/Products/Five/utilities/browser/__init__.py
+%%ZOPEBASEDIR%%/Products/Five/utilities/browser/__init__.pyc
 %%ZOPEBASEDIR%%/Products/Five/utilities/browser/configure.zcml
 %%ZOPEBASEDIR%%/Products/Five/utilities/browser/edit_markers.pt
 %%ZOPEBASEDIR%%/Products/Five/utilities/browser/manage_interfaces.pt
 %%ZOPEBASEDIR%%/Products/Five/utilities/browser/marker.py
+%%ZOPEBASEDIR%%/Products/Five/utilities/browser/marker.pyc
 %%ZOPEBASEDIR%%/Products/Five/utilities/browser/tests/__init__.py
-%%ZOPEBASEDIR%%/Products/Five/utilities/browser/tests/framework.py
-%%ZOPEBASEDIR%%/Products/Five/utilities/browser/tests/test_marker.py
 %%ZOPEBASEDIR%%/Products/Five/utilities/browser/tests/__init__.pyc
+%%ZOPEBASEDIR%%/Products/Five/utilities/browser/tests/framework.py
 %%ZOPEBASEDIR%%/Products/Five/utilities/browser/tests/framework.pyc
+%%ZOPEBASEDIR%%/Products/Five/utilities/browser/tests/test_marker.py
 %%ZOPEBASEDIR%%/Products/Five/utilities/browser/tests/test_marker.pyc
-%%ZOPEBASEDIR%%/Products/Five/utilities/browser/__init__.pyc
-%%ZOPEBASEDIR%%/Products/Five/utilities/browser/marker.pyc
 %%ZOPEBASEDIR%%/Products/Five/utilities/configure.zcml
 %%ZOPEBASEDIR%%/Products/Five/utilities/interfaces.py
-%%ZOPEBASEDIR%%/Products/Five/utilities/marker.py
-%%ZOPEBASEDIR%%/Products/Five/utilities/__init__.pyc
 %%ZOPEBASEDIR%%/Products/Five/utilities/interfaces.pyc
+%%ZOPEBASEDIR%%/Products/Five/utilities/marker.py
 %%ZOPEBASEDIR%%/Products/Five/utilities/marker.pyc
 %%ZOPEBASEDIR%%/Products/Five/version.txt
 %%ZOPEBASEDIR%%/Products/Five/viewable.py
-%%ZOPEBASEDIR%%/Products/Five/zcml.py
-%%ZOPEBASEDIR%%/Products/Five/__init__.pyc
-%%ZOPEBASEDIR%%/Products/Five/bridge.pyc
-%%ZOPEBASEDIR%%/Products/Five/eventconfigure.pyc
-%%ZOPEBASEDIR%%/Products/Five/fiveconfigure.pyc
-%%ZOPEBASEDIR%%/Products/Five/fivedirectives.pyc
-%%ZOPEBASEDIR%%/Products/Five/i18n.pyc
-%%ZOPEBASEDIR%%/Products/Five/interfaces.pyc
-%%ZOPEBASEDIR%%/Products/Five/metaclass.pyc
-%%ZOPEBASEDIR%%/Products/Five/metaconfigure.pyc
-%%ZOPEBASEDIR%%/Products/Five/security.pyc
-%%ZOPEBASEDIR%%/Products/Five/sizeconfigure.pyc
-%%ZOPEBASEDIR%%/Products/Five/traversable.pyc
 %%ZOPEBASEDIR%%/Products/Five/viewable.pyc
+%%ZOPEBASEDIR%%/Products/Five/zcml.py
 %%ZOPEBASEDIR%%/Products/Five/zcml.pyc
-@dirrm %%ZOPEBASEDIR%%/Products/Five/browser/tests/pages
-@dirrm %%ZOPEBASEDIR%%/Products/Five/browser/tests
-@dirrm %%ZOPEBASEDIR%%/Products/Five/browser
-@dirrm %%ZOPEBASEDIR%%/Products/Five/doc/presentations
-@dirrm %%ZOPEBASEDIR%%/Products/Five/doc/products/FiveMiscTutorial
-@dirrm %%ZOPEBASEDIR%%/Products/Five/doc/products/InterfaceTutorial
-@dirrm %%ZOPEBASEDIR%%/Products/Five/doc/products/ViewsTutorial
-@dirrm %%ZOPEBASEDIR%%/Products/Five/doc/products
-@dirrm %%ZOPEBASEDIR%%/Products/Five/doc
-@dirrm %%ZOPEBASEDIR%%/Products/Five/form/tests/locales/de/LC_MESSAGES
-@dirrm %%ZOPEBASEDIR%%/Products/Five/form/tests/locales/de
-@dirrm %%ZOPEBASEDIR%%/Products/Five/form/tests/locales
-@dirrm %%ZOPEBASEDIR%%/Products/Five/form/tests
-@dirrm %%ZOPEBASEDIR%%/Products/Five/form
-@dirrm %%ZOPEBASEDIR%%/Products/Five/site/tests
-@dirrm %%ZOPEBASEDIR%%/Products/Five/site
-@dirrm %%ZOPEBASEDIR%%/Products/Five/skel
-@dirrm %%ZOPEBASEDIR%%/Products/Five/skin/tests
-@dirrm %%ZOPEBASEDIR%%/Products/Five/skin
-@dirrm %%ZOPEBASEDIR%%/Products/Five/tests/locales/de/LC_MESSAGES
-@dirrm %%ZOPEBASEDIR%%/Products/Five/tests/locales/de
-@dirrm %%ZOPEBASEDIR%%/Products/Five/tests/locales/en/LC_MESSAGES
-@dirrm %%ZOPEBASEDIR%%/Products/Five/tests/locales/en
-@dirrm %%ZOPEBASEDIR%%/Products/Five/tests/locales
-@dirrm %%ZOPEBASEDIR%%/Products/Five/tests/testing
-@dirrm %%ZOPEBASEDIR%%/Products/Five/tests
-@dirrm %%ZOPEBASEDIR%%/Products/Five/utilities/browser/tests
-@dirrm %%ZOPEBASEDIR%%/Products/Five/utilities/browser
-@dirrm %%ZOPEBASEDIR%%/Products/Five/utilities
-@dirrm %%ZOPEBASEDIR%%/Products/Five
-%%ZOPEBASEDIR%%/Products/GenericSetup/__init__.py
-%%ZOPEBASEDIR%%/Products/GenericSetup/bbb/__init__.py
-%%ZOPEBASEDIR%%/Products/GenericSetup/bbb/registry.py
-%%ZOPEBASEDIR%%/Products/GenericSetup/bbb/tool.py
-%%ZOPEBASEDIR%%/Products/GenericSetup/bbb/__init__.pyc
-%%ZOPEBASEDIR%%/Products/GenericSetup/bbb/registry.pyc
-%%ZOPEBASEDIR%%/Products/GenericSetup/bbb/tool.pyc
-%%ZOPEBASEDIR%%/Products/GenericSetup/browser/__init__.py
-%%ZOPEBASEDIR%%/Products/GenericSetup/browser/addWithPresettings.pt
-%%ZOPEBASEDIR%%/Products/GenericSetup/browser/utils.py
-%%ZOPEBASEDIR%%/Products/GenericSetup/browser/__init__.pyc
-%%ZOPEBASEDIR%%/Products/GenericSetup/browser/utils.pyc
 %%ZOPEBASEDIR%%/Products/GenericSetup/CHANGES.txt
-%%ZOPEBASEDIR%%/Products/GenericSetup/configure.zcml
-%%ZOPEBASEDIR%%/Products/GenericSetup/content.py
-%%ZOPEBASEDIR%%/Products/GenericSetup/context.py
 %%ZOPEBASEDIR%%/Products/GenericSetup/CREDITS.txt
 %%ZOPEBASEDIR%%/Products/GenericSetup/DEPENDENCIES.txt
-%%ZOPEBASEDIR%%/Products/GenericSetup/differ.py
-%%ZOPEBASEDIR%%/Products/GenericSetup/doc/handlers.txt
-%%ZOPEBASEDIR%%/Products/GenericSetup/doc/profiles.txt
-%%ZOPEBASEDIR%%/Products/GenericSetup/exceptions.py
-%%ZOPEBASEDIR%%/Products/GenericSetup/interfaces.py
 %%ZOPEBASEDIR%%/Products/GenericSetup/MailHost/__init__.py
+%%ZOPEBASEDIR%%/Products/GenericSetup/MailHost/__init__.pyc
 %%ZOPEBASEDIR%%/Products/GenericSetup/MailHost/configure.zcml
 %%ZOPEBASEDIR%%/Products/GenericSetup/MailHost/exportimport.py
+%%ZOPEBASEDIR%%/Products/GenericSetup/MailHost/exportimport.pyc
 %%ZOPEBASEDIR%%/Products/GenericSetup/MailHost/tests/__init__.py
-%%ZOPEBASEDIR%%/Products/GenericSetup/MailHost/tests/test_exportimport.py
 %%ZOPEBASEDIR%%/Products/GenericSetup/MailHost/tests/__init__.pyc
+%%ZOPEBASEDIR%%/Products/GenericSetup/MailHost/tests/test_exportimport.py
 %%ZOPEBASEDIR%%/Products/GenericSetup/MailHost/tests/test_exportimport.pyc
-%%ZOPEBASEDIR%%/Products/GenericSetup/MailHost/__init__.pyc
-%%ZOPEBASEDIR%%/Products/GenericSetup/MailHost/exportimport.pyc
-%%ZOPEBASEDIR%%/Products/GenericSetup/meta.zcml
 %%ZOPEBASEDIR%%/Products/GenericSetup/OFSP/__init__.py
+%%ZOPEBASEDIR%%/Products/GenericSetup/OFSP/__init__.pyc
 %%ZOPEBASEDIR%%/Products/GenericSetup/OFSP/configure.zcml
 %%ZOPEBASEDIR%%/Products/GenericSetup/OFSP/exportimport.py
+%%ZOPEBASEDIR%%/Products/GenericSetup/OFSP/exportimport.pyc
 %%ZOPEBASEDIR%%/Products/GenericSetup/OFSP/tests/__init__.py
-%%ZOPEBASEDIR%%/Products/GenericSetup/OFSP/tests/test_exportimport.py
 %%ZOPEBASEDIR%%/Products/GenericSetup/OFSP/tests/__init__.pyc
+%%ZOPEBASEDIR%%/Products/GenericSetup/OFSP/tests/test_exportimport.py
 %%ZOPEBASEDIR%%/Products/GenericSetup/OFSP/tests/test_exportimport.pyc
-%%ZOPEBASEDIR%%/Products/GenericSetup/OFSP/__init__.pyc
-%%ZOPEBASEDIR%%/Products/GenericSetup/OFSP/exportimport.pyc
 %%ZOPEBASEDIR%%/Products/GenericSetup/PageTemplates/__init__.py
+%%ZOPEBASEDIR%%/Products/GenericSetup/PageTemplates/__init__.pyc
 %%ZOPEBASEDIR%%/Products/GenericSetup/PageTemplates/configure.zcml
 %%ZOPEBASEDIR%%/Products/GenericSetup/PageTemplates/exportimport.py
+%%ZOPEBASEDIR%%/Products/GenericSetup/PageTemplates/exportimport.pyc
 %%ZOPEBASEDIR%%/Products/GenericSetup/PageTemplates/interfaces.py
+%%ZOPEBASEDIR%%/Products/GenericSetup/PageTemplates/interfaces.pyc
 %%ZOPEBASEDIR%%/Products/GenericSetup/PageTemplates/tests/__init__.py
-%%ZOPEBASEDIR%%/Products/GenericSetup/PageTemplates/tests/test_exportimport.py
 %%ZOPEBASEDIR%%/Products/GenericSetup/PageTemplates/tests/__init__.pyc
+%%ZOPEBASEDIR%%/Products/GenericSetup/PageTemplates/tests/test_exportimport.py
 %%ZOPEBASEDIR%%/Products/GenericSetup/PageTemplates/tests/test_exportimport.pyc
-%%ZOPEBASEDIR%%/Products/GenericSetup/PageTemplates/__init__.pyc
-%%ZOPEBASEDIR%%/Products/GenericSetup/PageTemplates/exportimport.pyc
-%%ZOPEBASEDIR%%/Products/GenericSetup/PageTemplates/interfaces.pyc
-%%ZOPEBASEDIR%%/Products/GenericSetup/permissions.py
 %%ZOPEBASEDIR%%/Products/GenericSetup/PluginIndexes/__init__.py
+%%ZOPEBASEDIR%%/Products/GenericSetup/PluginIndexes/__init__.pyc
 %%ZOPEBASEDIR%%/Products/GenericSetup/PluginIndexes/configure.zcml
 %%ZOPEBASEDIR%%/Products/GenericSetup/PluginIndexes/exportimport.py
+%%ZOPEBASEDIR%%/Products/GenericSetup/PluginIndexes/exportimport.pyc
 %%ZOPEBASEDIR%%/Products/GenericSetup/PluginIndexes/tests/__init__.py
-%%ZOPEBASEDIR%%/Products/GenericSetup/PluginIndexes/tests/test_exportimport.py
 %%ZOPEBASEDIR%%/Products/GenericSetup/PluginIndexes/tests/__init__.pyc
+%%ZOPEBASEDIR%%/Products/GenericSetup/PluginIndexes/tests/test_exportimport.py
 %%ZOPEBASEDIR%%/Products/GenericSetup/PluginIndexes/tests/test_exportimport.pyc
-%%ZOPEBASEDIR%%/Products/GenericSetup/PluginIndexes/__init__.pyc
-%%ZOPEBASEDIR%%/Products/GenericSetup/PluginIndexes/exportimport.pyc
 %%ZOPEBASEDIR%%/Products/GenericSetup/PythonScripts/__init__.py
+%%ZOPEBASEDIR%%/Products/GenericSetup/PythonScripts/__init__.pyc
 %%ZOPEBASEDIR%%/Products/GenericSetup/PythonScripts/configure.zcml
 %%ZOPEBASEDIR%%/Products/GenericSetup/PythonScripts/exportimport.py
+%%ZOPEBASEDIR%%/Products/GenericSetup/PythonScripts/exportimport.pyc
 %%ZOPEBASEDIR%%/Products/GenericSetup/PythonScripts/interfaces.py
+%%ZOPEBASEDIR%%/Products/GenericSetup/PythonScripts/interfaces.pyc
 %%ZOPEBASEDIR%%/Products/GenericSetup/PythonScripts/tests/__init__.py
-%%ZOPEBASEDIR%%/Products/GenericSetup/PythonScripts/tests/test_exportimport.py
 %%ZOPEBASEDIR%%/Products/GenericSetup/PythonScripts/tests/__init__.pyc
+%%ZOPEBASEDIR%%/Products/GenericSetup/PythonScripts/tests/test_exportimport.py
 %%ZOPEBASEDIR%%/Products/GenericSetup/PythonScripts/tests/test_exportimport.pyc
-%%ZOPEBASEDIR%%/Products/GenericSetup/PythonScripts/__init__.pyc
-%%ZOPEBASEDIR%%/Products/GenericSetup/PythonScripts/exportimport.pyc
-%%ZOPEBASEDIR%%/Products/GenericSetup/PythonScripts/interfaces.pyc
 %%ZOPEBASEDIR%%/Products/GenericSetup/README.txt
-%%ZOPEBASEDIR%%/Products/GenericSetup/registry.py
-%%ZOPEBASEDIR%%/Products/GenericSetup/rolemap.py
-%%ZOPEBASEDIR%%/Products/GenericSetup/tests/__init__.py
-%%ZOPEBASEDIR%%/Products/GenericSetup/tests/common.py
-%%ZOPEBASEDIR%%/Products/GenericSetup/tests/conformance.py
-%%ZOPEBASEDIR%%/Products/GenericSetup/tests/default_profile/export_steps.xml
-%%ZOPEBASEDIR%%/Products/GenericSetup/tests/default_profile/import_steps.xml
-%%ZOPEBASEDIR%%/Products/GenericSetup/tests/default_profile/profile.ini
-%%ZOPEBASEDIR%%/Products/GenericSetup/tests/default_profile/toolset.xml
-%%ZOPEBASEDIR%%/Products/GenericSetup/tests/faux_objects.py
-%%ZOPEBASEDIR%%/Products/GenericSetup/tests/simple.png
-%%ZOPEBASEDIR%%/Products/GenericSetup/tests/test_content.py
-%%ZOPEBASEDIR%%/Products/GenericSetup/tests/test_context.py
-%%ZOPEBASEDIR%%/Products/GenericSetup/tests/test_differ.py
-%%ZOPEBASEDIR%%/Products/GenericSetup/tests/test_registry.py
-%%ZOPEBASEDIR%%/Products/GenericSetup/tests/test_rolemap.py
-%%ZOPEBASEDIR%%/Products/GenericSetup/tests/test_tool.py
-%%ZOPEBASEDIR%%/Products/GenericSetup/tests/test_utils.py
-%%ZOPEBASEDIR%%/Products/GenericSetup/tests/test_zcml.py
-%%ZOPEBASEDIR%%/Products/GenericSetup/tests/__init__.pyc
-%%ZOPEBASEDIR%%/Products/GenericSetup/tests/common.pyc
-%%ZOPEBASEDIR%%/Products/GenericSetup/tests/conformance.pyc
-%%ZOPEBASEDIR%%/Products/GenericSetup/tests/faux_objects.pyc
-%%ZOPEBASEDIR%%/Products/GenericSetup/tests/test_content.pyc
-%%ZOPEBASEDIR%%/Products/GenericSetup/tests/test_context.pyc
-%%ZOPEBASEDIR%%/Products/GenericSetup/tests/test_differ.pyc
-%%ZOPEBASEDIR%%/Products/GenericSetup/tests/test_registry.pyc
-%%ZOPEBASEDIR%%/Products/GenericSetup/tests/test_rolemap.pyc
-%%ZOPEBASEDIR%%/Products/GenericSetup/tests/test_tool.pyc
-%%ZOPEBASEDIR%%/Products/GenericSetup/tests/test_utils.pyc
-%%ZOPEBASEDIR%%/Products/GenericSetup/tests/test_zcml.pyc
-%%ZOPEBASEDIR%%/Products/GenericSetup/testing.py
-%%ZOPEBASEDIR%%/Products/GenericSetup/tool.py
-%%ZOPEBASEDIR%%/Products/GenericSetup/utils.py
-%%ZOPEBASEDIR%%/Products/GenericSetup/version.txt
-%%ZOPEBASEDIR%%/Products/GenericSetup/www/sutCompare.zpt
-%%ZOPEBASEDIR%%/Products/GenericSetup/www/sutExportSteps.zpt
-%%ZOPEBASEDIR%%/Products/GenericSetup/www/sutImportSteps.zpt
-%%ZOPEBASEDIR%%/Products/GenericSetup/www/sutProperties.zpt
-%%ZOPEBASEDIR%%/Products/GenericSetup/www/sutSnapshots.zpt
-%%ZOPEBASEDIR%%/Products/GenericSetup/www/tool.png
-%%ZOPEBASEDIR%%/Products/GenericSetup/www/toolAdd.zpt
-%%ZOPEBASEDIR%%/Products/GenericSetup/xml/esrExport.xml
-%%ZOPEBASEDIR%%/Products/GenericSetup/xml/isrExport.xml
-%%ZOPEBASEDIR%%/Products/GenericSetup/xml/rmeExport.xml
-%%ZOPEBASEDIR%%/Products/GenericSetup/xml/tscExport.xml
-%%ZOPEBASEDIR%%/Products/GenericSetup/ZCatalog/__init__.py
-%%ZOPEBASEDIR%%/Products/GenericSetup/ZCatalog/configure.zcml
-%%ZOPEBASEDIR%%/Products/GenericSetup/ZCatalog/exportimport.py
-%%ZOPEBASEDIR%%/Products/GenericSetup/ZCatalog/tests/__init__.py
-%%ZOPEBASEDIR%%/Products/GenericSetup/ZCatalog/tests/test_exportimport.py
-%%ZOPEBASEDIR%%/Products/GenericSetup/ZCatalog/tests/__init__.pyc
-%%ZOPEBASEDIR%%/Products/GenericSetup/ZCatalog/tests/test_exportimport.pyc
-%%ZOPEBASEDIR%%/Products/GenericSetup/ZCatalog/__init__.pyc
-%%ZOPEBASEDIR%%/Products/GenericSetup/ZCatalog/exportimport.pyc
-%%ZOPEBASEDIR%%/Products/GenericSetup/zcml.py
 %%ZOPEBASEDIR%%/Products/GenericSetup/ZCTextIndex/__init__.py
+%%ZOPEBASEDIR%%/Products/GenericSetup/ZCTextIndex/__init__.pyc
 %%ZOPEBASEDIR%%/Products/GenericSetup/ZCTextIndex/configure.zcml
 %%ZOPEBASEDIR%%/Products/GenericSetup/ZCTextIndex/exportimport.py
+%%ZOPEBASEDIR%%/Products/GenericSetup/ZCTextIndex/exportimport.pyc
 %%ZOPEBASEDIR%%/Products/GenericSetup/ZCTextIndex/tests/__init__.py
-%%ZOPEBASEDIR%%/Products/GenericSetup/ZCTextIndex/tests/test_exportimport.py
 %%ZOPEBASEDIR%%/Products/GenericSetup/ZCTextIndex/tests/__init__.pyc
+%%ZOPEBASEDIR%%/Products/GenericSetup/ZCTextIndex/tests/test_exportimport.py
 %%ZOPEBASEDIR%%/Products/GenericSetup/ZCTextIndex/tests/test_exportimport.pyc
-%%ZOPEBASEDIR%%/Products/GenericSetup/ZCTextIndex/__init__.pyc
-%%ZOPEBASEDIR%%/Products/GenericSetup/ZCTextIndex/exportimport.pyc
+%%ZOPEBASEDIR%%/Products/GenericSetup/ZCatalog/__init__.py
+%%ZOPEBASEDIR%%/Products/GenericSetup/ZCatalog/__init__.pyc
+%%ZOPEBASEDIR%%/Products/GenericSetup/ZCatalog/configure.zcml
+%%ZOPEBASEDIR%%/Products/GenericSetup/ZCatalog/exportimport.py
+%%ZOPEBASEDIR%%/Products/GenericSetup/ZCatalog/exportimport.pyc
+%%ZOPEBASEDIR%%/Products/GenericSetup/ZCatalog/tests/__init__.py
+%%ZOPEBASEDIR%%/Products/GenericSetup/ZCatalog/tests/__init__.pyc
+%%ZOPEBASEDIR%%/Products/GenericSetup/ZCatalog/tests/test_exportimport.py
+%%ZOPEBASEDIR%%/Products/GenericSetup/ZCatalog/tests/test_exportimport.pyc
+%%ZOPEBASEDIR%%/Products/GenericSetup/__init__.py
 %%ZOPEBASEDIR%%/Products/GenericSetup/__init__.pyc
+%%ZOPEBASEDIR%%/Products/GenericSetup/bbb/__init__.py
+%%ZOPEBASEDIR%%/Products/GenericSetup/bbb/__init__.pyc
+%%ZOPEBASEDIR%%/Products/GenericSetup/bbb/registry.py
+%%ZOPEBASEDIR%%/Products/GenericSetup/bbb/registry.pyc
+%%ZOPEBASEDIR%%/Products/GenericSetup/bbb/tool.py
+%%ZOPEBASEDIR%%/Products/GenericSetup/bbb/tool.pyc
+%%ZOPEBASEDIR%%/Products/GenericSetup/browser/__init__.py
+%%ZOPEBASEDIR%%/Products/GenericSetup/browser/__init__.pyc
+%%ZOPEBASEDIR%%/Products/GenericSetup/browser/addWithPresettings.pt
+%%ZOPEBASEDIR%%/Products/GenericSetup/browser/utils.py
+%%ZOPEBASEDIR%%/Products/GenericSetup/browser/utils.pyc
+%%ZOPEBASEDIR%%/Products/GenericSetup/configure.zcml
+%%ZOPEBASEDIR%%/Products/GenericSetup/content.py
 %%ZOPEBASEDIR%%/Products/GenericSetup/content.pyc
+%%ZOPEBASEDIR%%/Products/GenericSetup/context.py
 %%ZOPEBASEDIR%%/Products/GenericSetup/context.pyc
+%%ZOPEBASEDIR%%/Products/GenericSetup/differ.py
 %%ZOPEBASEDIR%%/Products/GenericSetup/differ.pyc
+%%ZOPEBASEDIR%%/Products/GenericSetup/doc/handlers.txt
+%%ZOPEBASEDIR%%/Products/GenericSetup/doc/profiles.txt
+%%ZOPEBASEDIR%%/Products/GenericSetup/exceptions.py
 %%ZOPEBASEDIR%%/Products/GenericSetup/exceptions.pyc
+%%ZOPEBASEDIR%%/Products/GenericSetup/interfaces.py
 %%ZOPEBASEDIR%%/Products/GenericSetup/interfaces.pyc
+%%ZOPEBASEDIR%%/Products/GenericSetup/meta.zcml
+%%ZOPEBASEDIR%%/Products/GenericSetup/permissions.py
 %%ZOPEBASEDIR%%/Products/GenericSetup/permissions.pyc
+%%ZOPEBASEDIR%%/Products/GenericSetup/registry.py
 %%ZOPEBASEDIR%%/Products/GenericSetup/registry.pyc
+%%ZOPEBASEDIR%%/Products/GenericSetup/rolemap.py
 %%ZOPEBASEDIR%%/Products/GenericSetup/rolemap.pyc
+%%ZOPEBASEDIR%%/Products/GenericSetup/testing.py
 %%ZOPEBASEDIR%%/Products/GenericSetup/testing.pyc
+%%ZOPEBASEDIR%%/Products/GenericSetup/tests/__init__.py
+%%ZOPEBASEDIR%%/Products/GenericSetup/tests/__init__.pyc
+%%ZOPEBASEDIR%%/Products/GenericSetup/tests/common.py
+%%ZOPEBASEDIR%%/Products/GenericSetup/tests/common.pyc
+%%ZOPEBASEDIR%%/Products/GenericSetup/tests/conformance.py
+%%ZOPEBASEDIR%%/Products/GenericSetup/tests/conformance.pyc
+%%ZOPEBASEDIR%%/Products/GenericSetup/tests/default_profile/export_steps.xml
+%%ZOPEBASEDIR%%/Products/GenericSetup/tests/default_profile/import_steps.xml
+%%ZOPEBASEDIR%%/Products/GenericSetup/tests/default_profile/profile.ini
+%%ZOPEBASEDIR%%/Products/GenericSetup/tests/default_profile/toolset.xml
+%%ZOPEBASEDIR%%/Products/GenericSetup/tests/faux_objects.py
+%%ZOPEBASEDIR%%/Products/GenericSetup/tests/faux_objects.pyc
+%%ZOPEBASEDIR%%/Products/GenericSetup/tests/simple.png
+%%ZOPEBASEDIR%%/Products/GenericSetup/tests/test_content.py
+%%ZOPEBASEDIR%%/Products/GenericSetup/tests/test_content.pyc
+%%ZOPEBASEDIR%%/Products/GenericSetup/tests/test_context.py
+%%ZOPEBASEDIR%%/Products/GenericSetup/tests/test_context.pyc
+%%ZOPEBASEDIR%%/Products/GenericSetup/tests/test_differ.py
+%%ZOPEBASEDIR%%/Products/GenericSetup/tests/test_differ.pyc
+%%ZOPEBASEDIR%%/Products/GenericSetup/tests/test_registry.py
+%%ZOPEBASEDIR%%/Products/GenericSetup/tests/test_registry.pyc
+%%ZOPEBASEDIR%%/Products/GenericSetup/tests/test_rolemap.py
+%%ZOPEBASEDIR%%/Products/GenericSetup/tests/test_rolemap.pyc
+%%ZOPEBASEDIR%%/Products/GenericSetup/tests/test_tool.py
+%%ZOPEBASEDIR%%/Products/GenericSetup/tests/test_tool.pyc
+%%ZOPEBASEDIR%%/Products/GenericSetup/tests/test_utils.py
+%%ZOPEBASEDIR%%/Products/GenericSetup/tests/test_utils.pyc
+%%ZOPEBASEDIR%%/Products/GenericSetup/tests/test_zcml.py
+%%ZOPEBASEDIR%%/Products/GenericSetup/tests/test_zcml.pyc
+%%ZOPEBASEDIR%%/Products/GenericSetup/tool.py
 %%ZOPEBASEDIR%%/Products/GenericSetup/tool.pyc
+%%ZOPEBASEDIR%%/Products/GenericSetup/utils.py
 %%ZOPEBASEDIR%%/Products/GenericSetup/utils.pyc
+%%ZOPEBASEDIR%%/Products/GenericSetup/version.txt
+%%ZOPEBASEDIR%%/Products/GenericSetup/www/sutCompare.zpt
+%%ZOPEBASEDIR%%/Products/GenericSetup/www/sutExportSteps.zpt
+%%ZOPEBASEDIR%%/Products/GenericSetup/www/sutImportSteps.zpt
+%%ZOPEBASEDIR%%/Products/GenericSetup/www/sutProperties.zpt
+%%ZOPEBASEDIR%%/Products/GenericSetup/www/sutSnapshots.zpt
+%%ZOPEBASEDIR%%/Products/GenericSetup/www/tool.png
+%%ZOPEBASEDIR%%/Products/GenericSetup/www/toolAdd.zpt
+%%ZOPEBASEDIR%%/Products/GenericSetup/xml/esrExport.xml
+%%ZOPEBASEDIR%%/Products/GenericSetup/xml/isrExport.xml
+%%ZOPEBASEDIR%%/Products/GenericSetup/xml/rmeExport.xml
+%%ZOPEBASEDIR%%/Products/GenericSetup/xml/tscExport.xml
+%%ZOPEBASEDIR%%/Products/GenericSetup/zcml.py
 %%ZOPEBASEDIR%%/Products/GenericSetup/zcml.pyc
-@dirrm %%ZOPEBASEDIR%%/Products/GenericSetup/bbb
-@dirrm %%ZOPEBASEDIR%%/Products/GenericSetup/browser
-@dirrm %%ZOPEBASEDIR%%/Products/GenericSetup/doc
-@dirrm %%ZOPEBASEDIR%%/Products/GenericSetup/MailHost/tests
-@dirrm %%ZOPEBASEDIR%%/Products/GenericSetup/MailHost
-@dirrm %%ZOPEBASEDIR%%/Products/GenericSetup/OFSP/tests
-@dirrm %%ZOPEBASEDIR%%/Products/GenericSetup/OFSP
-@dirrm %%ZOPEBASEDIR%%/Products/GenericSetup/PageTemplates/tests
-@dirrm %%ZOPEBASEDIR%%/Products/GenericSetup/PageTemplates
-@dirrm %%ZOPEBASEDIR%%/Products/GenericSetup/PluginIndexes/tests
-@dirrm %%ZOPEBASEDIR%%/Products/GenericSetup/PluginIndexes
-@dirrm %%ZOPEBASEDIR%%/Products/GenericSetup/PythonScripts/tests
-@dirrm %%ZOPEBASEDIR%%/Products/GenericSetup/PythonScripts
-@dirrm %%ZOPEBASEDIR%%/Products/GenericSetup/tests/default_profile
-@dirrm %%ZOPEBASEDIR%%/Products/GenericSetup/tests
-@dirrm %%ZOPEBASEDIR%%/Products/GenericSetup/www
-@dirrm %%ZOPEBASEDIR%%/Products/GenericSetup/xml
-@dirrm %%ZOPEBASEDIR%%/Products/GenericSetup/ZCatalog/tests
-@dirrm %%ZOPEBASEDIR%%/Products/GenericSetup/ZCatalog
-@dirrm %%ZOPEBASEDIR%%/Products/GenericSetup/ZCTextIndex/tests
-@dirrm %%ZOPEBASEDIR%%/Products/GenericSetup/ZCTextIndex
-@dirrm %%ZOPEBASEDIR%%/Products/GenericSetup
-%%ZOPEBASEDIR%%/Products/GroupUserFolder/__init__.py
 %%ZOPEBASEDIR%%/Products/GroupUserFolder/ABOUT
 %%ZOPEBASEDIR%%/Products/GroupUserFolder/CHANGES
-%%ZOPEBASEDIR%%/Products/GroupUserFolder/class_utility.py
 %%ZOPEBASEDIR%%/Products/GroupUserFolder/CONTRIBUTORS
+%%ZOPEBASEDIR%%/Products/GroupUserFolder/DynaList.py
+%%ZOPEBASEDIR%%/Products/GroupUserFolder/DynaList.pyc
+%%ZOPEBASEDIR%%/Products/GroupUserFolder/Extensions/Install.py
+%%ZOPEBASEDIR%%/Products/GroupUserFolder/Extensions/Install.pyc
+%%ZOPEBASEDIR%%/Products/GroupUserFolder/Extensions/__init__.py
+%%ZOPEBASEDIR%%/Products/GroupUserFolder/Extensions/__init__.pyc
+%%ZOPEBASEDIR%%/Products/GroupUserFolder/GRUFFolder.py
+%%ZOPEBASEDIR%%/Products/GroupUserFolder/GRUFFolder.pyc
+%%ZOPEBASEDIR%%/Products/GroupUserFolder/GRUFUser.py
+%%ZOPEBASEDIR%%/Products/GroupUserFolder/GRUFUser.pyc
+%%ZOPEBASEDIR%%/Products/GroupUserFolder/GroupDataTool.py
+%%ZOPEBASEDIR%%/Products/GroupUserFolder/GroupDataTool.pyc
+%%ZOPEBASEDIR%%/Products/GroupUserFolder/GroupUserFolder.py
+%%ZOPEBASEDIR%%/Products/GroupUserFolder/GroupUserFolder.pyc
+%%ZOPEBASEDIR%%/Products/GroupUserFolder/GroupsTool.py
+%%ZOPEBASEDIR%%/Products/GroupUserFolder/GroupsTool.pyc
+%%ZOPEBASEDIR%%/Products/GroupUserFolder/GroupsToolPermissions.py
+%%ZOPEBASEDIR%%/Products/GroupUserFolder/GroupsToolPermissions.pyc
+%%ZOPEBASEDIR%%/Products/GroupUserFolder/INSTALL.txt
+%%ZOPEBASEDIR%%/Products/GroupUserFolder/Installation.py
+%%ZOPEBASEDIR%%/Products/GroupUserFolder/Installation.pyc
+%%ZOPEBASEDIR%%/Products/GroupUserFolder/LDAPGroupFolder.py
+%%ZOPEBASEDIR%%/Products/GroupUserFolder/LDAPGroupFolder.pyc
+%%ZOPEBASEDIR%%/Products/GroupUserFolder/LDAPUserFolderAdapter.py
+%%ZOPEBASEDIR%%/Products/GroupUserFolder/LDAPUserFolderAdapter.pyc
+%%ZOPEBASEDIR%%/Products/GroupUserFolder/LICENSE
+%%ZOPEBASEDIR%%/Products/GroupUserFolder/LICENSE.txt
+%%ZOPEBASEDIR%%/Products/GroupUserFolder/Log.py
+%%ZOPEBASEDIR%%/Products/GroupUserFolder/Log.pyc
+%%ZOPEBASEDIR%%/Products/GroupUserFolder/PRODUCT_NAME
+%%ZOPEBASEDIR%%/Products/GroupUserFolder/PloneFeaturePreview.py
+%%ZOPEBASEDIR%%/Products/GroupUserFolder/PloneFeaturePreview.pyc
+%%ZOPEBASEDIR%%/Products/GroupUserFolder/README.txt
+%%ZOPEBASEDIR%%/Products/GroupUserFolder/TESTED_WITH
+%%ZOPEBASEDIR%%/Products/GroupUserFolder/TODO
+%%ZOPEBASEDIR%%/Products/GroupUserFolder/__init__.py
+%%ZOPEBASEDIR%%/Products/GroupUserFolder/__init__.pyc
+%%ZOPEBASEDIR%%/Products/GroupUserFolder/class_utility.py
+%%ZOPEBASEDIR%%/Products/GroupUserFolder/class_utility.pyc
 %%ZOPEBASEDIR%%/Products/GroupUserFolder/cvs2cl.pl
 %%ZOPEBASEDIR%%/Products/GroupUserFolder/debian/changelog
 %%ZOPEBASEDIR%%/Products/GroupUserFolder/debian/config
@@ -4934,24 +4657,20 @@
 %%ZOPEBASEDIR%%/Products/GroupUserFolder/debian/watch
 %%ZOPEBASEDIR%%/Products/GroupUserFolder/design.txt
 %%ZOPEBASEDIR%%/Products/GroupUserFolder/doc/FAQ
-%%ZOPEBASEDIR%%/Products/GroupUserFolder/doc/folder_contents.png
 %%ZOPEBASEDIR%%/Products/GroupUserFolder/doc/GRUF3.0.stx
 %%ZOPEBASEDIR%%/Products/GroupUserFolder/doc/GRUFLogo.png
+%%ZOPEBASEDIR%%/Products/GroupUserFolder/doc/SCREENSHOTS
+%%ZOPEBASEDIR%%/Products/GroupUserFolder/doc/folder_contents.png
 %%ZOPEBASEDIR%%/Products/GroupUserFolder/doc/icon.png
 %%ZOPEBASEDIR%%/Products/GroupUserFolder/doc/interview.txt
 %%ZOPEBASEDIR%%/Products/GroupUserFolder/doc/menu.png
-%%ZOPEBASEDIR%%/Products/GroupUserFolder/doc/SCREENSHOTS
 %%ZOPEBASEDIR%%/Products/GroupUserFolder/doc/tab_audit.png
 %%ZOPEBASEDIR%%/Products/GroupUserFolder/doc/tab_groups.png
 %%ZOPEBASEDIR%%/Products/GroupUserFolder/doc/tab_overview.png
 %%ZOPEBASEDIR%%/Products/GroupUserFolder/doc/tab_sources.png
 %%ZOPEBASEDIR%%/Products/GroupUserFolder/doc/tab_users.png
 %%ZOPEBASEDIR%%/Products/GroupUserFolder/doc/user_edit.png
-%%ZOPEBASEDIR%%/Products/GroupUserFolder/dtml/addLDAPGroupFolder.dtml
-%%ZOPEBASEDIR%%/Products/GroupUserFolder/dtml/configureGroupsTool.dtml
-%%ZOPEBASEDIR%%/Products/GroupUserFolder/dtml/explainGroupDataTool.dtml
-%%ZOPEBASEDIR%%/Products/GroupUserFolder/dtml/explainGroupsTool.dtml
-%%ZOPEBASEDIR%%/Products/GroupUserFolder/dtml/groups.dtml
+%%ZOPEBASEDIR%%/Products/GroupUserFolder/dtml/GRUFFolder_main.dtml
 %%ZOPEBASEDIR%%/Products/GroupUserFolder/dtml/GRUF_audit.zpt
 %%ZOPEBASEDIR%%/Products/GroupUserFolder/dtml/GRUF_contents.zpt
 %%ZOPEBASEDIR%%/Products/GroupUserFolder/dtml/GRUF_groups.zpt
@@ -4960,184 +4679,148 @@
 %%ZOPEBASEDIR%%/Products/GroupUserFolder/dtml/GRUF_user.zpt
 %%ZOPEBASEDIR%%/Products/GroupUserFolder/dtml/GRUF_users.zpt
 %%ZOPEBASEDIR%%/Products/GroupUserFolder/dtml/GRUF_wizard.zpt
-%%ZOPEBASEDIR%%/Products/GroupUserFolder/dtml/GRUFFolder_main.dtml
+%%ZOPEBASEDIR%%/Products/GroupUserFolder/dtml/addLDAPGroupFolder.dtml
+%%ZOPEBASEDIR%%/Products/GroupUserFolder/dtml/configureGroupsTool.dtml
+%%ZOPEBASEDIR%%/Products/GroupUserFolder/dtml/explainGroupDataTool.dtml
+%%ZOPEBASEDIR%%/Products/GroupUserFolder/dtml/explainGroupsTool.dtml
+%%ZOPEBASEDIR%%/Products/GroupUserFolder/dtml/groups.dtml
 %%ZOPEBASEDIR%%/Products/GroupUserFolder/dtml/roles.png
-%%ZOPEBASEDIR%%/Products/GroupUserFolder/DynaList.py
-%%ZOPEBASEDIR%%/Products/GroupUserFolder/Extensions/__init__.py
-%%ZOPEBASEDIR%%/Products/GroupUserFolder/Extensions/Install.py
-%%ZOPEBASEDIR%%/Products/GroupUserFolder/Extensions/Install.pyc
-%%ZOPEBASEDIR%%/Products/GroupUserFolder/Extensions/__init__.pyc
 %%ZOPEBASEDIR%%/Products/GroupUserFolder/global_symbols.py
-%%ZOPEBASEDIR%%/Products/GroupUserFolder/GroupDataTool.py
-%%ZOPEBASEDIR%%/Products/GroupUserFolder/GroupsTool.py
-%%ZOPEBASEDIR%%/Products/GroupUserFolder/GroupsToolPermissions.py
-%%ZOPEBASEDIR%%/Products/GroupUserFolder/GroupUserFolder.py
-%%ZOPEBASEDIR%%/Products/GroupUserFolder/GRUFFolder.py
-%%ZOPEBASEDIR%%/Products/GroupUserFolder/GRUFUser.py
-%%ZOPEBASEDIR%%/Products/GroupUserFolder/INSTALL.txt
-%%ZOPEBASEDIR%%/Products/GroupUserFolder/Installation.py
-%%ZOPEBASEDIR%%/Products/GroupUserFolder/interfaces/__init__.py
+%%ZOPEBASEDIR%%/Products/GroupUserFolder/global_symbols.pyc
 %%ZOPEBASEDIR%%/Products/GroupUserFolder/interfaces/IUserFolder.py
-%%ZOPEBASEDIR%%/Products/GroupUserFolder/interfaces/portal_groupdata.py
-%%ZOPEBASEDIR%%/Products/GroupUserFolder/interfaces/portal_groups.py
 %%ZOPEBASEDIR%%/Products/GroupUserFolder/interfaces/IUserFolder.pyc
+%%ZOPEBASEDIR%%/Products/GroupUserFolder/interfaces/__init__.py
 %%ZOPEBASEDIR%%/Products/GroupUserFolder/interfaces/__init__.pyc
+%%ZOPEBASEDIR%%/Products/GroupUserFolder/interfaces/portal_groupdata.py
 %%ZOPEBASEDIR%%/Products/GroupUserFolder/interfaces/portal_groupdata.pyc
+%%ZOPEBASEDIR%%/Products/GroupUserFolder/interfaces/portal_groups.py
 %%ZOPEBASEDIR%%/Products/GroupUserFolder/interfaces/portal_groups.pyc
-%%ZOPEBASEDIR%%/Products/GroupUserFolder/LDAPGroupFolder.py
-%%ZOPEBASEDIR%%/Products/GroupUserFolder/LDAPUserFolderAdapter.py
-%%ZOPEBASEDIR%%/Products/GroupUserFolder/LICENSE
-%%ZOPEBASEDIR%%/Products/GroupUserFolder/LICENSE.txt
-%%ZOPEBASEDIR%%/Products/GroupUserFolder/Log.py
-%%ZOPEBASEDIR%%/Products/GroupUserFolder/PloneFeaturePreview.py
 %%ZOPEBASEDIR%%/Products/GroupUserFolder/product.txt
-%%ZOPEBASEDIR%%/Products/GroupUserFolder/PRODUCT_NAME
-%%ZOPEBASEDIR%%/Products/GroupUserFolder/README.txt
+%%ZOPEBASEDIR%%/Products/GroupUserFolder/skins/gruf/GroupSpaceFolderishType_view.pt.old
 %%ZOPEBASEDIR%%/Products/GroupUserFolder/skins/gruf/change_password.py
 %%ZOPEBASEDIR%%/Products/GroupUserFolder/skins/gruf/defaultGroup.gif
 %%ZOPEBASEDIR%%/Products/GroupUserFolder/skins/gruf/folder_localrole_form_plone1.pt
 %%ZOPEBASEDIR%%/Products/GroupUserFolder/skins/gruf/getUsersInGroup.py
-%%ZOPEBASEDIR%%/Products/GroupUserFolder/skins/gruf/GroupSpaceFolderishType_view.pt.old
 %%ZOPEBASEDIR%%/Products/GroupUserFolder/skins/gruf/gruf_ldap_required_fields.py
 %%ZOPEBASEDIR%%/Products/GroupUserFolder/skins/gruf/prefs_group_manage.cpy
 %%ZOPEBASEDIR%%/Products/GroupUserFolder/skins/gruf/prefs_group_manage.cpy.metadata
-%%ZOPEBASEDIR%%/Products/GroupUserFolder/skins/gruf_plone_2_0/folder_localrole_form.pt
 %%ZOPEBASEDIR%%/Products/GroupUserFolder/skins/gruf_plone_2_0/README.txt
-%%ZOPEBASEDIR%%/Products/GroupUserFolder/TESTED_WITH
-%%ZOPEBASEDIR%%/Products/GroupUserFolder/tests/__init__.py
-%%ZOPEBASEDIR%%/Products/GroupUserFolder/tests/framework.py
+%%ZOPEBASEDIR%%/Products/GroupUserFolder/skins/gruf_plone_2_0/folder_localrole_form.pt
 %%ZOPEBASEDIR%%/Products/GroupUserFolder/tests/GRUFTestCase.py
+%%ZOPEBASEDIR%%/Products/GroupUserFolder/tests/GRUFTestCase.pyc
 %%ZOPEBASEDIR%%/Products/GroupUserFolder/tests/Log.py
+%%ZOPEBASEDIR%%/Products/GroupUserFolder/tests/Log.pyc
 %%ZOPEBASEDIR%%/Products/GroupUserFolder/tests/README
+%%ZOPEBASEDIR%%/Products/GroupUserFolder/tests/__init__.py
+%%ZOPEBASEDIR%%/Products/GroupUserFolder/tests/__init__.pyc
+%%ZOPEBASEDIR%%/Products/GroupUserFolder/tests/framework.py
+%%ZOPEBASEDIR%%/Products/GroupUserFolder/tests/framework.pyc
 %%ZOPEBASEDIR%%/Products/GroupUserFolder/tests/runalltests.py
+%%ZOPEBASEDIR%%/Products/GroupUserFolder/tests/runalltests.pyc
 %%ZOPEBASEDIR%%/Products/GroupUserFolder/tests/runtests.sh
 %%ZOPEBASEDIR%%/Products/GroupUserFolder/tests/runtests_std_zope.sh
 %%ZOPEBASEDIR%%/Products/GroupUserFolder/tests/testGroupUserFolder.py
-%%ZOPEBASEDIR%%/Products/GroupUserFolder/tests/testGroupUserFolderAPI.py
-%%ZOPEBASEDIR%%/Products/GroupUserFolder/tests/testInterface.py
-%%ZOPEBASEDIR%%/Products/GroupUserFolder/tests/testLDAPGroupFolder.py
-%%ZOPEBASEDIR%%/Products/GroupUserFolder/tests/testLDAPUserFolder.py
-%%ZOPEBASEDIR%%/Products/GroupUserFolder/tests/testMultipleSources.py
-%%ZOPEBASEDIR%%/Products/GroupUserFolder/tests/testPloneInterface.py
-%%ZOPEBASEDIR%%/Products/GroupUserFolder/tests/testPloneTools.py
-%%ZOPEBASEDIR%%/Products/GroupUserFolder/tests/testUserAPI.py
-%%ZOPEBASEDIR%%/Products/GroupUserFolder/tests/GRUFTestCase.pyc
-%%ZOPEBASEDIR%%/Products/GroupUserFolder/tests/Log.pyc
-%%ZOPEBASEDIR%%/Products/GroupUserFolder/tests/__init__.pyc
-%%ZOPEBASEDIR%%/Products/GroupUserFolder/tests/framework.pyc
-%%ZOPEBASEDIR%%/Products/GroupUserFolder/tests/runalltests.pyc
 %%ZOPEBASEDIR%%/Products/GroupUserFolder/tests/testGroupUserFolder.pyc
+%%ZOPEBASEDIR%%/Products/GroupUserFolder/tests/testGroupUserFolderAPI.py
 %%ZOPEBASEDIR%%/Products/GroupUserFolder/tests/testGroupUserFolderAPI.pyc
+%%ZOPEBASEDIR%%/Products/GroupUserFolder/tests/testInterface.py
 %%ZOPEBASEDIR%%/Products/GroupUserFolder/tests/testInterface.pyc
+%%ZOPEBASEDIR%%/Products/GroupUserFolder/tests/testLDAPGroupFolder.py
 %%ZOPEBASEDIR%%/Products/GroupUserFolder/tests/testLDAPGroupFolder.pyc
+%%ZOPEBASEDIR%%/Products/GroupUserFolder/tests/testLDAPUserFolder.py
 %%ZOPEBASEDIR%%/Products/GroupUserFolder/tests/testLDAPUserFolder.pyc
+%%ZOPEBASEDIR%%/Products/GroupUserFolder/tests/testMultipleSources.py
 %%ZOPEBASEDIR%%/Products/GroupUserFolder/tests/testMultipleSources.pyc
+%%ZOPEBASEDIR%%/Products/GroupUserFolder/tests/testPloneInterface.py
 %%ZOPEBASEDIR%%/Products/GroupUserFolder/tests/testPloneInterface.pyc
+%%ZOPEBASEDIR%%/Products/GroupUserFolder/tests/testPloneTools.py
 %%ZOPEBASEDIR%%/Products/GroupUserFolder/tests/testPloneTools.pyc
+%%ZOPEBASEDIR%%/Products/GroupUserFolder/tests/testUserAPI.py
 %%ZOPEBASEDIR%%/Products/GroupUserFolder/tests/testUserAPI.pyc
-%%ZOPEBASEDIR%%/Products/GroupUserFolder/TODO
 %%ZOPEBASEDIR%%/Products/GroupUserFolder/tool.gif
 %%ZOPEBASEDIR%%/Products/GroupUserFolder/version.txt
-%%ZOPEBASEDIR%%/Products/GroupUserFolder/www/down_arrow.gif
-%%ZOPEBASEDIR%%/Products/GroupUserFolder/www/down_arrow_grey.gif
-%%ZOPEBASEDIR%%/Products/GroupUserFolder/www/GroupUserFolder.gif
 %%ZOPEBASEDIR%%/Products/GroupUserFolder/www/GRUFGroups.gif
 %%ZOPEBASEDIR%%/Products/GroupUserFolder/www/GRUFUsers.gif
+%%ZOPEBASEDIR%%/Products/GroupUserFolder/www/GroupUserFolder.gif
 %%ZOPEBASEDIR%%/Products/GroupUserFolder/www/LDAPGroupFolder.gif
+%%ZOPEBASEDIR%%/Products/GroupUserFolder/www/down_arrow.gif
+%%ZOPEBASEDIR%%/Products/GroupUserFolder/www/down_arrow_grey.gif
 %%ZOPEBASEDIR%%/Products/GroupUserFolder/www/up_arrow.gif
 %%ZOPEBASEDIR%%/Products/GroupUserFolder/www/up_arrow_grey.gif
-%%ZOPEBASEDIR%%/Products/GroupUserFolder/DynaList.pyc
-%%ZOPEBASEDIR%%/Products/GroupUserFolder/GRUFFolder.pyc
-%%ZOPEBASEDIR%%/Products/GroupUserFolder/GRUFUser.pyc
-%%ZOPEBASEDIR%%/Products/GroupUserFolder/GroupDataTool.pyc
-%%ZOPEBASEDIR%%/Products/GroupUserFolder/GroupUserFolder.pyc
-%%ZOPEBASEDIR%%/Products/GroupUserFolder/GroupsTool.pyc
-%%ZOPEBASEDIR%%/Products/GroupUserFolder/Installation.pyc
-%%ZOPEBASEDIR%%/Products/GroupUserFolder/GroupsToolPermissions.pyc
-%%ZOPEBASEDIR%%/Products/GroupUserFolder/LDAPGroupFolder.pyc
-%%ZOPEBASEDIR%%/Products/GroupUserFolder/LDAPUserFolderAdapter.pyc
-%%ZOPEBASEDIR%%/Products/GroupUserFolder/Log.pyc
-%%ZOPEBASEDIR%%/Products/GroupUserFolder/PloneFeaturePreview.pyc
-%%ZOPEBASEDIR%%/Products/GroupUserFolder/__init__.pyc
-%%ZOPEBASEDIR%%/Products/GroupUserFolder/class_utility.pyc
-%%ZOPEBASEDIR%%/Products/GroupUserFolder/global_symbols.pyc
-@dirrm %%ZOPEBASEDIR%%/Products/GroupUserFolder/debian
-@dirrm %%ZOPEBASEDIR%%/Products/GroupUserFolder/doc
-@dirrm %%ZOPEBASEDIR%%/Products/GroupUserFolder/dtml
-@dirrm %%ZOPEBASEDIR%%/Products/GroupUserFolder/Extensions
-@dirrm %%ZOPEBASEDIR%%/Products/GroupUserFolder/interfaces
-@dirrm %%ZOPEBASEDIR%%/Products/GroupUserFolder/skins/gruf
-@dirrm %%ZOPEBASEDIR%%/Products/GroupUserFolder/skins/gruf_plone_2_0
-@dirrm %%ZOPEBASEDIR%%/Products/GroupUserFolder/skins
-@dirrm %%ZOPEBASEDIR%%/Products/GroupUserFolder/tests
-@dirrm %%ZOPEBASEDIR%%/Products/GroupUserFolder/www
-@dirrm %%ZOPEBASEDIR%%/Products/GroupUserFolder
+%%ZOPEBASEDIR%%/Products/Marshall/COPYRIGHT.txt
+%%ZOPEBASEDIR%%/Products/Marshall/Extensions/Install.py
+%%ZOPEBASEDIR%%/Products/Marshall/Extensions/Install.pyc
+%%ZOPEBASEDIR%%/Products/Marshall/Extensions/__init__.py
+%%ZOPEBASEDIR%%/Products/Marshall/Extensions/__init__.pyc
+%%ZOPEBASEDIR%%/Products/Marshall/Extensions/export.py
+%%ZOPEBASEDIR%%/Products/Marshall/Extensions/export.pyc
+%%ZOPEBASEDIR%%/Products/Marshall/INSTALL.txt
+%%ZOPEBASEDIR%%/Products/Marshall/LICENSE.txt
+%%ZOPEBASEDIR%%/Products/Marshall/README.txt
+%%ZOPEBASEDIR%%/Products/Marshall/TODO.txt
 %%ZOPEBASEDIR%%/Products/Marshall/__init__.py
+%%ZOPEBASEDIR%%/Products/Marshall/__init__.pyc
 %%ZOPEBASEDIR%%/Products/Marshall/config.py
-%%ZOPEBASEDIR%%/Products/Marshall/COPYRIGHT.txt
+%%ZOPEBASEDIR%%/Products/Marshall/config.pyc
 %%ZOPEBASEDIR%%/Products/Marshall/doc/ATETREE.txt
 %%ZOPEBASEDIR%%/Products/Marshall/doc/README.txt
 %%ZOPEBASEDIR%%/Products/Marshall/exceptions.py
+%%ZOPEBASEDIR%%/Products/Marshall/exceptions.pyc
 %%ZOPEBASEDIR%%/Products/Marshall/export.py
+%%ZOPEBASEDIR%%/Products/Marshall/export.pyc
 %%ZOPEBASEDIR%%/Products/Marshall/expression.py
-%%ZOPEBASEDIR%%/Products/Marshall/Extensions/__init__.py
-%%ZOPEBASEDIR%%/Products/Marshall/Extensions/export.py
-%%ZOPEBASEDIR%%/Products/Marshall/Extensions/Install.py
-%%ZOPEBASEDIR%%/Products/Marshall/Extensions/Install.pyc
-%%ZOPEBASEDIR%%/Products/Marshall/Extensions/__init__.pyc
-%%ZOPEBASEDIR%%/Products/Marshall/Extensions/export.pyc
+%%ZOPEBASEDIR%%/Products/Marshall/expression.pyc
 %%ZOPEBASEDIR%%/Products/Marshall/handlers/__init__.py
-%%ZOPEBASEDIR%%/Products/Marshall/handlers/_xml.py
 %%ZOPEBASEDIR%%/Products/Marshall/handlers/__init__.pyc
+%%ZOPEBASEDIR%%/Products/Marshall/handlers/_xml.py
 %%ZOPEBASEDIR%%/Products/Marshall/handlers/_xml.pyc
-%%ZOPEBASEDIR%%/Products/Marshall/INSTALL.txt
 %%ZOPEBASEDIR%%/Products/Marshall/interfaces/__init__.py
-%%ZOPEBASEDIR%%/Products/Marshall/interfaces/predicate.py
 %%ZOPEBASEDIR%%/Products/Marshall/interfaces/__init__.pyc
+%%ZOPEBASEDIR%%/Products/Marshall/interfaces/predicate.py
 %%ZOPEBASEDIR%%/Products/Marshall/interfaces/predicate.pyc
-%%ZOPEBASEDIR%%/Products/Marshall/LICENSE.txt
 %%ZOPEBASEDIR%%/Products/Marshall/makefile.in
 %%ZOPEBASEDIR%%/Products/Marshall/marshaller.py
+%%ZOPEBASEDIR%%/Products/Marshall/marshaller.pyc
 %%ZOPEBASEDIR%%/Products/Marshall/predicates/__init__.py
-%%ZOPEBASEDIR%%/Products/Marshall/predicates/_base.py
-%%ZOPEBASEDIR%%/Products/Marshall/predicates/_xmlns.py
 %%ZOPEBASEDIR%%/Products/Marshall/predicates/__init__.pyc
+%%ZOPEBASEDIR%%/Products/Marshall/predicates/_base.py
 %%ZOPEBASEDIR%%/Products/Marshall/predicates/_base.pyc
+%%ZOPEBASEDIR%%/Products/Marshall/predicates/_xmlns.py
 %%ZOPEBASEDIR%%/Products/Marshall/predicates/_xmlns.pyc
-%%ZOPEBASEDIR%%/Products/Marshall/README.txt
 %%ZOPEBASEDIR%%/Products/Marshall/registry.py
+%%ZOPEBASEDIR%%/Products/Marshall/registry.pyc
 %%ZOPEBASEDIR%%/Products/Marshall/setup.py
+%%ZOPEBASEDIR%%/Products/Marshall/setup.pyc
 %%ZOPEBASEDIR%%/Products/Marshall/tests/__init__.py
+%%ZOPEBASEDIR%%/Products/Marshall/tests/__init__.pyc
 %%ZOPEBASEDIR%%/Products/Marshall/tests/base.py
+%%ZOPEBASEDIR%%/Products/Marshall/tests/base.pyc
 %%ZOPEBASEDIR%%/Products/Marshall/tests/data/file.html
 %%ZOPEBASEDIR%%/Products/Marshall/tests/data/file.pdf
 %%ZOPEBASEDIR%%/Products/Marshall/tests/data/file.txt
 %%ZOPEBASEDIR%%/Products/Marshall/tests/data/image.gif
 %%ZOPEBASEDIR%%/Products/Marshall/tests/examples/__init__.py
-%%ZOPEBASEDIR%%/Products/Marshall/tests/examples/blob.py
-%%ZOPEBASEDIR%%/Products/Marshall/tests/examples/person.py
 %%ZOPEBASEDIR%%/Products/Marshall/tests/examples/__init__.pyc
+%%ZOPEBASEDIR%%/Products/Marshall/tests/examples/blob.py
 %%ZOPEBASEDIR%%/Products/Marshall/tests/examples/blob.pyc
+%%ZOPEBASEDIR%%/Products/Marshall/tests/examples/person.py
 %%ZOPEBASEDIR%%/Products/Marshall/tests/examples/person.pyc
 %%ZOPEBASEDIR%%/Products/Marshall/tests/export/atxml/.metadata/test
 %%ZOPEBASEDIR%%/Products/Marshall/tests/export/atxml/test
 %%ZOPEBASEDIR%%/Products/Marshall/tests/framework.py
+%%ZOPEBASEDIR%%/Products/Marshall/tests/framework.pyc
 %%ZOPEBASEDIR%%/Products/Marshall/tests/input/atxml/Document.xml
 %%ZOPEBASEDIR%%/Products/Marshall/tests/input/primary_field/Document.txt
 %%ZOPEBASEDIR%%/Products/Marshall/tests/input/rfc822/Document.txt
 %%ZOPEBASEDIR%%/Products/Marshall/tests/input/simple_xml/Document.xml
 %%ZOPEBASEDIR%%/Products/Marshall/tests/runalltests.py
-%%ZOPEBASEDIR%%/Products/Marshall/tests/test_export.py
-%%ZOPEBASEDIR%%/Products/Marshall/tests/test_marshall.py
-%%ZOPEBASEDIR%%/Products/Marshall/tests/test_predicate.py
-%%ZOPEBASEDIR%%/Products/Marshall/tests/__init__.pyc
-%%ZOPEBASEDIR%%/Products/Marshall/tests/base.pyc
-%%ZOPEBASEDIR%%/Products/Marshall/tests/framework.pyc
 %%ZOPEBASEDIR%%/Products/Marshall/tests/runalltests.pyc
+%%ZOPEBASEDIR%%/Products/Marshall/tests/test_export.py
 %%ZOPEBASEDIR%%/Products/Marshall/tests/test_export.pyc
+%%ZOPEBASEDIR%%/Products/Marshall/tests/test_marshall.py
 %%ZOPEBASEDIR%%/Products/Marshall/tests/test_marshall.pyc
+%%ZOPEBASEDIR%%/Products/Marshall/tests/test_predicate.py
 %%ZOPEBASEDIR%%/Products/Marshall/tests/test_predicate.pyc
-%%ZOPEBASEDIR%%/Products/Marshall/TODO.txt
 %%ZOPEBASEDIR%%/Products/Marshall/utils/upload.py
 %%ZOPEBASEDIR%%/Products/Marshall/utils/upload.pyc
 %%ZOPEBASEDIR%%/Products/Marshall/validation/atxml/atxml.rnc
@@ -5148,71 +4831,51 @@
 %%ZOPEBASEDIR%%/Products/Marshall/www/predicateChange.zpt
 %%ZOPEBASEDIR%%/Products/Marshall/www/registry.png
 %%ZOPEBASEDIR%%/Products/Marshall/www/xmlnsSettings.zpt
-%%ZOPEBASEDIR%%/Products/Marshall/__init__.pyc
-%%ZOPEBASEDIR%%/Products/Marshall/config.pyc
-%%ZOPEBASEDIR%%/Products/Marshall/exceptions.pyc
-%%ZOPEBASEDIR%%/Products/Marshall/export.pyc
-%%ZOPEBASEDIR%%/Products/Marshall/expression.pyc
-%%ZOPEBASEDIR%%/Products/Marshall/marshaller.pyc
-%%ZOPEBASEDIR%%/Products/Marshall/registry.pyc
-%%ZOPEBASEDIR%%/Products/Marshall/setup.pyc
-@dirrm %%ZOPEBASEDIR%%/Products/Marshall/doc
-@dirrm %%ZOPEBASEDIR%%/Products/Marshall/Extensions
-@dirrm %%ZOPEBASEDIR%%/Products/Marshall/handlers
-@dirrm %%ZOPEBASEDIR%%/Products/Marshall/interfaces
-@dirrm %%ZOPEBASEDIR%%/Products/Marshall/predicates
-@dirrm %%ZOPEBASEDIR%%/Products/Marshall/tests/data
-@dirrm %%ZOPEBASEDIR%%/Products/Marshall/tests/examples
-@dirrm %%ZOPEBASEDIR%%/Products/Marshall/tests/export/atxml/.metadata
-@dirrm %%ZOPEBASEDIR%%/Products/Marshall/tests/export/atxml
-@dirrm %%ZOPEBASEDIR%%/Products/Marshall/tests/export
-@dirrm %%ZOPEBASEDIR%%/Products/Marshall/tests/input/atxml
-@dirrm %%ZOPEBASEDIR%%/Products/Marshall/tests/input/primary_field
-@dirrm %%ZOPEBASEDIR%%/Products/Marshall/tests/input/rfc822
-@dirrm %%ZOPEBASEDIR%%/Products/Marshall/tests/input/simple_xml
-@dirrm %%ZOPEBASEDIR%%/Products/Marshall/tests/input
-@dirrm %%ZOPEBASEDIR%%/Products/Marshall/tests
-@dirrm %%ZOPEBASEDIR%%/Products/Marshall/utils
-@dirrm %%ZOPEBASEDIR%%/Products/Marshall/validation/atxml
-@dirrm %%ZOPEBASEDIR%%/Products/Marshall/validation
-@dirrm %%ZOPEBASEDIR%%/Products/Marshall/www
-@dirrm %%ZOPEBASEDIR%%/Products/Marshall
+%%ZOPEBASEDIR%%/Products/MimetypesRegistry/ChangeLog
+%%ZOPEBASEDIR%%/Products/MimetypesRegistry/Extensions/Install.py
+%%ZOPEBASEDIR%%/Products/MimetypesRegistry/Extensions/Install.pyc
+%%ZOPEBASEDIR%%/Products/MimetypesRegistry/Extensions/__init__.py
+%%ZOPEBASEDIR%%/Products/MimetypesRegistry/Extensions/__init__.pyc
+%%ZOPEBASEDIR%%/Products/MimetypesRegistry/HISTORY.txt
+%%ZOPEBASEDIR%%/Products/MimetypesRegistry/LICENSE.txt
+%%ZOPEBASEDIR%%/Products/MimetypesRegistry/MimeTypeItem.py
+%%ZOPEBASEDIR%%/Products/MimetypesRegistry/MimeTypeItem.pyc
+%%ZOPEBASEDIR%%/Products/MimetypesRegistry/MimeTypesRegistry.py
+%%ZOPEBASEDIR%%/Products/MimetypesRegistry/MimeTypesRegistry.pyc
+%%ZOPEBASEDIR%%/Products/MimetypesRegistry/MimeTypesTool.py
+%%ZOPEBASEDIR%%/Products/MimetypesRegistry/MimeTypesTool.pyc
+%%ZOPEBASEDIR%%/Products/MimetypesRegistry/README
 %%ZOPEBASEDIR%%/Products/MimetypesRegistry/__init__.py
+%%ZOPEBASEDIR%%/Products/MimetypesRegistry/__init__.pyc
 %%ZOPEBASEDIR%%/Products/MimetypesRegistry/__pkginfo__.py
+%%ZOPEBASEDIR%%/Products/MimetypesRegistry/__pkginfo__.pyc
 %%ZOPEBASEDIR%%/Products/MimetypesRegistry/base_zope.py
+%%ZOPEBASEDIR%%/Products/MimetypesRegistry/base_zope.pyc
 %%ZOPEBASEDIR%%/Products/MimetypesRegistry/bridge.zcml
-%%ZOPEBASEDIR%%/Products/MimetypesRegistry/ChangeLog
 %%ZOPEBASEDIR%%/Products/MimetypesRegistry/common.py
+%%ZOPEBASEDIR%%/Products/MimetypesRegistry/common.pyc
 %%ZOPEBASEDIR%%/Products/MimetypesRegistry/configure.zcml
 %%ZOPEBASEDIR%%/Products/MimetypesRegistry/encoding.py
-%%ZOPEBASEDIR%%/Products/MimetypesRegistry/Extensions/__init__.py
-%%ZOPEBASEDIR%%/Products/MimetypesRegistry/Extensions/Install.py
-%%ZOPEBASEDIR%%/Products/MimetypesRegistry/Extensions/Install.pyc
-%%ZOPEBASEDIR%%/Products/MimetypesRegistry/Extensions/__init__.pyc
-%%ZOPEBASEDIR%%/Products/MimetypesRegistry/HISTORY.txt
+%%ZOPEBASEDIR%%/Products/MimetypesRegistry/encoding.pyc
 %%ZOPEBASEDIR%%/Products/MimetypesRegistry/implements.zcml
 %%ZOPEBASEDIR%%/Products/MimetypesRegistry/interfaces.py
-%%ZOPEBASEDIR%%/Products/MimetypesRegistry/LICENSE.txt
+%%ZOPEBASEDIR%%/Products/MimetypesRegistry/interfaces.pyc
 %%ZOPEBASEDIR%%/Products/MimetypesRegistry/mime_types/__init__.py
+%%ZOPEBASEDIR%%/Products/MimetypesRegistry/mime_types/__init__.pyc
 %%ZOPEBASEDIR%%/Products/MimetypesRegistry/mime_types/freedesktop.org.xml
 %%ZOPEBASEDIR%%/Products/MimetypesRegistry/mime_types/magic.py
+%%ZOPEBASEDIR%%/Products/MimetypesRegistry/mime_types/magic.pyc
 %%ZOPEBASEDIR%%/Products/MimetypesRegistry/mime_types/mime.types
 %%ZOPEBASEDIR%%/Products/MimetypesRegistry/mime_types/mtr_mimetypes.py
-%%ZOPEBASEDIR%%/Products/MimetypesRegistry/mime_types/py_mimetypes.py
-%%ZOPEBASEDIR%%/Products/MimetypesRegistry/mime_types/smi_mimetypes.py
-%%ZOPEBASEDIR%%/Products/MimetypesRegistry/mime_types/suppl_mimetypes.py
-%%ZOPEBASEDIR%%/Products/MimetypesRegistry/mime_types/windows_mimetypes.py
-%%ZOPEBASEDIR%%/Products/MimetypesRegistry/mime_types/__init__.pyc
-%%ZOPEBASEDIR%%/Products/MimetypesRegistry/mime_types/magic.pyc
 %%ZOPEBASEDIR%%/Products/MimetypesRegistry/mime_types/mtr_mimetypes.pyc
+%%ZOPEBASEDIR%%/Products/MimetypesRegistry/mime_types/py_mimetypes.py
 %%ZOPEBASEDIR%%/Products/MimetypesRegistry/mime_types/py_mimetypes.pyc
+%%ZOPEBASEDIR%%/Products/MimetypesRegistry/mime_types/smi_mimetypes.py
 %%ZOPEBASEDIR%%/Products/MimetypesRegistry/mime_types/smi_mimetypes.pyc
+%%ZOPEBASEDIR%%/Products/MimetypesRegistry/mime_types/suppl_mimetypes.py
 %%ZOPEBASEDIR%%/Products/MimetypesRegistry/mime_types/suppl_mimetypes.pyc
+%%ZOPEBASEDIR%%/Products/MimetypesRegistry/mime_types/windows_mimetypes.py
 %%ZOPEBASEDIR%%/Products/MimetypesRegistry/mime_types/windows_mimetypes.pyc
-%%ZOPEBASEDIR%%/Products/MimetypesRegistry/MimeTypeItem.py
-%%ZOPEBASEDIR%%/Products/MimetypesRegistry/MimeTypesRegistry.py
-%%ZOPEBASEDIR%%/Products/MimetypesRegistry/MimeTypesTool.py
-%%ZOPEBASEDIR%%/Products/MimetypesRegistry/README
 %%ZOPEBASEDIR%%/Products/MimetypesRegistry/skins/mimetypes_icons/application.png
 %%ZOPEBASEDIR%%/Products/MimetypesRegistry/skins/mimetypes_icons/audio.png
 %%ZOPEBASEDIR%%/Products/MimetypesRegistry/skins/mimetypes_icons/avi.png
@@ -5270,24 +4933,24 @@
 %%ZOPEBASEDIR%%/Products/MimetypesRegistry/skins/mimetypes_icons/xls.png
 %%ZOPEBASEDIR%%/Products/MimetypesRegistry/skins/mimetypes_icons/zip.png
 %%ZOPEBASEDIR%%/Products/MimetypesRegistry/tests/__init__.py
+%%ZOPEBASEDIR%%/Products/MimetypesRegistry/tests/__init__.pyc
 %%ZOPEBASEDIR%%/Products/MimetypesRegistry/tests/framework.py
+%%ZOPEBASEDIR%%/Products/MimetypesRegistry/tests/framework.pyc
 %%ZOPEBASEDIR%%/Products/MimetypesRegistry/tests/input/OOoCalc
 %%ZOPEBASEDIR%%/Products/MimetypesRegistry/tests/input/OOoWriter
 %%ZOPEBASEDIR%%/Products/MimetypesRegistry/tests/input/rest1.rst
 %%ZOPEBASEDIR%%/Products/MimetypesRegistry/tests/input/simplezip
 %%ZOPEBASEDIR%%/Products/MimetypesRegistry/tests/input/sxw-ooo-trolltech
 %%ZOPEBASEDIR%%/Products/MimetypesRegistry/tests/runalltests.py
+%%ZOPEBASEDIR%%/Products/MimetypesRegistry/tests/runalltests.pyc
 %%ZOPEBASEDIR%%/Products/MimetypesRegistry/tests/runtests.sh.example
 %%ZOPEBASEDIR%%/Products/MimetypesRegistry/tests/test_encoding.py
-%%ZOPEBASEDIR%%/Products/MimetypesRegistry/tests/test_magic.py
-%%ZOPEBASEDIR%%/Products/MimetypesRegistry/tests/test_mimetypes.py
-%%ZOPEBASEDIR%%/Products/MimetypesRegistry/tests/utils.py
-%%ZOPEBASEDIR%%/Products/MimetypesRegistry/tests/__init__.pyc
-%%ZOPEBASEDIR%%/Products/MimetypesRegistry/tests/framework.pyc
-%%ZOPEBASEDIR%%/Products/MimetypesRegistry/tests/runalltests.pyc
 %%ZOPEBASEDIR%%/Products/MimetypesRegistry/tests/test_encoding.pyc
+%%ZOPEBASEDIR%%/Products/MimetypesRegistry/tests/test_magic.py
 %%ZOPEBASEDIR%%/Products/MimetypesRegistry/tests/test_magic.pyc
+%%ZOPEBASEDIR%%/Products/MimetypesRegistry/tests/test_mimetypes.py
 %%ZOPEBASEDIR%%/Products/MimetypesRegistry/tests/test_mimetypes.pyc
+%%ZOPEBASEDIR%%/Products/MimetypesRegistry/tests/utils.py
 %%ZOPEBASEDIR%%/Products/MimetypesRegistry/tests/utils.pyc
 %%ZOPEBASEDIR%%/Products/MimetypesRegistry/tool.gif
 %%ZOPEBASEDIR%%/Products/MimetypesRegistry/version.txt
@@ -5295,43 +4958,28 @@
 %%ZOPEBASEDIR%%/Products/MimetypesRegistry/www/editMimeType.zpt
 %%ZOPEBASEDIR%%/Products/MimetypesRegistry/www/listMimeTypes.zpt
 %%ZOPEBASEDIR%%/Products/MimetypesRegistry/z3/__init__.py
-%%ZOPEBASEDIR%%/Products/MimetypesRegistry/z3/interfaces.py
 %%ZOPEBASEDIR%%/Products/MimetypesRegistry/z3/__init__.pyc
+%%ZOPEBASEDIR%%/Products/MimetypesRegistry/z3/interfaces.py
 %%ZOPEBASEDIR%%/Products/MimetypesRegistry/z3/interfaces.pyc
-%%ZOPEBASEDIR%%/Products/MimetypesRegistry/MimeTypeItem.pyc
-%%ZOPEBASEDIR%%/Products/MimetypesRegistry/MimeTypesRegistry.pyc
-%%ZOPEBASEDIR%%/Products/MimetypesRegistry/MimeTypesTool.pyc
-%%ZOPEBASEDIR%%/Products/MimetypesRegistry/__init__.pyc
-%%ZOPEBASEDIR%%/Products/MimetypesRegistry/__pkginfo__.pyc
-%%ZOPEBASEDIR%%/Products/MimetypesRegistry/base_zope.pyc
-%%ZOPEBASEDIR%%/Products/MimetypesRegistry/common.pyc
-%%ZOPEBASEDIR%%/Products/MimetypesRegistry/encoding.pyc
-%%ZOPEBASEDIR%%/Products/MimetypesRegistry/interfaces.pyc
-@dirrm %%ZOPEBASEDIR%%/Products/MimetypesRegistry/Extensions
-@dirrm %%ZOPEBASEDIR%%/Products/MimetypesRegistry/mime_types
-@dirrm %%ZOPEBASEDIR%%/Products/MimetypesRegistry/skins/mimetypes_icons
-@dirrm %%ZOPEBASEDIR%%/Products/MimetypesRegistry/skins
-@dirrm %%ZOPEBASEDIR%%/Products/MimetypesRegistry/tests/input
-@dirrm %%ZOPEBASEDIR%%/Products/MimetypesRegistry/tests
-@dirrm %%ZOPEBASEDIR%%/Products/MimetypesRegistry/www
-@dirrm %%ZOPEBASEDIR%%/Products/MimetypesRegistry/z3
-@dirrm %%ZOPEBASEDIR%%/Products/MimetypesRegistry
-%%ZOPEBASEDIR%%/Products/PasswordResetTool/__init__.py
 %%ZOPEBASEDIR%%/Products/PasswordResetTool/CHANGES.txt
 %%ZOPEBASEDIR%%/Products/PasswordResetTool/CREDITS.txt
-%%ZOPEBASEDIR%%/Products/PasswordResetTool/dtml/explainPWResetTool.dtml
 %%ZOPEBASEDIR%%/Products/PasswordResetTool/Extensions/Install.py
 %%ZOPEBASEDIR%%/Products/PasswordResetTool/Extensions/Install.pyc
-%%ZOPEBASEDIR%%/Products/PasswordResetTool/i18n/README.txt
 %%ZOPEBASEDIR%%/Products/PasswordResetTool/INSTALL.txt
-%%ZOPEBASEDIR%%/Products/PasswordResetTool/interfaces/__init__.py
-%%ZOPEBASEDIR%%/Products/PasswordResetTool/interfaces/portal_password_reset.py
-%%ZOPEBASEDIR%%/Products/PasswordResetTool/interfaces/__init__.pyc
-%%ZOPEBASEDIR%%/Products/PasswordResetTool/interfaces/portal_password_reset.pyc
 %%ZOPEBASEDIR%%/Products/PasswordResetTool/LICENSE.GPL
 %%ZOPEBASEDIR%%/Products/PasswordResetTool/LICENSE.txt
 %%ZOPEBASEDIR%%/Products/PasswordResetTool/PasswordResetTool.py
+%%ZOPEBASEDIR%%/Products/PasswordResetTool/PasswordResetTool.pyc
 %%ZOPEBASEDIR%%/Products/PasswordResetTool/README.txt
+%%ZOPEBASEDIR%%/Products/PasswordResetTool/TODO
+%%ZOPEBASEDIR%%/Products/PasswordResetTool/__init__.py
+%%ZOPEBASEDIR%%/Products/PasswordResetTool/__init__.pyc
+%%ZOPEBASEDIR%%/Products/PasswordResetTool/dtml/explainPWResetTool.dtml
+%%ZOPEBASEDIR%%/Products/PasswordResetTool/i18n/README.txt
+%%ZOPEBASEDIR%%/Products/PasswordResetTool/interfaces/__init__.py
+%%ZOPEBASEDIR%%/Products/PasswordResetTool/interfaces/__init__.pyc
+%%ZOPEBASEDIR%%/Products/PasswordResetTool/interfaces/portal_password_reset.py
+%%ZOPEBASEDIR%%/Products/PasswordResetTool/interfaces/portal_password_reset.pyc
 %%ZOPEBASEDIR%%/Products/PasswordResetTool/refresh.txt
 %%ZOPEBASEDIR%%/Products/PasswordResetTool/skins/PasswordReset/mail_password_form.pt
 %%ZOPEBASEDIR%%/Products/PasswordResetTool/skins/PasswordReset/mail_password_form.pt.metadata
@@ -5352,49 +5000,50 @@
 %%ZOPEBASEDIR%%/Products/PasswordResetTool/skins/PasswordReset/pwreset_invalid.pt
 %%ZOPEBASEDIR%%/Products/PasswordResetTool/skins/PasswordReset/pwreset_invalid.pt.metadata
 %%ZOPEBASEDIR%%/Products/PasswordResetTool/skins/PasswordReset/registered_notify_template.pt
+%%ZOPEBASEDIR%%/Products/PasswordResetTool/skins/PasswordReset/registered_notify_template.pt.metadata
 %%ZOPEBASEDIR%%/Products/PasswordResetTool/skins/PasswordReset/validate_pwreset_password.vpy
 %%ZOPEBASEDIR%%/Products/PasswordResetTool/skins/PasswordReset/validate_pwreset_userid.vpy
 %%ZOPEBASEDIR%%/Products/PasswordResetTool/tests/__init__.py
+%%ZOPEBASEDIR%%/Products/PasswordResetTool/tests/__init__.pyc
 %%ZOPEBASEDIR%%/Products/PasswordResetTool/tests/browser.txt
 %%ZOPEBASEDIR%%/Products/PasswordResetTool/tests/framework.py
+%%ZOPEBASEDIR%%/Products/PasswordResetTool/tests/framework.pyc
 %%ZOPEBASEDIR%%/Products/PasswordResetTool/tests/runalltests.py
+%%ZOPEBASEDIR%%/Products/PasswordResetTool/tests/runalltests.pyc
 %%ZOPEBASEDIR%%/Products/PasswordResetTool/tests/test_doctests.py
+%%ZOPEBASEDIR%%/Products/PasswordResetTool/tests/test_doctests.pyc
 %%ZOPEBASEDIR%%/Products/PasswordResetTool/tests/utils/__init__.py
+%%ZOPEBASEDIR%%/Products/PasswordResetTool/tests/utils/__init__.pyc
 %%ZOPEBASEDIR%%/Products/PasswordResetTool/tests/utils/mailhost.py
+%%ZOPEBASEDIR%%/Products/PasswordResetTool/tests/utils/mailhost.pyc
 %%ZOPEBASEDIR%%/Products/PasswordResetTool/tests/utils/monkey.py
+%%ZOPEBASEDIR%%/Products/PasswordResetTool/tests/utils/monkey.pyc
 %%ZOPEBASEDIR%%/Products/PasswordResetTool/tests/utils/testbrowser.py
 %%ZOPEBASEDIR%%/Products/PasswordResetTool/tests/utils/testbrowser.pyc
-%%ZOPEBASEDIR%%/Products/PasswordResetTool/tests/utils/__init__.pyc
-%%ZOPEBASEDIR%%/Products/PasswordResetTool/tests/utils/mailhost.pyc
-%%ZOPEBASEDIR%%/Products/PasswordResetTool/tests/utils/monkey.pyc
-%%ZOPEBASEDIR%%/Products/PasswordResetTool/tests/__init__.pyc
-%%ZOPEBASEDIR%%/Products/PasswordResetTool/tests/framework.pyc
-%%ZOPEBASEDIR%%/Products/PasswordResetTool/tests/runalltests.pyc
-%%ZOPEBASEDIR%%/Products/PasswordResetTool/tests/test_doctests.pyc
-%%ZOPEBASEDIR%%/Products/PasswordResetTool/TODO
 %%ZOPEBASEDIR%%/Products/PasswordResetTool/tool.gif
 %%ZOPEBASEDIR%%/Products/PasswordResetTool/version.txt
-%%ZOPEBASEDIR%%/Products/PasswordResetTool/PasswordResetTool.pyc
-%%ZOPEBASEDIR%%/Products/PasswordResetTool/__init__.pyc
-@dirrm %%ZOPEBASEDIR%%/Products/PasswordResetTool/dtml
-@dirrm %%ZOPEBASEDIR%%/Products/PasswordResetTool/Extensions
-@dirrm %%ZOPEBASEDIR%%/Products/PasswordResetTool/i18n
-@dirrm %%ZOPEBASEDIR%%/Products/PasswordResetTool/interfaces
-@dirrm %%ZOPEBASEDIR%%/Products/PasswordResetTool/skins/PasswordReset
-@dirrm %%ZOPEBASEDIR%%/Products/PasswordResetTool/skins
-@dirrm %%ZOPEBASEDIR%%/Products/PasswordResetTool/tests/utils
-@dirrm %%ZOPEBASEDIR%%/Products/PasswordResetTool/tests
-@dirrm %%ZOPEBASEDIR%%/Products/PasswordResetTool
-%%ZOPEBASEDIR%%/Products/PlacelessTranslationService/._HISTORY.txt
-%%ZOPEBASEDIR%%/Products/PlacelessTranslationService/._version.txt
-%%ZOPEBASEDIR%%/Products/PlacelessTranslationService/__init__.py
-%%ZOPEBASEDIR%%/Products/PlacelessTranslationService/bin/convertToLocales.py
-%%ZOPEBASEDIR%%/Products/PlacelessTranslationService/bin/convertToLocales.pyc
-%%ZOPEBASEDIR%%/Products/PlacelessTranslationService/changelog
 %%ZOPEBASEDIR%%/Products/PlacelessTranslationService/Domain.py
+%%ZOPEBASEDIR%%/Products/PlacelessTranslationService/Domain.pyc
 %%ZOPEBASEDIR%%/Products/PlacelessTranslationService/FasterStringIO.py
+%%ZOPEBASEDIR%%/Products/PlacelessTranslationService/FasterStringIO.pyc
 %%ZOPEBASEDIR%%/Products/PlacelessTranslationService/GettextMessageCatalog.py
+%%ZOPEBASEDIR%%/Products/PlacelessTranslationService/GettextMessageCatalog.pyc
 %%ZOPEBASEDIR%%/Products/PlacelessTranslationService/HISTORY.txt
+%%ZOPEBASEDIR%%/Products/PlacelessTranslationService/Negotiator.py
+%%ZOPEBASEDIR%%/Products/PlacelessTranslationService/Negotiator.pyc
+%%ZOPEBASEDIR%%/Products/PlacelessTranslationService/PatchStringIO.py
+%%ZOPEBASEDIR%%/Products/PlacelessTranslationService/PatchStringIO.pyc
+%%ZOPEBASEDIR%%/Products/PlacelessTranslationService/PlacelessTranslationService.py
+%%ZOPEBASEDIR%%/Products/PlacelessTranslationService/PlacelessTranslationService.pyc
+%%ZOPEBASEDIR%%/Products/PlacelessTranslationService/Tracker.py
+%%ZOPEBASEDIR%%/Products/PlacelessTranslationService/Tracker.pyc
+%%ZOPEBASEDIR%%/Products/PlacelessTranslationService/TranslateTags.py
+%%ZOPEBASEDIR%%/Products/PlacelessTranslationService/TranslateTags.pyc
+%%ZOPEBASEDIR%%/Products/PlacelessTranslationService/__init__.py
+%%ZOPEBASEDIR%%/Products/PlacelessTranslationService/__init__.pyc
+%%ZOPEBASEDIR%%/Products/PlacelessTranslationService/bin/convertToLocales.py
+%%ZOPEBASEDIR%%/Products/PlacelessTranslationService/bin/convertToLocales.pyc
+%%ZOPEBASEDIR%%/Products/PlacelessTranslationService/changelog
 %%ZOPEBASEDIR%%/Products/PlacelessTranslationService/i18n/PlacelessTranslationService.pot
 %%ZOPEBASEDIR%%/Products/PlacelessTranslationService/i18n/pts-cs.po
 %%ZOPEBASEDIR%%/Products/PlacelessTranslationService/i18n/pts-de.po
@@ -5402,88 +5051,75 @@
 %%ZOPEBASEDIR%%/Products/PlacelessTranslationService/i18n/pts-pt-br.po
 %%ZOPEBASEDIR%%/Products/PlacelessTranslationService/license.txt
 %%ZOPEBASEDIR%%/Products/PlacelessTranslationService/msgfmt.py
-%%ZOPEBASEDIR%%/Products/PlacelessTranslationService/Negotiator.py
-%%ZOPEBASEDIR%%/Products/PlacelessTranslationService/PatchStringIO.py
-%%ZOPEBASEDIR%%/Products/PlacelessTranslationService/PlacelessTranslationService.py
+%%ZOPEBASEDIR%%/Products/PlacelessTranslationService/msgfmt.pyc
 %%ZOPEBASEDIR%%/Products/PlacelessTranslationService/readme.txt
 %%ZOPEBASEDIR%%/Products/PlacelessTranslationService/tests/__init__.py
+%%ZOPEBASEDIR%%/Products/PlacelessTranslationService/tests/__init__.pyc
 %%ZOPEBASEDIR%%/Products/PlacelessTranslationService/tests/framework.py
+%%ZOPEBASEDIR%%/Products/PlacelessTranslationService/tests/framework.pyc
 %%ZOPEBASEDIR%%/Products/PlacelessTranslationService/tests/runalltests.py
+%%ZOPEBASEDIR%%/Products/PlacelessTranslationService/tests/runalltests.pyc
 %%ZOPEBASEDIR%%/Products/PlacelessTranslationService/tests/testDTML.py
+%%ZOPEBASEDIR%%/Products/PlacelessTranslationService/tests/testDTML.pyc
 %%ZOPEBASEDIR%%/Products/PlacelessTranslationService/tests/testPTS.py
+%%ZOPEBASEDIR%%/Products/PlacelessTranslationService/tests/testPTS.pyc
 %%ZOPEBASEDIR%%/Products/PlacelessTranslationService/tests/testSkeleton.py
+%%ZOPEBASEDIR%%/Products/PlacelessTranslationService/tests/testSkeleton.pyc
 %%ZOPEBASEDIR%%/Products/PlacelessTranslationService/tests/testTracker.py
-%%ZOPEBASEDIR%%/Products/PlacelessTranslationService/tests/__init__.pyc
-%%ZOPEBASEDIR%%/Products/PlacelessTranslationService/tests/framework.pyc
-%%ZOPEBASEDIR%%/Products/PlacelessTranslationService/tests/runalltests.pyc
-%%ZOPEBASEDIR%%/Products/PlacelessTranslationService/tests/testDTML.pyc
-%%ZOPEBASEDIR%%/Products/PlacelessTranslationService/tests/testPTS.pyc
-%%ZOPEBASEDIR%%/Products/PlacelessTranslationService/tests/testSkeleton.pyc
 %%ZOPEBASEDIR%%/Products/PlacelessTranslationService/tests/testTracker.pyc
-%%ZOPEBASEDIR%%/Products/PlacelessTranslationService/Tracker.py
-%%ZOPEBASEDIR%%/Products/PlacelessTranslationService/TranslateTags.py
 %%ZOPEBASEDIR%%/Products/PlacelessTranslationService/utils.py
+%%ZOPEBASEDIR%%/Products/PlacelessTranslationService/utils.pyc
 %%ZOPEBASEDIR%%/Products/PlacelessTranslationService/version.txt
+%%ZOPEBASEDIR%%/Products/PlacelessTranslationService/www/GettextMessageCatalog.png
+%%ZOPEBASEDIR%%/Products/PlacelessTranslationService/www/PlacelessTranslationService-32.png
+%%ZOPEBASEDIR%%/Products/PlacelessTranslationService/www/PlacelessTranslationService.png
 %%ZOPEBASEDIR%%/Products/PlacelessTranslationService/www/catalog_broken.pt
 %%ZOPEBASEDIR%%/Products/PlacelessTranslationService/www/catalog_info.pt
 %%ZOPEBASEDIR%%/Products/PlacelessTranslationService/www/catalog_test.pt
-%%ZOPEBASEDIR%%/Products/PlacelessTranslationService/www/GettextMessageCatalog.png
 %%ZOPEBASEDIR%%/Products/PlacelessTranslationService/www/manage_trackerForm.pt
-%%ZOPEBASEDIR%%/Products/PlacelessTranslationService/www/PlacelessTranslationService-32.png
-%%ZOPEBASEDIR%%/Products/PlacelessTranslationService/www/PlacelessTranslationService.png
-%%ZOPEBASEDIR%%/Products/PlacelessTranslationService/Domain.pyc
-%%ZOPEBASEDIR%%/Products/PlacelessTranslationService/FasterStringIO.pyc
-%%ZOPEBASEDIR%%/Products/PlacelessTranslationService/GettextMessageCatalog.pyc
-%%ZOPEBASEDIR%%/Products/PlacelessTranslationService/Negotiator.pyc
-%%ZOPEBASEDIR%%/Products/PlacelessTranslationService/PatchStringIO.pyc
-%%ZOPEBASEDIR%%/Products/PlacelessTranslationService/PlacelessTranslationService.pyc
-%%ZOPEBASEDIR%%/Products/PlacelessTranslationService/Tracker.pyc
-%%ZOPEBASEDIR%%/Products/PlacelessTranslationService/TranslateTags.pyc
-%%ZOPEBASEDIR%%/Products/PlacelessTranslationService/__init__.pyc
-%%ZOPEBASEDIR%%/Products/PlacelessTranslationService/msgfmt.pyc
-%%ZOPEBASEDIR%%/Products/PlacelessTranslationService/utils.pyc
-@dirrm %%ZOPEBASEDIR%%/Products/PlacelessTranslationService/bin
-@dirrm %%ZOPEBASEDIR%%/Products/PlacelessTranslationService/i18n
-@dirrm %%ZOPEBASEDIR%%/Products/PlacelessTranslationService/tests
-@dirrm %%ZOPEBASEDIR%%/Products/PlacelessTranslationService/www
-@dirrm %%ZOPEBASEDIR%%/Products/PlacelessTranslationService
 %%ZOPEBASEDIR%%/Products/PloneErrorReporting/._HISTORY.txt
 %%ZOPEBASEDIR%%/Products/PloneErrorReporting/._version.txt
-%%ZOPEBASEDIR%%/Products/PloneErrorReporting/__init__.py
-%%ZOPEBASEDIR%%/Products/PloneErrorReporting/Extensions/__init__.py
 %%ZOPEBASEDIR%%/Products/PloneErrorReporting/Extensions/Install.py
 %%ZOPEBASEDIR%%/Products/PloneErrorReporting/Extensions/Install.pyc
+%%ZOPEBASEDIR%%/Products/PloneErrorReporting/Extensions/__init__.py
 %%ZOPEBASEDIR%%/Products/PloneErrorReporting/Extensions/__init__.pyc
 %%ZOPEBASEDIR%%/Products/PloneErrorReporting/HISTORY.txt
+%%ZOPEBASEDIR%%/Products/PloneErrorReporting/LICENSE.txt
+%%ZOPEBASEDIR%%/Products/PloneErrorReporting/README.txt
+%%ZOPEBASEDIR%%/Products/PloneErrorReporting/__init__.py
+%%ZOPEBASEDIR%%/Products/PloneErrorReporting/__init__.pyc
 %%ZOPEBASEDIR%%/Products/PloneErrorReporting/i18n/ploneerrorreporting-ca.po
 %%ZOPEBASEDIR%%/Products/PloneErrorReporting/i18n/ploneerrorreporting-pt-br.po
 %%ZOPEBASEDIR%%/Products/PloneErrorReporting/i18n/ploneerrorreporting.pot
-%%ZOPEBASEDIR%%/Products/PloneErrorReporting/LICENSE.txt
-%%ZOPEBASEDIR%%/Products/PloneErrorReporting/README.txt
 %%ZOPEBASEDIR%%/Products/PloneErrorReporting/skins/plone_error_reporting/default_error_message.pt
 %%ZOPEBASEDIR%%/Products/PloneErrorReporting/skins/plone_error_reporting/default_error_message.pt.metadata
 %%ZOPEBASEDIR%%/Products/PloneErrorReporting/skins/plone_error_reporting/prefs_error_log_showEntry.pt
 %%ZOPEBASEDIR%%/Products/PloneErrorReporting/skins/plone_error_reporting/prefs_error_log_showEntry.pt.metadata
 %%ZOPEBASEDIR%%/Products/PloneErrorReporting/skins/plone_error_reporting/report_error.pt
 %%ZOPEBASEDIR%%/Products/PloneErrorReporting/version.txt
-%%ZOPEBASEDIR%%/Products/PloneErrorReporting/__init__.pyc
-@dirrm %%ZOPEBASEDIR%%/Products/PloneErrorReporting/Extensions
-@dirrm %%ZOPEBASEDIR%%/Products/PloneErrorReporting/i18n
-@dirrm %%ZOPEBASEDIR%%/Products/PloneErrorReporting/skins/plone_error_reporting
-@dirrm %%ZOPEBASEDIR%%/Products/PloneErrorReporting/skins
-@dirrm %%ZOPEBASEDIR%%/Products/PloneErrorReporting
-%%ZOPEBASEDIR%%/Products/PloneLanguageTool/__init__.py
-%%ZOPEBASEDIR%%/Products/PloneLanguageTool/availablelanguages.py
+%%ZOPEBASEDIR%%/Products/PloneHotFix20061031/README.txt
+%%ZOPEBASEDIR%%/Products/PloneHotFix20061031/__init__.py
+%%ZOPEBASEDIR%%/Products/PloneHotFix20061031/__init__.pyc
+%%ZOPEBASEDIR%%/Products/PloneHotFix20061031/tests/__init__.py
+%%ZOPEBASEDIR%%/Products/PloneHotFix20061031/tests/__init__.pyc
+%%ZOPEBASEDIR%%/Products/PloneHotFix20061031/tests/testHotfix.py
+%%ZOPEBASEDIR%%/Products/PloneHotFix20061031/tests/testHotfix.pyc
 %%ZOPEBASEDIR%%/Products/PloneLanguageTool/ChangeLog
-%%ZOPEBASEDIR%%/Products/PloneLanguageTool/Extensions/__init__.py
 %%ZOPEBASEDIR%%/Products/PloneLanguageTool/Extensions/Install.py
 %%ZOPEBASEDIR%%/Products/PloneLanguageTool/Extensions/Install.pyc
+%%ZOPEBASEDIR%%/Products/PloneLanguageTool/Extensions/__init__.py
 %%ZOPEBASEDIR%%/Products/PloneLanguageTool/Extensions/__init__.pyc
 %%ZOPEBASEDIR%%/Products/PloneLanguageTool/HISTORY.txt
-%%ZOPEBASEDIR%%/Products/PloneLanguageTool/interfaces.py
-%%ZOPEBASEDIR%%/Products/PloneLanguageTool/LanguageTool.py
 %%ZOPEBASEDIR%%/Products/PloneLanguageTool/LICENSE.GPL
+%%ZOPEBASEDIR%%/Products/PloneLanguageTool/LanguageTool.py
+%%ZOPEBASEDIR%%/Products/PloneLanguageTool/LanguageTool.pyc
 %%ZOPEBASEDIR%%/Products/PloneLanguageTool/README.txt
+%%ZOPEBASEDIR%%/Products/PloneLanguageTool/__init__.py
+%%ZOPEBASEDIR%%/Products/PloneLanguageTool/__init__.pyc
+%%ZOPEBASEDIR%%/Products/PloneLanguageTool/availablelanguages.py
+%%ZOPEBASEDIR%%/Products/PloneLanguageTool/availablelanguages.pyc
+%%ZOPEBASEDIR%%/Products/PloneLanguageTool/interfaces.py
+%%ZOPEBASEDIR%%/Products/PloneLanguageTool/interfaces.pyc
 %%ZOPEBASEDIR%%/Products/PloneLanguageTool/skins/LanguageTool/addSupportedLanguage.py
 %%ZOPEBASEDIR%%/Products/PloneLanguageTool/skins/LanguageTool/global_languageselector.pt
 %%ZOPEBASEDIR%%/Products/PloneLanguageTool/skins/LanguageTool/isTranslatable.py
@@ -5745,208 +5381,193 @@
 %%ZOPEBASEDIR%%/Products/PloneLanguageTool/skins/LanguageToolFlags/flag-zr.gif
 %%ZOPEBASEDIR%%/Products/PloneLanguageTool/skins/LanguageToolFlags/flag-zw.gif
 %%ZOPEBASEDIR%%/Products/PloneLanguageTool/tests/__init__.py
-%%ZOPEBASEDIR%%/Products/PloneLanguageTool/tests/framework.py
-%%ZOPEBASEDIR%%/Products/PloneLanguageTool/tests/runalltests.py
-%%ZOPEBASEDIR%%/Products/PloneLanguageTool/tests/test_doctests.py
-%%ZOPEBASEDIR%%/Products/PloneLanguageTool/tests/test_languagetool.py
-%%ZOPEBASEDIR%%/Products/PloneLanguageTool/tests/testSkeleton.py
 %%ZOPEBASEDIR%%/Products/PloneLanguageTool/tests/__init__.pyc
+%%ZOPEBASEDIR%%/Products/PloneLanguageTool/tests/framework.py
 %%ZOPEBASEDIR%%/Products/PloneLanguageTool/tests/framework.pyc
+%%ZOPEBASEDIR%%/Products/PloneLanguageTool/tests/runalltests.py
 %%ZOPEBASEDIR%%/Products/PloneLanguageTool/tests/runalltests.pyc
+%%ZOPEBASEDIR%%/Products/PloneLanguageTool/tests/testSkeleton.py
 %%ZOPEBASEDIR%%/Products/PloneLanguageTool/tests/testSkeleton.pyc
+%%ZOPEBASEDIR%%/Products/PloneLanguageTool/tests/test_doctests.py
 %%ZOPEBASEDIR%%/Products/PloneLanguageTool/tests/test_doctests.pyc
+%%ZOPEBASEDIR%%/Products/PloneLanguageTool/tests/test_languagetool.py
 %%ZOPEBASEDIR%%/Products/PloneLanguageTool/tests/test_languagetool.pyc
 %%ZOPEBASEDIR%%/Products/PloneLanguageTool/tool.gif
 %%ZOPEBASEDIR%%/Products/PloneLanguageTool/version.txt
 %%ZOPEBASEDIR%%/Products/PloneLanguageTool/www/config.zpt
-%%ZOPEBASEDIR%%/Products/PloneLanguageTool/LanguageTool.pyc
-%%ZOPEBASEDIR%%/Products/PloneLanguageTool/__init__.pyc
-%%ZOPEBASEDIR%%/Products/PloneLanguageTool/availablelanguages.pyc
-%%ZOPEBASEDIR%%/Products/PloneLanguageTool/interfaces.pyc
-@dirrm %%ZOPEBASEDIR%%/Products/PloneLanguageTool/Extensions
-@dirrm %%ZOPEBASEDIR%%/Products/PloneLanguageTool/skins/LanguageTool
-@dirrm %%ZOPEBASEDIR%%/Products/PloneLanguageTool/skins/LanguageToolFlags
-@dirrm %%ZOPEBASEDIR%%/Products/PloneLanguageTool/skins
-@dirrm %%ZOPEBASEDIR%%/Products/PloneLanguageTool/tests
-@dirrm %%ZOPEBASEDIR%%/Products/PloneLanguageTool/www
-@dirrm %%ZOPEBASEDIR%%/Products/PloneLanguageTool
-%%ZOPEBASEDIR%%/Products/PlonePAS/__init__.py
-%%ZOPEBASEDIR%%/Products/PlonePAS/config.py
-%%ZOPEBASEDIR%%/Products/PlonePAS/docs/copyright-and-license.txt
-%%ZOPEBASEDIR%%/Products/PlonePAS/docs/GOALS.txt
-%%ZOPEBASEDIR%%/Products/PlonePAS/docs/pas-dev.txt
-%%ZOPEBASEDIR%%/Products/PlonePAS/docs/scratchpad.txt
-%%ZOPEBASEDIR%%/Products/PlonePAS/Extensions/__init__.py
 %%ZOPEBASEDIR%%/Products/PlonePAS/Extensions/Install.py
-%%ZOPEBASEDIR%%/Products/PlonePAS/Extensions/Integrate.py
-%%ZOPEBASEDIR%%/Products/PlonePAS/Extensions/Migrate.py
-%%ZOPEBASEDIR%%/Products/PlonePAS/Extensions/SetupAD.py
 %%ZOPEBASEDIR%%/Products/PlonePAS/Extensions/Install.pyc
+%%ZOPEBASEDIR%%/Products/PlonePAS/Extensions/Integrate.py
 %%ZOPEBASEDIR%%/Products/PlonePAS/Extensions/Integrate.pyc
+%%ZOPEBASEDIR%%/Products/PlonePAS/Extensions/Migrate.py
 %%ZOPEBASEDIR%%/Products/PlonePAS/Extensions/Migrate.pyc
+%%ZOPEBASEDIR%%/Products/PlonePAS/Extensions/SetupAD.py
 %%ZOPEBASEDIR%%/Products/PlonePAS/Extensions/SetupAD.pyc
+%%ZOPEBASEDIR%%/Products/PlonePAS/Extensions/__init__.py
 %%ZOPEBASEDIR%%/Products/PlonePAS/Extensions/__init__.pyc
+%%ZOPEBASEDIR%%/Products/PlonePAS/LICENSE.ZPL
+%%ZOPEBASEDIR%%/Products/PlonePAS/Makefile
+%%ZOPEBASEDIR%%/Products/PlonePAS/MigrationCheck.py
+%%ZOPEBASEDIR%%/Products/PlonePAS/MigrationCheck.pyc
+%%ZOPEBASEDIR%%/Products/PlonePAS/README.txt
+%%ZOPEBASEDIR%%/Products/PlonePAS/STATUS.txt
+%%ZOPEBASEDIR%%/Products/PlonePAS/TODO.txt
+%%ZOPEBASEDIR%%/Products/PlonePAS/__init__.py
+%%ZOPEBASEDIR%%/Products/PlonePAS/__init__.pyc
+%%ZOPEBASEDIR%%/Products/PlonePAS/config.py
+%%ZOPEBASEDIR%%/Products/PlonePAS/config.pyc
+%%ZOPEBASEDIR%%/Products/PlonePAS/docs/GOALS.txt
+%%ZOPEBASEDIR%%/Products/PlonePAS/docs/copyright-and-license.txt
+%%ZOPEBASEDIR%%/Products/PlonePAS/docs/pas-dev.txt
+%%ZOPEBASEDIR%%/Products/PlonePAS/docs/scratchpad.txt
 %%ZOPEBASEDIR%%/Products/PlonePAS/gruf_support.py
+%%ZOPEBASEDIR%%/Products/PlonePAS/gruf_support.pyc
 %%ZOPEBASEDIR%%/Products/PlonePAS/interfaces/__init__.py
-%%ZOPEBASEDIR%%/Products/PlonePAS/interfaces/capabilities.py
-%%ZOPEBASEDIR%%/Products/PlonePAS/interfaces/group.py
-%%ZOPEBASEDIR%%/Products/PlonePAS/interfaces/plugins.py
-%%ZOPEBASEDIR%%/Products/PlonePAS/interfaces/propertysheets.py
 %%ZOPEBASEDIR%%/Products/PlonePAS/interfaces/__init__.pyc
+%%ZOPEBASEDIR%%/Products/PlonePAS/interfaces/capabilities.py
 %%ZOPEBASEDIR%%/Products/PlonePAS/interfaces/capabilities.pyc
+%%ZOPEBASEDIR%%/Products/PlonePAS/interfaces/group.py
 %%ZOPEBASEDIR%%/Products/PlonePAS/interfaces/group.pyc
+%%ZOPEBASEDIR%%/Products/PlonePAS/interfaces/plugins.py
 %%ZOPEBASEDIR%%/Products/PlonePAS/interfaces/plugins.pyc
+%%ZOPEBASEDIR%%/Products/PlonePAS/interfaces/propertysheets.py
 %%ZOPEBASEDIR%%/Products/PlonePAS/interfaces/propertysheets.pyc
 %%ZOPEBASEDIR%%/Products/PlonePAS/ldapmp.py
-%%ZOPEBASEDIR%%/Products/PlonePAS/LICENSE.ZPL
-%%ZOPEBASEDIR%%/Products/PlonePAS/Makefile
+%%ZOPEBASEDIR%%/Products/PlonePAS/ldapmp.pyc
 %%ZOPEBASEDIR%%/Products/PlonePAS/makefile.in
-%%ZOPEBASEDIR%%/Products/PlonePAS/MigrationCheck.py
 %%ZOPEBASEDIR%%/Products/PlonePAS/pas.py
+%%ZOPEBASEDIR%%/Products/PlonePAS/pas.pyc
 %%ZOPEBASEDIR%%/Products/PlonePAS/patch.py
-%%ZOPEBASEDIR%%/Products/PlonePAS/plugins/__init__.py
-%%ZOPEBASEDIR%%/Products/PlonePAS/plugins/cookie_handler.py
-%%ZOPEBASEDIR%%/Products/PlonePAS/plugins/crumbler.py
-%%ZOPEBASEDIR%%/Products/PlonePAS/plugins/group.py
-%%ZOPEBASEDIR%%/Products/PlonePAS/plugins/gruf.py
-%%ZOPEBASEDIR%%/Products/PlonePAS/plugins/local_role.py
+%%ZOPEBASEDIR%%/Products/PlonePAS/patch.pyc
 %%ZOPEBASEDIR%%/Products/PlonePAS/plugins/PloneUserFactory.py
-%%ZOPEBASEDIR%%/Products/PlonePAS/plugins/property.py
-%%ZOPEBASEDIR%%/Products/PlonePAS/plugins/role.py
-%%ZOPEBASEDIR%%/Products/PlonePAS/plugins/sql.py
-%%ZOPEBASEDIR%%/Products/PlonePAS/plugins/ufactory.py
-%%ZOPEBASEDIR%%/Products/PlonePAS/plugins/user.py
 %%ZOPEBASEDIR%%/Products/PlonePAS/plugins/PloneUserFactory.pyc
+%%ZOPEBASEDIR%%/Products/PlonePAS/plugins/__init__.py
 %%ZOPEBASEDIR%%/Products/PlonePAS/plugins/__init__.pyc
+%%ZOPEBASEDIR%%/Products/PlonePAS/plugins/cookie_handler.py
 %%ZOPEBASEDIR%%/Products/PlonePAS/plugins/cookie_handler.pyc
+%%ZOPEBASEDIR%%/Products/PlonePAS/plugins/crumbler.py
 %%ZOPEBASEDIR%%/Products/PlonePAS/plugins/crumbler.pyc
+%%ZOPEBASEDIR%%/Products/PlonePAS/plugins/group.py
 %%ZOPEBASEDIR%%/Products/PlonePAS/plugins/group.pyc
+%%ZOPEBASEDIR%%/Products/PlonePAS/plugins/gruf.py
 %%ZOPEBASEDIR%%/Products/PlonePAS/plugins/gruf.pyc
+%%ZOPEBASEDIR%%/Products/PlonePAS/plugins/local_role.py
 %%ZOPEBASEDIR%%/Products/PlonePAS/plugins/local_role.pyc
+%%ZOPEBASEDIR%%/Products/PlonePAS/plugins/property.py
 %%ZOPEBASEDIR%%/Products/PlonePAS/plugins/property.pyc
+%%ZOPEBASEDIR%%/Products/PlonePAS/plugins/role.py
 %%ZOPEBASEDIR%%/Products/PlonePAS/plugins/role.pyc
+%%ZOPEBASEDIR%%/Products/PlonePAS/plugins/sql.py
 %%ZOPEBASEDIR%%/Products/PlonePAS/plugins/sql.pyc
+%%ZOPEBASEDIR%%/Products/PlonePAS/plugins/ufactory.py
 %%ZOPEBASEDIR%%/Products/PlonePAS/plugins/ufactory.pyc
+%%ZOPEBASEDIR%%/Products/PlonePAS/plugins/user.py
 %%ZOPEBASEDIR%%/Products/PlonePAS/plugins/user.pyc
-%%ZOPEBASEDIR%%/Products/PlonePAS/README.txt
 %%ZOPEBASEDIR%%/Products/PlonePAS/sheet.py
-%%ZOPEBASEDIR%%/Products/PlonePAS/STATUS.txt
+%%ZOPEBASEDIR%%/Products/PlonePAS/sheet.pyc
 %%ZOPEBASEDIR%%/Products/PlonePAS/storage.py
-%%ZOPEBASEDIR%%/Products/PlonePAS/tests/__init__.py
-%%ZOPEBASEDIR%%/Products/PlonePAS/tests/cookie_auth.txt
-%%ZOPEBASEDIR%%/Products/PlonePAS/tests/failures_needing attention.txt
-%%ZOPEBASEDIR%%/Products/PlonePAS/tests/framework.py
+%%ZOPEBASEDIR%%/Products/PlonePAS/storage.pyc
 %%ZOPEBASEDIR%%/Products/PlonePAS/tests/Makefile
 %%ZOPEBASEDIR%%/Products/PlonePAS/tests/PlonePASTestCase.py
-%%ZOPEBASEDIR%%/Products/PlonePAS/tests/runalltests.py
-%%ZOPEBASEDIR%%/Products/PlonePAS/tests/seeWhatBreaks.py
-%%ZOPEBASEDIR%%/Products/PlonePAS/tests/seeWhatsOutThere.py
-%%ZOPEBASEDIR%%/Products/PlonePAS/tests/test_basic_ops.py
-%%ZOPEBASEDIR%%/Products/PlonePAS/tests/test_caching.py
-%%ZOPEBASEDIR%%/Products/PlonePAS/tests/test_doctests.py
-%%ZOPEBASEDIR%%/Products/PlonePAS/tests/test_groups_tool.py
-%%ZOPEBASEDIR%%/Products/PlonePAS/tests/test_membership.py
-%%ZOPEBASEDIR%%/Products/PlonePAS/tests/test_membership_tool.py
-%%ZOPEBASEDIR%%/Products/PlonePAS/tests/test_migration.py
-%%ZOPEBASEDIR%%/Products/PlonePAS/tests/test_properties.py
-%%ZOPEBASEDIR%%/Products/PlonePAS/tests/whatsOutThere.txt
 %%ZOPEBASEDIR%%/Products/PlonePAS/tests/PlonePASTestCase.pyc
+%%ZOPEBASEDIR%%/Products/PlonePAS/tests/__init__.py
 %%ZOPEBASEDIR%%/Products/PlonePAS/tests/__init__.pyc
+%%ZOPEBASEDIR%%/Products/PlonePAS/tests/cookie_auth.txt
+%%ZOPEBASEDIR%%/Products/PlonePAS/tests/failures_needing attention.txt
+%%ZOPEBASEDIR%%/Products/PlonePAS/tests/framework.py
 %%ZOPEBASEDIR%%/Products/PlonePAS/tests/framework.pyc
+%%ZOPEBASEDIR%%/Products/PlonePAS/tests/runalltests.py
 %%ZOPEBASEDIR%%/Products/PlonePAS/tests/runalltests.pyc
+%%ZOPEBASEDIR%%/Products/PlonePAS/tests/seeWhatBreaks.py
 %%ZOPEBASEDIR%%/Products/PlonePAS/tests/seeWhatBreaks.pyc
+%%ZOPEBASEDIR%%/Products/PlonePAS/tests/seeWhatsOutThere.py
 %%ZOPEBASEDIR%%/Products/PlonePAS/tests/seeWhatsOutThere.pyc
+%%ZOPEBASEDIR%%/Products/PlonePAS/tests/test_basic_ops.py
 %%ZOPEBASEDIR%%/Products/PlonePAS/tests/test_basic_ops.pyc
+%%ZOPEBASEDIR%%/Products/PlonePAS/tests/test_caching.py
 %%ZOPEBASEDIR%%/Products/PlonePAS/tests/test_caching.pyc
+%%ZOPEBASEDIR%%/Products/PlonePAS/tests/test_doctests.py
 %%ZOPEBASEDIR%%/Products/PlonePAS/tests/test_doctests.pyc
+%%ZOPEBASEDIR%%/Products/PlonePAS/tests/test_groups_tool.py
 %%ZOPEBASEDIR%%/Products/PlonePAS/tests/test_groups_tool.pyc
+%%ZOPEBASEDIR%%/Products/PlonePAS/tests/test_membership.py
 %%ZOPEBASEDIR%%/Products/PlonePAS/tests/test_membership.pyc
+%%ZOPEBASEDIR%%/Products/PlonePAS/tests/test_membership_tool.py
 %%ZOPEBASEDIR%%/Products/PlonePAS/tests/test_membership_tool.pyc
+%%ZOPEBASEDIR%%/Products/PlonePAS/tests/test_migration.py
 %%ZOPEBASEDIR%%/Products/PlonePAS/tests/test_migration.pyc
+%%ZOPEBASEDIR%%/Products/PlonePAS/tests/test_properties.py
 %%ZOPEBASEDIR%%/Products/PlonePAS/tests/test_properties.pyc
-%%ZOPEBASEDIR%%/Products/PlonePAS/TODO.txt
+%%ZOPEBASEDIR%%/Products/PlonePAS/tests/whatsOutThere.txt
 %%ZOPEBASEDIR%%/Products/PlonePAS/tool.gif
 %%ZOPEBASEDIR%%/Products/PlonePAS/tools/__init__.py
-%%ZOPEBASEDIR%%/Products/PlonePAS/tools/groupdata.py
-%%ZOPEBASEDIR%%/Products/PlonePAS/tools/groups.py
-%%ZOPEBASEDIR%%/Products/PlonePAS/tools/memberdata.py
-%%ZOPEBASEDIR%%/Products/PlonePAS/tools/membership.py
-%%ZOPEBASEDIR%%/Products/PlonePAS/tools/plonetool.py
 %%ZOPEBASEDIR%%/Products/PlonePAS/tools/__init__.pyc
+%%ZOPEBASEDIR%%/Products/PlonePAS/tools/groupdata.py
 %%ZOPEBASEDIR%%/Products/PlonePAS/tools/groupdata.pyc
+%%ZOPEBASEDIR%%/Products/PlonePAS/tools/groups.py
 %%ZOPEBASEDIR%%/Products/PlonePAS/tools/groups.pyc
+%%ZOPEBASEDIR%%/Products/PlonePAS/tools/memberdata.py
 %%ZOPEBASEDIR%%/Products/PlonePAS/tools/memberdata.pyc
+%%ZOPEBASEDIR%%/Products/PlonePAS/tools/membership.py
 %%ZOPEBASEDIR%%/Products/PlonePAS/tools/membership.pyc
+%%ZOPEBASEDIR%%/Products/PlonePAS/tools/plonetool.py
 %%ZOPEBASEDIR%%/Products/PlonePAS/tools/plonetool.pyc
 %%ZOPEBASEDIR%%/Products/PlonePAS/utils.py
+%%ZOPEBASEDIR%%/Products/PlonePAS/utils.pyc
 %%ZOPEBASEDIR%%/Products/PlonePAS/version.txt
 %%ZOPEBASEDIR%%/Products/PlonePAS/zmi/CookieCrumblingPluginForm.dtml
 %%ZOPEBASEDIR%%/Products/PlonePAS/zmi/ExtendedCookieAuthHelperForm.dtml
+%%ZOPEBASEDIR%%/Products/PlonePAS/zmi/GRUFBridgeForm.dtml
 %%ZOPEBASEDIR%%/Products/PlonePAS/zmi/GroupAwareRoleManagerForm.dtml
 %%ZOPEBASEDIR%%/Products/PlonePAS/zmi/GroupManagerForm.dtml
-%%ZOPEBASEDIR%%/Products/PlonePAS/zmi/GRUFBridgeForm.dtml
 %%ZOPEBASEDIR%%/Products/PlonePAS/zmi/LocalRolesManagerForm.dtml
 %%ZOPEBASEDIR%%/Products/PlonePAS/zmi/MutablePropertyProviderForm.dtml
 %%ZOPEBASEDIR%%/Products/PlonePAS/zmi/PloneUserFactoryForm.dtml
 %%ZOPEBASEDIR%%/Products/PlonePAS/zmi/UserManagerForm.dtml
-%%ZOPEBASEDIR%%/Products/PlonePAS/MigrationCheck.pyc
-%%ZOPEBASEDIR%%/Products/PlonePAS/__init__.pyc
-%%ZOPEBASEDIR%%/Products/PlonePAS/config.pyc
-%%ZOPEBASEDIR%%/Products/PlonePAS/gruf_support.pyc
-%%ZOPEBASEDIR%%/Products/PlonePAS/ldapmp.pyc
-%%ZOPEBASEDIR%%/Products/PlonePAS/pas.pyc
-%%ZOPEBASEDIR%%/Products/PlonePAS/patch.pyc
-%%ZOPEBASEDIR%%/Products/PlonePAS/sheet.pyc
-%%ZOPEBASEDIR%%/Products/PlonePAS/storage.pyc
-%%ZOPEBASEDIR%%/Products/PlonePAS/utils.pyc
-@dirrm %%ZOPEBASEDIR%%/Products/PlonePAS/docs
-@dirrm %%ZOPEBASEDIR%%/Products/PlonePAS/Extensions
-@dirrm %%ZOPEBASEDIR%%/Products/PlonePAS/interfaces
-@dirrm %%ZOPEBASEDIR%%/Products/PlonePAS/plugins
-@dirrm %%ZOPEBASEDIR%%/Products/PlonePAS/tests
-@dirrm %%ZOPEBASEDIR%%/Products/PlonePAS/tools
-@dirrm %%ZOPEBASEDIR%%/Products/PlonePAS/zmi
-@dirrm %%ZOPEBASEDIR%%/Products/PlonePAS
-%%ZOPEBASEDIR%%/Products/PloneTestCase/__init__.py
 %%ZOPEBASEDIR%%/Products/PloneTestCase/CHANGES.txt
-%%ZOPEBASEDIR%%/Products/PloneTestCase/framework.py
 %%ZOPEBASEDIR%%/Products/PloneTestCase/INSTALL.txt
-%%ZOPEBASEDIR%%/Products/PloneTestCase/interfaces.py
-%%ZOPEBASEDIR%%/Products/PloneTestCase/layer.py
 %%ZOPEBASEDIR%%/Products/PloneTestCase/PloneTestCase.py
-%%ZOPEBASEDIR%%/Products/PloneTestCase/ptc.py
+%%ZOPEBASEDIR%%/Products/PloneTestCase/PloneTestCase.pyc
 %%ZOPEBASEDIR%%/Products/PloneTestCase/README.txt
-%%ZOPEBASEDIR%%/Products/PloneTestCase/runalltests.py
-%%ZOPEBASEDIR%%/Products/PloneTestCase/setup.py
-%%ZOPEBASEDIR%%/Products/PloneTestCase/testDocument.py
-%%ZOPEBASEDIR%%/Products/PloneTestCase/testInterfaces.py
-%%ZOPEBASEDIR%%/Products/PloneTestCase/testMembershipTool.py
-%%ZOPEBASEDIR%%/Products/PloneTestCase/testPloneTestCase.py
-%%ZOPEBASEDIR%%/Products/PloneTestCase/tests.py
-%%ZOPEBASEDIR%%/Products/PloneTestCase/testSkeleton.py
-%%ZOPEBASEDIR%%/Products/PloneTestCase/utils.py
 %%ZOPEBASEDIR%%/Products/PloneTestCase/VERSION.txt
-%%ZOPEBASEDIR%%/Products/PloneTestCase/PloneTestCase.pyc
+%%ZOPEBASEDIR%%/Products/PloneTestCase/__init__.py
 %%ZOPEBASEDIR%%/Products/PloneTestCase/__init__.pyc
+%%ZOPEBASEDIR%%/Products/PloneTestCase/framework.py
 %%ZOPEBASEDIR%%/Products/PloneTestCase/framework.pyc
+%%ZOPEBASEDIR%%/Products/PloneTestCase/interfaces.py
 %%ZOPEBASEDIR%%/Products/PloneTestCase/interfaces.pyc
+%%ZOPEBASEDIR%%/Products/PloneTestCase/layer.py
 %%ZOPEBASEDIR%%/Products/PloneTestCase/layer.pyc
+%%ZOPEBASEDIR%%/Products/PloneTestCase/ptc.py
 %%ZOPEBASEDIR%%/Products/PloneTestCase/ptc.pyc
+%%ZOPEBASEDIR%%/Products/PloneTestCase/runalltests.py
 %%ZOPEBASEDIR%%/Products/PloneTestCase/runalltests.pyc
+%%ZOPEBASEDIR%%/Products/PloneTestCase/setup.py
 %%ZOPEBASEDIR%%/Products/PloneTestCase/setup.pyc
+%%ZOPEBASEDIR%%/Products/PloneTestCase/testDocument.py
 %%ZOPEBASEDIR%%/Products/PloneTestCase/testDocument.pyc
+%%ZOPEBASEDIR%%/Products/PloneTestCase/testInterfaces.py
 %%ZOPEBASEDIR%%/Products/PloneTestCase/testInterfaces.pyc
+%%ZOPEBASEDIR%%/Products/PloneTestCase/testMembershipTool.py
 %%ZOPEBASEDIR%%/Products/PloneTestCase/testMembershipTool.pyc
+%%ZOPEBASEDIR%%/Products/PloneTestCase/testPloneTestCase.py
 %%ZOPEBASEDIR%%/Products/PloneTestCase/testPloneTestCase.pyc
+%%ZOPEBASEDIR%%/Products/PloneTestCase/testSkeleton.py
 %%ZOPEBASEDIR%%/Products/PloneTestCase/testSkeleton.pyc
+%%ZOPEBASEDIR%%/Products/PloneTestCase/tests.py
 %%ZOPEBASEDIR%%/Products/PloneTestCase/tests.pyc
+%%ZOPEBASEDIR%%/Products/PloneTestCase/utils.py
 %%ZOPEBASEDIR%%/Products/PloneTestCase/utils.pyc
-@dirrm %%ZOPEBASEDIR%%/Products/PloneTestCase
-%%ZOPEBASEDIR%%/Products/PloneTranslations/__init__.py
-%%ZOPEBASEDIR%%/Products/PloneTranslations/__pkginfo__.py
 %%ZOPEBASEDIR%%/Products/PloneTranslations/ChangeLog
 %%ZOPEBASEDIR%%/Products/PloneTranslations/HISTORY.txt
+%%ZOPEBASEDIR%%/Products/PloneTranslations/README.txt
+%%ZOPEBASEDIR%%/Products/PloneTranslations/VERSION.txt
+%%ZOPEBASEDIR%%/Products/PloneTranslations/__init__.py
+%%ZOPEBASEDIR%%/Products/PloneTranslations/__init__.pyc
+%%ZOPEBASEDIR%%/Products/PloneTranslations/__pkginfo__.py
+%%ZOPEBASEDIR%%/Products/PloneTranslations/__pkginfo__.pyc
 %%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/__init__.py
+%%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/__init__.pyc
 %%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/archetypes-af.po
 %%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/archetypes-ar.po
 %%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/archetypes-bg.po
@@ -5963,7 +5584,6 @@
 %%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/archetypes-et.po
 %%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/archetypes-eu.po
 %%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/archetypes-fa.po
-%%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/plone-af.po
 %%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/archetypes-fi.po
 %%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/archetypes-fr.po
 %%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/archetypes-he.po
@@ -6032,7 +5652,6 @@
 %%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/atcontenttypes-hu.po
 %%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/atcontenttypes-hy.po
 %%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/atcontenttypes-id.po
-%%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/linguaplone.pot
 %%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/atcontenttypes-it.po
 %%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/atcontenttypes-ja.po
 %%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/atcontenttypes-ka.po
@@ -6048,7 +5667,6 @@
 %%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/atcontenttypes-pl.po
 %%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/atcontenttypes-pt-br.po
 %%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/atcontenttypes-pt.po
-%%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/atcontenttypes.pot
 %%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/atcontenttypes-ro.po
 %%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/atcontenttypes-ru.po
 %%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/atcontenttypes-sk.po
@@ -6064,11 +5682,11 @@
 %%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/atcontenttypes-tr.po
 %%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/atcontenttypes-uk.po
 %%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/atcontenttypes-vi.po
-%%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/linguaplone-af.po
 %%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/atcontenttypes-zh-cn.po
 %%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/atcontenttypes-zh-hk.po
 %%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/atcontenttypes-zh-tw.po
 %%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/atcontenttypes-zh.po
+%%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/atcontenttypes.pot
 %%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/atreferencebrowserwidget-af.po
 %%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/atreferencebrowserwidget-ar.po
 %%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/atreferencebrowserwidget-bg.po
@@ -6078,7 +5696,6 @@
 %%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/atreferencebrowserwidget-cy.po
 %%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/atreferencebrowserwidget-da.po
 %%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/atreferencebrowserwidget-de.po
-%%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/plone-bg.po
 %%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/atreferencebrowserwidget-el.po
 %%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/atreferencebrowserwidget-en.po
 %%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/atreferencebrowserwidget-eo.po
@@ -6091,7 +5708,6 @@
 %%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/atreferencebrowserwidget-he.po
 %%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/atreferencebrowserwidget-hi.po
 %%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/atreferencebrowserwidget-hr.po
-%%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/cmfplacefulworkflow.pot
 %%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/atreferencebrowserwidget-hu.po
 %%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/atreferencebrowserwidget-hy.po
 %%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/atreferencebrowserwidget-id.po
@@ -6104,7 +5720,6 @@
 %%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/atreferencebrowserwidget-manual.pot
 %%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/atreferencebrowserwidget-mi.po
 %%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/atreferencebrowserwidget-my.po
-%%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/linguaplone-ar.po
 %%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/atreferencebrowserwidget-nl.po
 %%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/atreferencebrowserwidget-nn.po
 %%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/atreferencebrowserwidget-no.po
@@ -6117,7 +5732,6 @@
 %%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/atreferencebrowserwidget-sl.po
 %%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/atreferencebrowserwidget-sm.po
 %%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/atreferencebrowserwidget-sq.po
-%%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/linguaplone-bg.po
 %%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/atreferencebrowserwidget-sr-Latn.po
 %%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/atreferencebrowserwidget-sr.po
 %%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/atreferencebrowserwidget-sv.po
@@ -6130,48 +5744,6 @@
 %%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/atreferencebrowserwidget-zh-cn.po
 %%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/atreferencebrowserwidget-zh-hk.po
 %%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/atreferencebrowserwidget-zh-tw.po
-%%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/utils/admix.py
-%%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/utils/chart.py
-%%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/utils/combinedchart.py
-%%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/utils/copymsgid.py
-%%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/utils/create.py
-%%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/utils/fillmsgstr.py
-%%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/utils/filter.py
-%%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/utils/find-untranslated.py
-%%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/utils/i18ngenerate.py
-%%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/utils/merge.py
-%%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/utils/rebuild-pot.py
-%%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/utils/relocate.py
-%%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/utils/renamemsgid.py
-%%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/utils/rescue.py
-%%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/utils/setcomment.py
-%%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/utils/setdomain.py
-%%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/utils/setenv.bat.example
-%%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/utils/setenv.sh.example
-%%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/utils/setprojid.py
-%%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/utils/similar.py
-%%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/utils/sync.py
-%%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/utils/utils.py
-%%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/utils/admix.pyc
-%%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/utils/chart.pyc
-%%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/utils/combinedchart.pyc
-%%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/utils/copymsgid.pyc
-%%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/utils/create.pyc
-%%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/utils/fillmsgstr.pyc
-%%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/utils/filter.pyc
-%%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/utils/find-untranslated.pyc
-%%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/utils/i18ngenerate.pyc
-%%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/utils/merge.pyc
-%%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/utils/rebuild-pot.pyc
-%%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/utils/relocate.pyc
-%%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/utils/renamemsgid.pyc
-%%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/utils/rescue.pyc
-%%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/utils/setcomment.pyc
-%%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/utils/setdomain.pyc
-%%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/utils/setprojid.pyc
-%%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/utils/similar.pyc
-%%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/utils/sync.pyc
-%%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/utils/utils.pyc
 %%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/atreferencebrowserwidget-zh.po
 %%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/atreferencebrowserwidget.pot
 %%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/cmfplacefulworkflow-af.po
@@ -6231,6 +5803,10 @@
 %%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/cmfplacefulworkflow-zh-hk.po
 %%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/cmfplacefulworkflow-zh-tw.po
 %%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/cmfplacefulworkflow-zh.po
+%%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/cmfplacefulworkflow.pot
+%%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/linguaplone-af.po
+%%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/linguaplone-ar.po
+%%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/linguaplone-bg.po
 %%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/linguaplone-bn.po
 %%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/linguaplone-ca.po
 %%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/linguaplone-cs.po
@@ -6280,10 +5856,11 @@
 %%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/linguaplone-tr.po
 %%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/linguaplone-uk.po
 %%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/linguaplone-vi.po
-%%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/linguaplone-zh.po
 %%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/linguaplone-zh-cn.po
 %%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/linguaplone-zh-hk.po
 %%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/linguaplone-zh-tw.po
+%%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/linguaplone-zh.po
+%%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/linguaplone.pot
 %%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/passwordresettool-af.po
 %%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/passwordresettool-ar.po
 %%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/passwordresettool-bg.po
@@ -6328,7 +5905,6 @@
 %%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/passwordresettool-sl.po
 %%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/passwordresettool-sm.po
 %%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/passwordresettool-sq.po
-%%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/plone-ar.po
 %%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/passwordresettool-sr-Latn.po
 %%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/passwordresettool-sr.po
 %%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/passwordresettool-sv.po
@@ -6343,6 +5919,9 @@
 %%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/passwordresettool-zh-tw.po
 %%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/passwordresettool-zh.po
 %%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/passwordresettool.pot
+%%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/plone-af.po
+%%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/plone-ar.po
+%%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/plone-bg.po
 %%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/plone-bn.po
 %%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/plone-ca.po
 %%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/plone-cs.po
@@ -6411,7 +5990,6 @@
 %%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/plonelanguagetool-de.po
 %%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/plonelanguagetool-el.po
 %%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/plonelanguagetool-eo.po
-%%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/__init__.pyc
 %%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/plonelanguagetool-es.po
 %%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/plonelanguagetool-et.po
 %%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/plonelanguagetool-eu.po
@@ -6459,142 +6037,207 @@
 %%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/plonelanguagetool-zh-tw.po
 %%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/plonelanguagetool-zh.po
 %%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/plonelanguagetool.pot
-%%ZOPEBASEDIR%%/Products/PloneTranslations/README.txt
+%%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/utils/admix.py
+%%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/utils/admix.pyc
+%%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/utils/chart.py
+%%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/utils/chart.pyc
+%%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/utils/combinedchart.py
+%%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/utils/combinedchart.pyc
+%%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/utils/copymsgid.py
+%%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/utils/copymsgid.pyc
+%%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/utils/create.py
+%%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/utils/create.pyc
+%%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/utils/fillmsgstr.py
+%%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/utils/fillmsgstr.pyc
+%%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/utils/filter.py
+%%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/utils/filter.pyc
+%%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/utils/find-untranslated.py
+%%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/utils/find-untranslated.pyc
+%%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/utils/i18ngenerate.py
+%%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/utils/i18ngenerate.pyc
+%%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/utils/merge.py
+%%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/utils/merge.pyc
+%%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/utils/rebuild-pot.py
+%%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/utils/rebuild-pot.pyc
+%%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/utils/relocate.py
+%%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/utils/relocate.pyc
+%%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/utils/renamemsgid.py
+%%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/utils/renamemsgid.pyc
+%%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/utils/rescue.py
+%%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/utils/rescue.pyc
+%%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/utils/setcomment.py
+%%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/utils/setcomment.pyc
+%%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/utils/setdomain.py
+%%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/utils/setdomain.pyc
+%%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/utils/setenv.bat.example
+%%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/utils/setenv.sh.example
+%%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/utils/setprojid.py
+%%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/utils/setprojid.pyc
+%%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/utils/similar.py
+%%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/utils/similar.pyc
+%%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/utils/sync.py
+%%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/utils/sync.pyc
+%%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/utils/utils.py
+%%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/utils/utils.pyc
+%%ZOPEBASEDIR%%/Products/PloneTranslations/tests/README.txt
 %%ZOPEBASEDIR%%/Products/PloneTranslations/tests/__init__.py
+%%ZOPEBASEDIR%%/Products/PloneTranslations/tests/__init__.pyc
 %%ZOPEBASEDIR%%/Products/PloneTranslations/tests/framework.py
+%%ZOPEBASEDIR%%/Products/PloneTranslations/tests/framework.pyc
 %%ZOPEBASEDIR%%/Products/PloneTranslations/tests/i18ngenerator.py
-%%ZOPEBASEDIR%%/Products/PloneTranslations/tests/README.txt
+%%ZOPEBASEDIR%%/Products/PloneTranslations/tests/i18ngenerator.pyc
 %%ZOPEBASEDIR%%/Products/PloneTranslations/tests/runalltests.py
+%%ZOPEBASEDIR%%/Products/PloneTranslations/tests/runalltests.pyc
 %%ZOPEBASEDIR%%/Products/PloneTranslations/tests/runtests.bat.example
 %%ZOPEBASEDIR%%/Products/PloneTranslations/tests/runtests.sh.example
 %%ZOPEBASEDIR%%/Products/PloneTranslations/tests/test_i18n.py
-%%ZOPEBASEDIR%%/Products/PloneTranslations/tests/__init__.pyc
-%%ZOPEBASEDIR%%/Products/PloneTranslations/tests/framework.pyc
-%%ZOPEBASEDIR%%/Products/PloneTranslations/tests/i18ngenerator.pyc
-%%ZOPEBASEDIR%%/Products/PloneTranslations/tests/runalltests.pyc
 %%ZOPEBASEDIR%%/Products/PloneTranslations/tests/test_i18n.pyc
-%%ZOPEBASEDIR%%/Products/PloneTranslations/VERSION.txt
-%%ZOPEBASEDIR%%/Products/PloneTranslations/__init__.pyc
-%%ZOPEBASEDIR%%/Products/PloneTranslations/__pkginfo__.pyc
-@dirrm %%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/utils
-@dirrm %%ZOPEBASEDIR%%/Products/PloneTranslations/i18n
-@dirrm %%ZOPEBASEDIR%%/Products/PloneTranslations/tests
-@dirrm %%ZOPEBASEDIR%%/Products/PloneTranslations
+%%ZOPEBASEDIR%%/Products/PluggableAuthService/COPYRIGHT.txt
+%%ZOPEBASEDIR%%/Products/PluggableAuthService/Extensions/README.txt
+%%ZOPEBASEDIR%%/Products/PluggableAuthService/Extensions/__init__.py
+%%ZOPEBASEDIR%%/Products/PluggableAuthService/Extensions/__init__.pyc
+%%ZOPEBASEDIR%%/Products/PluggableAuthService/Extensions/basic_auth.py
+%%ZOPEBASEDIR%%/Products/PluggableAuthService/Extensions/basic_auth.pyc
+%%ZOPEBASEDIR%%/Products/PluggableAuthService/Extensions/upgrade.py
+%%ZOPEBASEDIR%%/Products/PluggableAuthService/Extensions/upgrade.pyc
+%%ZOPEBASEDIR%%/Products/PluggableAuthService/LICENSE.txt
+%%ZOPEBASEDIR%%/Products/PluggableAuthService/PluggableAuthService.py
+%%ZOPEBASEDIR%%/Products/PluggableAuthService/PluggableAuthService.pyc
+%%ZOPEBASEDIR%%/Products/PluggableAuthService/PropertiedUser.py
+%%ZOPEBASEDIR%%/Products/PluggableAuthService/PropertiedUser.pyc
+%%ZOPEBASEDIR%%/Products/PluggableAuthService/README.txt
+%%ZOPEBASEDIR%%/Products/PluggableAuthService/UserPropertySheet.py
+%%ZOPEBASEDIR%%/Products/PluggableAuthService/UserPropertySheet.pyc
 %%ZOPEBASEDIR%%/Products/PluggableAuthService/__init__.py
+%%ZOPEBASEDIR%%/Products/PluggableAuthService/__init__.pyc
 %%ZOPEBASEDIR%%/Products/PluggableAuthService/configure.zcml
-%%ZOPEBASEDIR%%/Products/PluggableAuthService/COPYRIGHT.txt
-%%ZOPEBASEDIR%%/Products/PluggableAuthService/doc/caching.stx
 %%ZOPEBASEDIR%%/Products/PluggableAuthService/doc/CHANGES.txt
 %%ZOPEBASEDIR%%/Products/PluggableAuthService/doc/DEPENDENCIES.txt
+%%ZOPEBASEDIR%%/Products/PluggableAuthService/doc/TODO.txt
+%%ZOPEBASEDIR%%/Products/PluggableAuthService/doc/caching.stx
 %%ZOPEBASEDIR%%/Products/PluggableAuthService/doc/framework_overview.stx
 %%ZOPEBASEDIR%%/Products/PluggableAuthService/doc/plugin_map.stx
-%%ZOPEBASEDIR%%/Products/PluggableAuthService/doc/TODO.txt
 %%ZOPEBASEDIR%%/Products/PluggableAuthService/exportimport.py
+%%ZOPEBASEDIR%%/Products/PluggableAuthService/exportimport.pyc
 %%ZOPEBASEDIR%%/Products/PluggableAuthService/exportimport.zcml
-%%ZOPEBASEDIR%%/Products/PluggableAuthService/Extensions/__init__.py
-%%ZOPEBASEDIR%%/Products/PluggableAuthService/Extensions/basic_auth.py
-%%ZOPEBASEDIR%%/Products/PluggableAuthService/Extensions/README.txt
-%%ZOPEBASEDIR%%/Products/PluggableAuthService/Extensions/upgrade.py
-%%ZOPEBASEDIR%%/Products/PluggableAuthService/Extensions/__init__.pyc
-%%ZOPEBASEDIR%%/Products/PluggableAuthService/Extensions/basic_auth.pyc
-%%ZOPEBASEDIR%%/Products/PluggableAuthService/Extensions/upgrade.pyc
 %%ZOPEBASEDIR%%/Products/PluggableAuthService/interfaces/__init__.py
-%%ZOPEBASEDIR%%/Products/PluggableAuthService/interfaces/authservice.py
-%%ZOPEBASEDIR%%/Products/PluggableAuthService/interfaces/plugins.py
-%%ZOPEBASEDIR%%/Products/PluggableAuthService/interfaces/propertysheets.py
-%%ZOPEBASEDIR%%/Products/PluggableAuthService/interfaces/request.py
 %%ZOPEBASEDIR%%/Products/PluggableAuthService/interfaces/__init__.pyc
+%%ZOPEBASEDIR%%/Products/PluggableAuthService/interfaces/authservice.py
 %%ZOPEBASEDIR%%/Products/PluggableAuthService/interfaces/authservice.pyc
+%%ZOPEBASEDIR%%/Products/PluggableAuthService/interfaces/plugins.py
 %%ZOPEBASEDIR%%/Products/PluggableAuthService/interfaces/plugins.pyc
+%%ZOPEBASEDIR%%/Products/PluggableAuthService/interfaces/propertysheets.py
 %%ZOPEBASEDIR%%/Products/PluggableAuthService/interfaces/propertysheets.pyc
+%%ZOPEBASEDIR%%/Products/PluggableAuthService/interfaces/request.py
 %%ZOPEBASEDIR%%/Products/PluggableAuthService/interfaces/request.pyc
-%%ZOPEBASEDIR%%/Products/PluggableAuthService/LICENSE.txt
 %%ZOPEBASEDIR%%/Products/PluggableAuthService/permissions.py
-%%ZOPEBASEDIR%%/Products/PluggableAuthService/PluggableAuthService.py
-%%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/__init__.py
+%%ZOPEBASEDIR%%/Products/PluggableAuthService/permissions.pyc
 %%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/BasePlugin.py
+%%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/BasePlugin.pyc
 %%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/ChallengeProtocolChooser.py
+%%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/ChallengeProtocolChooser.pyc
 %%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/CookieAuthHelper.py
+%%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/CookieAuthHelper.pyc
 %%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/DelegatingMultiPlugin.py
+%%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/DelegatingMultiPlugin.pyc
 %%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/DomainAuthHelper.py
+%%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/DomainAuthHelper.pyc
 %%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/DynamicGroupsPlugin.py
-%%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/exportimport.py
+%%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/DynamicGroupsPlugin.pyc
 %%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/HTTPBasicAuthHelper.py
+%%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/HTTPBasicAuthHelper.pyc
 %%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/InlineAuthHelper.py
+%%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/InlineAuthHelper.pyc
 %%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/LocalRolePlugin.py
+%%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/LocalRolePlugin.pyc
 %%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/RecursiveGroupsPlugin.py
+%%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/RecursiveGroupsPlugin.pyc
 %%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/RequestTypeSniffer.py
+%%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/RequestTypeSniffer.pyc
 %%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/ScriptablePlugin.py
+%%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/ScriptablePlugin.pyc
 %%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/SearchPrincipalsPlugin.py
+%%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/SearchPrincipalsPlugin.pyc
 %%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/SessionAuthHelper.py
-%%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/tests/__init__.py
+%%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/SessionAuthHelper.pyc
+%%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/ZODBGroupManager.py
+%%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/ZODBGroupManager.pyc
+%%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/ZODBRoleManager.py
+%%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/ZODBRoleManager.pyc
+%%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/ZODBUserManager.py
+%%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/ZODBUserManager.pyc
+%%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/__init__.py
+%%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/__init__.pyc
+%%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/exportimport.py
+%%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/exportimport.pyc
 %%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/tests/ChallengeProtocolChooser.txt
-%%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/tests/helpers.py
-%%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/tests/test_ChallengeProtocolChooser.py
-%%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/tests/test_CookieAuthHelper.py
-%%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/tests/test_doctests.py
-%%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/tests/test_DomainAuthHelper.py
-%%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/tests/test_DynamicGroupsPlugin.py
-%%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/tests/test_exportimport.py
-%%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/tests/test_HTTPBasicAuthHelper.py
-%%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/tests/test_InlineAuthHelper.py
-%%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/tests/test_LocalRolePlugin.py
-%%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/tests/test_RecursiveGroupsPlugin.py
-%%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/tests/test_RequestTypeSniffer.py
-%%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/tests/test_ScriptablePlugin.py
-%%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/tests/test_ZODBGroupManager.py
-%%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/tests/test_ZODBRoleManager.py
-%%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/tests/test_ZODBUserManager.py
+%%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/tests/__init__.py
 %%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/tests/__init__.pyc
+%%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/tests/helpers.py
 %%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/tests/helpers.pyc
+%%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/tests/test_ChallengeProtocolChooser.py
 %%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/tests/test_ChallengeProtocolChooser.pyc
+%%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/tests/test_CookieAuthHelper.py
 %%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/tests/test_CookieAuthHelper.pyc
+%%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/tests/test_DomainAuthHelper.py
 %%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/tests/test_DomainAuthHelper.pyc
+%%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/tests/test_DynamicGroupsPlugin.py
 %%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/tests/test_DynamicGroupsPlugin.pyc
+%%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/tests/test_HTTPBasicAuthHelper.py
 %%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/tests/test_HTTPBasicAuthHelper.pyc
+%%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/tests/test_InlineAuthHelper.py
 %%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/tests/test_InlineAuthHelper.pyc
+%%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/tests/test_LocalRolePlugin.py
 %%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/tests/test_LocalRolePlugin.pyc
+%%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/tests/test_RecursiveGroupsPlugin.py
 %%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/tests/test_RecursiveGroupsPlugin.pyc
+%%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/tests/test_RequestTypeSniffer.py
 %%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/tests/test_RequestTypeSniffer.pyc
+%%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/tests/test_ScriptablePlugin.py
 %%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/tests/test_ScriptablePlugin.pyc
+%%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/tests/test_ZODBGroupManager.py
 %%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/tests/test_ZODBGroupManager.pyc
+%%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/tests/test_ZODBRoleManager.py
 %%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/tests/test_ZODBRoleManager.pyc
+%%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/tests/test_ZODBUserManager.py
 %%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/tests/test_ZODBUserManager.pyc
+%%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/tests/test_doctests.py
 %%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/tests/test_doctests.pyc
+%%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/tests/test_exportimport.py
 %%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/tests/test_exportimport.pyc
+%%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/www/CookieAuthHelper.gif
+%%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/www/DelegatingMultiPlugin.png
+%%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/www/DomainAuthHelper.png
+%%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/www/DynamicGroupsPlugin.png
+%%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/www/HTTPBasicAuthHelper.png
+%%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/www/InlineAuthHelper.png
+%%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/www/RecursiveGroupsPlugin.png
+%%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/www/ScriptablePlugin.png
+%%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/www/SessionAuthHelper.gif
+%%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/www/ZODBGroupManager.gif
+%%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/www/ZODBRoleManager.gif
+%%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/www/ZODBUserManager.gif
 %%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/www/bpActivateInterfaces.zpt
 %%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/www/caAdd.zpt
-%%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/www/CookieAuthHelper.gif
 %%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/www/cpcAdd.zpt
 %%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/www/cpcEdit.zpt
 %%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/www/daAdd.zpt
 %%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/www/daGeneric.zpt
 %%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/www/daMatches.zpt
-%%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/www/DelegatingMultiPlugin.png
 %%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/www/dgpAdd.zpt
 %%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/www/dgpGroups.zpt
 %%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/www/dmpAdd.zpt
-%%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/www/DomainAuthHelper.png
-%%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/www/DynamicGroupsPlugin.png
 %%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/www/hbAdd.zpt
-%%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/www/HTTPBasicAuthHelper.png
 %%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/www/iaAdd.zpt
-%%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/www/InlineAuthHelper.png
 %%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/www/lrpAdd.zpt
-%%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/www/RecursiveGroupsPlugin.png
 %%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/www/rgpAdd.zpt
 %%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/www/rtsAdd.zpt
 %%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/www/saAdd.zpt
-%%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/www/ScriptablePlugin.png
-%%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/www/SessionAuthHelper.gif
 %%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/www/spAdd.zpt
 %%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/www/spEditInterfaces.zpt
 %%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/www/sppAdd.zpt
 %%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/www/zgAdd.zpt
 %%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/www/zgGroups.zpt
-%%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/www/ZODBGroupManager.gif
-%%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/www/ZODBRoleManager.gif
-%%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/www/ZODBUserManager.gif
 %%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/www/zrAdd.zpt
 %%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/www/zrRoles.zpt
 %%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/www/zuAdd.zpt
@@ -6609,34 +6252,10 @@
 %%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/xml/zodbgroups.xml
 %%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/xml/zodbroles.xml
 %%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/xml/zodbusers.xml
-%%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/ZODBGroupManager.py
-%%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/ZODBRoleManager.py
-%%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/ZODBUserManager.py
-%%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/BasePlugin.pyc
-%%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/ChallengeProtocolChooser.pyc
-%%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/CookieAuthHelper.pyc
-%%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/DelegatingMultiPlugin.pyc
-%%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/DomainAuthHelper.pyc
-%%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/DynamicGroupsPlugin.pyc
-%%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/HTTPBasicAuthHelper.pyc
-%%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/InlineAuthHelper.pyc
-%%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/LocalRolePlugin.pyc
-%%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/RecursiveGroupsPlugin.pyc
-%%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/RequestTypeSniffer.pyc
-%%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/ScriptablePlugin.pyc
-%%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/SearchPrincipalsPlugin.pyc
-%%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/SessionAuthHelper.pyc
-%%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/ZODBGroupManager.pyc
-%%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/ZODBRoleManager.pyc
-%%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/ZODBUserManager.pyc
-%%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/__init__.pyc
-%%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/exportimport.pyc
-%%ZOPEBASEDIR%%/Products/PluggableAuthService/profiles/empty/export_steps.xml
-%%ZOPEBASEDIR%%/Products/PluggableAuthService/profiles/empty/import_steps.xml
 %%ZOPEBASEDIR%%/Products/PluggableAuthService/profiles/empty/PAS/.objects
 %%ZOPEBASEDIR%%/Products/PluggableAuthService/profiles/empty/PAS/pluginregistry.xml
-%%ZOPEBASEDIR%%/Products/PluggableAuthService/profiles/simple/export_steps.xml
-%%ZOPEBASEDIR%%/Products/PluggableAuthService/profiles/simple/import_steps.xml
+%%ZOPEBASEDIR%%/Products/PluggableAuthService/profiles/empty/export_steps.xml
+%%ZOPEBASEDIR%%/Products/PluggableAuthService/profiles/empty/import_steps.xml
 %%ZOPEBASEDIR%%/Products/PluggableAuthService/profiles/simple/PAS/.objects
 %%ZOPEBASEDIR%%/Products/PluggableAuthService/profiles/simple/PAS/basic_auth.xml
 %%ZOPEBASEDIR%%/Products/PluggableAuthService/profiles/simple/PAS/dynamic_groups.xml
@@ -6645,126 +6264,117 @@
 %%ZOPEBASEDIR%%/Products/PluggableAuthService/profiles/simple/PAS/recursive_groups.xml
 %%ZOPEBASEDIR%%/Products/PluggableAuthService/profiles/simple/PAS/roles.xml
 %%ZOPEBASEDIR%%/Products/PluggableAuthService/profiles/simple/PAS/users.xml
-%%ZOPEBASEDIR%%/Products/PluggableAuthService/PropertiedUser.py
-%%ZOPEBASEDIR%%/Products/PluggableAuthService/README.txt
+%%ZOPEBASEDIR%%/Products/PluggableAuthService/profiles/simple/export_steps.xml
+%%ZOPEBASEDIR%%/Products/PluggableAuthService/profiles/simple/import_steps.xml
 %%ZOPEBASEDIR%%/Products/PluggableAuthService/tests/__init__.py
-%%ZOPEBASEDIR%%/Products/PluggableAuthService/tests/conformance.py
-%%ZOPEBASEDIR%%/Products/PluggableAuthService/tests/test_Caching.py
-%%ZOPEBASEDIR%%/Products/PluggableAuthService/tests/test_exportimport.py
-%%ZOPEBASEDIR%%/Products/PluggableAuthService/tests/test_PluggableAuthService.py
-%%ZOPEBASEDIR%%/Products/PluggableAuthService/tests/test_PropertiedUser.py
-%%ZOPEBASEDIR%%/Products/PluggableAuthService/tests/test_UserPropertySheet.py
 %%ZOPEBASEDIR%%/Products/PluggableAuthService/tests/__init__.pyc
+%%ZOPEBASEDIR%%/Products/PluggableAuthService/tests/conformance.py
 %%ZOPEBASEDIR%%/Products/PluggableAuthService/tests/conformance.pyc
+%%ZOPEBASEDIR%%/Products/PluggableAuthService/tests/test_Caching.py
 %%ZOPEBASEDIR%%/Products/PluggableAuthService/tests/test_Caching.pyc
+%%ZOPEBASEDIR%%/Products/PluggableAuthService/tests/test_PluggableAuthService.py
 %%ZOPEBASEDIR%%/Products/PluggableAuthService/tests/test_PluggableAuthService.pyc
+%%ZOPEBASEDIR%%/Products/PluggableAuthService/tests/test_PropertiedUser.py
 %%ZOPEBASEDIR%%/Products/PluggableAuthService/tests/test_PropertiedUser.pyc
+%%ZOPEBASEDIR%%/Products/PluggableAuthService/tests/test_UserPropertySheet.py
 %%ZOPEBASEDIR%%/Products/PluggableAuthService/tests/test_UserPropertySheet.pyc
+%%ZOPEBASEDIR%%/Products/PluggableAuthService/tests/test_exportimport.py
 %%ZOPEBASEDIR%%/Products/PluggableAuthService/tests/test_exportimport.pyc
-%%ZOPEBASEDIR%%/Products/PluggableAuthService/UserPropertySheet.py
 %%ZOPEBASEDIR%%/Products/PluggableAuthService/utils.py
+%%ZOPEBASEDIR%%/Products/PluggableAuthService/utils.pyc
 %%ZOPEBASEDIR%%/Products/PluggableAuthService/version.txt
+%%ZOPEBASEDIR%%/Products/PluggableAuthService/www/PluggableAuthService.png
 %%ZOPEBASEDIR%%/Products/PluggableAuthService/www/arrow-down.gif
 %%ZOPEBASEDIR%%/Products/PluggableAuthService/www/arrow-left.gif
 %%ZOPEBASEDIR%%/Products/PluggableAuthService/www/arrow-right.gif
 %%ZOPEBASEDIR%%/Products/PluggableAuthService/www/arrow-up.gif
 %%ZOPEBASEDIR%%/Products/PluggableAuthService/www/pasAddForm.zpt
 %%ZOPEBASEDIR%%/Products/PluggableAuthService/www/pasSearch.zpt
-%%ZOPEBASEDIR%%/Products/PluggableAuthService/www/PluggableAuthService.png
 %%ZOPEBASEDIR%%/Products/PluggableAuthService/www/two_lists.zpt
-%%ZOPEBASEDIR%%/Products/PluggableAuthService/PluggableAuthService.pyc
-%%ZOPEBASEDIR%%/Products/PluggableAuthService/utils.pyc
-%%ZOPEBASEDIR%%/Products/PluggableAuthService/PropertiedUser.pyc
-%%ZOPEBASEDIR%%/Products/PluggableAuthService/UserPropertySheet.pyc
-%%ZOPEBASEDIR%%/Products/PluggableAuthService/__init__.pyc
-%%ZOPEBASEDIR%%/Products/PluggableAuthService/exportimport.pyc
-%%ZOPEBASEDIR%%/Products/PluggableAuthService/permissions.pyc
-@dirrm %%ZOPEBASEDIR%%/Products/PluggableAuthService/doc
-@dirrm %%ZOPEBASEDIR%%/Products/PluggableAuthService/Extensions
-@dirrm %%ZOPEBASEDIR%%/Products/PluggableAuthService/interfaces
-@dirrm %%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/tests
-@dirrm %%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/www
-@dirrm %%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/xml
-@dirrm %%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins
-@dirrm %%ZOPEBASEDIR%%/Products/PluggableAuthService/profiles/empty/PAS
-@dirrm %%ZOPEBASEDIR%%/Products/PluggableAuthService/profiles/empty
-@dirrm %%ZOPEBASEDIR%%/Products/PluggableAuthService/profiles/simple/PAS
-@dirrm %%ZOPEBASEDIR%%/Products/PluggableAuthService/profiles/simple
-@dirrm %%ZOPEBASEDIR%%/Products/PluggableAuthService/profiles
-@dirrm %%ZOPEBASEDIR%%/Products/PluggableAuthService/tests
-@dirrm %%ZOPEBASEDIR%%/Products/PluggableAuthService/www
-@dirrm %%ZOPEBASEDIR%%/Products/PluggableAuthService
-%%ZOPEBASEDIR%%/Products/PluginRegistry/__init__.py
 %%ZOPEBASEDIR%%/Products/PluginRegistry/CHANGES.txt
-%%ZOPEBASEDIR%%/Products/PluginRegistry/configure.zcml
 %%ZOPEBASEDIR%%/Products/PluginRegistry/COPYRIGHT.txt
-%%ZOPEBASEDIR%%/Products/PluginRegistry/exportimport.py
-%%ZOPEBASEDIR%%/Products/PluginRegistry/interfaces.py
 %%ZOPEBASEDIR%%/Products/PluginRegistry/LICENSE.txt
 %%ZOPEBASEDIR%%/Products/PluginRegistry/PluginRegistry.py
+%%ZOPEBASEDIR%%/Products/PluginRegistry/PluginRegistry.pyc
+%%ZOPEBASEDIR%%/Products/PluginRegistry/__init__.py
+%%ZOPEBASEDIR%%/Products/PluginRegistry/__init__.pyc
+%%ZOPEBASEDIR%%/Products/PluginRegistry/configure.zcml
+%%ZOPEBASEDIR%%/Products/PluginRegistry/exportimport.py
+%%ZOPEBASEDIR%%/Products/PluginRegistry/exportimport.pyc
+%%ZOPEBASEDIR%%/Products/PluginRegistry/interfaces.py
+%%ZOPEBASEDIR%%/Products/PluginRegistry/interfaces.pyc
 %%ZOPEBASEDIR%%/Products/PluginRegistry/tests/__init__.py
-%%ZOPEBASEDIR%%/Products/PluginRegistry/tests/test_exportimport.py
-%%ZOPEBASEDIR%%/Products/PluginRegistry/tests/test_PluginRegistry.py
 %%ZOPEBASEDIR%%/Products/PluginRegistry/tests/__init__.pyc
+%%ZOPEBASEDIR%%/Products/PluginRegistry/tests/test_PluginRegistry.py
 %%ZOPEBASEDIR%%/Products/PluginRegistry/tests/test_PluginRegistry.pyc
+%%ZOPEBASEDIR%%/Products/PluginRegistry/tests/test_exportimport.py
 %%ZOPEBASEDIR%%/Products/PluginRegistry/tests/test_exportimport.pyc
 %%ZOPEBASEDIR%%/Products/PluginRegistry/utils.py
+%%ZOPEBASEDIR%%/Products/PluginRegistry/utils.pyc
 %%ZOPEBASEDIR%%/Products/PluginRegistry/version.txt
+%%ZOPEBASEDIR%%/Products/PluginRegistry/www/PluginRegistry.png
 %%ZOPEBASEDIR%%/Products/PluginRegistry/www/active_plugins.zpt
 %%ZOPEBASEDIR%%/Products/PluginRegistry/www/arrow-down.gif
 %%ZOPEBASEDIR%%/Products/PluginRegistry/www/arrow-left.gif
 %%ZOPEBASEDIR%%/Products/PluginRegistry/www/arrow-right.gif
 %%ZOPEBASEDIR%%/Products/PluginRegistry/www/arrow-up.gif
 %%ZOPEBASEDIR%%/Products/PluginRegistry/www/export_import.zpt
-%%ZOPEBASEDIR%%/Products/PluginRegistry/www/PluginRegistry.png
 %%ZOPEBASEDIR%%/Products/PluginRegistry/www/plugins.zpt
 %%ZOPEBASEDIR%%/Products/PluginRegistry/www/two_lists.zpt
 %%ZOPEBASEDIR%%/Products/PluginRegistry/xml/pirExport.xml
-%%ZOPEBASEDIR%%/Products/PluginRegistry/PluginRegistry.pyc
-%%ZOPEBASEDIR%%/Products/PluginRegistry/__init__.pyc
-%%ZOPEBASEDIR%%/Products/PluginRegistry/exportimport.pyc
-%%ZOPEBASEDIR%%/Products/PluginRegistry/interfaces.pyc
-%%ZOPEBASEDIR%%/Products/PluginRegistry/utils.pyc
-@dirrm %%ZOPEBASEDIR%%/Products/PluginRegistry/tests
-@dirrm %%ZOPEBASEDIR%%/Products/PluginRegistry/www
-@dirrm %%ZOPEBASEDIR%%/Products/PluginRegistry/xml
-@dirrm %%ZOPEBASEDIR%%/Products/PluginRegistry
+%%ZOPEBASEDIR%%/Products/PortalTransforms/ChangeLog
+%%ZOPEBASEDIR%%/Products/PortalTransforms/DEPENDS
+%%ZOPEBASEDIR%%/Products/PortalTransforms/Extensions/Install.py
+%%ZOPEBASEDIR%%/Products/PortalTransforms/Extensions/Install.pyc
+%%ZOPEBASEDIR%%/Products/PortalTransforms/Extensions/__init__.py
+%%ZOPEBASEDIR%%/Products/PortalTransforms/Extensions/__init__.pyc
+%%ZOPEBASEDIR%%/Products/PortalTransforms/HISTORY.txt
+%%ZOPEBASEDIR%%/Products/PortalTransforms/LICENSE.txt
+%%ZOPEBASEDIR%%/Products/PortalTransforms/MANIFEST.in
+%%ZOPEBASEDIR%%/Products/PortalTransforms/README
+%%ZOPEBASEDIR%%/Products/PortalTransforms/SUGGESTS
+%%ZOPEBASEDIR%%/Products/PortalTransforms/TODO
+%%ZOPEBASEDIR%%/Products/PortalTransforms/Transform.py
+%%ZOPEBASEDIR%%/Products/PortalTransforms/Transform.pyc
+%%ZOPEBASEDIR%%/Products/PortalTransforms/TransformEngine.py
+%%ZOPEBASEDIR%%/Products/PortalTransforms/TransformEngine.pyc
+%%ZOPEBASEDIR%%/Products/PortalTransforms/TransformTool.py
+%%ZOPEBASEDIR%%/Products/PortalTransforms/TransformTool.pyc
+%%ZOPEBASEDIR%%/Products/PortalTransforms/TransformsChain.py
+%%ZOPEBASEDIR%%/Products/PortalTransforms/TransformsChain.pyc
 %%ZOPEBASEDIR%%/Products/PortalTransforms/__init__.py
+%%ZOPEBASEDIR%%/Products/PortalTransforms/__init__.pyc
 %%ZOPEBASEDIR%%/Products/PortalTransforms/__pkginfo__.py
+%%ZOPEBASEDIR%%/Products/PortalTransforms/__pkginfo__.pyc
 %%ZOPEBASEDIR%%/Products/PortalTransforms/bridge.zcml
 %%ZOPEBASEDIR%%/Products/PortalTransforms/cache.py
+%%ZOPEBASEDIR%%/Products/PortalTransforms/cache.pyc
 %%ZOPEBASEDIR%%/Products/PortalTransforms/chain.py
-%%ZOPEBASEDIR%%/Products/PortalTransforms/ChangeLog
+%%ZOPEBASEDIR%%/Products/PortalTransforms/chain.pyc
 %%ZOPEBASEDIR%%/Products/PortalTransforms/configure.zcml
 %%ZOPEBASEDIR%%/Products/PortalTransforms/data.py
-%%ZOPEBASEDIR%%/Products/PortalTransforms/DEPENDS
+%%ZOPEBASEDIR%%/Products/PortalTransforms/data.pyc
 %%ZOPEBASEDIR%%/Products/PortalTransforms/docs/dev_manual.rst
 %%ZOPEBASEDIR%%/Products/PortalTransforms/docs/makefile
 %%ZOPEBASEDIR%%/Products/PortalTransforms/docs/uno_setup.rst
 %%ZOPEBASEDIR%%/Products/PortalTransforms/docs/user_manual.rst
-%%ZOPEBASEDIR%%/Products/PortalTransforms/Extensions/__init__.py
-%%ZOPEBASEDIR%%/Products/PortalTransforms/Extensions/Install.py
-%%ZOPEBASEDIR%%/Products/PortalTransforms/Extensions/Install.pyc
-%%ZOPEBASEDIR%%/Products/PortalTransforms/Extensions/__init__.pyc
-%%ZOPEBASEDIR%%/Products/PortalTransforms/HISTORY.txt
 %%ZOPEBASEDIR%%/Products/PortalTransforms/implements.zcml
 %%ZOPEBASEDIR%%/Products/PortalTransforms/interfaces.py
+%%ZOPEBASEDIR%%/Products/PortalTransforms/interfaces.pyc
 %%ZOPEBASEDIR%%/Products/PortalTransforms/libtransforms/__init__.py
-%%ZOPEBASEDIR%%/Products/PortalTransforms/libtransforms/commandtransform.py
-%%ZOPEBASEDIR%%/Products/PortalTransforms/libtransforms/piltransform.py
-%%ZOPEBASEDIR%%/Products/PortalTransforms/libtransforms/retransform.py
-%%ZOPEBASEDIR%%/Products/PortalTransforms/libtransforms/utils.py
 %%ZOPEBASEDIR%%/Products/PortalTransforms/libtransforms/__init__.pyc
+%%ZOPEBASEDIR%%/Products/PortalTransforms/libtransforms/commandtransform.py
 %%ZOPEBASEDIR%%/Products/PortalTransforms/libtransforms/commandtransform.pyc
+%%ZOPEBASEDIR%%/Products/PortalTransforms/libtransforms/piltransform.py
 %%ZOPEBASEDIR%%/Products/PortalTransforms/libtransforms/piltransform.pyc
+%%ZOPEBASEDIR%%/Products/PortalTransforms/libtransforms/retransform.py
 %%ZOPEBASEDIR%%/Products/PortalTransforms/libtransforms/retransform.pyc
+%%ZOPEBASEDIR%%/Products/PortalTransforms/libtransforms/utils.py
 %%ZOPEBASEDIR%%/Products/PortalTransforms/libtransforms/utils.pyc
-%%ZOPEBASEDIR%%/Products/PortalTransforms/LICENSE.txt
-%%ZOPEBASEDIR%%/Products/PortalTransforms/MANIFEST.in
-%%ZOPEBASEDIR%%/Products/PortalTransforms/README
-%%ZOPEBASEDIR%%/Products/PortalTransforms/SUGGESTS
 %%ZOPEBASEDIR%%/Products/PortalTransforms/tests/__init__.py
+%%ZOPEBASEDIR%%/Products/PortalTransforms/tests/__init__.pyc
 %%ZOPEBASEDIR%%/Products/PortalTransforms/tests/framework.py
+%%ZOPEBASEDIR%%/Products/PortalTransforms/tests/framework.pyc
 %%ZOPEBASEDIR%%/Products/PortalTransforms/tests/input/demo1.pdf
 %%ZOPEBASEDIR%%/Products/PortalTransforms/tests/input/logo.bmp
 %%ZOPEBASEDIR%%/Products/PortalTransforms/tests/input/logo.gif
@@ -6778,8 +6388,8 @@
 %%ZOPEBASEDIR%%/Products/PortalTransforms/tests/input/test.doc
 %%ZOPEBASEDIR%%/Products/PortalTransforms/tests/input/test_lynx.html
 %%ZOPEBASEDIR%%/Products/PortalTransforms/tests/input/test_python.py
-%%ZOPEBASEDIR%%/Products/PortalTransforms/tests/input/test_safehtml.html
 %%ZOPEBASEDIR%%/Products/PortalTransforms/tests/input/test_python.pyc
+%%ZOPEBASEDIR%%/Products/PortalTransforms/tests/input/test_safehtml.html
 %%ZOPEBASEDIR%%/Products/PortalTransforms/tests/output/demo1.html
 %%ZOPEBASEDIR%%/Products/PortalTransforms/tests/output/demo1.html.nofilename
 %%ZOPEBASEDIR%%/Products/PortalTransforms/tests/output/logo.bmp
@@ -6801,91 +6411,85 @@
 %%ZOPEBASEDIR%%/Products/PortalTransforms/tests/output/test_safe.html
 %%ZOPEBASEDIR%%/Products/PortalTransforms/tests/output/test_word.html
 %%ZOPEBASEDIR%%/Products/PortalTransforms/tests/runalltests.py
+%%ZOPEBASEDIR%%/Products/PortalTransforms/tests/runalltests.pyc
 %%ZOPEBASEDIR%%/Products/PortalTransforms/tests/runtests.sh.example
 %%ZOPEBASEDIR%%/Products/PortalTransforms/tests/test_doctests.py
-%%ZOPEBASEDIR%%/Products/PortalTransforms/tests/test_engine.py
-%%ZOPEBASEDIR%%/Products/PortalTransforms/tests/test_graph.py
-%%ZOPEBASEDIR%%/Products/PortalTransforms/tests/test_transforms.py
-%%ZOPEBASEDIR%%/Products/PortalTransforms/tests/utils.py
-%%ZOPEBASEDIR%%/Products/PortalTransforms/tests/word.py
-%%ZOPEBASEDIR%%/Products/PortalTransforms/tests/__init__.pyc
-%%ZOPEBASEDIR%%/Products/PortalTransforms/tests/framework.pyc
-%%ZOPEBASEDIR%%/Products/PortalTransforms/tests/runalltests.pyc
 %%ZOPEBASEDIR%%/Products/PortalTransforms/tests/test_doctests.pyc
+%%ZOPEBASEDIR%%/Products/PortalTransforms/tests/test_engine.py
 %%ZOPEBASEDIR%%/Products/PortalTransforms/tests/test_engine.pyc
+%%ZOPEBASEDIR%%/Products/PortalTransforms/tests/test_graph.py
 %%ZOPEBASEDIR%%/Products/PortalTransforms/tests/test_graph.pyc
+%%ZOPEBASEDIR%%/Products/PortalTransforms/tests/test_transforms.py
 %%ZOPEBASEDIR%%/Products/PortalTransforms/tests/test_transforms.pyc
+%%ZOPEBASEDIR%%/Products/PortalTransforms/tests/utils.py
 %%ZOPEBASEDIR%%/Products/PortalTransforms/tests/utils.pyc
+%%ZOPEBASEDIR%%/Products/PortalTransforms/tests/word.py
 %%ZOPEBASEDIR%%/Products/PortalTransforms/tests/word.pyc
-%%ZOPEBASEDIR%%/Products/PortalTransforms/TODO
 %%ZOPEBASEDIR%%/Products/PortalTransforms/tool.gif
-%%ZOPEBASEDIR%%/Products/PortalTransforms/Transform.py
-%%ZOPEBASEDIR%%/Products/PortalTransforms/TransformEngine.py
 %%ZOPEBASEDIR%%/Products/PortalTransforms/transforms/__init__.py
+%%ZOPEBASEDIR%%/Products/PortalTransforms/transforms/__init__.pyc
 %%ZOPEBASEDIR%%/Products/PortalTransforms/transforms/broken.py
+%%ZOPEBASEDIR%%/Products/PortalTransforms/transforms/broken.pyc
 %%ZOPEBASEDIR%%/Products/PortalTransforms/transforms/html_body.py
+%%ZOPEBASEDIR%%/Products/PortalTransforms/transforms/html_body.pyc
 %%ZOPEBASEDIR%%/Products/PortalTransforms/transforms/html_to_text.py
+%%ZOPEBASEDIR%%/Products/PortalTransforms/transforms/html_to_text.pyc
 %%ZOPEBASEDIR%%/Products/PortalTransforms/transforms/identity.py
+%%ZOPEBASEDIR%%/Products/PortalTransforms/transforms/identity.pyc
 %%ZOPEBASEDIR%%/Products/PortalTransforms/transforms/image_to_bmp.py
+%%ZOPEBASEDIR%%/Products/PortalTransforms/transforms/image_to_bmp.pyc
 %%ZOPEBASEDIR%%/Products/PortalTransforms/transforms/image_to_gif.py
+%%ZOPEBASEDIR%%/Products/PortalTransforms/transforms/image_to_gif.pyc
 %%ZOPEBASEDIR%%/Products/PortalTransforms/transforms/image_to_html.py
+%%ZOPEBASEDIR%%/Products/PortalTransforms/transforms/image_to_html.pyc
 %%ZOPEBASEDIR%%/Products/PortalTransforms/transforms/image_to_jpeg.py
+%%ZOPEBASEDIR%%/Products/PortalTransforms/transforms/image_to_jpeg.pyc
 %%ZOPEBASEDIR%%/Products/PortalTransforms/transforms/image_to_pcx.py
+%%ZOPEBASEDIR%%/Products/PortalTransforms/transforms/image_to_pcx.pyc
 %%ZOPEBASEDIR%%/Products/PortalTransforms/transforms/image_to_png.py
+%%ZOPEBASEDIR%%/Products/PortalTransforms/transforms/image_to_png.pyc
 %%ZOPEBASEDIR%%/Products/PortalTransforms/transforms/image_to_ppm.py
+%%ZOPEBASEDIR%%/Products/PortalTransforms/transforms/image_to_ppm.pyc
 %%ZOPEBASEDIR%%/Products/PortalTransforms/transforms/image_to_tiff.py
+%%ZOPEBASEDIR%%/Products/PortalTransforms/transforms/image_to_tiff.pyc
 %%ZOPEBASEDIR%%/Products/PortalTransforms/transforms/lynx_dump.py
+%%ZOPEBASEDIR%%/Products/PortalTransforms/transforms/lynx_dump.pyc
 %%ZOPEBASEDIR%%/Products/PortalTransforms/transforms/office_com.py
+%%ZOPEBASEDIR%%/Products/PortalTransforms/transforms/office_com.pyc
 %%ZOPEBASEDIR%%/Products/PortalTransforms/transforms/office_uno.py
+%%ZOPEBASEDIR%%/Products/PortalTransforms/transforms/office_uno.pyc
 %%ZOPEBASEDIR%%/Products/PortalTransforms/transforms/office_wvware.py
+%%ZOPEBASEDIR%%/Products/PortalTransforms/transforms/office_wvware.pyc
 %%ZOPEBASEDIR%%/Products/PortalTransforms/transforms/pdf_to_html.py
+%%ZOPEBASEDIR%%/Products/PortalTransforms/transforms/pdf_to_html.pyc
 %%ZOPEBASEDIR%%/Products/PortalTransforms/transforms/pdf_to_text.py
+%%ZOPEBASEDIR%%/Products/PortalTransforms/transforms/pdf_to_text.pyc
 %%ZOPEBASEDIR%%/Products/PortalTransforms/transforms/python.py
+%%ZOPEBASEDIR%%/Products/PortalTransforms/transforms/python.pyc
 %%ZOPEBASEDIR%%/Products/PortalTransforms/transforms/rest.py
+%%ZOPEBASEDIR%%/Products/PortalTransforms/transforms/rest.pyc
 %%ZOPEBASEDIR%%/Products/PortalTransforms/transforms/rtf_to_html.py
+%%ZOPEBASEDIR%%/Products/PortalTransforms/transforms/rtf_to_html.pyc
 %%ZOPEBASEDIR%%/Products/PortalTransforms/transforms/rtf_to_xml.py
+%%ZOPEBASEDIR%%/Products/PortalTransforms/transforms/rtf_to_xml.pyc
 %%ZOPEBASEDIR%%/Products/PortalTransforms/transforms/safe_html.py
+%%ZOPEBASEDIR%%/Products/PortalTransforms/transforms/safe_html.pyc
 %%ZOPEBASEDIR%%/Products/PortalTransforms/transforms/st.py
-%%ZOPEBASEDIR%%/Products/PortalTransforms/transforms/text_pre_to_html.py
-%%ZOPEBASEDIR%%/Products/PortalTransforms/transforms/text_to_html.py
-%%ZOPEBASEDIR%%/Products/PortalTransforms/transforms/word_to_html.py
-%%ZOPEBASEDIR%%/Products/PortalTransforms/transforms/__init__.pyc
-%%ZOPEBASEDIR%%/Products/PortalTransforms/transforms/broken.pyc
-%%ZOPEBASEDIR%%/Products/PortalTransforms/transforms/html_body.pyc
-%%ZOPEBASEDIR%%/Products/PortalTransforms/transforms/html_to_text.pyc
-%%ZOPEBASEDIR%%/Products/PortalTransforms/transforms/identity.pyc
-%%ZOPEBASEDIR%%/Products/PortalTransforms/transforms/image_to_bmp.pyc
-%%ZOPEBASEDIR%%/Products/PortalTransforms/transforms/image_to_gif.pyc
-%%ZOPEBASEDIR%%/Products/PortalTransforms/transforms/image_to_html.pyc
-%%ZOPEBASEDIR%%/Products/PortalTransforms/transforms/image_to_jpeg.pyc
-%%ZOPEBASEDIR%%/Products/PortalTransforms/transforms/image_to_pcx.pyc
-%%ZOPEBASEDIR%%/Products/PortalTransforms/transforms/image_to_png.pyc
-%%ZOPEBASEDIR%%/Products/PortalTransforms/transforms/image_to_ppm.pyc
 %%ZOPEBASEDIR%%/Products/PortalTransforms/transforms/st.pyc
-%%ZOPEBASEDIR%%/Products/PortalTransforms/transforms/image_to_tiff.pyc
-%%ZOPEBASEDIR%%/Products/PortalTransforms/transforms/lynx_dump.pyc
-%%ZOPEBASEDIR%%/Products/PortalTransforms/transforms/office_com.pyc
-%%ZOPEBASEDIR%%/Products/PortalTransforms/transforms/office_uno.pyc
-%%ZOPEBASEDIR%%/Products/PortalTransforms/transforms/office_wvware.pyc
-%%ZOPEBASEDIR%%/Products/PortalTransforms/transforms/pdf_to_html.pyc
-%%ZOPEBASEDIR%%/Products/PortalTransforms/transforms/pdf_to_text.pyc
-%%ZOPEBASEDIR%%/Products/PortalTransforms/transforms/python.pyc
-%%ZOPEBASEDIR%%/Products/PortalTransforms/transforms/rest.pyc
-%%ZOPEBASEDIR%%/Products/PortalTransforms/transforms/rtf_to_html.pyc
-%%ZOPEBASEDIR%%/Products/PortalTransforms/transforms/rtf_to_xml.pyc
-%%ZOPEBASEDIR%%/Products/PortalTransforms/transforms/safe_html.pyc
+%%ZOPEBASEDIR%%/Products/PortalTransforms/transforms/text_pre_to_html.py
 %%ZOPEBASEDIR%%/Products/PortalTransforms/transforms/text_pre_to_html.pyc
+%%ZOPEBASEDIR%%/Products/PortalTransforms/transforms/text_to_html.py
 %%ZOPEBASEDIR%%/Products/PortalTransforms/transforms/text_to_html.pyc
+%%ZOPEBASEDIR%%/Products/PortalTransforms/transforms/word_to_html.py
 %%ZOPEBASEDIR%%/Products/PortalTransforms/transforms/word_to_html.pyc
-%%ZOPEBASEDIR%%/Products/PortalTransforms/TransformsChain.py
-%%ZOPEBASEDIR%%/Products/PortalTransforms/TransformTool.py
 %%ZOPEBASEDIR%%/Products/PortalTransforms/unsafe_transforms/build_transforms.py
-%%ZOPEBASEDIR%%/Products/PortalTransforms/unsafe_transforms/command.py
-%%ZOPEBASEDIR%%/Products/PortalTransforms/unsafe_transforms/xml.py
 %%ZOPEBASEDIR%%/Products/PortalTransforms/unsafe_transforms/build_transforms.pyc
+%%ZOPEBASEDIR%%/Products/PortalTransforms/unsafe_transforms/command.py
 %%ZOPEBASEDIR%%/Products/PortalTransforms/unsafe_transforms/command.pyc
+%%ZOPEBASEDIR%%/Products/PortalTransforms/unsafe_transforms/xml.py
 %%ZOPEBASEDIR%%/Products/PortalTransforms/unsafe_transforms/xml.pyc
 %%ZOPEBASEDIR%%/Products/PortalTransforms/utils.py
+%%ZOPEBASEDIR%%/Products/PortalTransforms/utils.pyc
 %%ZOPEBASEDIR%%/Products/PortalTransforms/version.txt
 %%ZOPEBASEDIR%%/Products/PortalTransforms/www/addTransform.zpt
 %%ZOPEBASEDIR%%/Products/PortalTransforms/www/addTransformsChain.zpt
@@ -6897,128 +6501,102 @@
 %%ZOPEBASEDIR%%/Products/PortalTransforms/www/setCacheTime.zpt
 %%ZOPEBASEDIR%%/Products/PortalTransforms/www/tr_widgets.zpt
 %%ZOPEBASEDIR%%/Products/PortalTransforms/z3/__init__.py
-%%ZOPEBASEDIR%%/Products/PortalTransforms/z3/interfaces.py
 %%ZOPEBASEDIR%%/Products/PortalTransforms/z3/__init__.pyc
+%%ZOPEBASEDIR%%/Products/PortalTransforms/z3/interfaces.py
 %%ZOPEBASEDIR%%/Products/PortalTransforms/z3/interfaces.pyc
-%%ZOPEBASEDIR%%/Products/PortalTransforms/Transform.pyc
-%%ZOPEBASEDIR%%/Products/PortalTransforms/TransformEngine.pyc
-%%ZOPEBASEDIR%%/Products/PortalTransforms/TransformTool.pyc
-%%ZOPEBASEDIR%%/Products/PortalTransforms/TransformsChain.pyc
-%%ZOPEBASEDIR%%/Products/PortalTransforms/__init__.pyc
-%%ZOPEBASEDIR%%/Products/PortalTransforms/__pkginfo__.pyc
-%%ZOPEBASEDIR%%/Products/PortalTransforms/cache.pyc
-%%ZOPEBASEDIR%%/Products/PortalTransforms/chain.pyc
-%%ZOPEBASEDIR%%/Products/PortalTransforms/data.pyc
-%%ZOPEBASEDIR%%/Products/PortalTransforms/interfaces.pyc
-%%ZOPEBASEDIR%%/Products/PortalTransforms/utils.pyc
-@dirrm %%ZOPEBASEDIR%%/Products/PortalTransforms/docs
-@dirrm %%ZOPEBASEDIR%%/Products/PortalTransforms/Extensions
-@dirrm %%ZOPEBASEDIR%%/Products/PortalTransforms/libtransforms
-@dirrm %%ZOPEBASEDIR%%/Products/PortalTransforms/tests/input
-@dirrm %%ZOPEBASEDIR%%/Products/PortalTransforms/tests/output
-@dirrm %%ZOPEBASEDIR%%/Products/PortalTransforms/tests
-@dirrm %%ZOPEBASEDIR%%/Products/PortalTransforms/transforms
-@dirrm %%ZOPEBASEDIR%%/Products/PortalTransforms/unsafe_transforms
-@dirrm %%ZOPEBASEDIR%%/Products/PortalTransforms/www
-@dirrm %%ZOPEBASEDIR%%/Products/PortalTransforms/z3
-@dirrm %%ZOPEBASEDIR%%/Products/PortalTransforms
 %%ZOPEBASEDIR%%/Products/ResourceRegistries/20compatibility/header.pt
+%%ZOPEBASEDIR%%/Products/ResourceRegistries/Extensions/Install.py
+%%ZOPEBASEDIR%%/Products/ResourceRegistries/Extensions/Install.pyc
+%%ZOPEBASEDIR%%/Products/ResourceRegistries/Extensions/__init__.py
+%%ZOPEBASEDIR%%/Products/ResourceRegistries/Extensions/__init__.pyc
+%%ZOPEBASEDIR%%/Products/ResourceRegistries/Extensions/migrate.py
+%%ZOPEBASEDIR%%/Products/ResourceRegistries/Extensions/migrate.pyc
+%%ZOPEBASEDIR%%/Products/ResourceRegistries/README.txt
 %%ZOPEBASEDIR%%/Products/ResourceRegistries/__init__.py
+%%ZOPEBASEDIR%%/Products/ResourceRegistries/__init__.pyc
 %%ZOPEBASEDIR%%/Products/ResourceRegistries/config.py
+%%ZOPEBASEDIR%%/Products/ResourceRegistries/config.pyc
 %%ZOPEBASEDIR%%/Products/ResourceRegistries/configure.zcml
 %%ZOPEBASEDIR%%/Products/ResourceRegistries/doc/HISTORY.txt
 %%ZOPEBASEDIR%%/Products/ResourceRegistries/doc/INSTALL.txt
 %%ZOPEBASEDIR%%/Products/ResourceRegistries/doc/TODO.txt
 %%ZOPEBASEDIR%%/Products/ResourceRegistries/exportimport/__init__.py
+%%ZOPEBASEDIR%%/Products/ResourceRegistries/exportimport/__init__.pyc
 %%ZOPEBASEDIR%%/Products/ResourceRegistries/exportimport/configure.zcml
 %%ZOPEBASEDIR%%/Products/ResourceRegistries/exportimport/cssregistry.py
-%%ZOPEBASEDIR%%/Products/ResourceRegistries/exportimport/jsregistry.py
-%%ZOPEBASEDIR%%/Products/ResourceRegistries/exportimport/resourceregistry.py
-%%ZOPEBASEDIR%%/Products/ResourceRegistries/exportimport/__init__.pyc
 %%ZOPEBASEDIR%%/Products/ResourceRegistries/exportimport/cssregistry.pyc
+%%ZOPEBASEDIR%%/Products/ResourceRegistries/exportimport/jsregistry.py
 %%ZOPEBASEDIR%%/Products/ResourceRegistries/exportimport/jsregistry.pyc
+%%ZOPEBASEDIR%%/Products/ResourceRegistries/exportimport/resourceregistry.py
 %%ZOPEBASEDIR%%/Products/ResourceRegistries/exportimport/resourceregistry.pyc
-%%ZOPEBASEDIR%%/Products/ResourceRegistries/Extensions/__init__.py
-%%ZOPEBASEDIR%%/Products/ResourceRegistries/Extensions/Install.py
-%%ZOPEBASEDIR%%/Products/ResourceRegistries/Extensions/migrate.py
-%%ZOPEBASEDIR%%/Products/ResourceRegistries/Extensions/Install.pyc
-%%ZOPEBASEDIR%%/Products/ResourceRegistries/Extensions/__init__.pyc
-%%ZOPEBASEDIR%%/Products/ResourceRegistries/Extensions/migrate.pyc
-%%ZOPEBASEDIR%%/Products/ResourceRegistries/interfaces/__init__.py
-%%ZOPEBASEDIR%%/Products/ResourceRegistries/interfaces/registries.py
 %%ZOPEBASEDIR%%/Products/ResourceRegistries/interfaces/ResourceRegistries.py
 %%ZOPEBASEDIR%%/Products/ResourceRegistries/interfaces/ResourceRegistries.pyc
+%%ZOPEBASEDIR%%/Products/ResourceRegistries/interfaces/__init__.py
 %%ZOPEBASEDIR%%/Products/ResourceRegistries/interfaces/__init__.pyc
+%%ZOPEBASEDIR%%/Products/ResourceRegistries/interfaces/registries.py
 %%ZOPEBASEDIR%%/Products/ResourceRegistries/interfaces/registries.pyc
 %%ZOPEBASEDIR%%/Products/ResourceRegistries/permissions.py
-%%ZOPEBASEDIR%%/Products/ResourceRegistries/README.txt
+%%ZOPEBASEDIR%%/Products/ResourceRegistries/permissions.pyc
 %%ZOPEBASEDIR%%/Products/ResourceRegistries/skins/ResourceRegistries/renderAllTheScripts.pt
 %%ZOPEBASEDIR%%/Products/ResourceRegistries/skins/ResourceRegistries/renderAllTheStylesheets.pt
 %%ZOPEBASEDIR%%/Products/ResourceRegistries/skins/ResourceRegistries/test_rr_1.css
 %%ZOPEBASEDIR%%/Products/ResourceRegistries/skins/ResourceRegistries/test_rr_1.js
 %%ZOPEBASEDIR%%/Products/ResourceRegistries/skins/ResourceRegistries/test_rr_2.css
-%%ZOPEBASEDIR%%/Products/ResourceRegistries/tests/__init__.py
 %%ZOPEBASEDIR%%/Products/ResourceRegistries/tests/CSSRegistryTestCase.py
-%%ZOPEBASEDIR%%/Products/ResourceRegistries/tests/five_tests_base.py
-%%ZOPEBASEDIR%%/Products/ResourceRegistries/tests/framework.py
-%%ZOPEBASEDIR%%/Products/ResourceRegistries/tests/interfaces.py
-%%ZOPEBASEDIR%%/Products/ResourceRegistries/tests/runalltests.py
-%%ZOPEBASEDIR%%/Products/ResourceRegistries/tests/test_rr_1.css
-%%ZOPEBASEDIR%%/Products/ResourceRegistries/tests/test_rr_1.js
-%%ZOPEBASEDIR%%/Products/ResourceRegistries/tests/testCSSRegistry.py
-%%ZOPEBASEDIR%%/Products/ResourceRegistries/tests/testHTTPHeaders.py
-%%ZOPEBASEDIR%%/Products/ResourceRegistries/tests/testJSRegistry.py
-%%ZOPEBASEDIR%%/Products/ResourceRegistries/tests/testSkeleton.py
 %%ZOPEBASEDIR%%/Products/ResourceRegistries/tests/CSSRegistryTestCase.pyc
+%%ZOPEBASEDIR%%/Products/ResourceRegistries/tests/__init__.py
 %%ZOPEBASEDIR%%/Products/ResourceRegistries/tests/__init__.pyc
+%%ZOPEBASEDIR%%/Products/ResourceRegistries/tests/five_tests_base.py
 %%ZOPEBASEDIR%%/Products/ResourceRegistries/tests/five_tests_base.pyc
+%%ZOPEBASEDIR%%/Products/ResourceRegistries/tests/framework.py
 %%ZOPEBASEDIR%%/Products/ResourceRegistries/tests/framework.pyc
+%%ZOPEBASEDIR%%/Products/ResourceRegistries/tests/interfaces.py
 %%ZOPEBASEDIR%%/Products/ResourceRegistries/tests/interfaces.pyc
+%%ZOPEBASEDIR%%/Products/ResourceRegistries/tests/runalltests.py
 %%ZOPEBASEDIR%%/Products/ResourceRegistries/tests/runalltests.pyc
+%%ZOPEBASEDIR%%/Products/ResourceRegistries/tests/testCSSRegistry.py
 %%ZOPEBASEDIR%%/Products/ResourceRegistries/tests/testCSSRegistry.pyc
+%%ZOPEBASEDIR%%/Products/ResourceRegistries/tests/testHTTPHeaders.py
 %%ZOPEBASEDIR%%/Products/ResourceRegistries/tests/testHTTPHeaders.pyc
+%%ZOPEBASEDIR%%/Products/ResourceRegistries/tests/testJSRegistry.py
 %%ZOPEBASEDIR%%/Products/ResourceRegistries/tests/testJSRegistry.pyc
+%%ZOPEBASEDIR%%/Products/ResourceRegistries/tests/testSkeleton.py
 %%ZOPEBASEDIR%%/Products/ResourceRegistries/tests/testSkeleton.pyc
+%%ZOPEBASEDIR%%/Products/ResourceRegistries/tests/test_rr_1.css
+%%ZOPEBASEDIR%%/Products/ResourceRegistries/tests/test_rr_1.js
 %%ZOPEBASEDIR%%/Products/ResourceRegistries/tool.gif
-%%ZOPEBASEDIR%%/Products/ResourceRegistries/tools/__init__.py
 %%ZOPEBASEDIR%%/Products/ResourceRegistries/tools/BaseRegistry.py
-%%ZOPEBASEDIR%%/Products/ResourceRegistries/tools/CSSRegistry.py
-%%ZOPEBASEDIR%%/Products/ResourceRegistries/tools/JSRegistry.py
-%%ZOPEBASEDIR%%/Products/ResourceRegistries/tools/packer.py
 %%ZOPEBASEDIR%%/Products/ResourceRegistries/tools/BaseRegistry.pyc
+%%ZOPEBASEDIR%%/Products/ResourceRegistries/tools/CSSRegistry.py
 %%ZOPEBASEDIR%%/Products/ResourceRegistries/tools/CSSRegistry.pyc
+%%ZOPEBASEDIR%%/Products/ResourceRegistries/tools/JSRegistry.py
 %%ZOPEBASEDIR%%/Products/ResourceRegistries/tools/JSRegistry.pyc
+%%ZOPEBASEDIR%%/Products/ResourceRegistries/tools/__init__.py
 %%ZOPEBASEDIR%%/Products/ResourceRegistries/tools/__init__.pyc
+%%ZOPEBASEDIR%%/Products/ResourceRegistries/tools/packer.py
 %%ZOPEBASEDIR%%/Products/ResourceRegistries/tools/packer.pyc
 %%ZOPEBASEDIR%%/Products/ResourceRegistries/version.txt
 %%ZOPEBASEDIR%%/Products/ResourceRegistries/www/csscomposition.zpt
 %%ZOPEBASEDIR%%/Products/ResourceRegistries/www/cssconfig.zpt
 %%ZOPEBASEDIR%%/Products/ResourceRegistries/www/jscomposition.zpt
 %%ZOPEBASEDIR%%/Products/ResourceRegistries/www/jsconfig.zpt
-%%ZOPEBASEDIR%%/Products/ResourceRegistries/__init__.pyc
-%%ZOPEBASEDIR%%/Products/ResourceRegistries/config.pyc
-%%ZOPEBASEDIR%%/Products/ResourceRegistries/permissions.pyc
-@dirrm %%ZOPEBASEDIR%%/Products/ResourceRegistries/20compatibility
-@dirrm %%ZOPEBASEDIR%%/Products/ResourceRegistries/doc
-@dirrm %%ZOPEBASEDIR%%/Products/ResourceRegistries/exportimport
-@dirrm %%ZOPEBASEDIR%%/Products/ResourceRegistries/Extensions
-@dirrm %%ZOPEBASEDIR%%/Products/ResourceRegistries/interfaces
-@dirrm %%ZOPEBASEDIR%%/Products/ResourceRegistries/skins/ResourceRegistries
-@dirrm %%ZOPEBASEDIR%%/Products/ResourceRegistries/skins
-@dirrm %%ZOPEBASEDIR%%/Products/ResourceRegistries/tests
-@dirrm %%ZOPEBASEDIR%%/Products/ResourceRegistries/tools
-@dirrm %%ZOPEBASEDIR%%/Products/ResourceRegistries/www
-@dirrm %%ZOPEBASEDIR%%/Products/ResourceRegistries
-%%ZOPEBASEDIR%%/Products/SecureMailHost/__init__.py
-%%ZOPEBASEDIR%%/Products/SecureMailHost/config.py
 %%ZOPEBASEDIR%%/Products/SecureMailHost/HISTORY.txt
 %%ZOPEBASEDIR%%/Products/SecureMailHost/LICENSE.txt
-%%ZOPEBASEDIR%%/Products/SecureMailHost/mail.py
 %%ZOPEBASEDIR%%/Products/SecureMailHost/README.txt
 %%ZOPEBASEDIR%%/Products/SecureMailHost/SecureMailHost.py
+%%ZOPEBASEDIR%%/Products/SecureMailHost/SecureMailHost.pyc
+%%ZOPEBASEDIR%%/Products/SecureMailHost/__init__.py
+%%ZOPEBASEDIR%%/Products/SecureMailHost/__init__.pyc
+%%ZOPEBASEDIR%%/Products/SecureMailHost/config.py
+%%ZOPEBASEDIR%%/Products/SecureMailHost/config.pyc
+%%ZOPEBASEDIR%%/Products/SecureMailHost/mail.py
+%%ZOPEBASEDIR%%/Products/SecureMailHost/mail.pyc
 %%ZOPEBASEDIR%%/Products/SecureMailHost/tests/__init__.py
+%%ZOPEBASEDIR%%/Products/SecureMailHost/tests/__init__.pyc
 %%ZOPEBASEDIR%%/Products/SecureMailHost/tests/common.py
+%%ZOPEBASEDIR%%/Products/SecureMailHost/tests/common.pyc
 %%ZOPEBASEDIR%%/Products/SecureMailHost/tests/framework.py
+%%ZOPEBASEDIR%%/Products/SecureMailHost/tests/framework.pyc
 %%ZOPEBASEDIR%%/Products/SecureMailHost/tests/in/buergschaft.txt
 %%ZOPEBASEDIR%%/Products/SecureMailHost/tests/in/loremipsum.txt
 %%ZOPEBASEDIR%%/Products/SecureMailHost/tests/out/buergschaft.txt
@@ -7027,30 +6605,23 @@
 %%ZOPEBASEDIR%%/Products/SecureMailHost/tests/out/buergschaft_utf8_to.txt
 %%ZOPEBASEDIR%%/Products/SecureMailHost/tests/out/loremipsum.txt
 %%ZOPEBASEDIR%%/Products/SecureMailHost/tests/runalltests.py
-%%ZOPEBASEDIR%%/Products/SecureMailHost/tests/test_headerparsing.py
-%%ZOPEBASEDIR%%/Products/SecureMailHost/tests/test_messages.py
-%%ZOPEBASEDIR%%/Products/SecureMailHost/tests/test_validateEmail.py
-%%ZOPEBASEDIR%%/Products/SecureMailHost/tests/__init__.pyc
-%%ZOPEBASEDIR%%/Products/SecureMailHost/tests/common.pyc
-%%ZOPEBASEDIR%%/Products/SecureMailHost/tests/framework.pyc
 %%ZOPEBASEDIR%%/Products/SecureMailHost/tests/runalltests.pyc
+%%ZOPEBASEDIR%%/Products/SecureMailHost/tests/test_headerparsing.py
 %%ZOPEBASEDIR%%/Products/SecureMailHost/tests/test_headerparsing.pyc
+%%ZOPEBASEDIR%%/Products/SecureMailHost/tests/test_messages.py
 %%ZOPEBASEDIR%%/Products/SecureMailHost/tests/test_messages.pyc
+%%ZOPEBASEDIR%%/Products/SecureMailHost/tests/test_validateEmail.py
 %%ZOPEBASEDIR%%/Products/SecureMailHost/tests/test_validateEmail.pyc
 %%ZOPEBASEDIR%%/Products/SecureMailHost/version.txt
-%%ZOPEBASEDIR%%/Products/SecureMailHost/www/addMailHost_form.dtml
 %%ZOPEBASEDIR%%/Products/SecureMailHost/www/MailHost_icon.gif
+%%ZOPEBASEDIR%%/Products/SecureMailHost/www/addMailHost_form.dtml
 %%ZOPEBASEDIR%%/Products/SecureMailHost/www/manageMailHost.dtml
-%%ZOPEBASEDIR%%/Products/SecureMailHost/SecureMailHost.pyc
-%%ZOPEBASEDIR%%/Products/SecureMailHost/__init__.pyc
-%%ZOPEBASEDIR%%/Products/SecureMailHost/config.pyc
-%%ZOPEBASEDIR%%/Products/SecureMailHost/mail.pyc
-@dirrm %%ZOPEBASEDIR%%/Products/SecureMailHost/tests/in
-@dirrm %%ZOPEBASEDIR%%/Products/SecureMailHost/tests/out
-@dirrm %%ZOPEBASEDIR%%/Products/SecureMailHost/tests
-@dirrm %%ZOPEBASEDIR%%/Products/SecureMailHost/www
-@dirrm %%ZOPEBASEDIR%%/Products/SecureMailHost
+%%ZOPEBASEDIR%%/Products/kupu/Extensions/Install.py
+%%ZOPEBASEDIR%%/Products/kupu/Extensions/Install.pyc
+%%ZOPEBASEDIR%%/Products/kupu/Makefile
 %%ZOPEBASEDIR%%/Products/kupu/__init__.py
+%%ZOPEBASEDIR%%/Products/kupu/__init__.pyc
+%%ZOPEBASEDIR%%/Products/kupu/apache-lenya/README.txt
 %%ZOPEBASEDIR%%/Products/kupu/apache-lenya/kupu/body.kupu
 %%ZOPEBASEDIR%%/Products/kupu/apache-lenya/kupu/exit.kupu
 %%ZOPEBASEDIR%%/Products/kupu/apache-lenya/kupu/include.kupu
@@ -7084,7 +6655,6 @@
 %%ZOPEBASEDIR%%/Products/kupu/apache-lenya/lenya/page2kupu.xsl
 %%ZOPEBASEDIR%%/Products/kupu/apache-lenya/lenya/pageassets2kupulibrary.xsl
 %%ZOPEBASEDIR%%/Products/kupu/apache-lenya/lenya/sitetree2kupulibrary.xsl
-%%ZOPEBASEDIR%%/Products/kupu/apache-lenya/README.txt
 %%ZOPEBASEDIR%%/Products/kupu/cnf/head.kupu
 %%ZOPEBASEDIR%%/Products/kupu/cnf/include.kupu
 %%ZOPEBASEDIR%%/Products/kupu/cnf/toolboxes.kupu
@@ -7105,6 +6675,7 @@
 %%ZOPEBASEDIR%%/Products/kupu/common/kupucontentfilters.js
 %%ZOPEBASEDIR%%/Products/kupu/common/kupucontentstyles.css
 %%ZOPEBASEDIR%%/Products/kupu/common/kupucontextmenu.js
+%%ZOPEBASEDIR%%/Products/kupu/common/kupudrawers.js
 %%ZOPEBASEDIR%%/Products/kupu/common/kupudrawers/.objects
 %%ZOPEBASEDIR%%/Products/kupu/common/kupudrawers/allimages.xml
 %%ZOPEBASEDIR%%/Products/kupu/common/kupudrawers/drawer.xsl
@@ -7112,6 +6683,7 @@
 %%ZOPEBASEDIR%%/Products/kupu/common/kupudrawers/imagelibrary.xml
 %%ZOPEBASEDIR%%/Products/kupu/common/kupudrawers/kupubuttons.xml
 %%ZOPEBASEDIR%%/Products/kupu/common/kupudrawers/linklibrary.xml
+%%ZOPEBASEDIR%%/Products/kupu/common/kupudrawers/logos.xml
 %%ZOPEBASEDIR%%/Products/kupu/common/kupudrawers/logos/bitflux_logo.png
 %%ZOPEBASEDIR%%/Products/kupu/common/kupudrawers/logos/bitflux_logo_preview.png
 %%ZOPEBASEDIR%%/Products/kupu/common/kupudrawers/logos/bubnbros.png
@@ -7146,8 +6718,6 @@
 %%ZOPEBASEDIR%%/Products/kupu/common/kupudrawers/logos/zea_logo_preview.png
 %%ZOPEBASEDIR%%/Products/kupu/common/kupudrawers/logos/zope_logo.png
 %%ZOPEBASEDIR%%/Products/kupu/common/kupudrawers/logos/zope_logo_preview.png
-%%ZOPEBASEDIR%%/Products/kupu/common/kupudrawers/logos.xml
-%%ZOPEBASEDIR%%/Products/kupu/common/kupudrawers.js
 %%ZOPEBASEDIR%%/Products/kupu/common/kupudrawerstyles.css
 %%ZOPEBASEDIR%%/Products/kupu/common/kupueditor.js
 %%ZOPEBASEDIR%%/Products/kupu/common/kupuform.html
@@ -7239,6 +6809,7 @@
 %%ZOPEBASEDIR%%/Products/kupu/common/sarissa_ieemu_xpath.js
 %%ZOPEBASEDIR%%/Products/kupu/common/spellcheck.cgi
 %%ZOPEBASEDIR%%/Products/kupu/config.py
+%%ZOPEBASEDIR%%/Products/kupu/config.pyc
 %%ZOPEBASEDIR%%/Products/kupu/configure.zcml
 %%ZOPEBASEDIR%%/Products/kupu/default/body.kupu
 %%ZOPEBASEDIR%%/Products/kupu/default/colorchooser.kupu
@@ -7269,11 +6840,8 @@
 %%ZOPEBASEDIR%%/Products/kupu/doc/CONTRIBUTING.txt
 %%ZOPEBASEDIR%%/Products/kupu/doc/CREDITS.txt
 %%ZOPEBASEDIR%%/Products/kupu/doc/CUSTOMIZING.txt
-%%ZOPEBASEDIR%%/Products/kupu/doc/default.css
-%%ZOPEBASEDIR%%/Products/kupu/doc/docutils.conf
 %%ZOPEBASEDIR%%/Products/kupu/doc/EXTENDING.txt
 %%ZOPEBASEDIR%%/Products/kupu/doc/FAQ.txt
-%%ZOPEBASEDIR%%/Products/kupu/doc/file-template
 %%ZOPEBASEDIR%%/Products/kupu/doc/IMAGEUPLOADER.txt
 %%ZOPEBASEDIR%%/Products/kupu/doc/INSTALL.txt
 %%ZOPEBASEDIR%%/Products/kupu/doc/JSAPI.txt
@@ -7286,8 +6854,9 @@
 %%ZOPEBASEDIR%%/Products/kupu/doc/TEMPLATE-SYSTEM.txt
 %%ZOPEBASEDIR%%/Products/kupu/doc/TODO.txt
 %%ZOPEBASEDIR%%/Products/kupu/doc/ZOPE2.txt
-%%ZOPEBASEDIR%%/Products/kupu/Extensions/Install.py
-%%ZOPEBASEDIR%%/Products/kupu/Extensions/Install.pyc
+%%ZOPEBASEDIR%%/Products/kupu/doc/default.css
+%%ZOPEBASEDIR%%/Products/kupu/doc/docutils.conf
+%%ZOPEBASEDIR%%/Products/kupu/doc/file-template
 %%ZOPEBASEDIR%%/Products/kupu/form/body.kupu
 %%ZOPEBASEDIR%%/Products/kupu/form/head.kupu
 %%ZOPEBASEDIR%%/Products/kupu/form/include.kupu
@@ -7319,45 +6888,51 @@
 %%ZOPEBASEDIR%%/Products/kupu/make-jspx.xsl
 %%ZOPEBASEDIR%%/Products/kupu/make.bat
 %%ZOPEBASEDIR%%/Products/kupu/make.xsl
-%%ZOPEBASEDIR%%/Products/kupu/Makefile
 %%ZOPEBASEDIR%%/Products/kupu/multi/body.kupu
 %%ZOPEBASEDIR%%/Products/kupu/multi/head.kupu
 %%ZOPEBASEDIR%%/Products/kupu/multi/include.kupu
 %%ZOPEBASEDIR%%/Products/kupu/multi/save.kupu
 %%ZOPEBASEDIR%%/Products/kupu/multi/toolboxes.kupu
+%%ZOPEBASEDIR%%/Products/kupu/plone/ReftextField.py
+%%ZOPEBASEDIR%%/Products/kupu/plone/ReftextField.pyc
+%%ZOPEBASEDIR%%/Products/kupu/plone/TODO.txt
 %%ZOPEBASEDIR%%/Products/kupu/plone/__init__.py
+%%ZOPEBASEDIR%%/Products/kupu/plone/__init__.pyc
 %%ZOPEBASEDIR%%/Products/kupu/plone/beforeunload.kupu
 %%ZOPEBASEDIR%%/Products/kupu/plone/body.kupu
 %%ZOPEBASEDIR%%/Products/kupu/plone/drawers.kupu
 %%ZOPEBASEDIR%%/Products/kupu/plone/head.kupu
 %%ZOPEBASEDIR%%/Products/kupu/plone/html2captioned.py
+%%ZOPEBASEDIR%%/Products/kupu/plone/html2captioned.pyc
 %%ZOPEBASEDIR%%/Products/kupu/plone/include.kupu
 %%ZOPEBASEDIR%%/Products/kupu/plone/interfaces.py
+%%ZOPEBASEDIR%%/Products/kupu/plone/interfaces.pyc
 %%ZOPEBASEDIR%%/Products/kupu/plone/kupu2html.py
+%%ZOPEBASEDIR%%/Products/kupu/plone/kupu2html.pyc
 %%ZOPEBASEDIR%%/Products/kupu/plone/kupu_config.pt
 %%ZOPEBASEDIR%%/Products/kupu/plone/kupu_plone_layer/contentUsesKupu.py
 %%ZOPEBASEDIR%%/Products/kupu/plone/kupu_plone_layer/convertContentForKupu.py
 %%ZOPEBASEDIR%%/Products/kupu/plone/kupu_plone_layer/emptypage.pt
+%%ZOPEBASEDIR%%/Products/kupu/plone/kupu_plone_layer/kupuGetResourceTypes.py
+%%ZOPEBASEDIR%%/Products/kupu/plone/kupu_plone_layer/kupuInfoForBrains.py
+%%ZOPEBASEDIR%%/Products/kupu/plone/kupu_plone_layer/kupuMyItems.py
+%%ZOPEBASEDIR%%/Products/kupu/plone/kupu_plone_layer/kupuRecentItems.py
+%%ZOPEBASEDIR%%/Products/kupu/plone/kupu_plone_layer/kupuSearch.py
+%%ZOPEBASEDIR%%/Products/kupu/plone/kupu_plone_layer/kupuUploadImage.py
+%%ZOPEBASEDIR%%/Products/kupu/plone/kupu_plone_layer/kupuUploadImage.py.metadata
 %%ZOPEBASEDIR%%/Products/kupu/plone/kupu_plone_layer/kupu_wysiwyg_support.html
 %%ZOPEBASEDIR%%/Products/kupu/plone/kupu_plone_layer/kupublank.html.html
 %%ZOPEBASEDIR%%/Products/kupu/plone/kupu_plone_layer/kupucollection.xml.pt
 %%ZOPEBASEDIR%%/Products/kupu/plone/kupu_plone_layer/kupucollection.xml.pt.metadata
-%%ZOPEBASEDIR%%/Products/kupu/plone/kupu_plone_layer/kupuGetResourceTypes.py
-%%ZOPEBASEDIR%%/Products/kupu/plone/kupu_plone_layer/kupuInfoForBrains.py
 %%ZOPEBASEDIR%%/Products/kupu/plone/kupu_plone_layer/kupulibraries.xml.pt
-%%ZOPEBASEDIR%%/Products/kupu/plone/kupu_plone_layer/kupuMyItems.py
 %%ZOPEBASEDIR%%/Products/kupu/plone/kupu_plone_layer/kupumyitems.xml.pt
 %%ZOPEBASEDIR%%/Products/kupu/plone/kupu_plone_layer/kupuplone.css.dtml
 %%ZOPEBASEDIR%%/Products/kupu/plone/kupu_plone_layer/kupuploneeditor.js
 %%ZOPEBASEDIR%%/Products/kupu/plone/kupu_plone_layer/kupuploneinit.js
 %%ZOPEBASEDIR%%/Products/kupu/plone/kupu_plone_layer/kupuploneui.js
-%%ZOPEBASEDIR%%/Products/kupu/plone/kupu_plone_layer/kupuRecentItems.py
 %%ZOPEBASEDIR%%/Products/kupu/plone/kupu_plone_layer/kupurecentitems.xml.pt
 %%ZOPEBASEDIR%%/Products/kupu/plone/kupu_plone_layer/kupusaveonpart.js
-%%ZOPEBASEDIR%%/Products/kupu/plone/kupu_plone_layer/kupuSearch.py
 %%ZOPEBASEDIR%%/Products/kupu/plone/kupu_plone_layer/kupusearch.xml.pt
-%%ZOPEBASEDIR%%/Products/kupu/plone/kupu_plone_layer/kupuUploadImage.py
-%%ZOPEBASEDIR%%/Products/kupu/plone/kupu_plone_layer/kupuUploadImage.py.metadata
 %%ZOPEBASEDIR%%/Products/kupu/plone/kupu_plone_layer/plonekupuimages/anchor.gif
 %%ZOPEBASEDIR%%/Products/kupu/plone/kupu_plone_layer/plonekupuimages/bgcolor.gif
 %%ZOPEBASEDIR%%/Products/kupu/plone/kupu_plone_layer/plonekupuimages/bold.gif
@@ -7391,14 +6966,19 @@
 %%ZOPEBASEDIR%%/Products/kupu/plone/kupu_plone_layer/wysiwyg_support.pt
 %%ZOPEBASEDIR%%/Products/kupu/plone/libraries.pt
 %%ZOPEBASEDIR%%/Products/kupu/plone/librarytool.py
+%%ZOPEBASEDIR%%/Products/kupu/plone/librarytool.pyc
 %%ZOPEBASEDIR%%/Products/kupu/plone/permissions.py
+%%ZOPEBASEDIR%%/Products/kupu/plone/permissions.pyc
 %%ZOPEBASEDIR%%/Products/kupu/plone/plonelibrarytool.py
-%%ZOPEBASEDIR%%/Products/kupu/plone/ReftextField.py
+%%ZOPEBASEDIR%%/Products/kupu/plone/plonelibrarytool.pyc
 %%ZOPEBASEDIR%%/Products/kupu/plone/resource_types.pt
 %%ZOPEBASEDIR%%/Products/kupu/plone/scanner.py
+%%ZOPEBASEDIR%%/Products/kupu/plone/scanner.pyc
 %%ZOPEBASEDIR%%/Products/kupu/plone/sourceedit.kupu
 %%ZOPEBASEDIR%%/Products/kupu/plone/tests/__init__.py
+%%ZOPEBASEDIR%%/Products/kupu/plone/tests/__init__.pyc
 %%ZOPEBASEDIR%%/Products/kupu/plone/tests/framework.py
+%%ZOPEBASEDIR%%/Products/kupu/plone/tests/framework.pyc
 %%ZOPEBASEDIR%%/Products/kupu/plone/tests/input/baduid.in
 %%ZOPEBASEDIR%%/Products/kupu/plone/tests/input/linked.in
 %%ZOPEBASEDIR%%/Products/kupu/plone/tests/input/minimal.in
@@ -7412,38 +6992,26 @@
 %%ZOPEBASEDIR%%/Products/kupu/plone/tests/output/notquoted.out
 %%ZOPEBASEDIR%%/Products/kupu/plone/tests/output/simple.out
 %%ZOPEBASEDIR%%/Products/kupu/plone/tests/runalltests.py
+%%ZOPEBASEDIR%%/Products/kupu/plone/tests/runalltests.pyc
 %%ZOPEBASEDIR%%/Products/kupu/plone/tests/runme.cmd
 %%ZOPEBASEDIR%%/Products/kupu/plone/tests/test_browserSupportsKupu.py
-%%ZOPEBASEDIR%%/Products/kupu/plone/tests/test_html2captioned.py
-%%ZOPEBASEDIR%%/Products/kupu/plone/tests/test_librarymanager.py
-%%ZOPEBASEDIR%%/Products/kupu/plone/tests/test_resourcetypemapper.py
-%%ZOPEBASEDIR%%/Products/kupu/plone/tests/__init__.pyc
-%%ZOPEBASEDIR%%/Products/kupu/plone/tests/framework.pyc
-%%ZOPEBASEDIR%%/Products/kupu/plone/tests/runalltests.pyc
 %%ZOPEBASEDIR%%/Products/kupu/plone/tests/test_browserSupportsKupu.pyc
+%%ZOPEBASEDIR%%/Products/kupu/plone/tests/test_html2captioned.py
 %%ZOPEBASEDIR%%/Products/kupu/plone/tests/test_html2captioned.pyc
+%%ZOPEBASEDIR%%/Products/kupu/plone/tests/test_librarymanager.py
 %%ZOPEBASEDIR%%/Products/kupu/plone/tests/test_librarymanager.pyc
+%%ZOPEBASEDIR%%/Products/kupu/plone/tests/test_resourcetypemapper.py
 %%ZOPEBASEDIR%%/Products/kupu/plone/tests/test_resourcetypemapper.pyc
-%%ZOPEBASEDIR%%/Products/kupu/plone/TODO.txt
 %%ZOPEBASEDIR%%/Products/kupu/plone/toolbar.kupu
 %%ZOPEBASEDIR%%/Products/kupu/plone/wire.kupu
 %%ZOPEBASEDIR%%/Products/kupu/plone/wysiwyg_support.kupu
 %%ZOPEBASEDIR%%/Products/kupu/plone/xmlconfig.kupu
 %%ZOPEBASEDIR%%/Products/kupu/plone/zmi_docs.pt
-%%ZOPEBASEDIR%%/Products/kupu/plone/ReftextField.pyc
-%%ZOPEBASEDIR%%/Products/kupu/plone/__init__.pyc
-%%ZOPEBASEDIR%%/Products/kupu/plone/html2captioned.pyc
-%%ZOPEBASEDIR%%/Products/kupu/plone/interfaces.pyc
-%%ZOPEBASEDIR%%/Products/kupu/plone/kupu2html.pyc
-%%ZOPEBASEDIR%%/Products/kupu/plone/librarytool.pyc
-%%ZOPEBASEDIR%%/Products/kupu/plone/permissions.pyc
-%%ZOPEBASEDIR%%/Products/kupu/plone/plonelibrarytool.pyc
-%%ZOPEBASEDIR%%/Products/kupu/plone/scanner.pyc
 %%ZOPEBASEDIR%%/Products/kupu/python/__init__.py
-%%ZOPEBASEDIR%%/Products/kupu/python/nationalizer.py
-%%ZOPEBASEDIR%%/Products/kupu/python/spellcheck.py
 %%ZOPEBASEDIR%%/Products/kupu/python/__init__.pyc
+%%ZOPEBASEDIR%%/Products/kupu/python/nationalizer.py
 %%ZOPEBASEDIR%%/Products/kupu/python/nationalizer.pyc
+%%ZOPEBASEDIR%%/Products/kupu/python/spellcheck.py
 %%ZOPEBASEDIR%%/Products/kupu/python/spellcheck.pyc
 %%ZOPEBASEDIR%%/Products/kupu/refresh.txt
 %%ZOPEBASEDIR%%/Products/kupu/roundup/kupuinit.js
@@ -7475,12 +7043,13 @@
 %%ZOPEBASEDIR%%/Products/kupu/tests/test_plone.js
 %%ZOPEBASEDIR%%/Products/kupu/tests/test_xhtml.js
 %%ZOPEBASEDIR%%/Products/kupu/tools/compress.py
-%%ZOPEBASEDIR%%/Products/kupu/tools/convert_to_utf-8.py
-%%ZOPEBASEDIR%%/Products/kupu/tools/makepox.py
 %%ZOPEBASEDIR%%/Products/kupu/tools/compress.pyc
+%%ZOPEBASEDIR%%/Products/kupu/tools/convert_to_utf-8.py
 %%ZOPEBASEDIR%%/Products/kupu/tools/convert_to_utf-8.pyc
+%%ZOPEBASEDIR%%/Products/kupu/tools/makepox.py
 %%ZOPEBASEDIR%%/Products/kupu/tools/makepox.pyc
 %%ZOPEBASEDIR%%/Products/kupu/version.txt
+%%ZOPEBASEDIR%%/Products/kupu/widgeteer/Makefile
 %%ZOPEBASEDIR%%/Products/kupu/widgeteer/body.kupu
 %%ZOPEBASEDIR%%/Products/kupu/widgeteer/browser.kupu
 %%ZOPEBASEDIR%%/Products/kupu/widgeteer/dist.kupu
@@ -7491,10 +7060,10 @@
 %%ZOPEBASEDIR%%/Products/kupu/widgeteer/kupustart.js
 %%ZOPEBASEDIR%%/Products/kupu/widgeteer/kupustyles.css
 %%ZOPEBASEDIR%%/Products/kupu/widgeteer/make.bat
-%%ZOPEBASEDIR%%/Products/kupu/widgeteer/Makefile
 %%ZOPEBASEDIR%%/Products/kupu/widgeteer/wire.kupu
 %%ZOPEBASEDIR%%/Products/kupu/widgeteer/xmlconfig.kupu
 %%ZOPEBASEDIR%%/Products/kupu/zope2/__init__.py
+%%ZOPEBASEDIR%%/Products/kupu/zope2/__init__.pyc
 %%ZOPEBASEDIR%%/Products/kupu/zope2/addKupuEditor.pt
 %%ZOPEBASEDIR%%/Products/kupu/zope2/body.kupu
 %%ZOPEBASEDIR%%/Products/kupu/zope2/contextmenu.kupu
@@ -7507,135 +7076,574 @@
 %%ZOPEBASEDIR%%/Products/kupu/zope2/sourceedit.kupu
 %%ZOPEBASEDIR%%/Products/kupu/zope2/wire.kupu
 %%ZOPEBASEDIR%%/Products/kupu/zope2/xmlconfig.kupu
-%%ZOPEBASEDIR%%/Products/kupu/zope2/__init__.pyc
 %%ZOPEBASEDIR%%/Products/kupu/zope3/__init__.py
+%%ZOPEBASEDIR%%/Products/kupu/zope3/__init__.pyc
 %%ZOPEBASEDIR%%/Products/kupu/zope3/browser/__init__.py
-%%ZOPEBASEDIR%%/Products/kupu/zope3/browser/configure.zcml
 %%ZOPEBASEDIR%%/Products/kupu/zope3/browser/__init__.pyc
+%%ZOPEBASEDIR%%/Products/kupu/zope3/browser/configure.zcml
 %%ZOPEBASEDIR%%/Products/kupu/zope3/configure.zcml
 %%ZOPEBASEDIR%%/Products/kupu/zope3/field.py
-%%ZOPEBASEDIR%%/Products/kupu/zope3/interfaces.py
-%%ZOPEBASEDIR%%/Products/kupu/zope3/__init__.pyc
 %%ZOPEBASEDIR%%/Products/kupu/zope3/field.pyc
+%%ZOPEBASEDIR%%/Products/kupu/zope3/interfaces.py
 %%ZOPEBASEDIR%%/Products/kupu/zope3/interfaces.pyc
-%%ZOPEBASEDIR%%/Products/kupu/__init__.pyc
-%%ZOPEBASEDIR%%/Products/kupu/config.pyc
-@dirrm %%ZOPEBASEDIR%%/Products/kupu/apache-lenya/kupu
-@dirrm %%ZOPEBASEDIR%%/Products/kupu/apache-lenya/lenya/drawers
-@dirrm %%ZOPEBASEDIR%%/Products/kupu/apache-lenya/lenya/images
-@dirrm %%ZOPEBASEDIR%%/Products/kupu/apache-lenya/lenya
-@dirrm %%ZOPEBASEDIR%%/Products/kupu/apache-lenya
-@dirrm %%ZOPEBASEDIR%%/Products/kupu/cnf
-@dirrm %%ZOPEBASEDIR%%/Products/kupu/common/kupudrawers/logos
-@dirrm %%ZOPEBASEDIR%%/Products/kupu/common/kupudrawers
-@dirrm %%ZOPEBASEDIR%%/Products/kupu/common/kupuimages
-@dirrm %%ZOPEBASEDIR%%/Products/kupu/common/kupupopups
-@dirrm %%ZOPEBASEDIR%%/Products/kupu/common
-@dirrm %%ZOPEBASEDIR%%/Products/kupu/default
-@dirrm %%ZOPEBASEDIR%%/Products/kupu/doc
-@dirrm %%ZOPEBASEDIR%%/Products/kupu/Extensions
-@dirrm %%ZOPEBASEDIR%%/Products/kupu/form
-@dirrm %%ZOPEBASEDIR%%/Products/kupu/i18n
-@dirrm %%ZOPEBASEDIR%%/Products/kupu/multi
-@dirrm %%ZOPEBASEDIR%%/Products/kupu/plone/kupu_plone_layer/plonekupuimages
-@dirrm %%ZOPEBASEDIR%%/Products/kupu/plone/kupu_plone_layer
-@dirrm %%ZOPEBASEDIR%%/Products/kupu/plone/tests/input
-@dirrm %%ZOPEBASEDIR%%/Products/kupu/plone/tests/output
-@dirrm %%ZOPEBASEDIR%%/Products/kupu/plone/tests
-@dirrm %%ZOPEBASEDIR%%/Products/kupu/plone
-@dirrm %%ZOPEBASEDIR%%/Products/kupu/python
-@dirrm %%ZOPEBASEDIR%%/Products/kupu/roundup
-@dirrm %%ZOPEBASEDIR%%/Products/kupu/silva
-@dirrm %%ZOPEBASEDIR%%/Products/kupu/tests
-@dirrm %%ZOPEBASEDIR%%/Products/kupu/tools
-@dirrm %%ZOPEBASEDIR%%/Products/kupu/widgeteer
-@dirrm %%ZOPEBASEDIR%%/Products/kupu/zope2
-@dirrm %%ZOPEBASEDIR%%/Products/kupu/zope3/browser
-@dirrm %%ZOPEBASEDIR%%/Products/kupu/zope3
-@dirrm %%ZOPEBASEDIR%%/Products/kupu
 %%ZOPEBASEDIR%%/Products/statusmessages/._VERSION.txt
-%%ZOPEBASEDIR%%/Products/statusmessages/__init__.py
-%%ZOPEBASEDIR%%/Products/statusmessages/adapter.py
-%%ZOPEBASEDIR%%/Products/statusmessages/configure.zcml
 %%ZOPEBASEDIR%%/Products/statusmessages/CREDITS.txt
 %%ZOPEBASEDIR%%/Products/statusmessages/HISTORY.txt
-%%ZOPEBASEDIR%%/Products/statusmessages/interfaces.py
 %%ZOPEBASEDIR%%/Products/statusmessages/LICENSE.GPL
 %%ZOPEBASEDIR%%/Products/statusmessages/LICENSE.txt
-%%ZOPEBASEDIR%%/Products/statusmessages/message.py
 %%ZOPEBASEDIR%%/Products/statusmessages/README.txt
-%%ZOPEBASEDIR%%/Products/statusmessages/tests/__init__.py
-%%ZOPEBASEDIR%%/Products/statusmessages/tests/configure.zcml
-%%ZOPEBASEDIR%%/Products/statusmessages/tests/test_adapter.py
-%%ZOPEBASEDIR%%/Products/statusmessages/tests/test_doctests.py
-%%ZOPEBASEDIR%%/Products/statusmessages/tests/__init__.pyc
-%%ZOPEBASEDIR%%/Products/statusmessages/tests/test_adapter.pyc
-%%ZOPEBASEDIR%%/Products/statusmessages/tests/test_doctests.pyc
 %%ZOPEBASEDIR%%/Products/statusmessages/VERSION.txt
+%%ZOPEBASEDIR%%/Products/statusmessages/__init__.py
 %%ZOPEBASEDIR%%/Products/statusmessages/__init__.pyc
+%%ZOPEBASEDIR%%/Products/statusmessages/adapter.py
 %%ZOPEBASEDIR%%/Products/statusmessages/adapter.pyc
+%%ZOPEBASEDIR%%/Products/statusmessages/configure.zcml
+%%ZOPEBASEDIR%%/Products/statusmessages/interfaces.py
 %%ZOPEBASEDIR%%/Products/statusmessages/interfaces.pyc
+%%ZOPEBASEDIR%%/Products/statusmessages/message.py
 %%ZOPEBASEDIR%%/Products/statusmessages/message.pyc
-@dirrm %%ZOPEBASEDIR%%/Products/statusmessages/tests
-@dirrm %%ZOPEBASEDIR%%/Products/statusmessages
+%%ZOPEBASEDIR%%/Products/statusmessages/tests/__init__.py
+%%ZOPEBASEDIR%%/Products/statusmessages/tests/__init__.pyc
+%%ZOPEBASEDIR%%/Products/statusmessages/tests/configure.zcml
+%%ZOPEBASEDIR%%/Products/statusmessages/tests/test_adapter.py
+%%ZOPEBASEDIR%%/Products/statusmessages/tests/test_adapter.pyc
+%%ZOPEBASEDIR%%/Products/statusmessages/tests/test_doctests.py
+%%ZOPEBASEDIR%%/Products/statusmessages/tests/test_doctests.pyc
+%%ZOPEBASEDIR%%/Products/validation/ChangeLog
+%%ZOPEBASEDIR%%/Products/validation/HISTORY.txt
+%%ZOPEBASEDIR%%/Products/validation/LICENSE.txt
+%%ZOPEBASEDIR%%/Products/validation/MANIFEST.in
+%%ZOPEBASEDIR%%/Products/validation/README
+%%ZOPEBASEDIR%%/Products/validation/ZService.py
+%%ZOPEBASEDIR%%/Products/validation/ZService.pyc
 %%ZOPEBASEDIR%%/Products/validation/__init__.py
+%%ZOPEBASEDIR%%/Products/validation/__init__.pyc
 %%ZOPEBASEDIR%%/Products/validation/__pkginfo__.py
+%%ZOPEBASEDIR%%/Products/validation/__pkginfo__.pyc
 %%ZOPEBASEDIR%%/Products/validation/chain.py
-%%ZOPEBASEDIR%%/Products/validation/ChangeLog
+%%ZOPEBASEDIR%%/Products/validation/chain.pyc
 %%ZOPEBASEDIR%%/Products/validation/config.py
+%%ZOPEBASEDIR%%/Products/validation/config.pyc
 %%ZOPEBASEDIR%%/Products/validation/exceptions.py
-%%ZOPEBASEDIR%%/Products/validation/HISTORY.txt
-%%ZOPEBASEDIR%%/Products/validation/interfaces/__init__.py
-%%ZOPEBASEDIR%%/Products/validation/interfaces/interface.py
+%%ZOPEBASEDIR%%/Products/validation/exceptions.pyc
 %%ZOPEBASEDIR%%/Products/validation/interfaces/IValidationService.py
-%%ZOPEBASEDIR%%/Products/validation/interfaces/IValidator.py
 %%ZOPEBASEDIR%%/Products/validation/interfaces/IValidationService.pyc
+%%ZOPEBASEDIR%%/Products/validation/interfaces/IValidator.py
 %%ZOPEBASEDIR%%/Products/validation/interfaces/IValidator.pyc
+%%ZOPEBASEDIR%%/Products/validation/interfaces/__init__.py
 %%ZOPEBASEDIR%%/Products/validation/interfaces/__init__.pyc
+%%ZOPEBASEDIR%%/Products/validation/interfaces/interface.py
 %%ZOPEBASEDIR%%/Products/validation/interfaces/interface.pyc
-%%ZOPEBASEDIR%%/Products/validation/LICENSE.txt
-%%ZOPEBASEDIR%%/Products/validation/MANIFEST.in
-%%ZOPEBASEDIR%%/Products/validation/README
 %%ZOPEBASEDIR%%/Products/validation/service.py
+%%ZOPEBASEDIR%%/Products/validation/service.pyc
 %%ZOPEBASEDIR%%/Products/validation/tests/__init__.py
+%%ZOPEBASEDIR%%/Products/validation/tests/__init__.pyc
 %%ZOPEBASEDIR%%/Products/validation/tests/framework.py
+%%ZOPEBASEDIR%%/Products/validation/tests/framework.pyc
 %%ZOPEBASEDIR%%/Products/validation/tests/runalltests.py
+%%ZOPEBASEDIR%%/Products/validation/tests/runalltests.pyc
 %%ZOPEBASEDIR%%/Products/validation/tests/runtests.sh.example
 %%ZOPEBASEDIR%%/Products/validation/tests/test_validation.py
-%%ZOPEBASEDIR%%/Products/validation/tests/__init__.pyc
-%%ZOPEBASEDIR%%/Products/validation/tests/framework.pyc
-%%ZOPEBASEDIR%%/Products/validation/tests/runalltests.pyc
 %%ZOPEBASEDIR%%/Products/validation/tests/test_validation.pyc
-%%ZOPEBASEDIR%%/Products/validation/validators/__init__.py
 %%ZOPEBASEDIR%%/Products/validation/validators/BaseValidators.py
-%%ZOPEBASEDIR%%/Products/validation/validators/EmptyValidator.py
-%%ZOPEBASEDIR%%/Products/validation/validators/ExpressionValidator.py
-%%ZOPEBASEDIR%%/Products/validation/validators/IdValidator.py
-%%ZOPEBASEDIR%%/Products/validation/validators/RangeValidator.py
-%%ZOPEBASEDIR%%/Products/validation/validators/RegexValidator.py
-%%ZOPEBASEDIR%%/Products/validation/validators/SupplValidators.py
-%%ZOPEBASEDIR%%/Products/validation/validators/validator.py
 %%ZOPEBASEDIR%%/Products/validation/validators/BaseValidators.pyc
+%%ZOPEBASEDIR%%/Products/validation/validators/EmptyValidator.py
 %%ZOPEBASEDIR%%/Products/validation/validators/EmptyValidator.pyc
+%%ZOPEBASEDIR%%/Products/validation/validators/ExpressionValidator.py
 %%ZOPEBASEDIR%%/Products/validation/validators/ExpressionValidator.pyc
+%%ZOPEBASEDIR%%/Products/validation/validators/IdValidator.py
 %%ZOPEBASEDIR%%/Products/validation/validators/IdValidator.pyc
+%%ZOPEBASEDIR%%/Products/validation/validators/RangeValidator.py
 %%ZOPEBASEDIR%%/Products/validation/validators/RangeValidator.pyc
+%%ZOPEBASEDIR%%/Products/validation/validators/RegexValidator.py
 %%ZOPEBASEDIR%%/Products/validation/validators/RegexValidator.pyc
+%%ZOPEBASEDIR%%/Products/validation/validators/SupplValidators.py
 %%ZOPEBASEDIR%%/Products/validation/validators/SupplValidators.pyc
+%%ZOPEBASEDIR%%/Products/validation/validators/__init__.py
 %%ZOPEBASEDIR%%/Products/validation/validators/__init__.pyc
+%%ZOPEBASEDIR%%/Products/validation/validators/validator.py
 %%ZOPEBASEDIR%%/Products/validation/validators/validator.pyc
 %%ZOPEBASEDIR%%/Products/validation/version.txt
-%%ZOPEBASEDIR%%/Products/validation/ZService.py
-%%ZOPEBASEDIR%%/Products/validation/ZService.pyc
-%%ZOPEBASEDIR%%/Products/validation/__init__.pyc
-%%ZOPEBASEDIR%%/Products/validation/__pkginfo__.pyc
-%%ZOPEBASEDIR%%/Products/validation/chain.pyc
-%%ZOPEBASEDIR%%/Products/validation/config.pyc
-%%ZOPEBASEDIR%%/Products/validation/exceptions.pyc
-%%ZOPEBASEDIR%%/Products/validation/service.pyc
-@dirrm %%ZOPEBASEDIR%%/Products/validation/interfaces
-@dirrm %%ZOPEBASEDIR%%/Products/validation/tests
 @dirrm %%ZOPEBASEDIR%%/Products/validation/validators
+@dirrm %%ZOPEBASEDIR%%/Products/validation/tests
+@dirrm %%ZOPEBASEDIR%%/Products/validation/interfaces
 @dirrm %%ZOPEBASEDIR%%/Products/validation
-@dirrm %%ZOPEBASEDIR%%/Products
-@dirrm %%ZOPEBASEDIR%%
+@dirrm %%ZOPEBASEDIR%%/Products/statusmessages/tests
+@dirrm %%ZOPEBASEDIR%%/Products/statusmessages
+@dirrm %%ZOPEBASEDIR%%/Products/kupu/zope3/browser
+@dirrm %%ZOPEBASEDIR%%/Products/kupu/zope3
+@dirrm %%ZOPEBASEDIR%%/Products/kupu/zope2
+@dirrm %%ZOPEBASEDIR%%/Products/kupu/widgeteer
+@dirrm %%ZOPEBASEDIR%%/Products/kupu/tools
+@dirrm %%ZOPEBASEDIR%%/Products/kupu/tests
+@dirrm %%ZOPEBASEDIR%%/Products/kupu/silva
+@dirrm %%ZOPEBASEDIR%%/Products/kupu/roundup
+@dirrm %%ZOPEBASEDIR%%/Products/kupu/python
+@dirrm %%ZOPEBASEDIR%%/Products/kupu/plone/tests/output
+@dirrm %%ZOPEBASEDIR%%/Products/kupu/plone/tests/input
+@dirrm %%ZOPEBASEDIR%%/Products/kupu/plone/tests
+@dirrm %%ZOPEBASEDIR%%/Products/kupu/plone/kupu_plone_layer/plonekupuimages
+@dirrm %%ZOPEBASEDIR%%/Products/kupu/plone/kupu_plone_layer
+@dirrm %%ZOPEBASEDIR%%/Products/kupu/plone
+@dirrm %%ZOPEBASEDIR%%/Products/kupu/multi
+@dirrm %%ZOPEBASEDIR%%/Products/kupu/i18n
+@dirrm %%ZOPEBASEDIR%%/Products/kupu/form
+@dirrm %%ZOPEBASEDIR%%/Products/kupu/doc
+@dirrm %%ZOPEBASEDIR%%/Products/kupu/default
+@dirrm %%ZOPEBASEDIR%%/Products/kupu/common/kupupopups
+@dirrm %%ZOPEBASEDIR%%/Products/kupu/common/kupuimages
+@dirrm %%ZOPEBASEDIR%%/Products/kupu/common/kupudrawers/logos
+@dirrm %%ZOPEBASEDIR%%/Products/kupu/common/kupudrawers
+@dirrm %%ZOPEBASEDIR%%/Products/kupu/common
+@dirrm %%ZOPEBASEDIR%%/Products/kupu/cnf
+@dirrm %%ZOPEBASEDIR%%/Products/kupu/apache-lenya/lenya/images
+@dirrm %%ZOPEBASEDIR%%/Products/kupu/apache-lenya/lenya/drawers
+@dirrm %%ZOPEBASEDIR%%/Products/kupu/apache-lenya/lenya
+@dirrm %%ZOPEBASEDIR%%/Products/kupu/apache-lenya/kupu
+@dirrm %%ZOPEBASEDIR%%/Products/kupu/apache-lenya
+@dirrm %%ZOPEBASEDIR%%/Products/kupu/Extensions
+@dirrm %%ZOPEBASEDIR%%/Products/kupu
+@dirrm %%ZOPEBASEDIR%%/Products/SecureMailHost/www
+@dirrm %%ZOPEBASEDIR%%/Products/SecureMailHost/tests/out
+@dirrm %%ZOPEBASEDIR%%/Products/SecureMailHost/tests/in
+@dirrm %%ZOPEBASEDIR%%/Products/SecureMailHost/tests
+@dirrm %%ZOPEBASEDIR%%/Products/SecureMailHost
+@dirrm %%ZOPEBASEDIR%%/Products/ResourceRegistries/www
+@dirrm %%ZOPEBASEDIR%%/Products/ResourceRegistries/tools
+@dirrm %%ZOPEBASEDIR%%/Products/ResourceRegistries/tests
+@dirrm %%ZOPEBASEDIR%%/Products/ResourceRegistries/skins/ResourceRegistries
+@dirrm %%ZOPEBASEDIR%%/Products/ResourceRegistries/skins
+@dirrm %%ZOPEBASEDIR%%/Products/ResourceRegistries/interfaces
+@dirrm %%ZOPEBASEDIR%%/Products/ResourceRegistries/exportimport
+@dirrm %%ZOPEBASEDIR%%/Products/ResourceRegistries/doc
+@dirrm %%ZOPEBASEDIR%%/Products/ResourceRegistries/Extensions
+@dirrm %%ZOPEBASEDIR%%/Products/ResourceRegistries/20compatibility
+@dirrm %%ZOPEBASEDIR%%/Products/ResourceRegistries
+@dirrm %%ZOPEBASEDIR%%/Products/PortalTransforms/z3
+@dirrm %%ZOPEBASEDIR%%/Products/PortalTransforms/www
+@dirrm %%ZOPEBASEDIR%%/Products/PortalTransforms/unsafe_transforms
+@dirrm %%ZOPEBASEDIR%%/Products/PortalTransforms/transforms
+@dirrm %%ZOPEBASEDIR%%/Products/PortalTransforms/tests/output
+@dirrm %%ZOPEBASEDIR%%/Products/PortalTransforms/tests/input
+@dirrm %%ZOPEBASEDIR%%/Products/PortalTransforms/tests
+@dirrm %%ZOPEBASEDIR%%/Products/PortalTransforms/libtransforms
+@dirrm %%ZOPEBASEDIR%%/Products/PortalTransforms/docs
+@dirrm %%ZOPEBASEDIR%%/Products/PortalTransforms/Extensions
+@dirrm %%ZOPEBASEDIR%%/Products/PortalTransforms
+@dirrm %%ZOPEBASEDIR%%/Products/PluginRegistry/xml
+@dirrm %%ZOPEBASEDIR%%/Products/PluginRegistry/www
+@dirrm %%ZOPEBASEDIR%%/Products/PluginRegistry/tests
+@dirrm %%ZOPEBASEDIR%%/Products/PluginRegistry
+@dirrm %%ZOPEBASEDIR%%/Products/PluggableAuthService/www
+@dirrm %%ZOPEBASEDIR%%/Products/PluggableAuthService/tests
+@dirrm %%ZOPEBASEDIR%%/Products/PluggableAuthService/profiles/simple/PAS
+@dirrm %%ZOPEBASEDIR%%/Products/PluggableAuthService/profiles/simple
+@dirrm %%ZOPEBASEDIR%%/Products/PluggableAuthService/profiles/empty/PAS
+@dirrm %%ZOPEBASEDIR%%/Products/PluggableAuthService/profiles/empty
+@dirrm %%ZOPEBASEDIR%%/Products/PluggableAuthService/profiles
+@dirrm %%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/xml
+@dirrm %%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/www
+@dirrm %%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins/tests
+@dirrm %%ZOPEBASEDIR%%/Products/PluggableAuthService/plugins
+@dirrm %%ZOPEBASEDIR%%/Products/PluggableAuthService/interfaces
+@dirrm %%ZOPEBASEDIR%%/Products/PluggableAuthService/doc
+@dirrm %%ZOPEBASEDIR%%/Products/PluggableAuthService/Extensions
+@dirrm %%ZOPEBASEDIR%%/Products/PluggableAuthService
+@dirrm %%ZOPEBASEDIR%%/Products/PloneTranslations/tests
+@dirrm %%ZOPEBASEDIR%%/Products/PloneTranslations/i18n/utils
+@dirrm %%ZOPEBASEDIR%%/Products/PloneTranslations/i18n
+@dirrm %%ZOPEBASEDIR%%/Products/PloneTranslations
+@dirrm %%ZOPEBASEDIR%%/Products/PloneTestCase
+@dirrm %%ZOPEBASEDIR%%/Products/PlonePAS/zmi
+@dirrm %%ZOPEBASEDIR%%/Products/PlonePAS/tools
+@dirrm %%ZOPEBASEDIR%%/Products/PlonePAS/tests
+@dirrm %%ZOPEBASEDIR%%/Products/PlonePAS/plugins
+@dirrm %%ZOPEBASEDIR%%/Products/PlonePAS/interfaces
+@dirrm %%ZOPEBASEDIR%%/Products/PlonePAS/docs
+@dirrm %%ZOPEBASEDIR%%/Products/PlonePAS/Extensions
+@dirrm %%ZOPEBASEDIR%%/Products/PlonePAS
+@dirrm %%ZOPEBASEDIR%%/Products/PloneLanguageTool/www
+@dirrm %%ZOPEBASEDIR%%/Products/PloneLanguageTool/tests
+@dirrm %%ZOPEBASEDIR%%/Products/PloneLanguageTool/skins/LanguageToolFlags
+@dirrm %%ZOPEBASEDIR%%/Products/PloneLanguageTool/skins/LanguageTool
+@dirrm %%ZOPEBASEDIR%%/Products/PloneLanguageTool/skins
+@dirrm %%ZOPEBASEDIR%%/Products/PloneLanguageTool/Extensions
+@dirrm %%ZOPEBASEDIR%%/Products/PloneLanguageTool
+@dirrm %%ZOPEBASEDIR%%/Products/PloneHotFix20061031/tests
+@dirrm %%ZOPEBASEDIR%%/Products/PloneHotFix20061031
+@dirrm %%ZOPEBASEDIR%%/Products/PloneErrorReporting/skins/plone_error_reporting
+@dirrm %%ZOPEBASEDIR%%/Products/PloneErrorReporting/skins
+@dirrm %%ZOPEBASEDIR%%/Products/PloneErrorReporting/i18n
+@dirrm %%ZOPEBASEDIR%%/Products/PloneErrorReporting/Extensions
+@dirrm %%ZOPEBASEDIR%%/Products/PloneErrorReporting
+@dirrm %%ZOPEBASEDIR%%/Products/PlacelessTranslationService/www
+@dirrm %%ZOPEBASEDIR%%/Products/PlacelessTranslationService/tests
+@dirrm %%ZOPEBASEDIR%%/Products/PlacelessTranslationService/i18n
+@dirrm %%ZOPEBASEDIR%%/Products/PlacelessTranslationService/bin
+@dirrm %%ZOPEBASEDIR%%/Products/PlacelessTranslationService
+@dirrm %%ZOPEBASEDIR%%/Products/PasswordResetTool/tests/utils
+@dirrm %%ZOPEBASEDIR%%/Products/PasswordResetTool/tests
+@dirrm %%ZOPEBASEDIR%%/Products/PasswordResetTool/skins/PasswordReset
+@dirrm %%ZOPEBASEDIR%%/Products/PasswordResetTool/skins
+@dirrm %%ZOPEBASEDIR%%/Products/PasswordResetTool/interfaces
+@dirrm %%ZOPEBASEDIR%%/Products/PasswordResetTool/i18n
+@dirrm %%ZOPEBASEDIR%%/Products/PasswordResetTool/dtml
+@dirrm %%ZOPEBASEDIR%%/Products/PasswordResetTool/Extensions
+@dirrm %%ZOPEBASEDIR%%/Products/PasswordResetTool
+@dirrm %%ZOPEBASEDIR%%/Products/MimetypesRegistry/z3
+@dirrm %%ZOPEBASEDIR%%/Products/MimetypesRegistry/www
+@dirrm %%ZOPEBASEDIR%%/Products/MimetypesRegistry/tests/input
+@dirrm %%ZOPEBASEDIR%%/Products/MimetypesRegistry/tests
+@dirrm %%ZOPEBASEDIR%%/Products/MimetypesRegistry/skins/mimetypes_icons
+@dirrm %%ZOPEBASEDIR%%/Products/MimetypesRegistry/skins
+@dirrm %%ZOPEBASEDIR%%/Products/MimetypesRegistry/mime_types
+@dirrm %%ZOPEBASEDIR%%/Products/MimetypesRegistry/Extensions
+@dirrm %%ZOPEBASEDIR%%/Products/MimetypesRegistry
+@dirrm %%ZOPEBASEDIR%%/Products/Marshall/www
+@dirrm %%ZOPEBASEDIR%%/Products/Marshall/validation/atxml
+@dirrm %%ZOPEBASEDIR%%/Products/Marshall/validation
+@dirrm %%ZOPEBASEDIR%%/Products/Marshall/utils
+@dirrm %%ZOPEBASEDIR%%/Products/Marshall/tests/input/simple_xml
+@dirrm %%ZOPEBASEDIR%%/Products/Marshall/tests/input/rfc822
+@dirrm %%ZOPEBASEDIR%%/Products/Marshall/tests/input/primary_field
+@dirrm %%ZOPEBASEDIR%%/Products/Marshall/tests/input/atxml
+@dirrm %%ZOPEBASEDIR%%/Products/Marshall/tests/input
+@dirrm %%ZOPEBASEDIR%%/Products/Marshall/tests/export/atxml/.metadata
+@dirrm %%ZOPEBASEDIR%%/Products/Marshall/tests/export/atxml
+@dirrm %%ZOPEBASEDIR%%/Products/Marshall/tests/export
+@dirrm %%ZOPEBASEDIR%%/Products/Marshall/tests/examples
+@dirrm %%ZOPEBASEDIR%%/Products/Marshall/tests/data
+@dirrm %%ZOPEBASEDIR%%/Products/Marshall/tests
+@dirrm %%ZOPEBASEDIR%%/Products/Marshall/predicates
+@dirrm %%ZOPEBASEDIR%%/Products/Marshall/interfaces
+@dirrm %%ZOPEBASEDIR%%/Products/Marshall/handlers
+@dirrm %%ZOPEBASEDIR%%/Products/Marshall/doc
+@dirrm %%ZOPEBASEDIR%%/Products/Marshall/Extensions
+@dirrm %%ZOPEBASEDIR%%/Products/Marshall
+@dirrm %%ZOPEBASEDIR%%/Products/GroupUserFolder/www
+@dirrm %%ZOPEBASEDIR%%/Products/GroupUserFolder/tests
+@dirrm %%ZOPEBASEDIR%%/Products/GroupUserFolder/skins/gruf_plone_2_0
+@dirrm %%ZOPEBASEDIR%%/Products/GroupUserFolder/skins/gruf
+@dirrm %%ZOPEBASEDIR%%/Products/GroupUserFolder/skins
+@dirrm %%ZOPEBASEDIR%%/Products/GroupUserFolder/interfaces
+@dirrm %%ZOPEBASEDIR%%/Products/GroupUserFolder/dtml
+@dirrm %%ZOPEBASEDIR%%/Products/GroupUserFolder/doc
+@dirrm %%ZOPEBASEDIR%%/Products/GroupUserFolder/debian
+@dirrm %%ZOPEBASEDIR%%/Products/GroupUserFolder/Extensions
+@dirrm %%ZOPEBASEDIR%%/Products/GroupUserFolder
+@dirrm %%ZOPEBASEDIR%%/Products/GenericSetup/xml
+@dirrm %%ZOPEBASEDIR%%/Products/GenericSetup/www
+@dirrm %%ZOPEBASEDIR%%/Products/GenericSetup/tests/default_profile
+@dirrm %%ZOPEBASEDIR%%/Products/GenericSetup/tests
+@dirrm %%ZOPEBASEDIR%%/Products/GenericSetup/doc
+@dirrm %%ZOPEBASEDIR%%/Products/GenericSetup/browser
+@dirrm %%ZOPEBASEDIR%%/Products/GenericSetup/bbb
+@dirrm %%ZOPEBASEDIR%%/Products/GenericSetup/ZCatalog/tests
+@dirrm %%ZOPEBASEDIR%%/Products/GenericSetup/ZCatalog
+@dirrm %%ZOPEBASEDIR%%/Products/GenericSetup/ZCTextIndex/tests
+@dirrm %%ZOPEBASEDIR%%/Products/GenericSetup/ZCTextIndex
+@dirrm %%ZOPEBASEDIR%%/Products/GenericSetup/PythonScripts/tests
+@dirrm %%ZOPEBASEDIR%%/Products/GenericSetup/PythonScripts
+@dirrm %%ZOPEBASEDIR%%/Products/GenericSetup/PluginIndexes/tests
+@dirrm %%ZOPEBASEDIR%%/Products/GenericSetup/PluginIndexes
+@dirrm %%ZOPEBASEDIR%%/Products/GenericSetup/PageTemplates/tests
+@dirrm %%ZOPEBASEDIR%%/Products/GenericSetup/PageTemplates
+@dirrm %%ZOPEBASEDIR%%/Products/GenericSetup/OFSP/tests
+@dirrm %%ZOPEBASEDIR%%/Products/GenericSetup/OFSP
+@dirrm %%ZOPEBASEDIR%%/Products/GenericSetup/MailHost/tests
+@dirrm %%ZOPEBASEDIR%%/Products/GenericSetup/MailHost
+@dirrm %%ZOPEBASEDIR%%/Products/GenericSetup
+@dirrm %%ZOPEBASEDIR%%/Products/Five/utilities/browser/tests
+@dirrm %%ZOPEBASEDIR%%/Products/Five/utilities/browser
+@dirrm %%ZOPEBASEDIR%%/Products/Five/utilities
+@dirrm %%ZOPEBASEDIR%%/Products/Five/tests/testing
+@dirrm %%ZOPEBASEDIR%%/Products/Five/tests/locales/en/LC_MESSAGES
+@dirrm %%ZOPEBASEDIR%%/Products/Five/tests/locales/en
+@dirrm %%ZOPEBASEDIR%%/Products/Five/tests/locales/de/LC_MESSAGES
+@dirrm %%ZOPEBASEDIR%%/Products/Five/tests/locales/de
+@dirrm %%ZOPEBASEDIR%%/Products/Five/tests/locales
+@dirrm %%ZOPEBASEDIR%%/Products/Five/tests
+@dirrm %%ZOPEBASEDIR%%/Products/Five/skin/tests
+@dirrm %%ZOPEBASEDIR%%/Products/Five/skin
+@dirrm %%ZOPEBASEDIR%%/Products/Five/skel
+@dirrm %%ZOPEBASEDIR%%/Products/Five/site/tests
+@dirrm %%ZOPEBASEDIR%%/Products/Five/site
+@dirrm %%ZOPEBASEDIR%%/Products/Five/form/tests/locales/de/LC_MESSAGES
+@dirrm %%ZOPEBASEDIR%%/Products/Five/form/tests/locales/de
+@dirrm %%ZOPEBASEDIR%%/Products/Five/form/tests/locales
+@dirrm %%ZOPEBASEDIR%%/Products/Five/form/tests
+@dirrm %%ZOPEBASEDIR%%/Products/Five/form
+@dirrm %%ZOPEBASEDIR%%/Products/Five/doc/products/ViewsTutorial
+@dirrm %%ZOPEBASEDIR%%/Products/Five/doc/products/InterfaceTutorial
+@dirrm %%ZOPEBASEDIR%%/Products/Five/doc/products/FiveMiscTutorial
+@dirrm %%ZOPEBASEDIR%%/Products/Five/doc/products
+@dirrm %%ZOPEBASEDIR%%/Products/Five/doc/presentations
+@dirrm %%ZOPEBASEDIR%%/Products/Five/doc
+@dirrm %%ZOPEBASEDIR%%/Products/Five/browser/tests/pages
+@dirrm %%ZOPEBASEDIR%%/Products/Five/browser/tests
+@dirrm %%ZOPEBASEDIR%%/Products/Five/browser
+@dirrm %%ZOPEBASEDIR%%/Products/Five
+@dirrm %%ZOPEBASEDIR%%/Products/ExternalEditor/win32
+@dirrm %%ZOPEBASEDIR%%/Products/ExternalEditor/tests
+@dirrm %%ZOPEBASEDIR%%/Products/ExternalEditor/man
+@dirrm %%ZOPEBASEDIR%%/Products/ExternalEditor/Plugins
+@dirrm %%ZOPEBASEDIR%%/Products/ExternalEditor
+@dirrm %%ZOPEBASEDIR%%/Products/ExtendedPathIndex/www
+@dirrm %%ZOPEBASEDIR%%/Products/ExtendedPathIndex/tests
+@dirrm %%ZOPEBASEDIR%%/Products/ExtendedPathIndex/ptests
+@dirrm %%ZOPEBASEDIR%%/Products/ExtendedPathIndex/help
+@dirrm %%ZOPEBASEDIR%%/Products/ExtendedPathIndex/dtml
+@dirrm %%ZOPEBASEDIR%%/Products/ExtendedPathIndex
+@dirrm %%ZOPEBASEDIR%%/Products/DCWorkflow/xml
+@dirrm %%ZOPEBASEDIR%%/Products/DCWorkflow/tests
+@dirrm %%ZOPEBASEDIR%%/Products/DCWorkflow/profiles/revision2/workflows/default_workflow
+@dirrm %%ZOPEBASEDIR%%/Products/DCWorkflow/profiles/revision2/workflows
+@dirrm %%ZOPEBASEDIR%%/Products/DCWorkflow/profiles/revision2
+@dirrm %%ZOPEBASEDIR%%/Products/DCWorkflow/profiles
+@dirrm %%ZOPEBASEDIR%%/Products/DCWorkflow/images
+@dirrm %%ZOPEBASEDIR%%/Products/DCWorkflow/help
+@dirrm %%ZOPEBASEDIR%%/Products/DCWorkflow/dtml
+@dirrm %%ZOPEBASEDIR%%/Products/DCWorkflow/doc/examples/staging
+@dirrm %%ZOPEBASEDIR%%/Products/DCWorkflow/doc/examples
+@dirrm %%ZOPEBASEDIR%%/Products/DCWorkflow/doc
+@dirrm %%ZOPEBASEDIR%%/Products/DCWorkflow/browser
+@dirrm %%ZOPEBASEDIR%%/Products/DCWorkflow/Extensions
+@dirrm %%ZOPEBASEDIR%%/Products/DCWorkflow
+@dirrm %%ZOPEBASEDIR%%/Products/CacheFu/squid/templates
+@dirrm %%ZOPEBASEDIR%%/Products/CacheFu/squid
+@dirrm %%ZOPEBASEDIR%%/Products/CacheFu/PolicyHTTPCacheManager/tests
+@dirrm %%ZOPEBASEDIR%%/Products/CacheFu/PolicyHTTPCacheManager/dtml
+@dirrm %%ZOPEBASEDIR%%/Products/CacheFu/PolicyHTTPCacheManager
+@dirrm %%ZOPEBASEDIR%%/Products/CacheFu/PageCacheManager/www
+@dirrm %%ZOPEBASEDIR%%/Products/CacheFu/PageCacheManager
+@dirrm %%ZOPEBASEDIR%%/Products/CacheFu/MemcachedManager/dtml
+@dirrm %%ZOPEBASEDIR%%/Products/CacheFu/MemcachedManager
+@dirrm %%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/utils
+@dirrm %%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/tests
+@dirrm %%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/skins/cache_setup_globals
+@dirrm %%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/skins/cache_setup
+@dirrm %%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/skins/cache_prefs_plone20
+@dirrm %%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/skins
+@dirrm %%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/docs
+@dirrm %%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/content
+@dirrm %%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup/Extensions
+@dirrm %%ZOPEBASEDIR%%/Products/CacheFu/CacheSetup
+@dirrm %%ZOPEBASEDIR%%/Products/CacheFu/CMFSquidTool/www
+@dirrm %%ZOPEBASEDIR%%/Products/CacheFu/CMFSquidTool/tests
+@dirrm %%ZOPEBASEDIR%%/Products/CacheFu/CMFSquidTool/skins/squid_tool
+@dirrm %%ZOPEBASEDIR%%/Products/CacheFu/CMFSquidTool/skins
+@dirrm %%ZOPEBASEDIR%%/Products/CacheFu/CMFSquidTool/i18n
+@dirrm %%ZOPEBASEDIR%%/Products/CacheFu/CMFSquidTool/Extensions
+@dirrm %%ZOPEBASEDIR%%/Products/CacheFu/CMFSquidTool
+@dirrm %%ZOPEBASEDIR%%/Products/CacheFu
+@dirrm %%ZOPEBASEDIR%%/Products/CMFUid/www
+@dirrm %%ZOPEBASEDIR%%/Products/CMFUid/tests
+@dirrm %%ZOPEBASEDIR%%/Products/CMFUid/profiles/default
+@dirrm %%ZOPEBASEDIR%%/Products/CMFUid/profiles
+@dirrm %%ZOPEBASEDIR%%/Products/CMFUid
+@dirrm %%ZOPEBASEDIR%%/Products/CMFTopic/tests
+@dirrm %%ZOPEBASEDIR%%/Products/CMFTopic/skins/zpt_topic
+@dirrm %%ZOPEBASEDIR%%/Products/CMFTopic/skins/topic
+@dirrm %%ZOPEBASEDIR%%/Products/CMFTopic/skins
+@dirrm %%ZOPEBASEDIR%%/Products/CMFTopic/profiles/default/types
+@dirrm %%ZOPEBASEDIR%%/Products/CMFTopic/profiles/default
+@dirrm %%ZOPEBASEDIR%%/Products/CMFTopic/profiles
+@dirrm %%ZOPEBASEDIR%%/Products/CMFTopic/interfaces
+@dirrm %%ZOPEBASEDIR%%/Products/CMFTopic/help
+@dirrm %%ZOPEBASEDIR%%/Products/CMFTopic/Extensions
+@dirrm %%ZOPEBASEDIR%%/Products/CMFTopic
+@dirrm %%ZOPEBASEDIR%%/Products/CMFSetup/xml
+@dirrm %%ZOPEBASEDIR%%/Products/CMFSetup/tests
+@dirrm %%ZOPEBASEDIR%%/Products/CMFSetup
+@dirrm %%ZOPEBASEDIR%%/Products/CMFQuickInstallerTool/tests
+@dirrm %%ZOPEBASEDIR%%/Products/CMFQuickInstallerTool/interfaces
+@dirrm %%ZOPEBASEDIR%%/Products/CMFQuickInstallerTool/forms
+@dirrm %%ZOPEBASEDIR%%/Products/CMFQuickInstallerTool/debian
+@dirrm %%ZOPEBASEDIR%%/Products/CMFQuickInstallerTool/Extensions
+@dirrm %%ZOPEBASEDIR%%/Products/CMFQuickInstallerTool
+@dirrm %%ZOPEBASEDIR%%/Products/CMFPlone/www
+@dirrm %%ZOPEBASEDIR%%/Products/CMFPlone/tests/images
+@dirrm %%ZOPEBASEDIR%%/Products/CMFPlone/tests
+@dirrm %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_wysiwyg
+@dirrm %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_templates
+@dirrm %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_tableless
+@dirrm %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_styles
+@dirrm %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_scripts
+@dirrm %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_prefs
+@dirrm %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_portlets
+@dirrm %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_login
+@dirrm %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_images
+@dirrm %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_forms
+@dirrm %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_form_scripts
+@dirrm %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_ecmascript
+@dirrm %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_deprecated
+@dirrm %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_content
+@dirrm %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_3rdParty/jscalendar
+@dirrm %%ZOPEBASEDIR%%/Products/CMFPlone/skins/plone_3rdParty
+@dirrm %%ZOPEBASEDIR%%/Products/CMFPlone/skins/cmf_legacy
+@dirrm %%ZOPEBASEDIR%%/Products/CMFPlone/skins
+@dirrm %%ZOPEBASEDIR%%/Products/CMFPlone/setup
+@dirrm %%ZOPEBASEDIR%%/Products/CMFPlone/profiles/default/workflows/plone_workflow
+@dirrm %%ZOPEBASEDIR%%/Products/CMFPlone/profiles/default/workflows/folder_workflow
+@dirrm %%ZOPEBASEDIR%%/Products/CMFPlone/profiles/default/workflows
+@dirrm %%ZOPEBASEDIR%%/Products/CMFPlone/profiles/default/types
+@dirrm %%ZOPEBASEDIR%%/Products/CMFPlone/profiles/default/structure/Members
+@dirrm %%ZOPEBASEDIR%%/Products/CMFPlone/profiles/default/structure
+@dirrm %%ZOPEBASEDIR%%/Products/CMFPlone/profiles/default
+@dirrm %%ZOPEBASEDIR%%/Products/CMFPlone/profiles
+@dirrm %%ZOPEBASEDIR%%/Products/CMFPlone/patches
+@dirrm %%ZOPEBASEDIR%%/Products/CMFPlone/migrations/v2_5
+@dirrm %%ZOPEBASEDIR%%/Products/CMFPlone/migrations/v2_1
+@dirrm %%ZOPEBASEDIR%%/Products/CMFPlone/migrations/v2
+@dirrm %%ZOPEBASEDIR%%/Products/CMFPlone/migrations/v1
+@dirrm %%ZOPEBASEDIR%%/Products/CMFPlone/migrations
+@dirrm %%ZOPEBASEDIR%%/Products/CMFPlone/interfaces
+@dirrm %%ZOPEBASEDIR%%/Products/CMFPlone/exportimport/tests
+@dirrm %%ZOPEBASEDIR%%/Products/CMFPlone/exportimport
+@dirrm %%ZOPEBASEDIR%%/Products/CMFPlone/docs
+@dirrm %%ZOPEBASEDIR%%/Products/CMFPlone/browser/portlets
+@dirrm %%ZOPEBASEDIR%%/Products/CMFPlone/browser
+@dirrm %%ZOPEBASEDIR%%/Products/CMFPlone/bbb
+@dirrm %%ZOPEBASEDIR%%/Products/CMFPlone/Extensions
+@dirrm %%ZOPEBASEDIR%%/Products/CMFPlone
+@dirrm %%ZOPEBASEDIR%%/Products/CMFPlacefulWorkflow/www
+@dirrm %%ZOPEBASEDIR%%/Products/CMFPlacefulWorkflow/tests
+@dirrm %%ZOPEBASEDIR%%/Products/CMFPlacefulWorkflow/skins/CMFPlacefulWorkflow
+@dirrm %%ZOPEBASEDIR%%/Products/CMFPlacefulWorkflow/skins
+@dirrm %%ZOPEBASEDIR%%/Products/CMFPlacefulWorkflow/patches
+@dirrm %%ZOPEBASEDIR%%/Products/CMFPlacefulWorkflow/interfaces
+@dirrm %%ZOPEBASEDIR%%/Products/CMFPlacefulWorkflow/images
+@dirrm %%ZOPEBASEDIR%%/Products/CMFPlacefulWorkflow/dtml
+@dirrm %%ZOPEBASEDIR%%/Products/CMFPlacefulWorkflow/doc
+@dirrm %%ZOPEBASEDIR%%/Products/CMFPlacefulWorkflow/Extensions
+@dirrm %%ZOPEBASEDIR%%/Products/CMFPlacefulWorkflow
+@dirrm %%ZOPEBASEDIR%%/Products/CMFFormController/www
+@dirrm %%ZOPEBASEDIR%%/Products/CMFFormController/tests
+@dirrm %%ZOPEBASEDIR%%/Products/CMFFormController/exportimport/xml
+@dirrm %%ZOPEBASEDIR%%/Products/CMFFormController/exportimport
+@dirrm %%ZOPEBASEDIR%%/Products/CMFFormController/documentation
+@dirrm %%ZOPEBASEDIR%%/Products/CMFFormController/Extensions
+@dirrm %%ZOPEBASEDIR%%/Products/CMFFormController/Actions
+@dirrm %%ZOPEBASEDIR%%/Products/CMFFormController
+@dirrm %%ZOPEBASEDIR%%/Products/CMFDynamicViewFTI/tests
+@dirrm %%ZOPEBASEDIR%%/Products/CMFDynamicViewFTI/profiles/sample_types/types
+@dirrm %%ZOPEBASEDIR%%/Products/CMFDynamicViewFTI/profiles/sample_types
+@dirrm %%ZOPEBASEDIR%%/Products/CMFDynamicViewFTI/profiles
+@dirrm %%ZOPEBASEDIR%%/Products/CMFDynamicViewFTI/interface
+@dirrm %%ZOPEBASEDIR%%/Products/CMFDynamicViewFTI/images
+@dirrm %%ZOPEBASEDIR%%/Products/CMFDynamicViewFTI
+@dirrm %%ZOPEBASEDIR%%/Products/CMFDefault/www
+@dirrm %%ZOPEBASEDIR%%/Products/CMFDefault/tests
+@dirrm %%ZOPEBASEDIR%%/Products/CMFDefault/skins/zpt_generic
+@dirrm %%ZOPEBASEDIR%%/Products/CMFDefault/skins/zpt_control
+@dirrm %%ZOPEBASEDIR%%/Products/CMFDefault/skins/zpt_content
+@dirrm %%ZOPEBASEDIR%%/Products/CMFDefault/skins/nouvelle
+@dirrm %%ZOPEBASEDIR%%/Products/CMFDefault/skins/no_css
+@dirrm %%ZOPEBASEDIR%%/Products/CMFDefault/skins/generic
+@dirrm %%ZOPEBASEDIR%%/Products/CMFDefault/skins/control
+@dirrm %%ZOPEBASEDIR%%/Products/CMFDefault/skins/content
+@dirrm %%ZOPEBASEDIR%%/Products/CMFDefault/skins/Images
+@dirrm %%ZOPEBASEDIR%%/Products/CMFDefault/skins
+@dirrm %%ZOPEBASEDIR%%/Products/CMFDefault/scripts
+@dirrm %%ZOPEBASEDIR%%/Products/CMFDefault/profiles/default/workflows/default_workflow
+@dirrm %%ZOPEBASEDIR%%/Products/CMFDefault/profiles/default/workflows
+@dirrm %%ZOPEBASEDIR%%/Products/CMFDefault/profiles/default/types
+@dirrm %%ZOPEBASEDIR%%/Products/CMFDefault/profiles/default/skins
+@dirrm %%ZOPEBASEDIR%%/Products/CMFDefault/profiles/default
+@dirrm %%ZOPEBASEDIR%%/Products/CMFDefault/profiles
+@dirrm %%ZOPEBASEDIR%%/Products/CMFDefault/interfaces
+@dirrm %%ZOPEBASEDIR%%/Products/CMFDefault/images
+@dirrm %%ZOPEBASEDIR%%/Products/CMFDefault/help
+@dirrm %%ZOPEBASEDIR%%/Products/CMFDefault/dtml
+@dirrm %%ZOPEBASEDIR%%/Products/CMFDefault/browser
+@dirrm %%ZOPEBASEDIR%%/Products/CMFDefault/Extensions
+@dirrm %%ZOPEBASEDIR%%/Products/CMFDefault
+@dirrm %%ZOPEBASEDIR%%/Products/CMFCore/www
+@dirrm %%ZOPEBASEDIR%%/Products/CMFCore/tests/fake_skins/fake_skin
+@dirrm %%ZOPEBASEDIR%%/Products/CMFCore/tests/fake_skins
+@dirrm %%ZOPEBASEDIR%%/Products/CMFCore/tests/base
+@dirrm %%ZOPEBASEDIR%%/Products/CMFCore/tests
+@dirrm %%ZOPEBASEDIR%%/Products/CMFCore/interfaces
+@dirrm %%ZOPEBASEDIR%%/Products/CMFCore/images
+@dirrm %%ZOPEBASEDIR%%/Products/CMFCore/help
+@dirrm %%ZOPEBASEDIR%%/Products/CMFCore/exportimport/tests/two
+@dirrm %%ZOPEBASEDIR%%/Products/CMFCore/exportimport/tests/three
+@dirrm %%ZOPEBASEDIR%%/Products/CMFCore/exportimport/tests/one
+@dirrm %%ZOPEBASEDIR%%/Products/CMFCore/exportimport/tests/four
+@dirrm %%ZOPEBASEDIR%%/Products/CMFCore/exportimport/tests
+@dirrm %%ZOPEBASEDIR%%/Products/CMFCore/exportimport
+@dirrm %%ZOPEBASEDIR%%/Products/CMFCore/dtml
+@dirrm %%ZOPEBASEDIR%%/Products/CMFCore/browser
+@dirrm %%ZOPEBASEDIR%%/Products/CMFCore/Extensions
+@dirrm %%ZOPEBASEDIR%%/Products/CMFCore
+@dirrm %%ZOPEBASEDIR%%/Products/CMFCalendar/www
+@dirrm %%ZOPEBASEDIR%%/Products/CMFCalendar/tests
+@dirrm %%ZOPEBASEDIR%%/Products/CMFCalendar/skins/zpt_calendar
+@dirrm %%ZOPEBASEDIR%%/Products/CMFCalendar/skins/calendar
+@dirrm %%ZOPEBASEDIR%%/Products/CMFCalendar/skins
+@dirrm %%ZOPEBASEDIR%%/Products/CMFCalendar/profiles/default/types
+@dirrm %%ZOPEBASEDIR%%/Products/CMFCalendar/profiles/default
+@dirrm %%ZOPEBASEDIR%%/Products/CMFCalendar/profiles
+@dirrm %%ZOPEBASEDIR%%/Products/CMFCalendar/image_sources
+@dirrm %%ZOPEBASEDIR%%/Products/CMFCalendar/Extensions
+@dirrm %%ZOPEBASEDIR%%/Products/CMFCalendar
+@dirrm %%ZOPEBASEDIR%%/Products/CMFActionIcons/xml
+@dirrm %%ZOPEBASEDIR%%/Products/CMFActionIcons/www
+@dirrm %%ZOPEBASEDIR%%/Products/CMFActionIcons/tests
+@dirrm %%ZOPEBASEDIR%%/Products/CMFActionIcons/skins/actionicons
+@dirrm %%ZOPEBASEDIR%%/Products/CMFActionIcons/skins
+@dirrm %%ZOPEBASEDIR%%/Products/CMFActionIcons/profiles/actionicons
+@dirrm %%ZOPEBASEDIR%%/Products/CMFActionIcons/profiles
+@dirrm %%ZOPEBASEDIR%%/Products/CMFActionIcons/Extensions
+@dirrm %%ZOPEBASEDIR%%/Products/CMFActionIcons
+@dirrm %%ZOPEBASEDIR%%/Products/Archetypes/www/zmi/icons
+@dirrm %%ZOPEBASEDIR%%/Products/Archetypes/www/zmi
+@dirrm %%ZOPEBASEDIR%%/Products/Archetypes/www
+@dirrm %%ZOPEBASEDIR%%/Products/Archetypes/tests/output
+@dirrm %%ZOPEBASEDIR%%/Products/Archetypes/tests/input
+@dirrm %%ZOPEBASEDIR%%/Products/Archetypes/tests
+@dirrm %%ZOPEBASEDIR%%/Products/Archetypes/skins/archetypes/widgets/js
+@dirrm %%ZOPEBASEDIR%%/Products/Archetypes/skins/archetypes/widgets
+@dirrm %%ZOPEBASEDIR%%/Products/Archetypes/skins/archetypes/archebuilder
+@dirrm %%ZOPEBASEDIR%%/Products/Archetypes/skins/archetypes
+@dirrm %%ZOPEBASEDIR%%/Products/Archetypes/skins
+@dirrm %%ZOPEBASEDIR%%/Products/Archetypes/profiles/sample_content/types
+@dirrm %%ZOPEBASEDIR%%/Products/Archetypes/profiles/sample_content
+@dirrm %%ZOPEBASEDIR%%/Products/Archetypes/profiles/default
+@dirrm %%ZOPEBASEDIR%%/Products/Archetypes/profiles
+@dirrm %%ZOPEBASEDIR%%/Products/Archetypes/interfaces
+@dirrm %%ZOPEBASEDIR%%/Products/Archetypes/generator
+@dirrm %%ZOPEBASEDIR%%/Products/Archetypes/exportimport
+@dirrm %%ZOPEBASEDIR%%/Products/Archetypes/examples
+@dirrm %%ZOPEBASEDIR%%/Products/Archetypes/docs
+@dirrm %%ZOPEBASEDIR%%/Products/Archetypes/Storage
+@dirrm %%ZOPEBASEDIR%%/Products/Archetypes/Schema
+@dirrm %%ZOPEBASEDIR%%/Products/Archetypes/Extensions
+@dirrm %%ZOPEBASEDIR%%/Products/Archetypes
+@dirrm %%ZOPEBASEDIR%%/Products/ATReferenceBrowserWidget/skins/ATReferenceBrowserWidget
+@dirrm %%ZOPEBASEDIR%%/Products/ATReferenceBrowserWidget/skins
+@dirrm %%ZOPEBASEDIR%%/Products/ATReferenceBrowserWidget/Extensions
+@dirrm %%ZOPEBASEDIR%%/Products/ATReferenceBrowserWidget
+@dirrm %%ZOPEBASEDIR%%/Products/ATContentTypes/z3
+@dirrm %%ZOPEBASEDIR%%/Products/ATContentTypes/www
+@dirrm %%ZOPEBASEDIR%%/Products/ATContentTypes/utilities
+@dirrm %%ZOPEBASEDIR%%/Products/ATContentTypes/tool
+@dirrm %%ZOPEBASEDIR%%/Products/ATContentTypes/thirdparty/icalendar-doc
+@dirrm %%ZOPEBASEDIR%%/Products/ATContentTypes/thirdparty/icalendar
+@dirrm %%ZOPEBASEDIR%%/Products/ATContentTypes/thirdparty
+@dirrm %%ZOPEBASEDIR%%/Products/ATContentTypes/tests/input
+@dirrm %%ZOPEBASEDIR%%/Products/ATContentTypes/tests
+@dirrm %%ZOPEBASEDIR%%/Products/ATContentTypes/skins/ATContentTypes
+@dirrm %%ZOPEBASEDIR%%/Products/ATContentTypes/skins
+@dirrm %%ZOPEBASEDIR%%/Products/ATContentTypes/migration/v1
+@dirrm %%ZOPEBASEDIR%%/Products/ATContentTypes/migration
+@dirrm %%ZOPEBASEDIR%%/Products/ATContentTypes/lib
+@dirrm %%ZOPEBASEDIR%%/Products/ATContentTypes/interface
+@dirrm %%ZOPEBASEDIR%%/Products/ATContentTypes/etc
+@dirrm %%ZOPEBASEDIR%%/Products/ATContentTypes/criteria
+@dirrm %%ZOPEBASEDIR%%/Products/ATContentTypes/content
+@dirrm %%ZOPEBASEDIR%%/Products/ATContentTypes/configuration
+@dirrm %%ZOPEBASEDIR%%/Products/ATContentTypes/browser
+@dirrm %%ZOPEBASEDIR%%/Products/ATContentTypes/adapters
+@dirrm %%ZOPEBASEDIR%%/Products/ATContentTypes/Extensions
+@dirrm %%ZOPEBASEDIR%%/Products/ATContentTypes
--- plone.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200611301542.kAUFgpJc051218>