diff options
author | wen <wen@FreeBSD.org> | 2010-12-29 16:12:14 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2010-12-29 16:12:14 +0800 |
commit | 62411b6f310658a5956585c1b946fc7719309b5e (patch) | |
tree | 51dd30af369c2cd04db656382e0a274b19698bdc /www | |
parent | 0b8eb83f6b665765b11b3ea7b283e80e64b72392 (diff) | |
download | freebsd-ports-gnome-62411b6f310658a5956585c1b946fc7719309b5e.tar.gz freebsd-ports-gnome-62411b6f310658a5956585c1b946fc7719309b5e.tar.zst freebsd-ports-gnome-62411b6f310658a5956585c1b946fc7719309b5e.zip |
- Update to 2.7.1
- Update my email to FreeBSD
Diffstat (limited to 'www')
-rw-r--r-- | www/sakai/Makefile | 21 | ||||
-rw-r--r-- | www/sakai/distinfo | 5 | ||||
-rw-r--r-- | www/sakai/pkg-message | 23 | ||||
-rw-r--r-- | www/sakai/pkg-plist | 2463 |
4 files changed, 1274 insertions, 1238 deletions
diff --git a/www/sakai/Makefile b/www/sakai/Makefile index 8a6981a335ec..4bf848419a8d 100644 --- a/www/sakai/Makefile +++ b/www/sakai/Makefile @@ -6,33 +6,29 @@ # PORTNAME= sakai -PORTVERSION= 2.5.4 +PORTVERSION= 2.7.1 CATEGORIES= www java MASTER_SITES= http://source.sakaiproject.org/release/${PORTVERSION}/artifacts/ -DISTNAME= ${PORTNAME}-bin-${PORTVERSION} +DISTFILES= ${PORTNAME}-bin-${PORTVERSION}.tgz -MAINTAINER= wenheping@gmail.com +MAINTAINER= wen@FreeBSD.org COMMENT= Sakai is an online Collaboration and Learning Environment -RUN_DEPENDS= ${TOMCAT}:${PORTSDIR}/www/tomcat55 +RUN_DEPENDS= ${LOCALBASE}/${TOMCAT}:${PORTSDIR}/www/tomcat55 USE_JAVA= yes -JAVA_VERSION= 1.5 +JAVA_VERSION= 1.5+ NO_BUILD= yes -WRKSRC= ${WRKDIR}/${PORTNAME}-bin-${PORTVERSION} -TOMCAT= ${PREFIX}/tomcat5.5 +WRKSRC= ${WRKDIR} +TOMCAT= tomcat5.5 TOMCATOWN= www TOMCATGRP= www -WEBAPPDIR= ${PREFIX}/tomcat5.5/webapps -SYSTEM_DIR= common components licenses server shared +SYSTEM_DIR= common components licenses server shared webapps TOMCAT_DIR= ${PREFIX}/tomcat5.5 -LIC_DOC= ECLv1.txt PLIST_SUB+= SAKAI_VER="${PORTVERSION}" do-install: - cd ${WRKSRC}/webapps && ${FIND} . -type f -exec ${INSTALL} -g \ - ${TOMCATGRP} -o ${TOMCATOWN} -m 444 {} ${WEBAPPDIR}/{} \; .for i in ${SYSTEM_DIR} cd ${WRKSRC}/${i} && ${FIND} . -type d \ @@ -40,7 +36,6 @@ do-install: cd ${WRKSRC}/${i} && ${FIND} . -type f \ -exec ${INSTALL} -m 644 {} ${TOMCAT_DIR}/${i}/{} \; .endfor - ${INSTALL_DATA} ${WRKSRC}/${LIC_DOC} ${TOMCAT_DIR} post-install: @${CAT} ${PKGMESSAGE} diff --git a/www/sakai/distinfo b/www/sakai/distinfo index 6dbb377bf4c9..bee2fc677c64 100644 --- a/www/sakai/distinfo +++ b/www/sakai/distinfo @@ -1,3 +1,2 @@ -MD5 (sakai-bin-2.5.4.tar.gz) = 8dce720bca3e89f086306f7c5cd7be2a -SHA256 (sakai-bin-2.5.4.tar.gz) = ea208ec183efdf9573fbff22c28da4d111defcfa632fee94f6da987a069a4ef3 -SIZE (sakai-bin-2.5.4.tar.gz) = 229032516 +SHA256 (sakai-bin-2.7.1.tgz) = c5486bcdb2f7718cec804c74a6fd67c8acc1d8f9ed0b132a97daee6c844b5d92 +SIZE (sakai-bin-2.7.1.tgz) = 348372905 diff --git a/www/sakai/pkg-message b/www/sakai/pkg-message index f307cfc1fdd3..e5f4bcc2c5ed 100644 --- a/www/sakai/pkg-message +++ b/www/sakai/pkg-message @@ -1,18 +1,17 @@ -================================ -To start Sakai correctly, please -set the variable JAVA_OPTS with: +================================================================== +To start Sakai correctly, please set the variable JAVA_OPTS with: -JAVA_OPTS="-server -Xms768m -Xmx768m --XX:PermSize=128m -XX:MaxPermSize=256m --XX:NewSize=192m -XX:MaxNewSize=384m" +JAVA_OPTS="-server -Xms512m -Xmx1024m -XX:PermSize=128m \ +-XX:MaxPermSize=512m -XX:NewSize=192m -XX:MaxNewSize=384m \ +-Djava.awt.headless=true -Dhttp.agent=Sakai \ +-Dorg.apache.jasper.compiler.Parser.STRICT_QUOTE_ESCAPING=false \ +-Dsun.lang.ClassLoader.allowArraySyntax=true" -Now you should start your Tomcat -server and browse with: +Now you should start your Tomcat server and browse with: http://your-server:8180/portal -Login into the Sakai system with -the user/admin and password/admin +Login into the Sakai system with the user/admin and password/admin to configure and setup the system. -More information please visit: -http://www.sakaiproject.org +More install information please visit: +http://confluence.sakaiproject.org/display/DOC/Install+Guide+-+Binary+Install+(2.7) diff --git a/www/sakai/pkg-plist b/www/sakai/pkg-plist index 8d4d5441deac..c860af17cccc 100644 --- a/www/sakai/pkg-plist +++ b/www/sakai/pkg-plist @@ -1,256 +1,333 @@ -tomcat5.5/common/lib/commons-logging-1.0.4.jar -tomcat5.5/common/lib/log4j-1.2.8.jar -tomcat5.5/common/lib/sakai-dav-common-%%SAKAI_VER%%.jar -tomcat5.5/common/lib/sakai-util-log-%%SAKAI_VER%%.jar -tomcat5.5/components/000sakai-portal-service-pack/META-INF/maven/org.sakaiproject/000sakai-portal-service-pack/pom.properties -tomcat5.5/components/000sakai-portal-service-pack/META-INF/maven/org.sakaiproject/000sakai-portal-service-pack/pom.xml -tomcat5.5/components/000sakai-portal-service-pack/META-INF/MANIFEST.MF -tomcat5.5/components/000sakai-portal-service-pack/WEB-INF/lib/sakai-portal-service-impl-%%SAKAI_VER%%.jar -tomcat5.5/components/000sakai-portal-service-pack/WEB-INF/lib/sakai-util-%%SAKAI_VER%%.jar -tomcat5.5/components/000sakai-portal-service-pack/WEB-INF/components.xml -tomcat5.5/components/000sakai-portal-service-pack/WEB-INF/web.xml +tomcat5.5/common/lib/commons-logging-1.1.1.jar +tomcat5.5/common/lib/log4j-1.2.12.jar +tomcat5.5/common/lib/sakai-dav-common-2.7.1.jar +tomcat5.5/common/lib/sakai-kernel-common-1.1.9.jar +tomcat5.5/components/archive-pack/META-INF/MANIFEST.MF +tomcat5.5/components/archive-pack/META-INF/maven/org.sakaiproject.common/archive-pack/pom.properties +tomcat5.5/components/archive-pack/META-INF/maven/org.sakaiproject.common/archive-pack/pom.xml +tomcat5.5/components/archive-pack/WEB-INF/components.xml +tomcat5.5/components/archive-pack/WEB-INF/lib/archive-impl-1.0.4.jar +tomcat5.5/components/archive-pack/WEB-INF/lib/archive-impl2-1.0.4.jar +tomcat5.5/components/archive-pack/WEB-INF/lib/commons-codec-1.4.jar +tomcat5.5/components/archive-pack/WEB-INF/lib/sakai-kernel-util-1.1.9.jar +tomcat5.5/components/archive-pack/WEB-INF/web.xml +tomcat5.5/components/basiclti-pack/META-INF/MANIFEST.MF +tomcat5.5/components/basiclti-pack/META-INF/maven/org.sakaiproject.basiclti/basiclti-pack/pom.properties +tomcat5.5/components/basiclti-pack/META-INF/maven/org.sakaiproject.basiclti/basiclti-pack/pom.xml +tomcat5.5/components/basiclti-pack/WEB-INF/components.xml +tomcat5.5/components/basiclti-pack/WEB-INF/lib/basiclti-impl-1.1.5.jar +tomcat5.5/components/basiclti-pack/WEB-INF/lib/basiclti-util-1.1.5.jar +tomcat5.5/components/basiclti-pack/WEB-INF/lib/commons-codec-1.4.jar +tomcat5.5/components/basiclti-pack/WEB-INF/lib/portlet-util-1.1.5.jar +tomcat5.5/components/basiclti-pack/WEB-INF/lib/sakai-kernel-util-1.1.9.jar +tomcat5.5/components/basiclti-pack/WEB-INF/web.xml +tomcat5.5/components/content-providers-pack/META-INF/MANIFEST.MF +tomcat5.5/components/content-providers-pack/META-INF/maven/org.sakaiproject.content/content-providers-pack/pom.properties +tomcat5.5/components/content-providers-pack/META-INF/maven/org.sakaiproject.content/content-providers-pack/pom.xml +tomcat5.5/components/content-providers-pack/WEB-INF/components.xml +tomcat5.5/components/content-providers-pack/WEB-INF/lib/content-providers-impl-2.7.1.jar +tomcat5.5/components/content-providers-pack/WEB-INF/web.xml +tomcat5.5/components/coursemanagement-hibernate-pack/META-INF/MANIFEST.MF +tomcat5.5/components/coursemanagement-hibernate-pack/META-INF/maven/org.sakaiproject.edu-services.course-management/coursemanagement-hibernate-pack/pom.properties +tomcat5.5/components/coursemanagement-hibernate-pack/META-INF/maven/org.sakaiproject.edu-services.course-management/coursemanagement-hibernate-pack/pom.xml +tomcat5.5/components/coursemanagement-hibernate-pack/WEB-INF/components-demo.xml +tomcat5.5/components/coursemanagement-hibernate-pack/WEB-INF/components.xml +tomcat5.5/components/coursemanagement-hibernate-pack/WEB-INF/lib/coursemanagement-hibernate-impl-1.0.6.jar +tomcat5.5/components/coursemanagement-hibernate-pack/WEB-INF/web.xml +tomcat5.5/components/emailtemplateservice-pack/META-INF/MANIFEST.MF +tomcat5.5/components/emailtemplateservice-pack/META-INF/maven/org.sakaiproject.emailtemplateservice/emailtemplateservice-pack/pom.properties +tomcat5.5/components/emailtemplateservice-pack/META-INF/maven/org.sakaiproject.emailtemplateservice/emailtemplateservice-pack/pom.xml +tomcat5.5/components/emailtemplateservice-pack/WEB-INF/components.xml +tomcat5.5/components/emailtemplateservice-pack/WEB-INF/hibernate-hbms.xml +tomcat5.5/components/emailtemplateservice-pack/WEB-INF/lib/commons-codec-1.4.jar +tomcat5.5/components/emailtemplateservice-pack/WEB-INF/lib/easymock-1.2_Java1.3.jar +tomcat5.5/components/emailtemplateservice-pack/WEB-INF/lib/emailtemplateservice-impl-0.4.4.jar +tomcat5.5/components/emailtemplateservice-pack/WEB-INF/lib/freemarker-2.3.11.jar +tomcat5.5/components/emailtemplateservice-pack/WEB-INF/lib/generic-dao-0.9.17.jar +tomcat5.5/components/emailtemplateservice-pack/WEB-INF/lib/reflectutils-0.9.10.jar +tomcat5.5/components/emailtemplateservice-pack/WEB-INF/lib/spring-test-2.5.6.SEC01.jar +tomcat5.5/components/emailtemplateservice-pack/WEB-INF/spring-hibernate.xml +tomcat5.5/components/emailtemplateservice-pack/WEB-INF/web.xml +tomcat5.5/components/entitybroker-pack/META-INF/MANIFEST.MF tomcat5.5/components/entitybroker-pack/META-INF/maven/org.sakaiproject.entitybroker/entitybroker-pack/pom.properties tomcat5.5/components/entitybroker-pack/META-INF/maven/org.sakaiproject.entitybroker/entitybroker-pack/pom.xml -tomcat5.5/components/entitybroker-pack/META-INF/MANIFEST.MF -tomcat5.5/components/entitybroker-pack/WEB-INF/lib/commons-beanutils-1.8.0-BETA.jar -tomcat5.5/components/entitybroker-pack/WEB-INF/lib/entitybroker-impl-1.3.3.jar -tomcat5.5/components/entitybroker-pack/WEB-INF/lib/entitybroker-utils-1.3.3.jar -tomcat5.5/components/entitybroker-pack/WEB-INF/lib/generic-dao-0.9.5.jar -tomcat5.5/components/entitybroker-pack/WEB-INF/lib/jettison-1.0.jar -tomcat5.5/components/entitybroker-pack/WEB-INF/lib/sakai-entity-util-%%SAKAI_VER%%.jar -tomcat5.5/components/entitybroker-pack/WEB-INF/lib/sakai-util-%%SAKAI_VER%%.jar -tomcat5.5/components/entitybroker-pack/WEB-INF/lib/stax-api-1.0.1.jar -tomcat5.5/components/entitybroker-pack/WEB-INF/lib/xpp3-1.1.3.3.jar -tomcat5.5/components/entitybroker-pack/WEB-INF/lib/xpp3_min-1.1.3.4.O.jar -tomcat5.5/components/entitybroker-pack/WEB-INF/lib/xstream-1.2.2.jar tomcat5.5/components/entitybroker-pack/WEB-INF/components.xml +tomcat5.5/components/entitybroker-pack/WEB-INF/lib/commons-codec-1.4.jar +tomcat5.5/components/entitybroker-pack/WEB-INF/lib/commons-httpclient-3.1.jar +tomcat5.5/components/entitybroker-pack/WEB-INF/lib/entitybroker-impl-1.3.15.jar +tomcat5.5/components/entitybroker-pack/WEB-INF/lib/entitybroker-utils-1.3.15.jar +tomcat5.5/components/entitybroker-pack/WEB-INF/lib/generic-dao-0.9.18.jar +tomcat5.5/components/entitybroker-pack/WEB-INF/lib/reflectutils-0.9.14.jar +tomcat5.5/components/entitybroker-pack/WEB-INF/lib/sakai-kernel-util-1.1.9.jar tomcat5.5/components/entitybroker-pack/WEB-INF/spring-jdbc.xml tomcat5.5/components/entitybroker-pack/WEB-INF/web.xml +tomcat5.5/components/gradebook-service-pack/META-INF/MANIFEST.MF +tomcat5.5/components/gradebook-service-pack/META-INF/maven/org.sakaiproject.edu-services.gradebook/gradebook-service-pack/pom.properties +tomcat5.5/components/gradebook-service-pack/META-INF/maven/org.sakaiproject.edu-services.gradebook/gradebook-service-pack/pom.xml +tomcat5.5/components/gradebook-service-pack/WEB-INF/classes/hsqldb/sakai_gradebook_post_schemaupdate.sql +tomcat5.5/components/gradebook-service-pack/WEB-INF/classes/mysql/sakai_gradebook_post_schemaupdate.sql +tomcat5.5/components/gradebook-service-pack/WEB-INF/classes/oracle/sakai_gradebook_post_schemaupdate.sql +tomcat5.5/components/gradebook-service-pack/WEB-INF/components.xml +tomcat5.5/components/gradebook-service-pack/WEB-INF/lib/commons-codec-1.4.jar +tomcat5.5/components/gradebook-service-pack/WEB-INF/lib/gradebook-service-impl-1.0.6.jar +tomcat5.5/components/gradebook-service-pack/WEB-INF/lib/sakai-kernel-util-1.1.9.jar +tomcat5.5/components/gradebook-service-pack/WEB-INF/lib/sections-integrationsupport-1.0.6.jar +tomcat5.5/components/gradebook-service-pack/WEB-INF/lib/spring-test-2.5.6.SEC01.jar +tomcat5.5/components/gradebook-service-pack/WEB-INF/lib/xpp3_min-1.1.3.4.O.jar +tomcat5.5/components/gradebook-service-pack/WEB-INF/lib/xstream-1.2.1.jar +tomcat5.5/components/gradebook-service-pack/WEB-INF/web.xml +tomcat5.5/components/import-pack/META-INF/MANIFEST.MF +tomcat5.5/components/import-pack/META-INF/maven/org.sakaiproject.common/import-pack/pom.properties +tomcat5.5/components/import-pack/META-INF/maven/org.sakaiproject.common/import-pack/pom.xml +tomcat5.5/components/import-pack/WEB-INF/components.xml +tomcat5.5/components/import-pack/WEB-INF/lib/common-cartridge-1.0.4.jar +tomcat5.5/components/import-pack/WEB-INF/lib/commons-codec-1.4.jar +tomcat5.5/components/import-pack/WEB-INF/lib/import-impl-1.0.4.jar +tomcat5.5/components/import-pack/WEB-INF/lib/sakai-archive-import-1.0.4.jar +tomcat5.5/components/import-pack/WEB-INF/lib/sakai-import-content-1.0.4.jar +tomcat5.5/components/import-pack/WEB-INF/lib/sakai-kernel-util-1.1.9.jar +tomcat5.5/components/import-pack/WEB-INF/lib/saxpath-1.0-FCS.jar +tomcat5.5/components/import-pack/WEB-INF/web.xml +tomcat5.5/components/localization-bundles-pack/META-INF/MANIFEST.MF +tomcat5.5/components/localization-bundles-pack/META-INF/maven/org.sakaiproject/localization-bundles-pack/pom.properties +tomcat5.5/components/localization-bundles-pack/META-INF/maven/org.sakaiproject/localization-bundles-pack/pom.xml +tomcat5.5/components/localization-bundles-pack/WEB-INF/components.xml +tomcat5.5/components/localization-bundles-pack/WEB-INF/lib/localization-bundles-2.7.1.jar +tomcat5.5/components/localization-bundles-pack/WEB-INF/web.xml +tomcat5.5/components/messageforums-components/META-INF/MANIFEST.MF +tomcat5.5/components/messageforums-components/META-INF/maven/org.sakaiproject.msgcntr/messageforums-components/pom.properties +tomcat5.5/components/messageforums-components/META-INF/maven/org.sakaiproject.msgcntr/messageforums-components/pom.xml +tomcat5.5/components/messageforums-components/WEB-INF/components.xml +tomcat5.5/components/messageforums-components/WEB-INF/lib/commons-beanutils-1.7.0.jar +tomcat5.5/components/messageforums-components/WEB-INF/lib/commons-codec-1.4.jar +tomcat5.5/components/messageforums-components/WEB-INF/lib/messageforums-component-impl-2.7.1.jar +tomcat5.5/components/messageforums-components/WEB-INF/lib/sakai-kernel-util-1.1.9.jar +tomcat5.5/components/messageforums-components/WEB-INF/web.xml +tomcat5.5/components/osp-common-component/META-INF/MANIFEST.MF tomcat5.5/components/osp-common-component/META-INF/maven/org.sakaiproject.osp/osp-common-component/pom.properties tomcat5.5/components/osp-common-component/META-INF/maven/org.sakaiproject.osp/osp-common-component/pom.xml -tomcat5.5/components/osp-common-component/META-INF/MANIFEST.MF +tomcat5.5/components/osp-common-component/WEB-INF/components.xml tomcat5.5/components/osp-common-component/WEB-INF/lib/commons-beanutils-1.7.0.jar tomcat5.5/components/osp-common-component/WEB-INF/lib/commons-codec-1.2.jar tomcat5.5/components/osp-common-component/WEB-INF/lib/commons-digester-1.6.jar tomcat5.5/components/osp-common-component/WEB-INF/lib/jsf-api-1.1.01.jar tomcat5.5/components/osp-common-component/WEB-INF/lib/jsf-impl-1.1.01.jar -tomcat5.5/components/osp-common-component/WEB-INF/lib/osp-common-impl-%%SAKAI_VER%%.jar -tomcat5.5/components/osp-common-component/WEB-INF/lib/sakai-content-util-%%SAKAI_VER%%.jar -tomcat5.5/components/osp-common-component/WEB-INF/lib/sakai-metaobj-impl-%%SAKAI_VER%%.jar -tomcat5.5/components/osp-common-component/WEB-INF/lib/sakai-metaobj-tool-lib-%%SAKAI_VER%%.jar -tomcat5.5/components/osp-common-component/WEB-INF/lib/sakai-util-%%SAKAI_VER%%.jar +tomcat5.5/components/osp-common-component/WEB-INF/lib/osp-common-impl-2.7.1.jar +tomcat5.5/components/osp-common-component/WEB-INF/lib/sakai-kernel-util-1.1.9.jar +tomcat5.5/components/osp-common-component/WEB-INF/lib/sakai-metaobj-impl-2.7.1.jar +tomcat5.5/components/osp-common-component/WEB-INF/lib/sakai-metaobj-tool-lib-2.7.1.jar tomcat5.5/components/osp-common-component/WEB-INF/lib/standard-1.1.2.jar tomcat5.5/components/osp-common-component/WEB-INF/lib/velocity-1.3.1.jar -tomcat5.5/components/osp-common-component/WEB-INF/components.xml tomcat5.5/components/osp-common-component/WEB-INF/web.xml +tomcat5.5/components/osp-glossary-component/META-INF/MANIFEST.MF tomcat5.5/components/osp-glossary-component/META-INF/maven/org.sakaiproject.osp/osp-glossary-component/pom.properties tomcat5.5/components/osp-glossary-component/META-INF/maven/org.sakaiproject.osp/osp-glossary-component/pom.xml -tomcat5.5/components/osp-glossary-component/META-INF/MANIFEST.MF -tomcat5.5/components/osp-glossary-component/WEB-INF/lib/commons-codec-1.2.jar -tomcat5.5/components/osp-glossary-component/WEB-INF/lib/osp-common-impl-%%SAKAI_VER%%.jar -tomcat5.5/components/osp-glossary-component/WEB-INF/lib/osp-glossary-impl-%%SAKAI_VER%%.jar -tomcat5.5/components/osp-glossary-component/WEB-INF/lib/sakai-content-util-%%SAKAI_VER%%.jar -tomcat5.5/components/osp-glossary-component/WEB-INF/lib/sakai-metaobj-impl-%%SAKAI_VER%%.jar -tomcat5.5/components/osp-glossary-component/WEB-INF/lib/sakai-util-%%SAKAI_VER%%.jar tomcat5.5/components/osp-glossary-component/WEB-INF/components.xml +tomcat5.5/components/osp-glossary-component/WEB-INF/lib/commons-codec-1.2.jar +tomcat5.5/components/osp-glossary-component/WEB-INF/lib/osp-common-impl-2.7.1.jar +tomcat5.5/components/osp-glossary-component/WEB-INF/lib/osp-glossary-impl-2.7.1.jar +tomcat5.5/components/osp-glossary-component/WEB-INF/lib/sakai-kernel-util-1.1.9.jar +tomcat5.5/components/osp-glossary-component/WEB-INF/lib/sakai-metaobj-impl-2.7.1.jar tomcat5.5/components/osp-glossary-component/WEB-INF/web.xml +tomcat5.5/components/osp-integration-component/META-INF/MANIFEST.MF tomcat5.5/components/osp-integration-component/META-INF/maven/org.sakaiproject.osp/osp-integration-component/pom.properties tomcat5.5/components/osp-integration-component/META-INF/maven/org.sakaiproject.osp/osp-integration-component/pom.xml -tomcat5.5/components/osp-integration-component/META-INF/MANIFEST.MF -tomcat5.5/components/osp-integration-component/WEB-INF/lib/commons-codec-1.2.jar -tomcat5.5/components/osp-integration-component/WEB-INF/lib/osp-common-impl-%%SAKAI_VER%%.jar -tomcat5.5/components/osp-integration-component/WEB-INF/lib/osp-integration-impl-%%SAKAI_VER%%.jar -tomcat5.5/components/osp-integration-component/WEB-INF/lib/sakai-content-util-%%SAKAI_VER%%.jar -tomcat5.5/components/osp-integration-component/WEB-INF/lib/sakai-metaobj-impl-%%SAKAI_VER%%.jar -tomcat5.5/components/osp-integration-component/WEB-INF/lib/sakai-util-%%SAKAI_VER%%.jar tomcat5.5/components/osp-integration-component/WEB-INF/components.xml +tomcat5.5/components/osp-integration-component/WEB-INF/lib/commons-codec-1.2.jar +tomcat5.5/components/osp-integration-component/WEB-INF/lib/osp-common-impl-2.7.1.jar +tomcat5.5/components/osp-integration-component/WEB-INF/lib/osp-integration-impl-2.7.1.jar +tomcat5.5/components/osp-integration-component/WEB-INF/lib/sakai-kernel-util-1.1.9.jar +tomcat5.5/components/osp-integration-component/WEB-INF/lib/sakai-metaobj-impl-2.7.1.jar tomcat5.5/components/osp-integration-component/WEB-INF/web.xml +tomcat5.5/components/osp-matrix-component/META-INF/MANIFEST.MF tomcat5.5/components/osp-matrix-component/META-INF/maven/org.sakaiproject.osp/osp-matrix-component/pom.properties tomcat5.5/components/osp-matrix-component/META-INF/maven/org.sakaiproject.osp/osp-matrix-component/pom.xml -tomcat5.5/components/osp-matrix-component/META-INF/MANIFEST.MF -tomcat5.5/components/osp-matrix-component/WEB-INF/lib/commons-codec-1.2.jar -tomcat5.5/components/osp-matrix-component/WEB-INF/lib/osp-common-impl-%%SAKAI_VER%%.jar -tomcat5.5/components/osp-matrix-component/WEB-INF/lib/osp-matrix-impl-%%SAKAI_VER%%.jar -tomcat5.5/components/osp-matrix-component/WEB-INF/lib/sakai-content-util-%%SAKAI_VER%%.jar -tomcat5.5/components/osp-matrix-component/WEB-INF/lib/sakai-metaobj-impl-%%SAKAI_VER%%.jar -tomcat5.5/components/osp-matrix-component/WEB-INF/lib/sakai-util-%%SAKAI_VER%%.jar tomcat5.5/components/osp-matrix-component/WEB-INF/components.xml +tomcat5.5/components/osp-matrix-component/WEB-INF/lib/commons-codec-1.2.jar +tomcat5.5/components/osp-matrix-component/WEB-INF/lib/osp-common-impl-2.7.1.jar +tomcat5.5/components/osp-matrix-component/WEB-INF/lib/osp-matrix-impl-2.7.1.jar +tomcat5.5/components/osp-matrix-component/WEB-INF/lib/sakai-kernel-util-1.1.9.jar +tomcat5.5/components/osp-matrix-component/WEB-INF/lib/sakai-metaobj-impl-2.7.1.jar +tomcat5.5/components/osp-matrix-component/WEB-INF/lib/sakai-site-manage-util-2.7.1.jar +tomcat5.5/components/osp-matrix-component/WEB-INF/lib/sakai-taggable-impl-2.7.1.jar tomcat5.5/components/osp-matrix-component/WEB-INF/web.xml +tomcat5.5/components/osp-portal-component/META-INF/MANIFEST.MF tomcat5.5/components/osp-portal-component/META-INF/maven/org.sakaiproject.osp/osp-portal-component/pom.properties tomcat5.5/components/osp-portal-component/META-INF/maven/org.sakaiproject.osp/osp-portal-component/pom.xml -tomcat5.5/components/osp-portal-component/META-INF/MANIFEST.MF -tomcat5.5/components/osp-portal-component/WEB-INF/lib/osp-portal-impl-%%SAKAI_VER%%.jar -tomcat5.5/components/osp-portal-component/WEB-INF/lib/sakai-util-%%SAKAI_VER%%.jar tomcat5.5/components/osp-portal-component/WEB-INF/components.xml +tomcat5.5/components/osp-portal-component/WEB-INF/lib/commons-codec-1.4.jar +tomcat5.5/components/osp-portal-component/WEB-INF/lib/osp-portal-impl-2.7.1.jar +tomcat5.5/components/osp-portal-component/WEB-INF/lib/sakai-kernel-util-1.1.9.jar tomcat5.5/components/osp-portal-component/WEB-INF/web.xml +tomcat5.5/components/osp-presentation-component/META-INF/MANIFEST.MF tomcat5.5/components/osp-presentation-component/META-INF/maven/org.sakaiproject.osp/osp-presentation-component/pom.properties tomcat5.5/components/osp-presentation-component/META-INF/maven/org.sakaiproject.osp/osp-presentation-component/pom.xml -tomcat5.5/components/osp-presentation-component/META-INF/MANIFEST.MF +tomcat5.5/components/osp-presentation-component/WEB-INF/components.xml tomcat5.5/components/osp-presentation-component/WEB-INF/lib/commons-beanutils-1.7.0.jar tomcat5.5/components/osp-presentation-component/WEB-INF/lib/commons-codec-1.2.jar tomcat5.5/components/osp-presentation-component/WEB-INF/lib/commons-digester-1.6.jar tomcat5.5/components/osp-presentation-component/WEB-INF/lib/jsf-api-1.1.01.jar tomcat5.5/components/osp-presentation-component/WEB-INF/lib/jsf-impl-1.1.01.jar -tomcat5.5/components/osp-presentation-component/WEB-INF/lib/osp-common-impl-%%SAKAI_VER%%.jar -tomcat5.5/components/osp-presentation-component/WEB-INF/lib/osp-common-tool-lib-%%SAKAI_VER%%.jar -tomcat5.5/components/osp-presentation-component/WEB-INF/lib/osp-presentation-impl-%%SAKAI_VER%%.jar -tomcat5.5/components/osp-presentation-component/WEB-INF/lib/sakai-content-util-%%SAKAI_VER%%.jar -tomcat5.5/components/osp-presentation-component/WEB-INF/lib/sakai-jsf-tool-%%SAKAI_VER%%.jar -tomcat5.5/components/osp-presentation-component/WEB-INF/lib/sakai-jsf-widgets-%%SAKAI_VER%%.jar -tomcat5.5/components/osp-presentation-component/WEB-INF/lib/sakai-jsf-widgets-sun-%%SAKAI_VER%%.jar -tomcat5.5/components/osp-presentation-component/WEB-INF/lib/sakai-metaobj-impl-%%SAKAI_VER%%.jar -tomcat5.5/components/osp-presentation-component/WEB-INF/lib/sakai-metaobj-tool-lib-%%SAKAI_VER%%.jar -tomcat5.5/components/osp-presentation-component/WEB-INF/lib/sakai-util-%%SAKAI_VER%%.jar +tomcat5.5/components/osp-presentation-component/WEB-INF/lib/jsf-tool-2.7.6.jar +tomcat5.5/components/osp-presentation-component/WEB-INF/lib/jsf-widgets-2.7.6.jar +tomcat5.5/components/osp-presentation-component/WEB-INF/lib/jsf-widgets-sun-2.7.6.jar +tomcat5.5/components/osp-presentation-component/WEB-INF/lib/osp-common-impl-2.7.1.jar +tomcat5.5/components/osp-presentation-component/WEB-INF/lib/osp-common-tool-lib-2.7.1.jar +tomcat5.5/components/osp-presentation-component/WEB-INF/lib/osp-presentation-impl-2.7.1.jar +tomcat5.5/components/osp-presentation-component/WEB-INF/lib/sakai-kernel-util-1.1.9.jar +tomcat5.5/components/osp-presentation-component/WEB-INF/lib/sakai-metaobj-impl-2.7.1.jar +tomcat5.5/components/osp-presentation-component/WEB-INF/lib/sakai-metaobj-tool-lib-2.7.1.jar tomcat5.5/components/osp-presentation-component/WEB-INF/lib/standard-1.1.2.jar tomcat5.5/components/osp-presentation-component/WEB-INF/lib/velocity-1.3.1.jar tomcat5.5/components/osp-presentation-component/WEB-INF/lib/websphinx-0.5.jar -tomcat5.5/components/osp-presentation-component/WEB-INF/components.xml +tomcat5.5/components/osp-presentation-component/WEB-INF/lib/xml-resolver-1.2.jar tomcat5.5/components/osp-presentation-component/WEB-INF/web.xml +tomcat5.5/components/osp-warehouse-component/META-INF/MANIFEST.MF tomcat5.5/components/osp-warehouse-component/META-INF/maven/org.sakaiproject.osp/osp-warehouse-component/pom.properties tomcat5.5/components/osp-warehouse-component/META-INF/maven/org.sakaiproject.osp/osp-warehouse-component/pom.xml -tomcat5.5/components/osp-warehouse-component/META-INF/MANIFEST.MF -tomcat5.5/components/osp-warehouse-component/WEB-INF/lib/commons-codec-1.2.jar -tomcat5.5/components/osp-warehouse-component/WEB-INF/lib/osp-common-impl-%%SAKAI_VER%%.jar -tomcat5.5/components/osp-warehouse-component/WEB-INF/lib/osp-warehouse-impl-%%SAKAI_VER%%.jar -tomcat5.5/components/osp-warehouse-component/WEB-INF/lib/sakai-content-util-%%SAKAI_VER%%.jar -tomcat5.5/components/osp-warehouse-component/WEB-INF/lib/sakai-metaobj-impl-%%SAKAI_VER%%.jar -tomcat5.5/components/osp-warehouse-component/WEB-INF/lib/sakai-util-%%SAKAI_VER%%.jar -tomcat5.5/components/osp-warehouse-component/WEB-INF/lib/sakai-warehouse-impl-%%SAKAI_VER%%.jar tomcat5.5/components/osp-warehouse-component/WEB-INF/components.xml tomcat5.5/components/osp-warehouse-component/WEB-INF/glossary-components.xml tomcat5.5/components/osp-warehouse-component/WEB-INF/guidance-components.xml +tomcat5.5/components/osp-warehouse-component/WEB-INF/lib/commons-codec-1.2.jar +tomcat5.5/components/osp-warehouse-component/WEB-INF/lib/osp-common-impl-2.7.1.jar +tomcat5.5/components/osp-warehouse-component/WEB-INF/lib/osp-warehouse-impl-2.7.1.jar +tomcat5.5/components/osp-warehouse-component/WEB-INF/lib/sakai-kernel-util-1.1.9.jar +tomcat5.5/components/osp-warehouse-component/WEB-INF/lib/sakai-metaobj-impl-2.7.1.jar +tomcat5.5/components/osp-warehouse-component/WEB-INF/lib/sakai-warehouse-impl-2.7.1.jar tomcat5.5/components/osp-warehouse-component/WEB-INF/matrix-components.xml tomcat5.5/components/osp-warehouse-component/WEB-INF/presentation-components.xml tomcat5.5/components/osp-warehouse-component/WEB-INF/scaffolding-components.xml tomcat5.5/components/osp-warehouse-component/WEB-INF/web.xml tomcat5.5/components/osp-warehouse-component/WEB-INF/wizard-components.xml +tomcat5.5/components/osp-wizard-components/META-INF/MANIFEST.MF tomcat5.5/components/osp-wizard-components/META-INF/maven/org.sakaiproject.osp/osp-wizard-components/pom.properties tomcat5.5/components/osp-wizard-components/META-INF/maven/org.sakaiproject.osp/osp-wizard-components/pom.xml -tomcat5.5/components/osp-wizard-components/META-INF/MANIFEST.MF +tomcat5.5/components/osp-wizard-components/WEB-INF/components.xml tomcat5.5/components/osp-wizard-components/WEB-INF/lib/commons-beanutils-1.7.0.jar tomcat5.5/components/osp-wizard-components/WEB-INF/lib/commons-codec-1.2.jar tomcat5.5/components/osp-wizard-components/WEB-INF/lib/commons-digester-1.6.jar tomcat5.5/components/osp-wizard-components/WEB-INF/lib/jsf-api-1.1.01.jar tomcat5.5/components/osp-wizard-components/WEB-INF/lib/jsf-impl-1.1.01.jar -tomcat5.5/components/osp-wizard-components/WEB-INF/lib/osp-common-impl-%%SAKAI_VER%%.jar -tomcat5.5/components/osp-wizard-components/WEB-INF/lib/osp-common-tool-lib-%%SAKAI_VER%%.jar -tomcat5.5/components/osp-wizard-components/WEB-INF/lib/osp-glossary-impl-%%SAKAI_VER%%.jar -tomcat5.5/components/osp-wizard-components/WEB-INF/lib/osp-wizard-impl-%%SAKAI_VER%%.jar -tomcat5.5/components/osp-wizard-components/WEB-INF/lib/sakai-content-util-%%SAKAI_VER%%.jar -tomcat5.5/components/osp-wizard-components/WEB-INF/lib/sakai-jsf-tool-%%SAKAI_VER%%.jar -tomcat5.5/components/osp-wizard-components/WEB-INF/lib/sakai-jsf-widgets-%%SAKAI_VER%%.jar -tomcat5.5/components/osp-wizard-components/WEB-INF/lib/sakai-jsf-widgets-sun-%%SAKAI_VER%%.jar +tomcat5.5/components/osp-wizard-components/WEB-INF/lib/jsf-tool-2.7.6.jar +tomcat5.5/components/osp-wizard-components/WEB-INF/lib/jsf-widgets-2.7.6.jar +tomcat5.5/components/osp-wizard-components/WEB-INF/lib/jsf-widgets-sun-2.7.6.jar +tomcat5.5/components/osp-wizard-components/WEB-INF/lib/osp-common-impl-2.7.1.jar +tomcat5.5/components/osp-wizard-components/WEB-INF/lib/osp-common-tool-lib-2.7.1.jar +tomcat5.5/components/osp-wizard-components/WEB-INF/lib/osp-glossary-impl-2.7.1.jar +tomcat5.5/components/osp-wizard-components/WEB-INF/lib/osp-wizard-impl-2.7.1.jar +tomcat5.5/components/osp-wizard-components/WEB-INF/lib/sakai-kernel-util-1.1.9.jar +tomcat5.5/components/osp-wizard-components/WEB-INF/lib/sakai-metaobj-impl-2.7.1.jar +tomcat5.5/components/osp-wizard-components/WEB-INF/lib/sakai-metaobj-tool-lib-2.7.1.jar tomcat5.5/components/osp-wizard-components/WEB-INF/lib/standard-1.1.2.jar -tomcat5.5/components/osp-wizard-components/WEB-INF/lib/sakai-metaobj-impl-%%SAKAI_VER%%.jar -tomcat5.5/components/osp-wizard-components/WEB-INF/lib/sakai-metaobj-tool-lib-%%SAKAI_VER%%.jar -tomcat5.5/components/osp-wizard-components/WEB-INF/lib/sakai-util-%%SAKAI_VER%%.jar tomcat5.5/components/osp-wizard-components/WEB-INF/lib/velocity-1.3.1.jar -tomcat5.5/components/osp-wizard-components/WEB-INF/components.xml +tomcat5.5/components/osp-wizard-components/WEB-INF/lib/xml-resolver-1.2.jar tomcat5.5/components/osp-wizard-components/WEB-INF/web.xml -tomcat5.5/components/sakai-alias-pack/META-INF/maven/org.sakaiproject/sakai-alias-pack/pom.properties -tomcat5.5/components/sakai-alias-pack/META-INF/maven/org.sakaiproject/sakai-alias-pack/pom.xml -tomcat5.5/components/sakai-alias-pack/META-INF/MANIFEST.MF -tomcat5.5/components/sakai-alias-pack/WEB-INF/lib/sakai-alias-impl-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-alias-pack/WEB-INF/lib/sakai-db-storage-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-alias-pack/WEB-INF/lib/sakai-entity-util-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-alias-pack/WEB-INF/lib/sakai-event-util-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-alias-pack/WEB-INF/lib/sakai-util-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-alias-pack/WEB-INF/components.xml -tomcat5.5/components/sakai-alias-pack/WEB-INF/web.xml +tomcat5.5/components/polls-pack/META-INF/MANIFEST.MF +tomcat5.5/components/polls-pack/META-INF/maven/org.sakaiproject.polls/polls-pack/pom.properties +tomcat5.5/components/polls-pack/META-INF/maven/org.sakaiproject.polls/polls-pack/pom.xml +tomcat5.5/components/polls-pack/WEB-INF/components.xml +tomcat5.5/components/polls-pack/WEB-INF/hibernate-hbms.xml +tomcat5.5/components/polls-pack/WEB-INF/lib/commons-beanutils-1.7.0.jar +tomcat5.5/components/polls-pack/WEB-INF/lib/commons-codec-1.4.jar +tomcat5.5/components/polls-pack/WEB-INF/lib/commons-digester-1.6.jar +tomcat5.5/components/polls-pack/WEB-INF/lib/commons-validator-1.3.1.jar +tomcat5.5/components/polls-pack/WEB-INF/lib/generic-dao-0.9.17.jar +tomcat5.5/components/polls-pack/WEB-INF/lib/oro-2.0.8.jar +tomcat5.5/components/polls-pack/WEB-INF/lib/polls-impl-1.3.8.jar +tomcat5.5/components/polls-pack/WEB-INF/lib/reflectutils-0.9.10.jar +tomcat5.5/components/polls-pack/WEB-INF/spring-hibernate.xml +tomcat5.5/components/polls-pack/WEB-INF/web.xml +tomcat5.5/components/profile-component/META-INF/MANIFEST.MF +tomcat5.5/components/profile-component/META-INF/maven/org.sakaiproject.profile/profile-component/pom.properties +tomcat5.5/components/profile-component/META-INF/maven/org.sakaiproject.profile/profile-component/pom.xml +tomcat5.5/components/profile-component/WEB-INF/components.xml +tomcat5.5/components/profile-component/WEB-INF/web.xml +tomcat5.5/components/profile2-pack/META-INF/MANIFEST.MF +tomcat5.5/components/profile2-pack/META-INF/maven/org.sakaiproject.profile2/profile2-pack/pom.properties +tomcat5.5/components/profile2-pack/META-INF/maven/org.sakaiproject.profile2/profile2-pack/pom.xml +tomcat5.5/components/profile2-pack/WEB-INF/components.xml +tomcat5.5/components/profile2-pack/WEB-INF/lib/commons-codec-1.4.jar +tomcat5.5/components/profile2-pack/WEB-INF/lib/log4j-1.2.14.jar +tomcat5.5/components/profile2-pack/WEB-INF/lib/profile2-impl-1.3.11.jar +tomcat5.5/components/profile2-pack/WEB-INF/lib/profile2-util-1.3.11.jar +tomcat5.5/components/profile2-pack/WEB-INF/lib/sakai-kernel-util-1.1.9.jar +tomcat5.5/components/profile2-pack/WEB-INF/lib/twitter4j-core-2.1.2.jar +tomcat5.5/components/profile2-pack/WEB-INF/web.xml +tomcat5.5/components/sakai-announcement-pack/META-INF/MANIFEST.MF tomcat5.5/components/sakai-announcement-pack/META-INF/maven/org.sakaiproject/sakai-announcement-pack/pom.properties tomcat5.5/components/sakai-announcement-pack/META-INF/maven/org.sakaiproject/sakai-announcement-pack/pom.xml -tomcat5.5/components/sakai-announcement-pack/META-INF/MANIFEST.MF -tomcat5.5/components/sakai-announcement-pack/WEB-INF/lib/sakai-announcement-impl-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-announcement-pack/WEB-INF/lib/sakai-db-storage-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-announcement-pack/WEB-INF/lib/sakai-entity-util-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-announcement-pack/WEB-INF/lib/sakai-event-util-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-announcement-pack/WEB-INF/lib/sakai-message-impl-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-announcement-pack/WEB-INF/lib/sakai-util-%%SAKAI_VER%%.jar tomcat5.5/components/sakai-announcement-pack/WEB-INF/components.xml +tomcat5.5/components/sakai-announcement-pack/WEB-INF/lib/commons-codec-1.4.jar +tomcat5.5/components/sakai-announcement-pack/WEB-INF/lib/sakai-announcement-impl-2.7.1.jar +tomcat5.5/components/sakai-announcement-pack/WEB-INF/lib/sakai-kernel-util-1.1.9.jar +tomcat5.5/components/sakai-announcement-pack/WEB-INF/lib/sakai-message-impl-2.7.1.jar +tomcat5.5/components/sakai-announcement-pack/WEB-INF/lib/xercesImpl-2.6.2.jar +tomcat5.5/components/sakai-announcement-pack/WEB-INF/lib/xmlParserAPIs-2.6.2.jar tomcat5.5/components/sakai-announcement-pack/WEB-INF/web.xml -tomcat5.5/components/sakai-archive-pack/META-INF/maven/org.sakaiproject/sakai-archive-pack/pom.properties -tomcat5.5/components/sakai-archive-pack/META-INF/maven/org.sakaiproject/sakai-archive-pack/pom.xml -tomcat5.5/components/sakai-archive-pack/META-INF/MANIFEST.MF -tomcat5.5/components/sakai-archive-pack/WEB-INF/lib/commons-codec-1.3.jar -tomcat5.5/components/sakai-archive-pack/WEB-INF/lib/sakai-archive-impl-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-archive-pack/WEB-INF/lib/sakai-archive-impl2-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-archive-pack/WEB-INF/lib/sakai-util-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-archive-pack/WEB-INF/components.xml -tomcat5.5/components/sakai-archive-pack/WEB-INF/web.xml +tomcat5.5/components/sakai-anouncement-import/META-INF/MANIFEST.MF +tomcat5.5/components/sakai-anouncement-import/META-INF/maven/org.sakaiproject/sakai-anouncement-import/pom.properties +tomcat5.5/components/sakai-anouncement-import/META-INF/maven/org.sakaiproject/sakai-anouncement-import/pom.xml +tomcat5.5/components/sakai-anouncement-import/WEB-INF/components.xml +tomcat5.5/components/sakai-anouncement-import/WEB-INF/lib/import-impl-1.0.4.jar +tomcat5.5/components/sakai-anouncement-import/WEB-INF/lib/sakai-import-announcement-2.7.1.jar +tomcat5.5/components/sakai-anouncement-import/WEB-INF/lib/saxpath-1.0-FCS.jar +tomcat5.5/components/sakai-anouncement-import/WEB-INF/web.xml +tomcat5.5/components/sakai-assignment-pack/META-INF/MANIFEST.MF tomcat5.5/components/sakai-assignment-pack/META-INF/maven/org.sakaiproject/sakai-assignment-pack/pom.properties tomcat5.5/components/sakai-assignment-pack/META-INF/maven/org.sakaiproject/sakai-assignment-pack/pom.xml -tomcat5.5/components/sakai-assignment-pack/META-INF/MANIFEST.MF -tomcat5.5/components/sakai-assignment-pack/WEB-INF/lib/poi-2.5.1-final-20040804.jar -tomcat5.5/components/sakai-assignment-pack/WEB-INF/lib/sakai-assignment-impl-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-assignment-pack/WEB-INF/lib/sakai-db-conversion-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-assignment-pack/WEB-INF/lib/sakai-db-storage-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-assignment-pack/WEB-INF/lib/sakai-entity-util-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-assignment-pack/WEB-INF/lib/sakai-event-util-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-assignment-pack/WEB-INF/lib/sakai-util-%%SAKAI_VER%%.jar tomcat5.5/components/sakai-assignment-pack/WEB-INF/components.xml +tomcat5.5/components/sakai-assignment-pack/WEB-INF/lib/commons-codec-1.3.jar +tomcat5.5/components/sakai-assignment-pack/WEB-INF/lib/poi-2.5.1-final-20040804.jar +tomcat5.5/components/sakai-assignment-pack/WEB-INF/lib/sakai-assignment-impl-2.7.1.jar +tomcat5.5/components/sakai-assignment-pack/WEB-INF/lib/sakai-kernel-util-1.1.9.jar tomcat5.5/components/sakai-assignment-pack/WEB-INF/web.xml -tomcat5.5/components/sakai-authz-pack/META-INF/maven/org.sakaiproject/sakai-authz-pack/pom.properties -tomcat5.5/components/sakai-authz-pack/META-INF/maven/org.sakaiproject/sakai-authz-pack/pom.xml -tomcat5.5/components/sakai-authz-pack/META-INF/MANIFEST.MF -tomcat5.5/components/sakai-authz-pack/WEB-INF/lib/sakai-authz-impl-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-authz-pack/WEB-INF/lib/sakai-db-storage-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-authz-pack/WEB-INF/lib/sakai-entity-util-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-authz-pack/WEB-INF/lib/sakai-util-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-authz-pack/WEB-INF/components.xml -tomcat5.5/components/sakai-authz-pack/WEB-INF/web.xml +tomcat5.5/components/sakai-calendar-pack/META-INF/MANIFEST.MF tomcat5.5/components/sakai-calendar-pack/META-INF/maven/org.sakaiproject/sakai-calendar-pack/pom.properties tomcat5.5/components/sakai-calendar-pack/META-INF/maven/org.sakaiproject/sakai-calendar-pack/pom.xml -tomcat5.5/components/sakai-calendar-pack/META-INF/MANIFEST.MF +tomcat5.5/components/sakai-calendar-pack/WEB-INF/components.xml tomcat5.5/components/sakai-calendar-pack/WEB-INF/lib/avalon-framework-20020627.jar tomcat5.5/components/sakai-calendar-pack/WEB-INF/lib/batik-batik-1.5-fop-0.20-5.jar +tomcat5.5/components/sakai-calendar-pack/WEB-INF/lib/commons-codec-1.4.jar tomcat5.5/components/sakai-calendar-pack/WEB-INF/lib/fop-0.20.5.jar tomcat5.5/components/sakai-calendar-pack/WEB-INF/lib/ical4j-1.0-beta4.jar -tomcat5.5/components/sakai-calendar-pack/WEB-INF/lib/sakai-calendar-impl-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-calendar-pack/WEB-INF/lib/sakai-calendar-util-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-calendar-pack/WEB-INF/lib/sakai-db-storage-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-calendar-pack/WEB-INF/lib/sakai-entity-util-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-calendar-pack/WEB-INF/lib/sakai-util-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-calendar-pack/WEB-INF/components.xml +tomcat5.5/components/sakai-calendar-pack/WEB-INF/lib/sakai-calendar-impl-2.7.1.jar +tomcat5.5/components/sakai-calendar-pack/WEB-INF/lib/sakai-calendar-util-2.7.1.jar +tomcat5.5/components/sakai-calendar-pack/WEB-INF/lib/sakai-kernel-util-1.1.9.jar +tomcat5.5/components/sakai-calendar-pack/WEB-INF/lib/sakai-mergedlist-util-2.7.1.jar +tomcat5.5/components/sakai-calendar-pack/WEB-INF/lib/sakai-velocity-tool-2.7.1.jar +tomcat5.5/components/sakai-calendar-pack/WEB-INF/lib/velocity-1.3.1.jar tomcat5.5/components/sakai-calendar-pack/WEB-INF/web.xml +tomcat5.5/components/sakai-chat-pack/META-INF/MANIFEST.MF tomcat5.5/components/sakai-chat-pack/META-INF/maven/org.sakaiproject/sakai-chat-pack/pom.properties tomcat5.5/components/sakai-chat-pack/META-INF/maven/org.sakaiproject/sakai-chat-pack/pom.xml -tomcat5.5/components/sakai-chat-pack/META-INF/MANIFEST.MF -tomcat5.5/components/sakai-chat-pack/WEB-INF/lib/sakai-chat-impl-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-chat-pack/WEB-INF/lib/sakai-db-storage-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-chat-pack/WEB-INF/lib/sakai-entity-util-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-chat-pack/WEB-INF/lib/sakai-event-util-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-chat-pack/WEB-INF/lib/sakai-message-impl-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-chat-pack/WEB-INF/lib/sakai-util-%%SAKAI_VER%%.jar tomcat5.5/components/sakai-chat-pack/WEB-INF/components.xml +tomcat5.5/components/sakai-chat-pack/WEB-INF/lib/commons-codec-1.4.jar +tomcat5.5/components/sakai-chat-pack/WEB-INF/lib/sakai-chat-impl-2.7.1.jar +tomcat5.5/components/sakai-chat-pack/WEB-INF/lib/sakai-kernel-util-1.1.9.jar +tomcat5.5/components/sakai-chat-pack/WEB-INF/lib/sakai-message-impl-2.7.1.jar tomcat5.5/components/sakai-chat-pack/WEB-INF/web.xml +tomcat5.5/components/sakai-citations-pack/META-INF/MANIFEST.MF tomcat5.5/components/sakai-citations-pack/META-INF/maven/org.sakaiproject/sakai-citations-pack/pom.properties tomcat5.5/components/sakai-citations-pack/META-INF/maven/org.sakaiproject/sakai-citations-pack/pom.xml -tomcat5.5/components/sakai-citations-pack/META-INF/MANIFEST.MF -tomcat5.5/components/sakai-citations-pack/WEB-INF/lib/cql-java-0.7.jar -tomcat5.5/components/sakai-citations-pack/WEB-INF/lib/sakai-citations-impl-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-citations-pack/WEB-INF/lib/sakai-citations-util-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-citations-pack/WEB-INF/lib/sakai-citations-web2bridge-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-citations-pack/WEB-INF/lib/sakai-citations-xserver-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-citations-pack/WEB-INF/lib/sakai-content-util-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-citations-pack/WEB-INF/lib/sakai-util-%%SAKAI_VER%%.jar tomcat5.5/components/sakai-citations-pack/WEB-INF/components.xml +tomcat5.5/components/sakai-citations-pack/WEB-INF/lib/commons-codec-1.4.jar +tomcat5.5/components/sakai-citations-pack/WEB-INF/lib/cql-java-0.7.jar +tomcat5.5/components/sakai-citations-pack/WEB-INF/lib/sakai-citations-impl-2.7.1.jar +tomcat5.5/components/sakai-citations-pack/WEB-INF/lib/sakai-citations-util-2.7.1.jar +tomcat5.5/components/sakai-citations-pack/WEB-INF/lib/sakai-citations-web2bridge-2.7.1.jar +tomcat5.5/components/sakai-citations-pack/WEB-INF/lib/sakai-citations-xserver-2.7.1.jar +tomcat5.5/components/sakai-citations-pack/WEB-INF/lib/sakai-kernel-util-1.1.9.jar tomcat5.5/components/sakai-citations-pack/WEB-INF/web.xml -tomcat5.5/components/sakai-cluster-pack/META-INF/maven/org.sakaiproject/sakai-cluster-pack/pom.properties -tomcat5.5/components/sakai-cluster-pack/META-INF/maven/org.sakaiproject/sakai-cluster-pack/pom.xml -tomcat5.5/components/sakai-cluster-pack/META-INF/MANIFEST.MF -tomcat5.5/components/sakai-cluster-pack/WEB-INF/lib/sakai-cluster-impl-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-cluster-pack/WEB-INF/components.xml -tomcat5.5/components/sakai-cluster-pack/WEB-INF/web.xml -tomcat5.5/components/sakai-common-components/META-INF/maven/org.sakaiproject/sakai-common-components/pom.properties -tomcat5.5/components/sakai-common-components/META-INF/maven/org.sakaiproject/sakai-common-components/pom.xml tomcat5.5/components/sakai-common-components/META-INF/MANIFEST.MF -tomcat5.5/components/sakai-common-components/WEB-INF/lib/commons-beanutils-1.7.0.jar -tomcat5.5/components/sakai-common-components/WEB-INF/lib/sakai-common-composite-component-%%SAKAI_VER%%.jar +tomcat5.5/components/sakai-common-components/META-INF/maven/org.sakaiproject.common/sakai-common-components/pom.properties +tomcat5.5/components/sakai-common-components/META-INF/maven/org.sakaiproject.common/sakai-common-components/pom.xml tomcat5.5/components/sakai-common-components/WEB-INF/components.xml +tomcat5.5/components/sakai-common-components/WEB-INF/lib/commons-beanutils-1.7.0.jar +tomcat5.5/components/sakai-common-components/WEB-INF/lib/sakai-common-composite-component-1.0.4.jar tomcat5.5/components/sakai-common-components/WEB-INF/web.xml +tomcat5.5/components/sakai-comp-help/META-INF/MANIFEST.MF tomcat5.5/components/sakai-comp-help/META-INF/maven/org.sakaiproject/sakai-comp-help/pom.properties tomcat5.5/components/sakai-comp-help/META-INF/maven/org.sakaiproject/sakai-comp-help/pom.xml -tomcat5.5/components/sakai-comp-help/META-INF/MANIFEST.MF tomcat5.5/components/sakai-comp-help/WEB-INF/classes/org/sakaiproject/component/app/help/DefaultGlossary.class tomcat5.5/components/sakai-comp-help/WEB-INF/classes/org/sakaiproject/component/app/help/HelpManagerImpl$1.class tomcat5.5/components/sakai-comp-help/WEB-INF/classes/org/sakaiproject/component/app/help/HelpManagerImpl$2.class @@ -259,298 +336,193 @@ tomcat5.5/components/sakai-comp-help/WEB-INF/classes/org/sakaiproject/component/ tomcat5.5/components/sakai-comp-help/WEB-INF/classes/org/sakaiproject/component/app/help/HelpManagerImpl.class tomcat5.5/components/sakai-comp-help/WEB-INF/classes/org/sakaiproject/component/app/help/RestConfigurationImpl.class tomcat5.5/components/sakai-comp-help/WEB-INF/classes/org/sakaiproject/component/app/help/SizedList.class -tomcat5.5/components/sakai-comp-help/WEB-INF/lib/lucene-1.4.3.jar -tomcat5.5/components/sakai-comp-help/WEB-INF/lib/sakai-util-%%SAKAI_VER%%.jar tomcat5.5/components/sakai-comp-help/WEB-INF/components.xml +tomcat5.5/components/sakai-comp-help/WEB-INF/lib/commons-codec-1.3.jar +tomcat5.5/components/sakai-comp-help/WEB-INF/lib/lucene-core-1.9.1.jar +tomcat5.5/components/sakai-comp-help/WEB-INF/lib/sakai-kernel-util-1.1.9.jar tomcat5.5/components/sakai-comp-help/WEB-INF/web.xml -tomcat5.5/components/sakai-comp-scheduler/META-INF/maven/org.sakaiproject/sakai-comp-scheduler/pom.properties -tomcat5.5/components/sakai-comp-scheduler/META-INF/maven/org.sakaiproject/sakai-comp-scheduler/pom.xml -tomcat5.5/components/sakai-comp-scheduler/META-INF/MANIFEST.MF -tomcat5.5/components/sakai-comp-scheduler/WEB-INF/components.xml -tomcat5.5/components/sakai-comp-scheduler/WEB-INF/web.xml -tomcat5.5/components/sakai-component-pack/META-INF/maven/org.sakaiproject/sakai-component-pack/pom.properties -tomcat5.5/components/sakai-component-pack/META-INF/maven/org.sakaiproject/sakai-component-pack/pom.xml -tomcat5.5/components/sakai-component-pack/META-INF/MANIFEST.MF -tomcat5.5/components/sakai-component-pack/WEB-INF/lib/sakai-component-impl-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-component-pack/WEB-INF/lib/sakai-util-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-component-pack/WEB-INF/components.xml -tomcat5.5/components/sakai-component-pack/WEB-INF/web.xml -tomcat5.5/components/sakai-content-pack/META-INF/maven/org.sakaiproject/sakai-content-pack/pom.properties -tomcat5.5/components/sakai-content-pack/META-INF/maven/org.sakaiproject/sakai-content-pack/pom.xml -tomcat5.5/components/sakai-content-pack/META-INF/MANIFEST.MF -tomcat5.5/components/sakai-content-pack/WEB-INF/lib/commons-codec-1.3.jar -tomcat5.5/components/sakai-content-pack/WEB-INF/lib/sakai-content-impl-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-content-pack/WEB-INF/lib/sakai-content-util-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-content-pack/WEB-INF/lib/sakai-db-conversion-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-content-pack/WEB-INF/lib/sakai-db-storage-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-content-pack/WEB-INF/lib/sakai-entity-util-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-content-pack/WEB-INF/lib/sakai-event-util-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-content-pack/WEB-INF/lib/sakai-util-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-content-pack/WEB-INF/components.xml -tomcat5.5/components/sakai-content-pack/WEB-INF/web.xml -tomcat5.5/components/sakai-content-providers-pack/META-INF/maven/org.sakaiproject/sakai-content-providers-pack/pom.properties -tomcat5.5/components/sakai-content-providers-pack/META-INF/maven/org.sakaiproject/sakai-content-providers-pack/pom.xml -tomcat5.5/components/sakai-content-providers-pack/META-INF/MANIFEST.MF -tomcat5.5/components/sakai-content-providers-pack/WEB-INF/lib/sakai-content-providers-impl-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-content-providers-pack/WEB-INF/components.xml -tomcat5.5/components/sakai-content-providers-pack/WEB-INF/web.xml +tomcat5.5/components/sakai-courier-pack/META-INF/MANIFEST.MF tomcat5.5/components/sakai-courier-pack/META-INF/maven/org.sakaiproject/sakai-courier-pack/pom.properties tomcat5.5/components/sakai-courier-pack/META-INF/maven/org.sakaiproject/sakai-courier-pack/pom.xml -tomcat5.5/components/sakai-courier-pack/META-INF/MANIFEST.MF -tomcat5.5/components/sakai-courier-pack/WEB-INF/lib/sakai-courier-impl-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-courier-pack/WEB-INF/lib/sakai-util-%%SAKAI_VER%%.jar tomcat5.5/components/sakai-courier-pack/WEB-INF/components.xml +tomcat5.5/components/sakai-courier-pack/WEB-INF/lib/commons-codec-1.4.jar +tomcat5.5/components/sakai-courier-pack/WEB-INF/lib/sakai-courier-impl-2.7.1.jar +tomcat5.5/components/sakai-courier-pack/WEB-INF/lib/sakai-kernel-util-1.1.9.jar tomcat5.5/components/sakai-courier-pack/WEB-INF/web.xml -tomcat5.5/components/sakai-coursemanagement-hibernate-pack/META-INF/maven/org.sakaiproject/sakai-coursemanagement-hibernate-pack/pom.properties -tomcat5.5/components/sakai-coursemanagement-hibernate-pack/META-INF/maven/org.sakaiproject/sakai-coursemanagement-hibernate-pack/pom.xml -tomcat5.5/components/sakai-coursemanagement-hibernate-pack/META-INF/MANIFEST.MF -tomcat5.5/components/sakai-coursemanagement-hibernate-pack/WEB-INF/lib/sakai-coursemanagement-hibernate-impl-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-coursemanagement-hibernate-pack/WEB-INF/components-demo.xml -tomcat5.5/components/sakai-coursemanagement-hibernate-pack/WEB-INF/components.xml -tomcat5.5/components/sakai-coursemanagement-hibernate-pack/WEB-INF/web.xml -tomcat5.5/components/sakai-db-pack/META-INF/maven/org.sakaiproject/sakai-db-pack/pom.properties -tomcat5.5/components/sakai-db-pack/META-INF/maven/org.sakaiproject/sakai-db-pack/pom.xml -tomcat5.5/components/sakai-db-pack/META-INF/MANIFEST.MF -tomcat5.5/components/sakai-db-pack/WEB-INF/lib/sakai-db-impl-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-db-pack/WEB-INF/components.xml -tomcat5.5/components/sakai-db-pack/WEB-INF/web.xml -tomcat5.5/components/sakai-email-pack/META-INF/maven/org.sakaiproject/sakai-email-pack/pom.properties -tomcat5.5/components/sakai-email-pack/META-INF/maven/org.sakaiproject/sakai-email-pack/pom.xml -tomcat5.5/components/sakai-email-pack/META-INF/MANIFEST.MF -tomcat5.5/components/sakai-email-pack/WEB-INF/lib/sakai-db-storage-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-email-pack/WEB-INF/lib/sakai-email-impl-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-email-pack/WEB-INF/lib/sakai-entity-util-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-email-pack/WEB-INF/lib/sakai-event-util-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-email-pack/WEB-INF/lib/sakai-util-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-email-pack/WEB-INF/components.xml -tomcat5.5/components/sakai-email-pack/WEB-INF/web.xml -tomcat5.5/components/sakai-entity-pack/META-INF/maven/org.sakaiproject/sakai-entity-pack/pom.properties -tomcat5.5/components/sakai-entity-pack/META-INF/maven/org.sakaiproject/sakai-entity-pack/pom.xml -tomcat5.5/components/sakai-entity-pack/META-INF/MANIFEST.MF -tomcat5.5/components/sakai-entity-pack/WEB-INF/lib/sakai-entity-impl-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-entity-pack/WEB-INF/lib/sakai-util-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-entity-pack/WEB-INF/components.xml -tomcat5.5/components/sakai-entity-pack/WEB-INF/web.xml -tomcat5.5/components/sakai-event-pack/META-INF/maven/org.sakaiproject/sakai-event-pack/pom.properties -tomcat5.5/components/sakai-event-pack/META-INF/maven/org.sakaiproject/sakai-event-pack/pom.xml -tomcat5.5/components/sakai-event-pack/META-INF/MANIFEST.MF -tomcat5.5/components/sakai-event-pack/WEB-INF/lib/sakai-db-storage-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-event-pack/WEB-INF/lib/sakai-entity-util-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-event-pack/WEB-INF/lib/sakai-event-impl-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-event-pack/WEB-INF/lib/sakai-util-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-event-pack/WEB-INF/components.xml -tomcat5.5/components/sakai-event-pack/WEB-INF/web.xml -tomcat5.5/components/sakai-import/META-INF/maven/org.sakaiproject/sakai-import/pom.properties -tomcat5.5/components/sakai-import/META-INF/maven/org.sakaiproject/sakai-import/pom.xml -tomcat5.5/components/sakai-import/META-INF/MANIFEST.MF -tomcat5.5/components/sakai-import/WEB-INF/lib/sakai-archive-import-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-import/WEB-INF/lib/sakai-common-cartridge-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-import/WEB-INF/lib/sakai-import-announcement-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-import/WEB-INF/lib/sakai-import-content-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-import/WEB-INF/lib/sakai-import-impl-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-import/WEB-INF/lib/sakai-util-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-import/WEB-INF/lib/saxpath-1.0-FCS.jar -tomcat5.5/components/sakai-import/WEB-INF/components.xml -tomcat5.5/components/sakai-import/WEB-INF/web.xml -tomcat5.5/components/sakai-gradebook-service-pack/META-INF/maven/org.sakaiproject/sakai-gradebook-service-pack/pom.properties -tomcat5.5/components/sakai-gradebook-service-pack/META-INF/maven/org.sakaiproject/sakai-gradebook-service-pack/pom.xml -tomcat5.5/components/sakai-gradebook-service-pack/META-INF/MANIFEST.MF -tomcat5.5/components/sakai-gradebook-service-pack/WEB-INF/classes/hsqldb/sakai_gradebook_post_schemaupdate.sql -tomcat5.5/components/sakai-gradebook-service-pack/WEB-INF/classes/mysql/sakai_gradebook_post_schemaupdate.sql -tomcat5.5/components/sakai-gradebook-service-pack/WEB-INF/classes/oracle/sakai_gradebook_post_schemaupdate.sql -tomcat5.5/components/sakai-gradebook-service-pack/WEB-INF/lib/sakai-gradebook-service-impl-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-gradebook-service-pack/WEB-INF/lib/xpp3_min-1.1.3.4.O.jar -tomcat5.5/components/sakai-gradebook-service-pack/WEB-INF/lib/xstream-1.2.1.jar -tomcat5.5/components/sakai-gradebook-service-pack/WEB-INF/components.xml -tomcat5.5/components/sakai-gradebook-service-pack/WEB-INF/web.xml +tomcat5.5/components/sakai-gradebooksample-grade-converter/META-INF/MANIFEST.MF tomcat5.5/components/sakai-gradebooksample-grade-converter/META-INF/maven/org.sakaiproject/sakai-gradebooksample-grade-converter/pom.properties tomcat5.5/components/sakai-gradebooksample-grade-converter/META-INF/maven/org.sakaiproject/sakai-gradebooksample-grade-converter/pom.xml -tomcat5.5/components/sakai-gradebooksample-grade-converter/META-INF/MANIFEST.MF tomcat5.5/components/sakai-gradebooksample-grade-converter/WEB-INF/classes/org/sakaiproject/gradebooksample/CourseGradesToSpreadsheetConverterSample.class tomcat5.5/components/sakai-gradebooksample-grade-converter/WEB-INF/components.xml tomcat5.5/components/sakai-gradebooksample-grade-converter/WEB-INF/web.xml -tomcat5.5/components/sakai-jackrabbit-pack/META-INF/maven/org.sakaiproject/sakai-jackrabbit-pack/pom.properties -tomcat5.5/components/sakai-jackrabbit-pack/META-INF/maven/org.sakaiproject/sakai-jackrabbit-pack/pom.xml -tomcat5.5/components/sakai-jackrabbit-pack/META-INF/MANIFEST.MF -tomcat5.5/components/sakai-jackrabbit-pack/WEB-INF/lib/concurrent-1.3.4.jar -tomcat5.5/components/sakai-jackrabbit-pack/WEB-INF/lib/derby-10.2.1.6.jar -tomcat5.5/components/sakai-jackrabbit-pack/WEB-INF/lib/geronimo-jta_1.0.1B_spec-1.0.1.jar -tomcat5.5/components/sakai-jackrabbit-pack/WEB-INF/lib/jackrabbit-api-1.3.3.jar -tomcat5.5/components/sakai-jackrabbit-pack/WEB-INF/lib/jackrabbit-core-1.3.3.jar -tomcat5.5/components/sakai-jackrabbit-pack/WEB-INF/lib/jackrabbit-jcr-commons-1.3.3.jar -tomcat5.5/components/sakai-jackrabbit-pack/WEB-INF/lib/jackrabbit-text-extractors-1.3.3.jar -tomcat5.5/components/sakai-jackrabbit-pack/WEB-INF/lib/lucene-core-2.0.0.jar -tomcat5.5/components/sakai-jackrabbit-pack/WEB-INF/lib/nekohtml-0.9.4.jar -tomcat5.5/components/sakai-jackrabbit-pack/WEB-INF/lib/pdfbox-0.6.4.jar -tomcat5.5/components/sakai-jackrabbit-pack/WEB-INF/lib/poi-2.5.1-final-20040804.jar -tomcat5.5/components/sakai-jackrabbit-pack/WEB-INF/lib/sakai-jackrabbit-impl-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-jackrabbit-pack/WEB-INF/lib/sakai-user-util-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-jackrabbit-pack/WEB-INF/lib/slf4j-api-1.3.0.jar -tomcat5.5/components/sakai-jackrabbit-pack/WEB-INF/lib/slf4j-log4j12-1.0.jar -tomcat5.5/components/sakai-jackrabbit-pack/WEB-INF/lib/tm-extractors-0.4.jar -tomcat5.5/components/sakai-jackrabbit-pack/WEB-INF/components.xml -tomcat5.5/components/sakai-jackrabbit-pack/WEB-INF/preloadcontent.xml -tomcat5.5/components/sakai-jackrabbit-pack/WEB-INF/web.xml +tomcat5.5/components/sakai-kernel-component/META-INF/MANIFEST.MF +tomcat5.5/components/sakai-kernel-component/META-INF/maven/org.sakaiproject.kernel/sakai-kernel-component/pom.properties +tomcat5.5/components/sakai-kernel-component/META-INF/maven/org.sakaiproject.kernel/sakai-kernel-component/pom.xml +tomcat5.5/components/sakai-kernel-component/WEB-INF/alias-components.xml +tomcat5.5/components/sakai-kernel-component/WEB-INF/antivirus-components.xml +tomcat5.5/components/sakai-kernel-component/WEB-INF/authz-components.xml +tomcat5.5/components/sakai-kernel-component/WEB-INF/cluster-components.xml +tomcat5.5/components/sakai-kernel-component/WEB-INF/component-components.xml +tomcat5.5/components/sakai-kernel-component/WEB-INF/components.xml +tomcat5.5/components/sakai-kernel-component/WEB-INF/conditions-components.xml +tomcat5.5/components/sakai-kernel-component/WEB-INF/content-components.xml +tomcat5.5/components/sakai-kernel-component/WEB-INF/content-jcr-components-jcr.xml +tomcat5.5/components/sakai-kernel-component/WEB-INF/content-jcr-components.xml +tomcat5.5/components/sakai-kernel-component/WEB-INF/db-components.xml +tomcat5.5/components/sakai-kernel-component/WEB-INF/email-components.xml +tomcat5.5/components/sakai-kernel-component/WEB-INF/entity-components.xml +tomcat5.5/components/sakai-kernel-component/WEB-INF/event-components.xml +tomcat5.5/components/sakai-kernel-component/WEB-INF/jackrabbit-components.xml +tomcat5.5/components/sakai-kernel-component/WEB-INF/jackrabbit-preloadcontent.xml +tomcat5.5/components/sakai-kernel-component/WEB-INF/jcr-support-components.xml +tomcat5.5/components/sakai-kernel-component/WEB-INF/lib/backport-util-concurrent-3.0.jar +tomcat5.5/components/sakai-kernel-component/WEB-INF/lib/commons-codec-1.4.jar +tomcat5.5/components/sakai-kernel-component/WEB-INF/lib/concurrent-1.3.4.jar +tomcat5.5/components/sakai-kernel-component/WEB-INF/lib/derby-10.2.1.6.jar +tomcat5.5/components/sakai-kernel-component/WEB-INF/lib/jackrabbit-api-1.4.jar +tomcat5.5/components/sakai-kernel-component/WEB-INF/lib/jackrabbit-core-1.4.jar +tomcat5.5/components/sakai-kernel-component/WEB-INF/lib/jackrabbit-jcr-commons-1.4.jar +tomcat5.5/components/sakai-kernel-component/WEB-INF/lib/jackrabbit-spi-1.4.jar +tomcat5.5/components/sakai-kernel-component/WEB-INF/lib/jackrabbit-spi-commons-1.4.jar +tomcat5.5/components/sakai-kernel-component/WEB-INF/lib/jackrabbit-text-extractors-1.4.jar +tomcat5.5/components/sakai-kernel-component/WEB-INF/lib/lucene-core-2.2.0.jar +tomcat5.5/components/sakai-kernel-component/WEB-INF/lib/nekohtml-0.9.4.jar +tomcat5.5/components/sakai-kernel-component/WEB-INF/lib/pdfbox-0.6.4.jar +tomcat5.5/components/sakai-kernel-component/WEB-INF/lib/poi-2.5.1-final-20040804.jar +tomcat5.5/components/sakai-kernel-component/WEB-INF/lib/sakai-kernel-impl-1.1.9.jar +tomcat5.5/components/sakai-kernel-component/WEB-INF/lib/sakai-kernel-util-1.1.9.jar +tomcat5.5/components/sakai-kernel-component/WEB-INF/lib/slf4j-api-1.3.0.jar +tomcat5.5/components/sakai-kernel-component/WEB-INF/lib/slf4j-log4j12-1.0.jar +tomcat5.5/components/sakai-kernel-component/WEB-INF/lib/tm-extractors-0.4.jar +tomcat5.5/components/sakai-kernel-component/WEB-INF/memory-components.xml +tomcat5.5/components/sakai-kernel-component/WEB-INF/site-components.xml +tomcat5.5/components/sakai-kernel-component/WEB-INF/tool-components.xml +tomcat5.5/components/sakai-kernel-component/WEB-INF/user-components.xml +tomcat5.5/components/sakai-kernel-component/WEB-INF/util-components.xml +tomcat5.5/components/sakai-kernel-component/WEB-INF/web.xml +tomcat5.5/components/sakai-mailarchive-pack/META-INF/MANIFEST.MF tomcat5.5/components/sakai-mailarchive-pack/META-INF/maven/org.sakaiproject/sakai-mailarchive-pack/pom.properties tomcat5.5/components/sakai-mailarchive-pack/META-INF/maven/org.sakaiproject/sakai-mailarchive-pack/pom.xml -tomcat5.5/components/sakai-mailarchive-pack/META-INF/MANIFEST.MF -tomcat5.5/components/sakai-mailarchive-pack/WEB-INF/lib/sakai-db-storage-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-mailarchive-pack/WEB-INF/lib/sakai-entity-util-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-mailarchive-pack/WEB-INF/lib/sakai-event-util-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-mailarchive-pack/WEB-INF/lib/sakai-mailarchive-impl-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-mailarchive-pack/WEB-INF/lib/sakai-message-impl-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-mailarchive-pack/WEB-INF/lib/sakai-util-%%SAKAI_VER%%.jar tomcat5.5/components/sakai-mailarchive-pack/WEB-INF/components.xml +tomcat5.5/components/sakai-mailarchive-pack/WEB-INF/lib/commons-codec-1.4.jar +tomcat5.5/components/sakai-mailarchive-pack/WEB-INF/lib/sakai-kernel-util-1.1.9.jar +tomcat5.5/components/sakai-mailarchive-pack/WEB-INF/lib/sakai-mailarchive-impl-2.7.1.jar +tomcat5.5/components/sakai-mailarchive-pack/WEB-INF/lib/sakai-message-impl-2.7.1.jar tomcat5.5/components/sakai-mailarchive-pack/WEB-INF/web.xml -tomcat5.5/components/sakai-memory-pack/META-INF/maven/org.sakaiproject/sakai-memory-pack/pom.properties -tomcat5.5/components/sakai-memory-pack/META-INF/maven/org.sakaiproject/sakai-memory-pack/pom.xml -tomcat5.5/components/sakai-memory-pack/META-INF/MANIFEST.MF -tomcat5.5/components/sakai-memory-pack/WEB-INF/lib/sakai-memory-impl-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-memory-pack/WEB-INF/components.xml -tomcat5.5/components/sakai-memory-pack/WEB-INF/web.xml -tomcat5.5/components/sakai-messageforums-components/META-INF/maven/org.sakaiproject/sakai-messageforums-components/pom.properties -tomcat5.5/components/sakai-messageforums-components/META-INF/maven/org.sakaiproject/sakai-messageforums-components/pom.xml -tomcat5.5/components/sakai-messageforums-components/META-INF/MANIFEST.MF -tomcat5.5/components/sakai-messageforums-components/WEB-INF/lib/commons-beanutils-1.7.0.jar -tomcat5.5/components/sakai-messageforums-components/WEB-INF/lib/commons-codec-1.3.jar -tomcat5.5/components/sakai-messageforums-components/WEB-INF/lib/sakai-entity-util-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-messageforums-components/WEB-INF/lib/sakai-event-util-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-messageforums-components/WEB-INF/lib/sakai-messageforums-component-impl-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-messageforums-components/WEB-INF/lib/sakai-util-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-messageforums-components/WEB-INF/components.xml -tomcat5.5/components/sakai-messageforums-components/WEB-INF/web.xml +tomcat5.5/components/sakai-metaobj-component/META-INF/MANIFEST.MF tomcat5.5/components/sakai-metaobj-component/META-INF/maven/org.sakaiproject/sakai-metaobj-component/pom.properties tomcat5.5/components/sakai-metaobj-component/META-INF/maven/org.sakaiproject/sakai-metaobj-component/pom.xml -tomcat5.5/components/sakai-metaobj-component/META-INF/MANIFEST.MF -tomcat5.5/components/sakai-metaobj-component/WEB-INF/lib/commons-codec-1.2.jar -tomcat5.5/components/sakai-metaobj-component/WEB-INF/lib/sakai-content-util-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-metaobj-component/WEB-INF/lib/sakai-metaobj-impl-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-metaobj-component/WEB-INF/lib/sakai-util-%%SAKAI_VER%%.jar tomcat5.5/components/sakai-metaobj-component/WEB-INF/components.xml +tomcat5.5/components/sakai-metaobj-component/WEB-INF/lib/commons-codec-1.2.jar +tomcat5.5/components/sakai-metaobj-component/WEB-INF/lib/sakai-kernel-util-1.1.9.jar +tomcat5.5/components/sakai-metaobj-component/WEB-INF/lib/sakai-metaobj-impl-2.7.1.jar tomcat5.5/components/sakai-metaobj-component/WEB-INF/web.xml +tomcat5.5/components/sakai-news-pack/META-INF/MANIFEST.MF tomcat5.5/components/sakai-news-pack/META-INF/maven/org.sakaiproject/sakai-news-pack/pom.properties tomcat5.5/components/sakai-news-pack/META-INF/maven/org.sakaiproject/sakai-news-pack/pom.xml -tomcat5.5/components/sakai-news-pack/META-INF/MANIFEST.MF -tomcat5.5/components/sakai-news-pack/WEB-INF/lib/commons-codec-1.3.jar -tomcat5.5/components/sakai-news-pack/WEB-INF/lib/itunes-0.3.jar -tomcat5.5/components/sakai-news-pack/WEB-INF/lib/rome-0.8.jar -tomcat5.5/components/sakai-news-pack/WEB-INF/lib/rome-fetcher-0.7.jar -tomcat5.5/components/sakai-news-pack/WEB-INF/lib/sakai-news-impl-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-news-pack/WEB-INF/lib/sakai-util-%%SAKAI_VER%%.jar tomcat5.5/components/sakai-news-pack/WEB-INF/components.xml +tomcat5.5/components/sakai-news-pack/WEB-INF/lib/commons-codec-1.3.jar +tomcat5.5/components/sakai-news-pack/WEB-INF/lib/commons-httpclient-3.0.1.jar +tomcat5.5/components/sakai-news-pack/WEB-INF/lib/commons-logging-api-1.0.4.jar +tomcat5.5/components/sakai-news-pack/WEB-INF/lib/modules-0.3.2.jar +tomcat5.5/components/sakai-news-pack/WEB-INF/lib/rome-1.0-sakai.jar +tomcat5.5/components/sakai-news-pack/WEB-INF/lib/rome-fetcher-1.0.jar +tomcat5.5/components/sakai-news-pack/WEB-INF/lib/sakai-kernel-util-1.1.9.jar +tomcat5.5/components/sakai-news-pack/WEB-INF/lib/sakai-news-impl-2.7.1.jar tomcat5.5/components/sakai-news-pack/WEB-INF/web.xml +tomcat5.5/components/sakai-podcasts-pack/META-INF/MANIFEST.MF tomcat5.5/components/sakai-podcasts-pack/META-INF/maven/org.sakaiproject/sakai-podcasts-pack/pom.properties tomcat5.5/components/sakai-podcasts-pack/META-INF/maven/org.sakaiproject/sakai-podcasts-pack/pom.xml -tomcat5.5/components/sakai-podcasts-pack/META-INF/MANIFEST.MF +tomcat5.5/components/sakai-podcasts-pack/WEB-INF/components.xml +tomcat5.5/components/sakai-podcasts-pack/WEB-INF/lib/commons-codec-1.4.jar tomcat5.5/components/sakai-podcasts-pack/WEB-INF/lib/itunes-0.3.jar tomcat5.5/components/sakai-podcasts-pack/WEB-INF/lib/rome-0.8.jar -tomcat5.5/components/sakai-podcasts-pack/WEB-INF/lib/sakai-entity-util-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-podcasts-pack/WEB-INF/lib/sakai-event-util-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-podcasts-pack/WEB-INF/lib/sakai-podcasts-impl-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-podcasts-pack/WEB-INF/lib/sakai-util-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-podcasts-pack/WEB-INF/components.xml +tomcat5.5/components/sakai-podcasts-pack/WEB-INF/lib/sakai-kernel-util-1.1.9.jar +tomcat5.5/components/sakai-podcasts-pack/WEB-INF/lib/sakai-podcasts-impl-2.7.1.jar tomcat5.5/components/sakai-podcasts-pack/WEB-INF/web.xml -tomcat5.5/components/sakai-poll-pack/META-INF/maven/org.sakaiproject/sakai-poll-pack/pom.properties -tomcat5.5/components/sakai-poll-pack/META-INF/maven/org.sakaiproject/sakai-poll-pack/pom.xml -tomcat5.5/components/sakai-poll-pack/META-INF/MANIFEST.MF -tomcat5.5/components/sakai-poll-pack/WEB-INF/lib/commons-codec-1.3.jar -tomcat5.5/components/sakai-poll-pack/WEB-INF/lib/sakai-poll-dao-impl-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-poll-pack/WEB-INF/lib/sakai-poll-logic-impl-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-poll-pack/WEB-INF/components.xml -tomcat5.5/components/sakai-poll-pack/WEB-INF/hibernate-hbms.xml -tomcat5.5/components/sakai-poll-pack/WEB-INF/spring-hibernate.xml -tomcat5.5/components/sakai-poll-pack/WEB-INF/web.xml +tomcat5.5/components/sakai-portal-render-pack/META-INF/MANIFEST.MF tomcat5.5/components/sakai-portal-render-pack/META-INF/maven/org.sakaiproject/sakai-portal-render-pack/pom.properties tomcat5.5/components/sakai-portal-render-pack/META-INF/maven/org.sakaiproject/sakai-portal-render-pack/pom.xml -tomcat5.5/components/sakai-portal-render-pack/META-INF/MANIFEST.MF -tomcat5.5/components/sakai-portal-render-pack/WEB-INF/lib/commons-codec-1.3.jar -tomcat5.5/components/sakai-portal-render-pack/WEB-INF/lib/sakai-portal-render-impl-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-portal-render-pack/WEB-INF/lib/sakai-portal-util-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-portal-render-pack/WEB-INF/lib/sakai-tool-util-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-portal-render-pack/WEB-INF/lib/sakai-user-util-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-portal-render-pack/WEB-INF/lib/sakai-util-%%SAKAI_VER%%.jar tomcat5.5/components/sakai-portal-render-pack/WEB-INF/components.xml +tomcat5.5/components/sakai-portal-render-pack/WEB-INF/lib/commons-codec-1.3.jar +tomcat5.5/components/sakai-portal-render-pack/WEB-INF/lib/sakai-kernel-util-1.1.9.jar +tomcat5.5/components/sakai-portal-render-pack/WEB-INF/lib/sakai-portal-render-impl-2.7.1.jar +tomcat5.5/components/sakai-portal-render-pack/WEB-INF/lib/sakai-portal-util-2.7.1.jar tomcat5.5/components/sakai-portal-render-pack/WEB-INF/web.xml +tomcat5.5/components/sakai-portal-service-pack/META-INF/MANIFEST.MF +tomcat5.5/components/sakai-portal-service-pack/META-INF/maven/org.sakaiproject/sakai-portal-service-pack/pom.properties +tomcat5.5/components/sakai-portal-service-pack/META-INF/maven/org.sakaiproject/sakai-portal-service-pack/pom.xml +tomcat5.5/components/sakai-portal-service-pack/WEB-INF/components.xml +tomcat5.5/components/sakai-portal-service-pack/WEB-INF/lib/commons-codec-1.4.jar +tomcat5.5/components/sakai-portal-service-pack/WEB-INF/lib/sakai-kernel-util-1.1.9.jar +tomcat5.5/components/sakai-portal-service-pack/WEB-INF/lib/sakai-portal-service-impl-2.7.1.jar +tomcat5.5/components/sakai-portal-service-pack/WEB-INF/web.xml +tomcat5.5/components/sakai-postem-pack/META-INF/MANIFEST.MF tomcat5.5/components/sakai-postem-pack/META-INF/maven/org.sakaiproject/sakai-postem-pack/pom.properties tomcat5.5/components/sakai-postem-pack/META-INF/maven/org.sakaiproject/sakai-postem-pack/pom.xml -tomcat5.5/components/sakai-postem-pack/META-INF/MANIFEST.MF -tomcat5.5/components/sakai-postem-pack/WEB-INF/lib/sakai-postem-impl-%%SAKAI_VER%%.jar tomcat5.5/components/sakai-postem-pack/WEB-INF/components.xml +tomcat5.5/components/sakai-postem-pack/WEB-INF/lib/sakai-postem-impl-2.7.1.jar tomcat5.5/components/sakai-postem-pack/WEB-INF/web.xml +tomcat5.5/components/sakai-presence-pack/META-INF/MANIFEST.MF tomcat5.5/components/sakai-presence-pack/META-INF/maven/org.sakaiproject/sakai-presence-pack/pom.properties tomcat5.5/components/sakai-presence-pack/META-INF/maven/org.sakaiproject/sakai-presence-pack/pom.xml -tomcat5.5/components/sakai-presence-pack/META-INF/MANIFEST.MF -tomcat5.5/components/sakai-presence-pack/WEB-INF/lib/sakai-presence-impl-%%SAKAI_VER%%.jar tomcat5.5/components/sakai-presence-pack/WEB-INF/components.xml +tomcat5.5/components/sakai-presence-pack/WEB-INF/lib/sakai-presence-impl-2.7.1.jar tomcat5.5/components/sakai-presence-pack/WEB-INF/web.xml -tomcat5.5/components/sakai-presentation-pack/META-INF/maven/org.sakaiproject/sakai-presentation-pack/pom.properties -tomcat5.5/components/sakai-presentation-pack/META-INF/maven/org.sakaiproject/sakai-presentation-pack/pom.xml -tomcat5.5/components/sakai-presentation-pack/META-INF/MANIFEST.MF -tomcat5.5/components/sakai-presentation-pack/WEB-INF/lib/sakai-presentation-impl-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-presentation-pack/WEB-INF/components.xml -tomcat5.5/components/sakai-presentation-pack/WEB-INF/web.xml -tomcat5.5/components/sakai-privacy-pack/META-INF/maven/org.sakaiproject/sakai-privacy-pack/pom.properties -tomcat5.5/components/sakai-privacy-pack/META-INF/maven/org.sakaiproject/sakai-privacy-pack/pom.xml tomcat5.5/components/sakai-privacy-pack/META-INF/MANIFEST.MF -tomcat5.5/components/sakai-privacy-pack/WEB-INF/lib/sakai-entity-util-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-privacy-pack/WEB-INF/lib/sakai-privacy-impl-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-privacy-pack/WEB-INF/lib/sakai-util-%%SAKAI_VER%%.jar +tomcat5.5/components/sakai-privacy-pack/META-INF/maven/org.sakaiproject.common/sakai-privacy-pack/pom.properties +tomcat5.5/components/sakai-privacy-pack/META-INF/maven/org.sakaiproject.common/sakai-privacy-pack/pom.xml tomcat5.5/components/sakai-privacy-pack/WEB-INF/components.xml +tomcat5.5/components/sakai-privacy-pack/WEB-INF/lib/commons-codec-1.4.jar +tomcat5.5/components/sakai-privacy-pack/WEB-INF/lib/sakai-kernel-util-1.1.9.jar +tomcat5.5/components/sakai-privacy-pack/WEB-INF/lib/sakai-privacy-impl-1.0.4.jar tomcat5.5/components/sakai-privacy-pack/WEB-INF/web.xml +tomcat5.5/components/sakai-provider-pack/META-INF/MANIFEST.MF tomcat5.5/components/sakai-provider-pack/META-INF/maven/org.sakaiproject/sakai-provider-pack/pom.properties tomcat5.5/components/sakai-provider-pack/META-INF/maven/org.sakaiproject/sakai-provider-pack/pom.xml -tomcat5.5/components/sakai-provider-pack/META-INF/MANIFEST.MF -tomcat5.5/components/sakai-provider-pack/WEB-INF/lib/sakai-coursemanagement-authz-provider-impl-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-provider-pack/WEB-INF/lib/sakai-coursemanagement-cm-provider-impl-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-provider-pack/WEB-INF/lib/sakai-sample-provider-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-provider-pack/WEB-INF/lib/sakai-util-%%SAKAI_VER%%.jar tomcat5.5/components/sakai-provider-pack/WEB-INF/components-demo.xml tomcat5.5/components/sakai-provider-pack/WEB-INF/components.xml tomcat5.5/components/sakai-provider-pack/WEB-INF/jldap-beans.xml +tomcat5.5/components/sakai-provider-pack/WEB-INF/lib/commons-codec-1.4.jar +tomcat5.5/components/sakai-provider-pack/WEB-INF/lib/sakai-coursemanagement-authz-provider-impl-2.7.1.jar +tomcat5.5/components/sakai-provider-pack/WEB-INF/lib/sakai-kernel-util-1.1.9.jar +tomcat5.5/components/sakai-provider-pack/WEB-INF/lib/sakai-sample-provider-2.7.1.jar tomcat5.5/components/sakai-provider-pack/WEB-INF/web.xml -tomcat5.5/components/sakai-profile-components/META-INF/maven/org.sakaiproject/sakai-profile-components/pom.properties -tomcat5.5/components/sakai-profile-components/META-INF/maven/org.sakaiproject/sakai-profile-components/pom.xml -tomcat5.5/components/sakai-profile-components/META-INF/MANIFEST.MF -tomcat5.5/components/sakai-profile-components/WEB-INF/components.xml -tomcat5.5/components/sakai-profile-components/WEB-INF/web.xml +tomcat5.5/components/sakai-reports-components/META-INF/MANIFEST.MF tomcat5.5/components/sakai-reports-components/META-INF/maven/org.sakaiproject/sakai-reports-components/pom.properties tomcat5.5/components/sakai-reports-components/META-INF/maven/org.sakaiproject/sakai-reports-components/pom.xml -tomcat5.5/components/sakai-reports-components/META-INF/MANIFEST.MF +tomcat5.5/components/sakai-reports-components/WEB-INF/components.xml tomcat5.5/components/sakai-reports-components/WEB-INF/lib/commons-beanutils-1.7.0.jar -tomcat5.5/components/sakai-reports-components/WEB-INF/lib/commons-codec-1.2.jar +tomcat5.5/components/sakai-reports-components/WEB-INF/lib/commons-codec-1.4.jar tomcat5.5/components/sakai-reports-components/WEB-INF/lib/commons-digester-1.6.jar tomcat5.5/components/sakai-reports-components/WEB-INF/lib/jsf-api-1.1.01.jar tomcat5.5/components/sakai-reports-components/WEB-INF/lib/jsf-impl-1.1.01.jar -tomcat5.5/components/sakai-reports-components/WEB-INF/lib/sakai-content-util-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-reports-components/WEB-INF/lib/sakai-metaobj-impl-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-reports-components/WEB-INF/lib/sakai-metaobj-tool-lib-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-reports-components/WEB-INF/lib/sakai-reports-component-shared-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-reports-components/WEB-INF/lib/sakai-util-%%SAKAI_VER%%.jar +tomcat5.5/components/sakai-reports-components/WEB-INF/lib/sakai-kernel-util-1.1.9.jar +tomcat5.5/components/sakai-reports-components/WEB-INF/lib/sakai-metaobj-impl-2.7.1.jar +tomcat5.5/components/sakai-reports-components/WEB-INF/lib/sakai-metaobj-tool-lib-2.7.1.jar +tomcat5.5/components/sakai-reports-components/WEB-INF/lib/sakai-reports-component-shared-2.7.1.jar tomcat5.5/components/sakai-reports-components/WEB-INF/lib/standard-1.1.2.jar tomcat5.5/components/sakai-reports-components/WEB-INF/lib/velocity-1.3.1.jar -tomcat5.5/components/sakai-reports-components/WEB-INF/components.xml tomcat5.5/components/sakai-reports-components/WEB-INF/web.xml +tomcat5.5/components/sakai-rights-pack/META-INF/MANIFEST.MF tomcat5.5/components/sakai-rights-pack/META-INF/maven/org.sakaiproject/sakai-rights-pack/pom.properties tomcat5.5/components/sakai-rights-pack/META-INF/maven/org.sakaiproject/sakai-rights-pack/pom.xml -tomcat5.5/components/sakai-rights-pack/META-INF/MANIFEST.MF -tomcat5.5/components/sakai-rights-pack/WEB-INF/lib/sakai-db-storage-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-rights-pack/WEB-INF/lib/sakai-entity-util-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-rights-pack/WEB-INF/lib/sakai-event-util-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-rights-pack/WEB-INF/lib/sakai-rights-impl-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-rights-pack/WEB-INF/lib/sakai-util-%%SAKAI_VER%%.jar tomcat5.5/components/sakai-rights-pack/WEB-INF/components.xml +tomcat5.5/components/sakai-rights-pack/WEB-INF/lib/commons-codec-1.4.jar +tomcat5.5/components/sakai-rights-pack/WEB-INF/lib/sakai-kernel-util-1.1.9.jar +tomcat5.5/components/sakai-rights-pack/WEB-INF/lib/sakai-rights-impl-2.7.1.jar tomcat5.5/components/sakai-rights-pack/WEB-INF/web.xml +tomcat5.5/components/sakai-roster-components/META-INF/MANIFEST.MF tomcat5.5/components/sakai-roster-components/META-INF/maven/org.sakaiproject/sakai-roster-components/pom.properties tomcat5.5/components/sakai-roster-components/META-INF/maven/org.sakaiproject/sakai-roster-components/pom.xml -tomcat5.5/components/sakai-roster-components/META-INF/MANIFEST.MF -tomcat5.5/components/sakai-roster-components/WEB-INF/lib/sakai-roster-impl-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-roster-components/WEB-INF/lib/sakai-roster-model-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-roster-components/WEB-INF/lib/sakai-util-%%SAKAI_VER%%.jar tomcat5.5/components/sakai-roster-components/WEB-INF/components.xml +tomcat5.5/components/sakai-roster-components/WEB-INF/lib/commons-codec-1.4.jar +tomcat5.5/components/sakai-roster-components/WEB-INF/lib/sakai-kernel-util-1.1.9.jar +tomcat5.5/components/sakai-roster-components/WEB-INF/lib/sakai-roster-impl-2.7.1.jar tomcat5.5/components/sakai-roster-components/WEB-INF/web.xml +tomcat5.5/components/sakai-rwiki-pack/META-INF/MANIFEST.MF tomcat5.5/components/sakai-rwiki-pack/META-INF/maven/org.sakaiproject/sakai-rwiki-pack/pom.properties tomcat5.5/components/sakai-rwiki-pack/META-INF/maven/org.sakaiproject/sakai-rwiki-pack/pom.xml -tomcat5.5/components/sakai-rwiki-pack/META-INF/MANIFEST.MF tomcat5.5/components/sakai-rwiki-pack/WEB-INF/classes/META-INF/services/org.radeox.macro.Macro tomcat5.5/components/sakai-rwiki-pack/WEB-INF/classes/uk/ac/cam/caret/sakai/rwiki/model/bundle/hsqldb/migrateTo20051017.sql tomcat5.5/components/sakai-rwiki-pack/WEB-INF/classes/uk/ac/cam/caret/sakai/rwiki/model/bundle/hsqldb/migrateTo20051026.sql @@ -561,6 +533,10 @@ tomcat5.5/components/sakai-rwiki-pack/WEB-INF/classes/uk/ac/cam/caret/sakai/rwik tomcat5.5/components/sakai-rwiki-pack/WEB-INF/classes/uk/ac/cam/caret/sakai/rwiki/model/bundle/oracle/migrateTo20051017.sql tomcat5.5/components/sakai-rwiki-pack/WEB-INF/classes/uk/ac/cam/caret/sakai/rwiki/model/bundle/oracle/migrateTo20051026.sql tomcat5.5/components/sakai-rwiki-pack/WEB-INF/classes/uk/ac/cam/caret/sakai/rwiki/model/bundle/oracle/migrateTo20051107.sql +tomcat5.5/components/sakai-rwiki-pack/WEB-INF/components.xml +tomcat5.5/components/sakai-rwiki-pack/WEB-INF/coreDaoComponents.xml +tomcat5.5/components/sakai-rwiki-pack/WEB-INF/coreServiceComponents.xml +tomcat5.5/components/sakai-rwiki-pack/WEB-INF/datamigrationComponents.xml tomcat5.5/components/sakai-rwiki-pack/WEB-INF/lib/avalon-framework-api-4.3.1.jar tomcat5.5/components/sakai-rwiki-pack/WEB-INF/lib/avalon-framework-impl-4.3.1.jar tomcat5.5/components/sakai-rwiki-pack/WEB-INF/lib/batik-awt-util-1.6-1.jar @@ -575,212 +551,288 @@ tomcat5.5/components/sakai-rwiki-pack/WEB-INF/lib/batik-parser-1.6-1.jar tomcat5.5/components/sakai-rwiki-pack/WEB-INF/lib/batik-script-1.6-1.jar tomcat5.5/components/sakai-rwiki-pack/WEB-INF/lib/batik-svg-dom-1.6-1.jar tomcat5.5/components/sakai-rwiki-pack/WEB-INF/lib/batik-transcoder-1.6-1.jar -tomcat5.5/components/sakai-rwiki-pack/WEB-INF/lib/xalan-2.6.0.jar tomcat5.5/components/sakai-rwiki-pack/WEB-INF/lib/batik-util-1.6-1.jar tomcat5.5/components/sakai-rwiki-pack/WEB-INF/lib/batik-xml-1.6-1.jar +tomcat5.5/components/sakai-rwiki-pack/WEB-INF/lib/commons-codec-1.4.jar tomcat5.5/components/sakai-rwiki-pack/WEB-INF/lib/fop-20070301.jar -tomcat5.5/components/sakai-rwiki-pack/WEB-INF/lib/sakai-entity-util-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-rwiki-pack/WEB-INF/lib/sakai-event-util-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-rwiki-pack/WEB-INF/lib/sakai-radeox-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-rwiki-pack/WEB-INF/lib/sakai-rwiki-impl-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-rwiki-pack/WEB-INF/lib/sakai-rwiki-util-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-rwiki-pack/WEB-INF/lib/sakai-search-util-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-rwiki-pack/WEB-INF/lib/sakai-util-%%SAKAI_VER%%.jar +tomcat5.5/components/sakai-rwiki-pack/WEB-INF/lib/sakai-kernel-util-1.1.9.jar +tomcat5.5/components/sakai-rwiki-pack/WEB-INF/lib/sakai-radeox-2.7.1.jar +tomcat5.5/components/sakai-rwiki-pack/WEB-INF/lib/sakai-rwiki-impl-2.7.1.jar +tomcat5.5/components/sakai-rwiki-pack/WEB-INF/lib/sakai-rwiki-util-2.7.1.jar +tomcat5.5/components/sakai-rwiki-pack/WEB-INF/lib/search-util-1.2.6.jar +tomcat5.5/components/sakai-rwiki-pack/WEB-INF/lib/xalan-2.6.0.jar tomcat5.5/components/sakai-rwiki-pack/WEB-INF/lib/xercesImpl-2.6.2.jar tomcat5.5/components/sakai-rwiki-pack/WEB-INF/lib/xmlParserAPIs-2.6.2.jar tomcat5.5/components/sakai-rwiki-pack/WEB-INF/lib/xmlgraphics-commons-1.1.jar -tomcat5.5/components/sakai-rwiki-pack/WEB-INF/components.xml -tomcat5.5/components/sakai-rwiki-pack/WEB-INF/coreDaoComponents.xml -tomcat5.5/components/sakai-rwiki-pack/WEB-INF/coreServiceComponents.xml -tomcat5.5/components/sakai-rwiki-pack/WEB-INF/datamigrationComponents.xml tomcat5.5/components/sakai-rwiki-pack/WEB-INF/messagingComponents.xml tomcat5.5/components/sakai-rwiki-pack/WEB-INF/rwikiAdapterComponents.xml tomcat5.5/components/sakai-rwiki-pack/WEB-INF/web.xml -tomcat5.5/components/sakai-samigo-pack/META-INF/maven/org.sakaiproject/sakai-samigo-pack/pom.properties -tomcat5.5/components/sakai-samigo-pack/META-INF/maven/org.sakaiproject/sakai-samigo-pack/pom.xml -tomcat5.5/components/sakai-samigo-pack/META-INF/MANIFEST.MF -tomcat5.5/components/sakai-samigo-pack/WEB-INF/classes/hsqldb/patches/SAK-1659.sql -tomcat5.5/components/sakai-samigo-pack/WEB-INF/classes/hsqldb/patches/SAK-1894.sql -tomcat5.5/components/sakai-samigo-pack/WEB-INF/classes/hsqldb/patches/SAK-2179.sql -tomcat5.5/components/sakai-samigo-pack/WEB-INF/classes/hsqldb/patches/SAK-2360.sql -tomcat5.5/components/sakai-samigo-pack/WEB-INF/classes/hsqldb/patches/SAK-2862.sql -tomcat5.5/components/sakai-samigo-pack/WEB-INF/classes/hsqldb/patches/SAK-4134.sql -tomcat5.5/components/sakai-samigo-pack/WEB-INF/classes/hsqldb/patches/SAK-4136.sql -tomcat5.5/components/sakai-samigo-pack/WEB-INF/classes/hsqldb/patches/SAK-4396.sql -tomcat5.5/components/sakai-samigo-pack/WEB-INF/classes/hsqldb/patches/SAK-4427.sql -tomcat5.5/components/sakai-samigo-pack/WEB-INF/classes/hsqldb/patches/SAK-5564.sql -tomcat5.5/components/sakai-samigo-pack/WEB-INF/classes/hsqldb/patches/SAK-5595.sql -tomcat5.5/components/sakai-samigo-pack/WEB-INF/classes/hsqldb/sakai_samigo.sql -tomcat5.5/components/sakai-samigo-pack/WEB-INF/classes/hsqldb/sakai_samigo_post_schema_update.sql -tomcat5.5/components/sakai-samigo-pack/WEB-INF/classes/hsqldb/sakai_samigo_tables_v2_1_2.sql -tomcat5.5/components/sakai-samigo-pack/WEB-INF/classes/hsqldb/sakai_samigo_tables_v2_2.sql -tomcat5.5/components/sakai-samigo-pack/WEB-INF/classes/hsqldb/sakai_samigo_tables_v2_3.sql -tomcat5.5/components/sakai-samigo-pack/WEB-INF/classes/hsqldb/sakai_samigo_tables_v2_4.sql -tomcat5.5/components/sakai-samigo-pack/WEB-INF/classes/mysql/patches/SAK-1659.sql -tomcat5.5/components/sakai-samigo-pack/WEB-INF/classes/mysql/patches/SAK-1894.sql -tomcat5.5/components/sakai-samigo-pack/WEB-INF/classes/mysql/patches/SAK-2179.sql -tomcat5.5/components/sakai-samigo-pack/WEB-INF/classes/mysql/patches/SAK-2360.sql -tomcat5.5/components/sakai-samigo-pack/WEB-INF/classes/mysql/patches/SAK-2753.sql -tomcat5.5/components/sakai-samigo-pack/WEB-INF/classes/mysql/patches/SAK-2862.sql -tomcat5.5/components/sakai-samigo-pack/WEB-INF/classes/mysql/patches/SAK-4134.sql -tomcat5.5/components/sakai-samigo-pack/WEB-INF/classes/mysql/patches/SAK-4136.sql -tomcat5.5/components/sakai-samigo-pack/WEB-INF/classes/mysql/patches/SAK-4396.sql -tomcat5.5/components/sakai-samigo-pack/WEB-INF/classes/mysql/patches/SAK-4427.sql -tomcat5.5/components/sakai-samigo-pack/WEB-INF/classes/mysql/patches/SAK-5564.sql -tomcat5.5/components/sakai-samigo-pack/WEB-INF/classes/mysql/patches/SAK-5595.sql -tomcat5.5/components/sakai-samigo-pack/WEB-INF/classes/mysql/patches/SAK-6790.sql -tomcat5.5/components/sakai-samigo-pack/WEB-INF/classes/mysql/patches/SAK-8727.sql -tomcat5.5/components/sakai-samigo-pack/WEB-INF/classes/mysql/sakai_samigo.sql -tomcat5.5/components/sakai-samigo-pack/WEB-INF/classes/mysql/sakai_samigo_post_schema_update.sql -tomcat5.5/components/sakai-samigo-pack/WEB-INF/classes/mysql/sakai_samigo_tables_v2_1_2.sql -tomcat5.5/components/sakai-samigo-pack/WEB-INF/classes/mysql/sakai_samigo_tables_v2_2.sql -tomcat5.5/components/sakai-samigo-pack/WEB-INF/classes/mysql/sakai_samigo_tables_v2_3.sql -tomcat5.5/components/sakai-samigo-pack/WEB-INF/classes/mysql/sakai_samigo_tables_v2_4.sql -tomcat5.5/components/sakai-samigo-pack/WEB-INF/classes/oracle/patches/SAK-1659.sql -tomcat5.5/components/sakai-samigo-pack/WEB-INF/classes/oracle/patches/SAK-1894.sql -tomcat5.5/components/sakai-samigo-pack/WEB-INF/classes/oracle/patches/SAK-2179.sql -tomcat5.5/components/sakai-samigo-pack/WEB-INF/classes/oracle/patches/SAK-2360.sql -tomcat5.5/components/sakai-samigo-pack/WEB-INF/classes/oracle/patches/SAK-2862.sql -tomcat5.5/components/sakai-samigo-pack/WEB-INF/classes/oracle/patches/SAK-4134.sql -tomcat5.5/components/sakai-samigo-pack/WEB-INF/classes/oracle/patches/SAK-4136.sql -tomcat5.5/components/sakai-samigo-pack/WEB-INF/classes/oracle/patches/SAK-4396.sql -tomcat5.5/components/sakai-samigo-pack/WEB-INF/classes/oracle/patches/SAK-4427.sql -tomcat5.5/components/sakai-samigo-pack/WEB-INF/classes/oracle/patches/SAK-5564.sql -tomcat5.5/components/sakai-samigo-pack/WEB-INF/classes/oracle/patches/SAK-5595.sql -tomcat5.5/components/sakai-samigo-pack/WEB-INF/classes/oracle/patches/SAK-6790.sql -tomcat5.5/components/sakai-samigo-pack/WEB-INF/classes/oracle/patches/SAK-8727.sql -tomcat5.5/components/sakai-samigo-pack/WEB-INF/classes/oracle/02_migrateData_v1_to_v1_5_oracle.sql -tomcat5.5/components/sakai-samigo-pack/WEB-INF/classes/oracle/sakai_samigo.sql -tomcat5.5/components/sakai-samigo-pack/WEB-INF/classes/oracle/sakai_samigo_post_schema_update.sql -tomcat5.5/components/sakai-samigo-pack/WEB-INF/classes/oracle/sakai_samigo_tables_v2_1_2.sql -tomcat5.5/components/sakai-samigo-pack/WEB-INF/classes/oracle/sakai_samigo_tables_v2_2.sql -tomcat5.5/components/sakai-samigo-pack/WEB-INF/classes/oracle/sakai_samigo_tables_v2_3.sql -tomcat5.5/components/sakai-samigo-pack/WEB-INF/classes/oracle/sakai_samigo_tables_v2_4.sql -tomcat5.5/components/sakai-samigo-pack/WEB-INF/classes/org/sakaiproject/tool/assessment/shared/SakaiBootStrap.class -tomcat5.5/components/sakai-samigo-pack/WEB-INF/lib/imsqti-1.2.jar -tomcat5.5/components/sakai-samigo-pack/WEB-INF/lib/jsr173-1.0_api.jar -tomcat5.5/components/sakai-samigo-pack/WEB-INF/lib/sakai-samlite-impl-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-samigo-pack/WEB-INF/lib/sakai-util-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-samigo-pack/WEB-INF/lib/xbean-2.2.0.jar -tomcat5.5/components/sakai-samigo-pack/WEB-INF/components.xml -tomcat5.5/components/sakai-samigo-pack/WEB-INF/testbeans.xml -tomcat5.5/components/sakai-samigo-pack/WEB-INF/web.xml -tomcat5.5/components/sakai-sample-impl-access-pack/META-INF/maven/org.sakaiproject/sakai-sample-impl-access-pack/pom.properties -tomcat5.5/components/sakai-sample-impl-access-pack/META-INF/maven/org.sakaiproject/sakai-sample-impl-access-pack/pom.xml -tomcat5.5/components/sakai-sample-impl-access-pack/META-INF/MANIFEST.MF -tomcat5.5/components/sakai-sample-impl-access-pack/WEB-INF/lib/sakai-sample-impl-access-impl-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-sample-impl-access-pack/WEB-INF/lib/sakai-util-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-sample-impl-access-pack/WEB-INF/components.xml -tomcat5.5/components/sakai-sample-impl-access-pack/WEB-INF/web.xml -tomcat5.5/components/sakai-search-pack/META-INF/maven/org.sakaiproject/sakai-search-pack/pom.properties -tomcat5.5/components/sakai-search-pack/META-INF/maven/org.sakaiproject/sakai-search-pack/pom.xml -tomcat5.5/components/sakai-search-pack/META-INF/MANIFEST.MF -tomcat5.5/components/sakai-search-pack/WEB-INF/lib/commons-codec-1.3.jar -tomcat5.5/components/sakai-search-pack/WEB-INF/lib/commons-httpclient-3.0.jar -tomcat5.5/components/sakai-search-pack/WEB-INF/lib/jtidy-4aug2000r7-dev.jar -tomcat5.5/components/sakai-search-pack/WEB-INF/lib/lucene-core-1.9.1.jar -tomcat5.5/components/sakai-search-pack/WEB-INF/lib/pdfbox-0.7.1.jar -tomcat5.5/components/sakai-search-pack/WEB-INF/lib/poi-3.0-alpha3-20070301.jar -tomcat5.5/components/sakai-search-pack/WEB-INF/lib/poi-scratchpad-3.0-alpha3-20070301.jar -tomcat5.5/components/sakai-search-pack/WEB-INF/lib/sakai-search-impl-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-search-pack/WEB-INF/lib/sakai-search-model-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-search-pack/WEB-INF/lib/sakai-search-util-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-search-pack/WEB-INF/lib/sakai-util-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-search-pack/WEB-INF/lib/tm-extractors-0.4.jar -tomcat5.5/components/sakai-search-pack/WEB-INF/components.xml -tomcat5.5/components/sakai-search-pack/WEB-INF/contentAdapterComponents.xml -tomcat5.5/components/sakai-search-pack/WEB-INF/coreSearchComponents.xml -tomcat5.5/components/sakai-search-pack/WEB-INF/messageAdapterComponents.xml -tomcat5.5/components/sakai-search-pack/WEB-INF/parallelIndexComponents.xml -tomcat5.5/components/sakai-search-pack/WEB-INF/web.xml -tomcat5.5/components/sakai-sections-pack/META-INF/maven/org.sakaiproject/sakai-sections-pack/pom.properties -tomcat5.5/components/sakai-sections-pack/META-INF/maven/org.sakaiproject/sakai-sections-pack/pom.xml -tomcat5.5/components/sakai-sections-pack/META-INF/MANIFEST.MF -tomcat5.5/components/sakai-sections-pack/WEB-INF/lib/sakai-sections-impl-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-sections-pack/WEB-INF/components.xml -tomcat5.5/components/sakai-sections-pack/WEB-INF/web.xml -tomcat5.5/components/sakai-site-manage-pack/META-INF/maven/org.sakaiproject/sakai-site-manage-pack/pom.properties -tomcat5.5/components/sakai-site-manage-pack/META-INF/maven/org.sakaiproject/sakai-site-manage-pack/pom.xml +tomcat5.5/components/sakai-search-adapters-pack/META-INF/MANIFEST.MF +tomcat5.5/components/sakai-search-adapters-pack/META-INF/maven/org.sakaiproject/sakai-search-adapters-pack/pom.properties +tomcat5.5/components/sakai-search-adapters-pack/META-INF/maven/org.sakaiproject/sakai-search-adapters-pack/pom.xml +tomcat5.5/components/sakai-search-adapters-pack/WEB-INF/components.xml +tomcat5.5/components/sakai-search-adapters-pack/WEB-INF/lib/commons-codec-1.4.jar +tomcat5.5/components/sakai-search-adapters-pack/WEB-INF/lib/sakai-kernel-util-1.1.9.jar +tomcat5.5/components/sakai-search-adapters-pack/WEB-INF/lib/sakai-search-adapters-impl-2.7.1.jar +tomcat5.5/components/sakai-search-adapters-pack/WEB-INF/lib/search-util-1.2.6.jar +tomcat5.5/components/sakai-search-adapters-pack/WEB-INF/messageAdapterComponents.xml +tomcat5.5/components/sakai-search-adapters-pack/WEB-INF/web.xml +tomcat5.5/components/sakai-site-manage-group-section-role-helper-pack/META-INF/MANIFEST.MF +tomcat5.5/components/sakai-site-manage-group-section-role-helper-pack/META-INF/maven/org.sakaiproject.sitemanage/sakai-site-manage-group-section-role-helper-pack/pom.properties +tomcat5.5/components/sakai-site-manage-group-section-role-helper-pack/META-INF/maven/org.sakaiproject.sitemanage/sakai-site-manage-group-section-role-helper-pack/pom.xml +tomcat5.5/components/sakai-site-manage-group-section-role-helper-pack/WEB-INF/classes/org/sakaiproject/site/tool/helper/managegroupsectionrole/impl/RoleGroupEventWatcher$1.class +tomcat5.5/components/sakai-site-manage-group-section-role-helper-pack/WEB-INF/classes/org/sakaiproject/site/tool/helper/managegroupsectionrole/impl/RoleGroupEventWatcher.class +tomcat5.5/components/sakai-site-manage-group-section-role-helper-pack/WEB-INF/components.xml +tomcat5.5/components/sakai-site-manage-group-section-role-helper-pack/WEB-INF/lib/commons-codec-1.4.jar +tomcat5.5/components/sakai-site-manage-group-section-role-helper-pack/WEB-INF/lib/sakai-kernel-util-1.1.9.jar +tomcat5.5/components/sakai-site-manage-group-section-role-helper-pack/WEB-INF/lib/sakai-site-manage-util-2.7.1.jar +tomcat5.5/components/sakai-site-manage-group-section-role-helper-pack/WEB-INF/web.xml tomcat5.5/components/sakai-site-manage-pack/META-INF/MANIFEST.MF -tomcat5.5/components/sakai-site-manage-pack/WEB-INF/lib/sakai-site-manage-impl-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-site-manage-pack/WEB-INF/lib/sakai-site-manage-util-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-site-manage-pack/WEB-INF/lib/sakai-util-%%SAKAI_VER%%.jar +tomcat5.5/components/sakai-site-manage-pack/META-INF/maven/org.sakaiproject.sitemanage/sakai-site-manage-pack/pom.properties +tomcat5.5/components/sakai-site-manage-pack/META-INF/maven/org.sakaiproject.sitemanage/sakai-site-manage-pack/pom.xml tomcat5.5/components/sakai-site-manage-pack/WEB-INF/components.xml +tomcat5.5/components/sakai-site-manage-pack/WEB-INF/lib/commons-codec-1.4.jar +tomcat5.5/components/sakai-site-manage-pack/WEB-INF/lib/sakai-kernel-util-1.1.9.jar +tomcat5.5/components/sakai-site-manage-pack/WEB-INF/lib/sakai-site-manage-hbm-2.7.1.jar +tomcat5.5/components/sakai-site-manage-pack/WEB-INF/lib/sakai-site-manage-impl-2.7.1.jar +tomcat5.5/components/sakai-site-manage-pack/WEB-INF/lib/sakai-site-manage-util-2.7.1.jar tomcat5.5/components/sakai-site-manage-pack/WEB-INF/web.xml -tomcat5.5/components/sakai-site-pack/META-INF/maven/org.sakaiproject/sakai-site-pack/pom.properties -tomcat5.5/components/sakai-site-pack/META-INF/maven/org.sakaiproject/sakai-site-pack/pom.xml -tomcat5.5/components/sakai-site-pack/META-INF/MANIFEST.MF -tomcat5.5/components/sakai-site-pack/WEB-INF/lib/sakai-db-storage-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-site-pack/WEB-INF/lib/sakai-entity-util-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-site-pack/WEB-INF/lib/sakai-site-impl-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-site-pack/WEB-INF/lib/sakai-tool-util-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-site-pack/WEB-INF/lib/sakai-util-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-site-pack/WEB-INF/components.xml -tomcat5.5/components/sakai-site-pack/WEB-INF/web.xml +tomcat5.5/components/sakai-siteassociation-pack/META-INF/MANIFEST.MF +tomcat5.5/components/sakai-siteassociation-pack/META-INF/maven/org.sakaiproject/sakai-siteassociation-pack/pom.properties +tomcat5.5/components/sakai-siteassociation-pack/META-INF/maven/org.sakaiproject/sakai-siteassociation-pack/pom.xml +tomcat5.5/components/sakai-siteassociation-pack/WEB-INF/components.xml +tomcat5.5/components/sakai-siteassociation-pack/WEB-INF/lib/commons-codec-1.4.jar +tomcat5.5/components/sakai-siteassociation-pack/WEB-INF/lib/sakai-kernel-util-1.1.9.jar +tomcat5.5/components/sakai-siteassociation-pack/WEB-INF/lib/sakai-siteassociation-hbm-2.7.1.jar +tomcat5.5/components/sakai-siteassociation-pack/WEB-INF/lib/sakai-siteassociation-impl-2.7.1.jar +tomcat5.5/components/sakai-siteassociation-pack/WEB-INF/web.xml +tomcat5.5/components/sakai-syllabus-pack/META-INF/MANIFEST.MF tomcat5.5/components/sakai-syllabus-pack/META-INF/maven/org.sakaiproject/sakai-syllabus-pack/pom.properties tomcat5.5/components/sakai-syllabus-pack/META-INF/maven/org.sakaiproject/sakai-syllabus-pack/pom.xml -tomcat5.5/components/sakai-syllabus-pack/META-INF/MANIFEST.MF -tomcat5.5/components/sakai-syllabus-pack/WEB-INF/lib/commons-codec-1.3.jar -tomcat5.5/components/sakai-syllabus-pack/WEB-INF/lib/sakai-entity-util-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-syllabus-pack/WEB-INF/lib/sakai-event-util-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-syllabus-pack/WEB-INF/lib/sakai-syllabus-impl-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-syllabus-pack/WEB-INF/lib/sakai-util-%%SAKAI_VER%%.jar tomcat5.5/components/sakai-syllabus-pack/WEB-INF/components.xml +tomcat5.5/components/sakai-syllabus-pack/WEB-INF/lib/commons-codec-1.3.jar +tomcat5.5/components/sakai-syllabus-pack/WEB-INF/lib/sakai-kernel-util-1.1.9.jar +tomcat5.5/components/sakai-syllabus-pack/WEB-INF/lib/sakai-syllabus-impl-2.7.1.jar tomcat5.5/components/sakai-syllabus-pack/WEB-INF/web.xml -tomcat5.5/components/sakai-tool-pack/META-INF/maven/org.sakaiproject/sakai-tool-pack/pom.properties -tomcat5.5/components/sakai-tool-pack/META-INF/maven/org.sakaiproject/sakai-tool-pack/pom.xml -tomcat5.5/components/sakai-tool-pack/META-INF/MANIFEST.MF -tomcat5.5/components/sakai-tool-pack/WEB-INF/lib/sakai-tool-impl-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-tool-pack/WEB-INF/lib/sakai-tool-util-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-tool-pack/WEB-INF/lib/sakai-util-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-tool-pack/WEB-INF/components.xml -tomcat5.5/components/sakai-tool-pack/WEB-INF/web.xml -tomcat5.5/components/sakai-user-pack/META-INF/maven/org.sakaiproject/sakai-user-pack/pom.properties -tomcat5.5/components/sakai-user-pack/META-INF/maven/org.sakaiproject/sakai-user-pack/pom.xml -tomcat5.5/components/sakai-user-pack/META-INF/MANIFEST.MF -tomcat5.5/components/sakai-user-pack/WEB-INF/lib/sakai-db-storage-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-user-pack/WEB-INF/lib/sakai-entity-util-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-user-pack/WEB-INF/lib/sakai-user-impl-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-user-pack/WEB-INF/lib/sakai-user-util-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-user-pack/WEB-INF/lib/sakai-util-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-user-pack/WEB-INF/components.xml -tomcat5.5/components/sakai-user-pack/WEB-INF/web.xml +tomcat5.5/components/sakai-taggable-pack/META-INF/MANIFEST.MF +tomcat5.5/components/sakai-taggable-pack/META-INF/maven/org.sakaiproject/sakai-taggable-pack/pom.properties +tomcat5.5/components/sakai-taggable-pack/META-INF/maven/org.sakaiproject/sakai-taggable-pack/pom.xml +tomcat5.5/components/sakai-taggable-pack/WEB-INF/components.xml +tomcat5.5/components/sakai-taggable-pack/WEB-INF/lib/commons-codec-1.4.jar +tomcat5.5/components/sakai-taggable-pack/WEB-INF/lib/sakai-kernel-util-1.1.9.jar +tomcat5.5/components/sakai-taggable-pack/WEB-INF/lib/sakai-taggable-impl-2.7.1.jar +tomcat5.5/components/sakai-taggable-pack/WEB-INF/web.xml +tomcat5.5/components/sakai-usermembership-pack/META-INF/MANIFEST.MF tomcat5.5/components/sakai-usermembership-pack/META-INF/maven/org.sakaiproject/sakai-usermembership-pack/pom.properties tomcat5.5/components/sakai-usermembership-pack/META-INF/maven/org.sakaiproject/sakai-usermembership-pack/pom.xml -tomcat5.5/components/sakai-usermembership-pack/META-INF/MANIFEST.MF -tomcat5.5/components/sakai-usermembership-pack/WEB-INF/lib/sakai-usermembership-impl-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-usermembership-pack/WEB-INF/lib/sakai-util-%%SAKAI_VER%%.jar tomcat5.5/components/sakai-usermembership-pack/WEB-INF/components.xml +tomcat5.5/components/sakai-usermembership-pack/WEB-INF/lib/commons-codec-1.4.jar +tomcat5.5/components/sakai-usermembership-pack/WEB-INF/lib/sakai-kernel-util-1.1.9.jar +tomcat5.5/components/sakai-usermembership-pack/WEB-INF/lib/sakai-usermembership-impl-2.7.1.jar tomcat5.5/components/sakai-usermembership-pack/WEB-INF/web.xml -tomcat5.5/components/sakai-util-pack/META-INF/maven/org.sakaiproject/sakai-util-pack/pom.properties -tomcat5.5/components/sakai-util-pack/META-INF/maven/org.sakaiproject/sakai-util-pack/pom.xml -tomcat5.5/components/sakai-util-pack/META-INF/MANIFEST.MF -tomcat5.5/components/sakai-util-pack/WEB-INF/lib/sakai-util-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-util-pack/WEB-INF/lib/sakai-util-impl-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-util-pack/WEB-INF/components.xml -tomcat5.5/components/sakai-util-pack/WEB-INF/web.xml +tomcat5.5/components/sakai-warehouse-component/META-INF/MANIFEST.MF tomcat5.5/components/sakai-warehouse-component/META-INF/maven/org.sakaiproject/sakai-warehouse-component/pom.properties tomcat5.5/components/sakai-warehouse-component/META-INF/maven/org.sakaiproject/sakai-warehouse-component/pom.xml -tomcat5.5/components/sakai-warehouse-component/META-INF/MANIFEST.MF -tomcat5.5/components/sakai-warehouse-component/WEB-INF/lib/commons-codec-1.2.jar -tomcat5.5/components/sakai-warehouse-component/WEB-INF/lib/sakai-content-util-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-warehouse-component/WEB-INF/lib/sakai-metaobj-impl-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-warehouse-component/WEB-INF/lib/sakai-util-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-warehouse-component/WEB-INF/lib/sakai-warehouse-impl-%%SAKAI_VER%%.jar tomcat5.5/components/sakai-warehouse-component/WEB-INF/assignment-components.xml tomcat5.5/components/sakai-warehouse-component/WEB-INF/components.xml +tomcat5.5/components/sakai-warehouse-component/WEB-INF/lib/commons-codec-1.2.jar +tomcat5.5/components/sakai-warehouse-component/WEB-INF/lib/sakai-kernel-util-1.1.9.jar +tomcat5.5/components/sakai-warehouse-component/WEB-INF/lib/sakai-metaobj-impl-2.7.1.jar +tomcat5.5/components/sakai-warehouse-component/WEB-INF/lib/sakai-warehouse-impl-2.7.1.jar tomcat5.5/components/sakai-warehouse-component/WEB-INF/resource-components.xml tomcat5.5/components/sakai-warehouse-component/WEB-INF/web.xml +tomcat5.5/components/sakai-web-pack/META-INF/MANIFEST.MF tomcat5.5/components/sakai-web-pack/META-INF/maven/org.sakaiproject/sakai-web-pack/pom.properties tomcat5.5/components/sakai-web-pack/META-INF/maven/org.sakaiproject/sakai-web-pack/pom.xml -tomcat5.5/components/sakai-web-pack/META-INF/MANIFEST.MF -tomcat5.5/components/sakai-web-pack/WEB-INF/lib/commons-codec-1.3.jar -tomcat5.5/components/sakai-web-pack/WEB-INF/lib/sakai-entity-util-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-web-pack/WEB-INF/lib/sakai-event-util-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-web-pack/WEB-INF/lib/sakai-util-%%SAKAI_VER%%.jar -tomcat5.5/components/sakai-web-pack/WEB-INF/lib/sakai-web-impl-%%SAKAI_VER%%.jar tomcat5.5/components/sakai-web-pack/WEB-INF/components.xml +tomcat5.5/components/sakai-web-pack/WEB-INF/lib/commons-codec-1.3.jar +tomcat5.5/components/sakai-web-pack/WEB-INF/lib/sakai-kernel-util-1.1.9.jar +tomcat5.5/components/sakai-web-pack/WEB-INF/lib/sakai-web-impl-2.7.1.jar tomcat5.5/components/sakai-web-pack/WEB-INF/web.xml +tomcat5.5/components/samigo-pack/META-INF/MANIFEST.MF +tomcat5.5/components/samigo-pack/META-INF/maven/org.sakaiproject.samigo/samigo-pack/pom.properties +tomcat5.5/components/samigo-pack/META-INF/maven/org.sakaiproject.samigo/samigo-pack/pom.xml +tomcat5.5/components/samigo-pack/WEB-INF/classes/db2/sakai_samigo.sql +tomcat5.5/components/samigo-pack/WEB-INF/classes/db2/sakai_samigo_post_schema_update.sql +tomcat5.5/components/samigo-pack/WEB-INF/classes/hsqldb/patches/SAK-1659.sql +tomcat5.5/components/samigo-pack/WEB-INF/classes/hsqldb/patches/SAK-1894.sql +tomcat5.5/components/samigo-pack/WEB-INF/classes/hsqldb/patches/SAK-2179.sql +tomcat5.5/components/samigo-pack/WEB-INF/classes/hsqldb/patches/SAK-2360.sql +tomcat5.5/components/samigo-pack/WEB-INF/classes/hsqldb/patches/SAK-2862.sql +tomcat5.5/components/samigo-pack/WEB-INF/classes/hsqldb/patches/SAK-4134.sql +tomcat5.5/components/samigo-pack/WEB-INF/classes/hsqldb/patches/SAK-4136.sql +tomcat5.5/components/samigo-pack/WEB-INF/classes/hsqldb/patches/SAK-4396.sql +tomcat5.5/components/samigo-pack/WEB-INF/classes/hsqldb/patches/SAK-4427.sql +tomcat5.5/components/samigo-pack/WEB-INF/classes/hsqldb/patches/SAK-5564.sql +tomcat5.5/components/samigo-pack/WEB-INF/classes/hsqldb/patches/SAK-5595.sql +tomcat5.5/components/samigo-pack/WEB-INF/classes/hsqldb/sakai_samigo.sql +tomcat5.5/components/samigo-pack/WEB-INF/classes/hsqldb/sakai_samigo_post_schema_update.sql +tomcat5.5/components/samigo-pack/WEB-INF/classes/hsqldb/sakai_samigo_tables_v2_1_2.sql +tomcat5.5/components/samigo-pack/WEB-INF/classes/hsqldb/sakai_samigo_tables_v2_2.sql +tomcat5.5/components/samigo-pack/WEB-INF/classes/hsqldb/sakai_samigo_tables_v2_3.sql +tomcat5.5/components/samigo-pack/WEB-INF/classes/hsqldb/sakai_samigo_tables_v2_4.sql +tomcat5.5/components/samigo-pack/WEB-INF/classes/mysql/patches/SAK-1659.sql +tomcat5.5/components/samigo-pack/WEB-INF/classes/mysql/patches/SAK-1894.sql +tomcat5.5/components/samigo-pack/WEB-INF/classes/mysql/patches/SAK-2179.sql +tomcat5.5/components/samigo-pack/WEB-INF/classes/mysql/patches/SAK-2360.sql +tomcat5.5/components/samigo-pack/WEB-INF/classes/mysql/patches/SAK-2753.sql +tomcat5.5/components/samigo-pack/WEB-INF/classes/mysql/patches/SAK-2862.sql +tomcat5.5/components/samigo-pack/WEB-INF/classes/mysql/patches/SAK-4134.sql +tomcat5.5/components/samigo-pack/WEB-INF/classes/mysql/patches/SAK-4136.sql +tomcat5.5/components/samigo-pack/WEB-INF/classes/mysql/patches/SAK-4396.sql +tomcat5.5/components/samigo-pack/WEB-INF/classes/mysql/patches/SAK-4427.sql +tomcat5.5/components/samigo-pack/WEB-INF/classes/mysql/patches/SAK-5564.sql +tomcat5.5/components/samigo-pack/WEB-INF/classes/mysql/patches/SAK-5595.sql +tomcat5.5/components/samigo-pack/WEB-INF/classes/mysql/patches/SAK-6790.sql +tomcat5.5/components/samigo-pack/WEB-INF/classes/mysql/patches/SAK-8727.sql +tomcat5.5/components/samigo-pack/WEB-INF/classes/mysql/sakai_samigo.sql +tomcat5.5/components/samigo-pack/WEB-INF/classes/mysql/sakai_samigo_post_schema_update.sql +tomcat5.5/components/samigo-pack/WEB-INF/classes/mysql/sakai_samigo_tables_v2_1_2.sql +tomcat5.5/components/samigo-pack/WEB-INF/classes/mysql/sakai_samigo_tables_v2_2.sql +tomcat5.5/components/samigo-pack/WEB-INF/classes/mysql/sakai_samigo_tables_v2_3.sql +tomcat5.5/components/samigo-pack/WEB-INF/classes/mysql/sakai_samigo_tables_v2_4.sql +tomcat5.5/components/samigo-pack/WEB-INF/classes/oracle/02_migrateData_v1_to_v1_5_oracle.sql +tomcat5.5/components/samigo-pack/WEB-INF/classes/oracle/patches/SAK-1659.sql +tomcat5.5/components/samigo-pack/WEB-INF/classes/oracle/patches/SAK-1894.sql +tomcat5.5/components/samigo-pack/WEB-INF/classes/oracle/patches/SAK-2179.sql +tomcat5.5/components/samigo-pack/WEB-INF/classes/oracle/patches/SAK-2360.sql +tomcat5.5/components/samigo-pack/WEB-INF/classes/oracle/patches/SAK-2862.sql +tomcat5.5/components/samigo-pack/WEB-INF/classes/oracle/patches/SAK-4134.sql +tomcat5.5/components/samigo-pack/WEB-INF/classes/oracle/patches/SAK-4136.sql +tomcat5.5/components/samigo-pack/WEB-INF/classes/oracle/patches/SAK-4396.sql +tomcat5.5/components/samigo-pack/WEB-INF/classes/oracle/patches/SAK-4427.sql +tomcat5.5/components/samigo-pack/WEB-INF/classes/oracle/patches/SAK-5564.sql +tomcat5.5/components/samigo-pack/WEB-INF/classes/oracle/patches/SAK-5595.sql +tomcat5.5/components/samigo-pack/WEB-INF/classes/oracle/patches/SAK-6790.sql +tomcat5.5/components/samigo-pack/WEB-INF/classes/oracle/patches/SAK-8727.sql +tomcat5.5/components/samigo-pack/WEB-INF/classes/oracle/sakai_samigo.sql +tomcat5.5/components/samigo-pack/WEB-INF/classes/oracle/sakai_samigo_post_schema_update.sql +tomcat5.5/components/samigo-pack/WEB-INF/classes/oracle/sakai_samigo_tables_v2_1_2.sql +tomcat5.5/components/samigo-pack/WEB-INF/classes/oracle/sakai_samigo_tables_v2_2.sql +tomcat5.5/components/samigo-pack/WEB-INF/classes/oracle/sakai_samigo_tables_v2_3.sql +tomcat5.5/components/samigo-pack/WEB-INF/classes/oracle/sakai_samigo_tables_v2_4.sql +tomcat5.5/components/samigo-pack/WEB-INF/classes/org/sakaiproject/tool/assessment/shared/SakaiBootStrap.class +tomcat5.5/components/samigo-pack/WEB-INF/components.xml +tomcat5.5/components/samigo-pack/WEB-INF/lib/commons-codec-1.4.jar +tomcat5.5/components/samigo-pack/WEB-INF/lib/imsqti-1.2.jar +tomcat5.5/components/samigo-pack/WEB-INF/lib/jsr173-1.0_api.jar +tomcat5.5/components/samigo-pack/WEB-INF/lib/sakai-kernel-util-1.1.9.jar +tomcat5.5/components/samigo-pack/WEB-INF/lib/samlite-impl-2.7.1.jar +tomcat5.5/components/samigo-pack/WEB-INF/lib/xbean-2.2.0.jar +tomcat5.5/components/samigo-pack/WEB-INF/testbeans.xml +tomcat5.5/components/samigo-pack/WEB-INF/web.xml +tomcat5.5/components/scheduler-component/META-INF/MANIFEST.MF +tomcat5.5/components/scheduler-component/META-INF/maven/org.sakaiproject.scheduler/scheduler-component/pom.properties +tomcat5.5/components/scheduler-component/META-INF/maven/org.sakaiproject.scheduler/scheduler-component/pom.xml +tomcat5.5/components/scheduler-component/WEB-INF/components.xml +tomcat5.5/components/scheduler-component/WEB-INF/web.xml +tomcat5.5/components/search-pack/META-INF/MANIFEST.MF +tomcat5.5/components/search-pack/META-INF/maven/org.sakaiproject.search/search-pack/pom.properties +tomcat5.5/components/search-pack/META-INF/maven/org.sakaiproject.search/search-pack/pom.xml +tomcat5.5/components/search-pack/WEB-INF/components.xml +tomcat5.5/components/search-pack/WEB-INF/contentAdapterComponents.xml +tomcat5.5/components/search-pack/WEB-INF/coreSearchComponents.xml +tomcat5.5/components/search-pack/WEB-INF/lib/asm-3.1.jar +tomcat5.5/components/search-pack/WEB-INF/lib/bcmail-jdk15-1.45.jar +tomcat5.5/components/search-pack/WEB-INF/lib/bcmail-jdk16-1.44.jar +tomcat5.5/components/search-pack/WEB-INF/lib/bcprov-jdk15-1.45.jar +tomcat5.5/components/search-pack/WEB-INF/lib/bcprov-jdk16-1.44.jar +tomcat5.5/components/search-pack/WEB-INF/lib/commons-codec-1.4.jar +tomcat5.5/components/search-pack/WEB-INF/lib/commons-compress-1.0.jar +tomcat5.5/components/search-pack/WEB-INF/lib/commons-httpclient-3.0.jar +tomcat5.5/components/search-pack/WEB-INF/lib/fontbox-1.0.0.jar +tomcat5.5/components/search-pack/WEB-INF/lib/geronimo-stax-api_1.0_spec-1.0.1.jar +tomcat5.5/components/search-pack/WEB-INF/lib/jempbox-1.0.0.jar +tomcat5.5/components/search-pack/WEB-INF/lib/jtidy-4aug2000r7-dev.jar +tomcat5.5/components/search-pack/WEB-INF/lib/lucene-core-2.9.2.jar +tomcat5.5/components/search-pack/WEB-INF/lib/lucene-highlighter-2.9.2.jar +tomcat5.5/components/search-pack/WEB-INF/lib/lucene-memory-2.9.2.jar +tomcat5.5/components/search-pack/WEB-INF/lib/lucene-spellchecker-2.9.2.jar +tomcat5.5/components/search-pack/WEB-INF/lib/metadata-extractor-2.4.0-beta-1.jar +tomcat5.5/components/search-pack/WEB-INF/lib/pdfbox-1.0.0.jar +tomcat5.5/components/search-pack/WEB-INF/lib/poi-3.6.jar +tomcat5.5/components/search-pack/WEB-INF/lib/poi-ooxml-3.6.jar +tomcat5.5/components/search-pack/WEB-INF/lib/poi-ooxml-schemas-3.6.jar +tomcat5.5/components/search-pack/WEB-INF/lib/poi-scratchpad-3.6.jar +tomcat5.5/components/search-pack/WEB-INF/lib/sakai-kernel-util-1.1.9.jar +tomcat5.5/components/search-pack/WEB-INF/lib/sanselan-0.97-incubator.jar +tomcat5.5/components/search-pack/WEB-INF/lib/search-impl-1.2.6.jar +tomcat5.5/components/search-pack/WEB-INF/lib/search-model-1.2.6.jar +tomcat5.5/components/search-pack/WEB-INF/lib/search-util-1.2.6.jar +tomcat5.5/components/search-pack/WEB-INF/lib/stax-api-1.0.1.jar +tomcat5.5/components/search-pack/WEB-INF/lib/tagsoup-1.2.jar +tomcat5.5/components/search-pack/WEB-INF/lib/tika-core-0.7.jar +tomcat5.5/components/search-pack/WEB-INF/lib/tika-parsers-0.7.jar +tomcat5.5/components/search-pack/WEB-INF/lib/xmlbeans-2.3.0.jar +tomcat5.5/components/search-pack/WEB-INF/parallelIndexComponents.xml +tomcat5.5/components/search-pack/WEB-INF/siteAdapterComponents.xml +tomcat5.5/components/search-pack/WEB-INF/web.xml +tomcat5.5/components/sections-pack/META-INF/MANIFEST.MF +tomcat5.5/components/sections-pack/META-INF/maven/org.sakaiproject.edu-services.sections/sections-pack/pom.properties +tomcat5.5/components/sections-pack/META-INF/maven/org.sakaiproject.edu-services.sections/sections-pack/pom.xml +tomcat5.5/components/sections-pack/WEB-INF/components.xml +tomcat5.5/components/sections-pack/WEB-INF/lib/commons-codec-1.4.jar +tomcat5.5/components/sections-pack/WEB-INF/lib/sakai-kernel-util-1.1.9.jar +tomcat5.5/components/sections-pack/WEB-INF/lib/sections-impl-1.0.6.jar +tomcat5.5/components/sections-pack/WEB-INF/web.xml +tomcat5.5/components/sitestats-components/META-INF/MANIFEST.MF +tomcat5.5/components/sitestats-components/META-INF/maven/org.sakaiproject.sitestats/sitestats-components/pom.properties +tomcat5.5/components/sitestats-components/META-INF/maven/org.sakaiproject.sitestats/sitestats-components/pom.xml +tomcat5.5/components/sitestats-components/WEB-INF/classes/schema/db-data/db2/sitestats-default-reports.sql +tomcat5.5/components/sitestats-components/WEB-INF/classes/schema/db-data/mysql/sitestats-default-reports.sql +tomcat5.5/components/sitestats-components/WEB-INF/classes/schema/db-data/oracle/sitestats-default-reports.sql +tomcat5.5/components/sitestats-components/WEB-INF/classes/schema/db-tables/db2/sitestats.sql +tomcat5.5/components/sitestats-components/WEB-INF/classes/schema/db-tables/derby/sitestats.sql +tomcat5.5/components/sitestats-components/WEB-INF/classes/schema/db-tables/hsqldb/sitestats.sql +tomcat5.5/components/sitestats-components/WEB-INF/classes/schema/db-tables/mssql/sitestats.sql +tomcat5.5/components/sitestats-components/WEB-INF/classes/schema/db-tables/mysql/sitestats.sql +tomcat5.5/components/sitestats-components/WEB-INF/classes/schema/db-tables/oracle/sitestats.sql +tomcat5.5/components/sitestats-components/WEB-INF/classes/schema/db-tables/postgres/sitestats.sql +tomcat5.5/components/sitestats-components/WEB-INF/classes/updating/SiteStats_0-4_0-5_mysql_conversion.sql +tomcat5.5/components/sitestats-components/WEB-INF/classes/updating/SiteStats_0-5-x_0-5-2_mysql_conversion.sql +tomcat5.5/components/sitestats-components/WEB-INF/classes/updating/SiteStats_0-5-x_pre-1-0_mysql_conversion.sql +tomcat5.5/components/sitestats-components/WEB-INF/classes/updating/SiteStats_0-5-x_pre-1-0_oracle_conversion.sql +tomcat5.5/components/sitestats-components/WEB-INF/classes/updating/SiteStats_0-x_0-5_mysql_conversion.sql +tomcat5.5/components/sitestats-components/WEB-INF/classes/updating/SiteStats_1-x_2-0_mysql_conversion.sql +tomcat5.5/components/sitestats-components/WEB-INF/classes/updating/SiteStats_1-x_2-0_oracle_conversion.sql +tomcat5.5/components/sitestats-components/WEB-INF/classes/updating/SiteStats_pre-1-0_1-0_mysql_conversion.sql +tomcat5.5/components/sitestats-components/WEB-INF/classes/updating/SiteStats_pre-1-0_1-0_oracle_conversion.sql +tomcat5.5/components/sitestats-components/WEB-INF/classes/updating/readme_first.txt +tomcat5.5/components/sitestats-components/WEB-INF/components.xml +tomcat5.5/components/sitestats-components/WEB-INF/db-related.xml +tomcat5.5/components/sitestats-components/WEB-INF/external-db.xml +tomcat5.5/components/sitestats-components/WEB-INF/hbm-db.xml +tomcat5.5/components/sitestats-components/WEB-INF/internal-db.xml +tomcat5.5/components/sitestats-components/WEB-INF/lib/avalon-framework-api-4.3.1.jar +tomcat5.5/components/sitestats-components/WEB-INF/lib/batik-anim-1.7.jar +tomcat5.5/components/sitestats-components/WEB-INF/lib/batik-awt-util-1.7.jar +tomcat5.5/components/sitestats-components/WEB-INF/lib/batik-bridge-1.7.jar +tomcat5.5/components/sitestats-components/WEB-INF/lib/batik-css-1.7.jar +tomcat5.5/components/sitestats-components/WEB-INF/lib/batik-dom-1.7.jar +tomcat5.5/components/sitestats-components/WEB-INF/lib/batik-ext-1.7.jar +tomcat5.5/components/sitestats-components/WEB-INF/lib/batik-extension-1.7.jar +tomcat5.5/components/sitestats-components/WEB-INF/lib/batik-gvt-1.7.jar +tomcat5.5/components/sitestats-components/WEB-INF/lib/batik-parser-1.7.jar +tomcat5.5/components/sitestats-components/WEB-INF/lib/batik-script-1.7.jar +tomcat5.5/components/sitestats-components/WEB-INF/lib/batik-svg-dom-1.7.jar +tomcat5.5/components/sitestats-components/WEB-INF/lib/batik-svggen-1.7.jar +tomcat5.5/components/sitestats-components/WEB-INF/lib/batik-transcoder-1.7.jar +tomcat5.5/components/sitestats-components/WEB-INF/lib/batik-util-1.7.jar +tomcat5.5/components/sitestats-components/WEB-INF/lib/batik-xml-1.7.jar +tomcat5.5/components/sitestats-components/WEB-INF/lib/commons-beanutils-core-1.7.0.jar +tomcat5.5/components/sitestats-components/WEB-INF/lib/commons-betwixt-0.8.jar +tomcat5.5/components/sitestats-components/WEB-INF/lib/commons-codec-1.4.jar +tomcat5.5/components/sitestats-components/WEB-INF/lib/commons-digester-1.6.jar +tomcat5.5/components/sitestats-components/WEB-INF/lib/fop-0.95.jar +tomcat5.5/components/sitestats-components/WEB-INF/lib/jcommon-1.0.9.jar +tomcat5.5/components/sitestats-components/WEB-INF/lib/jfreechart-1.0.5.jar +tomcat5.5/components/sitestats-components/WEB-INF/lib/poi-3.5-FINAL.jar +tomcat5.5/components/sitestats-components/WEB-INF/lib/sakai-kernel-util-1.1.9.jar +tomcat5.5/components/sitestats-components/WEB-INF/lib/sitestats-bundle-2.1.5.jar +tomcat5.5/components/sitestats-components/WEB-INF/lib/sitestats-impl-2.1.5.jar +tomcat5.5/components/sitestats-components/WEB-INF/lib/xml-apis-ext-1.3.04.jar +tomcat5.5/components/sitestats-components/WEB-INF/lib/xmlgraphics-commons-1.3.1.jar +tomcat5.5/components/sitestats-components/WEB-INF/web.xml tomcat5.5/licenses/LGPL2.1.license.txt tomcat5.5/licenses/MIT.license.txt tomcat5.5/licenses/OKI-SPRING-HIBERNATE.license.txt @@ -837,10 +889,10 @@ tomcat5.5/licenses/jdom.license.txt tomcat5.5/licenses/jing.license.txt tomcat5.5/licenses/jsf-api.license.txt tomcat5.5/licenses/jsf-impl.license.txt -tomcat5.5/licenses/jta.license.txt tomcat5.5/licenses/jsp-api.license.txt tomcat5.5/licenses/jsr170-api.license.txt tomcat5.5/licenses/jstl.license.txt +tomcat5.5/licenses/jta.license.txt tomcat5.5/licenses/junit-3.8.1.license.txt tomcat5.5/licenses/ldap.txt tomcat5.5/licenses/log4j-1.2.8.license.txt @@ -870,166 +922,165 @@ tomcat5.5/licenses/xercesImpl-2.5.0.license.txt tomcat5.5/licenses/xml-apis.license.txt tomcat5.5/licenses/xmlform.license.txt tomcat5.5/licenses/xpp3-1.1.3.4.G.license.txt -tomcat5.5/server/lib/sakai-dav-server-%%SAKAI_VER%%.jar +tomcat5.5/server/lib/sakai-dav-server-2.7.1.jar tomcat5.5/shared/lib/OkiOSID-2.0.jar -tomcat5.5/shared/lib/activation-1.0.2.jar +tomcat5.5/shared/lib/activation-1.1.1.jar tomcat5.5/shared/lib/antlr-2.7.6.jar +tomcat5.5/shared/lib/archive-api-1.0.4.jar +tomcat5.5/shared/lib/asm-1.5.3.jar +tomcat5.5/shared/lib/asm-attrs-1.5.3.jar +tomcat5.5/shared/lib/basiclti-help-1.1.5.jar tomcat5.5/shared/lib/castor-1.0.jar -tomcat5.5/shared/lib/cglib-nodep-2.1_3.jar -tomcat5.5/shared/lib/commons-collections-3.2.jar +tomcat5.5/shared/lib/cglib-2.1_3.jar +tomcat5.5/shared/lib/cglib-nodep-2.2.jar +tomcat5.5/shared/lib/commons-collections-3.1.jar tomcat5.5/shared/lib/commons-dbcp-1.2.2.jar -tomcat5.5/shared/lib/commons-fileupload-1.1.1.jar -tomcat5.5/shared/lib/commons-io-1.2.jar -tomcat5.5/shared/lib/commons-lang-2.1.jar +tomcat5.5/shared/lib/commons-fileupload-1.2.1.jar +tomcat5.5/shared/lib/commons-io-1.4.jar +tomcat5.5/shared/lib/commons-lang-2.4.jar tomcat5.5/shared/lib/commons-math-1.0.jar -tomcat5.5/shared/lib/commons-pool-1.3.jar +tomcat5.5/shared/lib/commons-pool-1.5.4.jar +tomcat5.5/shared/lib/configuration-bundles-2.7.1.jar +tomcat5.5/shared/lib/content-help-2.7.1.jar +tomcat5.5/shared/lib/contentreview-model-api-2.7.1.jar +tomcat5.5/shared/lib/contentreview-service-api-2.7.1.jar +tomcat5.5/shared/lib/coursemanagement-api-1.0.6.jar +tomcat5.5/shared/lib/coursemanagement-hibernate-model-1.0.6.jar tomcat5.5/shared/lib/dom4j-1.6.1.jar -tomcat5.5/shared/lib/ehcache-1.3.0.jar -tomcat5.5/shared/lib/entitybroker-api-1.3.3.jar -tomcat5.5/shared/lib/hibernate-3.2.5.ga.jar +tomcat5.5/shared/lib/ehcache-1.6.1.jar +tomcat5.5/shared/lib/emailtemplateservice-api-0.4.4.jar +tomcat5.5/shared/lib/entitybroker-api-1.3.15.jar tomcat5.5/shared/lib/geronimo-spec-jms-1.1-rc4.jar +tomcat5.5/shared/lib/gradebook-service-api-1.0.6.jar +tomcat5.5/shared/lib/gradebook-service-hibernate-1.0.6.jar +tomcat5.5/shared/lib/hibernate-3.2.7.ga.jar tomcat5.5/shared/lib/hsqldb-1.8.0.7.jar tomcat5.5/shared/lib/jaxen-1.1-beta-10.jar tomcat5.5/shared/lib/jcr-1.0.jar tomcat5.5/shared/lib/jdbc2_0-stdext-h2.1.8.jar tomcat5.5/shared/lib/jdom-1.0.jar tomcat5.5/shared/lib/jstl-1.1.2.jar +tomcat5.5/shared/lib/jta-1.0.1B.jar tomcat5.5/shared/lib/jta-h2.1.8.jar -tomcat5.5/shared/lib/mail-1.3.1.jar -tomcat5.5/shared/lib/osp-common-api-%%SAKAI_VER%%.jar -tomcat5.5/shared/lib/osp-glossary-api-%%SAKAI_VER%%.jar -tomcat5.5/shared/lib/osp-glossary-help-%%SAKAI_VER%%.jar -tomcat5.5/shared/lib/osp-integration-api-%%SAKAI_VER%%.jar -tomcat5.5/shared/lib/osp-matrix-api-%%SAKAI_VER%%.jar -tomcat5.5/shared/lib/osp-matrix-help-%%SAKAI_VER%%.jar -tomcat5.5/shared/lib/osp-portal-api-%%SAKAI_VER%%.jar -tomcat5.5/shared/lib/osp-presentation-api-%%SAKAI_VER%%.jar -tomcat5.5/shared/lib/osp-presentation-help-%%SAKAI_VER%%.jar -tomcat5.5/shared/lib/osp-styles-help-%%SAKAI_VER%%.jar -tomcat5.5/shared/lib/osp-wizard-api-%%SAKAI_VER%%.jar -tomcat5.5/shared/lib/osp-wizard-help-%%SAKAI_VER%%.jar +tomcat5.5/shared/lib/mail-1.4.3.jar +tomcat5.5/shared/lib/messageforums-api-2.7.1.jar +tomcat5.5/shared/lib/messageforums-hbm-2.7.1.jar +tomcat5.5/shared/lib/messageforums-help-2.7.1.jar +tomcat5.5/shared/lib/osp-common-api-2.7.1.jar +tomcat5.5/shared/lib/osp-glossary-api-2.7.1.jar +tomcat5.5/shared/lib/osp-glossary-help-2.7.1.jar +tomcat5.5/shared/lib/osp-integration-api-2.7.1.jar +tomcat5.5/shared/lib/osp-matrix-api-2.7.1.jar +tomcat5.5/shared/lib/osp-matrix-help-2.7.1.jar +tomcat5.5/shared/lib/osp-portal-api-2.7.1.jar +tomcat5.5/shared/lib/osp-presentation-api-2.7.1.jar +tomcat5.5/shared/lib/osp-presentation-help-2.7.1.jar +tomcat5.5/shared/lib/osp-styles-help-2.7.1.jar +tomcat5.5/shared/lib/osp-wizard-api-2.7.1.jar +tomcat5.5/shared/lib/osp-wizard-help-2.7.1.jar tomcat5.5/shared/lib/pluto-container-1.1.2.jar tomcat5.5/shared/lib/pluto-descriptor-api-1.1.2.jar tomcat5.5/shared/lib/pluto-descriptor-impl-1.1.2.jar tomcat5.5/shared/lib/pluto-taglib-1.1.2.jar +tomcat5.5/shared/lib/polls-api-1.3.8.jar +tomcat5.5/shared/lib/polls-help-1.3.8.jar tomcat5.5/shared/lib/portlet-api-1.0.jar -tomcat5.5/shared/lib/quartz-1.5.2.jar -tomcat5.5/shared/lib/sakai-alias-api-%%SAKAI_VER%%.jar -tomcat5.5/shared/lib/sakai-announcement-api-%%SAKAI_VER%%.jar -tomcat5.5/shared/lib/sakai-archive-api-%%SAKAI_VER%%.jar -tomcat5.5/shared/lib/sakai-announcement-help-%%SAKAI_VER%%.jar -tomcat5.5/shared/lib/sakai-assignment-api-%%SAKAI_VER%%.jar -tomcat5.5/shared/lib/sakai-assignment-help-%%SAKAI_VER%%.jar -tomcat5.5/shared/lib/sakai-authz-api-%%SAKAI_VER%%.jar -tomcat5.5/shared/lib/sakai-calendar-api-%%SAKAI_VER%%.jar -tomcat5.5/shared/lib/sakai-calendar-help-%%SAKAI_VER%%.jar -tomcat5.5/shared/lib/sakai-chat-api-%%SAKAI_VER%%.jar -tomcat5.5/shared/lib/sakai-chat-help-%%SAKAI_VER%%.jar -tomcat5.5/shared/lib/sakai-citations-api-%%SAKAI_VER%%.jar -tomcat5.5/shared/lib/sakai-cluster-api-%%SAKAI_VER%%.jar -tomcat5.5/shared/lib/sakai-common-composite-component-data-%%SAKAI_VER%%.jar -tomcat5.5/shared/lib/sakai-common-edu-person-api-%%SAKAI_VER%%.jar -tomcat5.5/shared/lib/sakai-common-manager-api-%%SAKAI_VER%%.jar -tomcat5.5/shared/lib/sakai-common-type-api-%%SAKAI_VER%%.jar -tomcat5.5/shared/lib/sakai-comp-shared-help-%%SAKAI_VER%%.jar -tomcat5.5/shared/lib/sakai-comp-shared-scheduler-%%SAKAI_VER%%.jar -tomcat5.5/shared/lib/sakai-component-%%SAKAI_VER%%.jar -tomcat5.5/shared/lib/sakai-component-api-%%SAKAI_VER%%.jar -tomcat5.5/shared/lib/sakai-content-api-%%SAKAI_VER%%.jar -tomcat5.5/shared/lib/sakai-content-help-%%SAKAI_VER%%.jar -tomcat5.5/shared/lib/sakai-content-lock-hbm-%%SAKAI_VER%%.jar -tomcat5.5/shared/lib/sakai-contentreview-model-api-%%SAKAI_VER%%.jar -tomcat5.5/shared/lib/sakai-contentreview-service-api-%%SAKAI_VER%%.jar -tomcat5.5/shared/lib/sakai-courier-api-%%SAKAI_VER%%.jar -tomcat5.5/shared/lib/sakai-coursemanagement-api-%%SAKAI_VER%%.jar -tomcat5.5/shared/lib/sakai-coursemanagement-hibernate-model-%%SAKAI_VER%%.jar -tomcat5.5/shared/lib/sakai-db-api-%%SAKAI_VER%%.jar -tomcat5.5/shared/lib/sakai-db-ext-%%SAKAI_VER%%.jar -tomcat5.5/shared/lib/sakai-email-api-%%SAKAI_VER%%.jar -tomcat5.5/shared/lib/sakai-entity-api-%%SAKAI_VER%%.jar -tomcat5.5/shared/lib/sakai-event-api-%%SAKAI_VER%%.jar -tomcat5.5/shared/lib/sakai-gradebook-help-%%SAKAI_VER%%.jar -tomcat5.5/shared/lib/sakai-gradebook-service-api-%%SAKAI_VER%%.jar -tomcat5.5/shared/lib/sakai-gradebook-service-hibernate-%%SAKAI_VER%%.jar -tomcat5.5/shared/lib/sakai-help-api-%%SAKAI_VER%%.jar -tomcat5.5/shared/lib/sakai-help-content-%%SAKAI_VER%%.jar -tomcat5.5/shared/lib/sakai-import-api-%%SAKAI_VER%%.jar -tomcat5.5/shared/lib/sakai-jcr-api-%%SAKAI_VER%%.jar -tomcat5.5/shared/lib/sakai-mailarchive-api-%%SAKAI_VER%%.jar -tomcat5.5/shared/lib/sakai-mailarchive-help-%%SAKAI_VER%%.jar -tomcat5.5/shared/lib/sakai-mailtool-help-%%SAKAI_VER%%.jar -tomcat5.5/shared/lib/sakai-memory-api-%%SAKAI_VER%%.jar -tomcat5.5/shared/lib/sakai-message-api-%%SAKAI_VER%%.jar -tomcat5.5/shared/lib/sakai-messageforums-api-%%SAKAI_VER%%.jar -tomcat5.5/shared/lib/sakai-messageforums-hbm-%%SAKAI_VER%%.jar -tomcat5.5/shared/lib/sakai-messageforums-help-%%SAKAI_VER%%.jar -tomcat5.5/shared/lib/sakai-metaobj-api-%%SAKAI_VER%%.jar -tomcat5.5/shared/lib/sakai-metaobj-help-%%SAKAI_VER%%.jar -tomcat5.5/shared/lib/sakai-news-api-%%SAKAI_VER%%.jar -tomcat5.5/shared/lib/sakai-podcasts-api-%%SAKAI_VER%%.jar -tomcat5.5/shared/lib/sakai-podcasts-help-%%SAKAI_VER%%.jar -tomcat5.5/shared/lib/sakai-poll-hbm-%%SAKAI_VER%%.jar -tomcat5.5/shared/lib/sakai-poll-help-%%SAKAI_VER%%.jar -tomcat5.5/shared/lib/sakai-poll-logic-api-%%SAKAI_VER%%.jar -tomcat5.5/shared/lib/sakai-poll-model-api-%%SAKAI_VER%%.jar -tomcat5.5/shared/lib/sakai-portal-api-%%SAKAI_VER%%.jar -tomcat5.5/shared/lib/sakai-portal-render-api-%%SAKAI_VER%%.jar -tomcat5.5/shared/lib/sakai-postem-api-%%SAKAI_VER%%.jar -tomcat5.5/shared/lib/sakai-postem-hbm-%%SAKAI_VER%%.jar -tomcat5.5/shared/lib/sakai-postem-help-%%SAKAI_VER%%.jar -tomcat5.5/shared/lib/sakai-presence-api-%%SAKAI_VER%%.jar -tomcat5.5/shared/lib/sakai-presentation-api-%%SAKAI_VER%%.jar -tomcat5.5/shared/lib/sakai-presentation-help-%%SAKAI_VER%%.jar -tomcat5.5/shared/lib/sakai-privacy-api-%%SAKAI_VER%%.jar -tomcat5.5/shared/lib/sakai-privacy-hbm-%%SAKAI_VER%%.jar -tomcat5.5/shared/lib/sakai-profile-api-%%SAKAI_VER%%.jar -tomcat5.5/shared/lib/sakai-profile-component-shared-%%SAKAI_VER%%.jar -tomcat5.5/shared/lib/sakai-reports-api-%%SAKAI_VER%%.jar -tomcat5.5/shared/lib/sakai-reset-pass-help-%%SAKAI_VER%%.jar -tomcat5.5/shared/lib/sakai-rights-api-%%SAKAI_VER%%.jar -tomcat5.5/shared/lib/sakai-roster-api-%%SAKAI_VER%%.jar -tomcat5.5/shared/lib/sakai-roster-help-%%SAKAI_VER%%.jar -tomcat5.5/shared/lib/sakai-rwiki-api-%%SAKAI_VER%%.jar -tomcat5.5/shared/lib/sakai-rwiki-help-%%SAKAI_VER%%.jar -tomcat5.5/shared/lib/sakai-rwiki-model-%%SAKAI_VER%%.jar -tomcat5.5/shared/lib/sakai-samigo-api-%%SAKAI_VER%%.jar -tomcat5.5/shared/lib/sakai-samigo-help-%%SAKAI_VER%%.jar -tomcat5.5/shared/lib/sakai-samigo-hibernate-%%SAKAI_VER%%.jar -tomcat5.5/shared/lib/sakai-samigo-services-%%SAKAI_VER%%.jar -tomcat5.5/shared/lib/sakai-scheduler-api-%%SAKAI_VER%%.jar -tomcat5.5/shared/lib/sakai-search-api-%%SAKAI_VER%%.jar -tomcat5.5/shared/lib/sakai-search-help-%%SAKAI_VER%%.jar -tomcat5.5/shared/lib/sakai-search-model-%%SAKAI_VER%%.jar -tomcat5.5/shared/lib/sakai-sections-api-%%SAKAI_VER%%.jar -tomcat5.5/shared/lib/sakai-sections-help-%%SAKAI_VER%%.jar -tomcat5.5/shared/lib/sakai-sections-model-%%SAKAI_VER%%.jar -tomcat5.5/shared/lib/sakai-site-api-%%SAKAI_VER%%.jar -tomcat5.5/shared/lib/sakai-site-help-%%SAKAI_VER%%.jar -tomcat5.5/shared/lib/sakai-site-manage-api-%%SAKAI_VER%%.jar -tomcat5.5/shared/lib/sakai-site-manage-help-%%SAKAI_VER%%.jar -tomcat5.5/shared/lib/sakai-syllabus-api-%%SAKAI_VER%%.jar -tomcat5.5/shared/lib/sakai-syllabus-hbm-%%SAKAI_VER%%.jar -tomcat5.5/shared/lib/sakai-syllabus-help-%%SAKAI_VER%%.jar -tomcat5.5/shared/lib/sakai-tool-api-%%SAKAI_VER%%.jar -tomcat5.5/shared/lib/sakai-tool-servlet-%%SAKAI_VER%%.jar -tomcat5.5/shared/lib/sakai-user-api-%%SAKAI_VER%%.jar -tomcat5.5/shared/lib/sakai-usermembership-api-%%SAKAI_VER%%.jar -tomcat5.5/shared/lib/sakai-usermembership-help-%%SAKAI_VER%%.jar -tomcat5.5/shared/lib/sakai-util-api-%%SAKAI_VER%%.jar -tomcat5.5/shared/lib/sakai-util-id-hbm-%%SAKAI_VER%%.jar -tomcat5.5/shared/lib/sakai-web-api-%%SAKAI_VER%%.jar -tomcat5.5/shared/lib/sakai-velocity-tool-api-%%SAKAI_VER%%.jar -tomcat5.5/shared/lib/sakai-warehouse-api-%%SAKAI_VER%%.jar -tomcat5.5/shared/lib/sakai-web-help-%%SAKAI_VER%%.jar -tomcat5.5/shared/lib/spring-2.0.6.jar +tomcat5.5/shared/lib/profile-api-2.7.3.jar +tomcat5.5/shared/lib/profile-component-shared-2.7.3.jar +tomcat5.5/shared/lib/profile-help-2.7.3.jar +tomcat5.5/shared/lib/profile2-api-1.3.11.jar +tomcat5.5/shared/lib/profile2-help-1.3.11.jar +tomcat5.5/shared/lib/quartz-1.6.6.jar +tomcat5.5/shared/lib/sakai-announcement-api-2.7.1.jar +tomcat5.5/shared/lib/sakai-announcement-help-2.7.1.jar +tomcat5.5/shared/lib/sakai-assignment-api-2.7.1.jar +tomcat5.5/shared/lib/sakai-assignment-help-2.7.1.jar +tomcat5.5/shared/lib/sakai-calendar-api-2.7.1.jar +tomcat5.5/shared/lib/sakai-calendar-help-2.7.1.jar +tomcat5.5/shared/lib/sakai-chat-api-2.7.1.jar +tomcat5.5/shared/lib/sakai-chat-help-2.7.1.jar +tomcat5.5/shared/lib/sakai-citations-api-2.7.1.jar +tomcat5.5/shared/lib/sakai-common-composite-component-data-1.0.4.jar +tomcat5.5/shared/lib/sakai-common-edu-person-api-1.0.4.jar +tomcat5.5/shared/lib/sakai-common-manager-api-1.0.4.jar +tomcat5.5/shared/lib/sakai-common-type-api-1.0.4.jar +tomcat5.5/shared/lib/sakai-comp-shared-help-2.7.1.jar +tomcat5.5/shared/lib/sakai-component-manager-1.1.9.jar +tomcat5.5/shared/lib/sakai-courier-api-2.7.1.jar +tomcat5.5/shared/lib/sakai-gradebook-help-2.7.1.jar +tomcat5.5/shared/lib/sakai-help-api-2.7.1.jar +tomcat5.5/shared/lib/sakai-help-content-2.7.1.jar +tomcat5.5/shared/lib/sakai-kernel-api-1.1.9.jar +tomcat5.5/shared/lib/sakai-kernel-private-1.1.9.jar +tomcat5.5/shared/lib/sakai-mailarchive-api-2.7.1.jar +tomcat5.5/shared/lib/sakai-mailarchive-help-2.7.1.jar +tomcat5.5/shared/lib/sakai-message-api-2.7.1.jar +tomcat5.5/shared/lib/sakai-metaobj-api-2.7.1.jar +tomcat5.5/shared/lib/sakai-metaobj-help-2.7.1.jar +tomcat5.5/shared/lib/sakai-news-api-2.7.1.jar +tomcat5.5/shared/lib/sakai-podcasts-api-2.7.1.jar +tomcat5.5/shared/lib/sakai-podcasts-help-2.7.1.jar +tomcat5.5/shared/lib/sakai-portal-api-2.7.1.jar +tomcat5.5/shared/lib/sakai-portal-render-api-2.7.1.jar +tomcat5.5/shared/lib/sakai-postem-api-2.7.1.jar +tomcat5.5/shared/lib/sakai-postem-hbm-2.7.1.jar +tomcat5.5/shared/lib/sakai-postem-help-2.7.1.jar +tomcat5.5/shared/lib/sakai-presence-api-2.7.1.jar +tomcat5.5/shared/lib/sakai-privacy-api-1.0.4.jar +tomcat5.5/shared/lib/sakai-privacy-hbm-1.0.4.jar +tomcat5.5/shared/lib/sakai-reports-api-2.7.1.jar +tomcat5.5/shared/lib/sakai-reset-pass-help-2.7.1.jar +tomcat5.5/shared/lib/sakai-rights-api-2.7.1.jar +tomcat5.5/shared/lib/sakai-roster-api-2.7.1.jar +tomcat5.5/shared/lib/sakai-roster-help-2.7.1.jar +tomcat5.5/shared/lib/sakai-rwiki-api-2.7.1.jar +tomcat5.5/shared/lib/sakai-rwiki-help-2.7.1.jar +tomcat5.5/shared/lib/sakai-rwiki-model-2.7.1.jar +tomcat5.5/shared/lib/sakai-sections-help-2.7.1.jar +tomcat5.5/shared/lib/sakai-site-help-2.7.1.jar +tomcat5.5/shared/lib/sakai-site-manage-api-2.7.1.jar +tomcat5.5/shared/lib/sakai-site-manage-hbm-2.7.1.jar +tomcat5.5/shared/lib/sakai-site-manage-help-2.7.1.jar +tomcat5.5/shared/lib/sakai-siteassociation-api-2.7.1.jar +tomcat5.5/shared/lib/sakai-siteassociation-hbm-2.7.1.jar +tomcat5.5/shared/lib/sakai-syllabus-api-2.7.1.jar +tomcat5.5/shared/lib/sakai-syllabus-hbm-2.7.1.jar +tomcat5.5/shared/lib/sakai-syllabus-help-2.7.1.jar +tomcat5.5/shared/lib/sakai-taggable-api-2.7.1.jar +tomcat5.5/shared/lib/sakai-taggable-hbm-2.7.1.jar +tomcat5.5/shared/lib/sakai-usermembership-api-2.7.1.jar +tomcat5.5/shared/lib/sakai-usermembership-help-2.7.1.jar +tomcat5.5/shared/lib/sakai-velocity-tool-api-2.7.1.jar +tomcat5.5/shared/lib/sakai-warehouse-api-2.7.1.jar +tomcat5.5/shared/lib/sakai-web-api-2.7.1.jar +tomcat5.5/shared/lib/sakai-web-help-2.7.1.jar +tomcat5.5/shared/lib/samigo-api-2.7.1.jar +tomcat5.5/shared/lib/samigo-help-2.7.1.jar +tomcat5.5/shared/lib/samigo-hibernate-2.7.1.jar +tomcat5.5/shared/lib/samigo-services-2.7.1.jar +tomcat5.5/shared/lib/scheduler-api-2.7.4.jar +tomcat5.5/shared/lib/scheduler-component-shared-2.7.4.jar +tomcat5.5/shared/lib/search-api-1.2.6.jar +tomcat5.5/shared/lib/search-help-1.2.6.jar +tomcat5.5/shared/lib/search-model-1.2.6.jar +tomcat5.5/shared/lib/sections-api-1.0.6.jar +tomcat5.5/shared/lib/sections-model-1.0.6.jar +tomcat5.5/shared/lib/sitestats-api-2.1.5.jar +tomcat5.5/shared/lib/sitestats-help-2.1.5.jar +tomcat5.5/shared/lib/sitestats-impl-hib-2.1.5.jar +tomcat5.5/shared/lib/spring-2.5.6.SEC01.jar +tomcat5.5/shared/lib/spring-webmvc-2.5.6.SEC01.jar tomcat5.5/webapps/access.war tomcat5.5/webapps/authn.war tomcat5.5/webapps/courier.war tomcat5.5/webapps/dav.war tomcat5.5/webapps/direct.war +tomcat5.5/webapps/emailtemplateservice-tool.war +tomcat5.5/webapps/imsblti.war +tomcat5.5/webapps/jsf-resource.war tomcat5.5/webapps/library.war -tomcat5.5/webapps/mailtool.war tomcat5.5/webapps/mercury.war +tomcat5.5/webapps/messageforums-tool.war tomcat5.5/webapps/osp-common-tool.war tomcat5.5/webapps/osp-glossary-tool.war tomcat5.5/webapps/osp-jsf-example.war @@ -1040,14 +1091,19 @@ tomcat5.5/webapps/osp-portal.war tomcat5.5/webapps/osp-presentation-tool.war tomcat5.5/webapps/osp-wizard-tool.war tomcat5.5/webapps/podcasts.war +tomcat5.5/webapps/polls-tool.war tomcat5.5/webapps/portal-render.war tomcat5.5/webapps/portal.war +tomcat5.5/webapps/profile-tool.war +tomcat5.5/webapps/profile2-tool.war +tomcat5.5/webapps/providers.war tomcat5.5/webapps/sakai-alias-tool.war tomcat5.5/webapps/sakai-announcement-tool.war tomcat5.5/webapps/sakai-archive-tool.war tomcat5.5/webapps/sakai-assignment-tool.war tomcat5.5/webapps/sakai-authz-tool.war tomcat5.5/webapps/sakai-axis.war +tomcat5.5/webapps/sakai-axis2.war tomcat5.5/webapps/sakai-blogger-tool.war tomcat5.5/webapps/sakai-calendar-summary-tool.war tomcat5.5/webapps/sakai-calendar-tool.war @@ -1056,38 +1112,34 @@ tomcat5.5/webapps/sakai-citations-tool.war tomcat5.5/webapps/sakai-content-tool.war tomcat5.5/webapps/sakai-fck-connector.war tomcat5.5/webapps/sakai-gradebook-testservice.war -tomcat5.5/webapps/sakai-help-tool.war tomcat5.5/webapps/sakai-gradebook-tool.war -tomcat5.5/webapps/sakai-jsf-resource.war +tomcat5.5/webapps/sakai-help-tool.war tomcat5.5/webapps/sakai-login-tool.war tomcat5.5/webapps/sakai-mailarchive-james.war tomcat5.5/webapps/sakai-mailarchive-tool.war tomcat5.5/webapps/sakai-memory-tool.war tomcat5.5/webapps/sakai-message-tool.war -tomcat5.5/webapps/sakai-messageforums-tool.war tomcat5.5/webapps/sakai-metaobj-tool.war tomcat5.5/webapps/sakai-news-tool.war tomcat5.5/webapps/sakai-podcasts.war -tomcat5.5/webapps/sakai-poll-tool.war tomcat5.5/webapps/sakai-postem-tool.war tomcat5.5/webapps/sakai-presence-tool.war -tomcat5.5/webapps/sakai-presentation-tool.war -tomcat5.5/webapps/samigo.war -tomcat5.5/webapps/sakai-profile-tool.war tomcat5.5/webapps/sakai-reports-tool.war tomcat5.5/webapps/sakai-reset-pass.war tomcat5.5/webapps/sakai-rights-tool.war tomcat5.5/webapps/sakai-roster-tool.war tomcat5.5/webapps/sakai-rutgers-linktool.war tomcat5.5/webapps/sakai-rwiki-tool.war -tomcat5.5/webapps/sakai-sample-tool-jsf.war -tomcat5.5/webapps/sakai-sample-tool-servlet.war -tomcat5.5/webapps/sakai-scheduler-tool.war tomcat5.5/webapps/sakai-search-tool.war tomcat5.5/webapps/sakai-sections-tool.war +tomcat5.5/webapps/sakai-site-manage-group-helper.war +tomcat5.5/webapps/sakai-site-manage-group-section-role-helper.war +tomcat5.5/webapps/sakai-site-manage-link-helper.war +tomcat5.5/webapps/sakai-site-manage-participant-helper.war tomcat5.5/webapps/sakai-site-manage-tool.war tomcat5.5/webapps/sakai-site-pageorder-helper.war tomcat5.5/webapps/sakai-site-tool.war +tomcat5.5/webapps/sakai-siteassociation-tool.war tomcat5.5/webapps/sakai-syllabus-tool.war tomcat5.5/webapps/sakai-tool-tool-su.war tomcat5.5/webapps/sakai-user-tool-admin-prefs.war @@ -1095,509 +1147,500 @@ tomcat5.5/webapps/sakai-user-tool-prefs.war tomcat5.5/webapps/sakai-user-tool.war tomcat5.5/webapps/sakai-usermembership-tool.war tomcat5.5/webapps/sakai-web-tool.war +tomcat5.5/webapps/samigo-app.war tomcat5.5/webapps/savecite.war +tomcat5.5/webapps/scheduler-tool.war +tomcat5.5/webapps/sitestats-tool.war tomcat5.5/webapps/tool.war tomcat5.5/webapps/web.war +tomcat5.5/webapps/wiki.war tomcat5.5/webapps/xsl-portal.war -tomcat5.5/ECLv1.txt -@dirrm tomcat5.5/components/000sakai-portal-service-pack/META-INF/maven/org.sakaiproject/000sakai-portal-service-pack -@dirrm tomcat5.5/components/000sakai-portal-service-pack/META-INF/maven/org.sakaiproject -@dirrm tomcat5.5/components/000sakai-portal-service-pack/META-INF/maven -@dirrm tomcat5.5/components/000sakai-portal-service-pack/META-INF -@dirrm tomcat5.5/components/000sakai-portal-service-pack/WEB-INF/lib -@dirrm tomcat5.5/components/000sakai-portal-service-pack/WEB-INF -@dirrm tomcat5.5/components/000sakai-portal-service-pack -@dirrm tomcat5.5/components/entitybroker-pack/META-INF/maven/org.sakaiproject.entitybroker/entitybroker-pack -@dirrm tomcat5.5/components/entitybroker-pack/META-INF/maven/org.sakaiproject.entitybroker -@dirrm tomcat5.5/components/entitybroker-pack/META-INF/maven -@dirrm tomcat5.5/components/entitybroker-pack/META-INF -@dirrm tomcat5.5/components/entitybroker-pack/WEB-INF/lib -@dirrm tomcat5.5/components/entitybroker-pack/WEB-INF -@dirrm tomcat5.5/components/entitybroker-pack -@dirrm tomcat5.5/components/osp-common-component/META-INF/maven/org.sakaiproject.osp/osp-common-component -@dirrm tomcat5.5/components/osp-common-component/META-INF/maven/org.sakaiproject.osp -@dirrm tomcat5.5/components/osp-common-component/META-INF/maven -@dirrm tomcat5.5/components/osp-common-component/META-INF -@dirrm tomcat5.5/components/osp-common-component/WEB-INF/lib -@dirrm tomcat5.5/components/osp-common-component/WEB-INF -@dirrm tomcat5.5/components/osp-common-component -@dirrm tomcat5.5/components/osp-glossary-component/META-INF/maven/org.sakaiproject.osp/osp-glossary-component -@dirrm tomcat5.5/components/osp-glossary-component/META-INF/maven/org.sakaiproject.osp -@dirrm tomcat5.5/components/osp-glossary-component/META-INF/maven -@dirrm tomcat5.5/components/osp-glossary-component/META-INF -@dirrm tomcat5.5/components/osp-glossary-component/WEB-INF/lib -@dirrm tomcat5.5/components/osp-glossary-component/WEB-INF -@dirrm tomcat5.5/components/osp-glossary-component -@dirrm tomcat5.5/components/osp-integration-component/META-INF/maven/org.sakaiproject.osp/osp-integration-component -@dirrm tomcat5.5/components/osp-integration-component/META-INF/maven/org.sakaiproject.osp -@dirrm tomcat5.5/components/osp-integration-component/META-INF/maven -@dirrm tomcat5.5/components/osp-integration-component/META-INF -@dirrm tomcat5.5/components/osp-integration-component/WEB-INF/lib -@dirrm tomcat5.5/components/osp-integration-component/WEB-INF -@dirrm tomcat5.5/components/osp-integration-component -@dirrm tomcat5.5/components/osp-matrix-component/META-INF/maven/org.sakaiproject.osp/osp-matrix-component -@dirrm tomcat5.5/components/osp-matrix-component/META-INF/maven/org.sakaiproject.osp -@dirrm tomcat5.5/components/osp-matrix-component/META-INF/maven -@dirrm tomcat5.5/components/osp-matrix-component/META-INF -@dirrm tomcat5.5/components/osp-matrix-component/WEB-INF/lib -@dirrm tomcat5.5/components/osp-matrix-component/WEB-INF -@dirrm tomcat5.5/components/osp-matrix-component -@dirrm tomcat5.5/components/osp-portal-component/META-INF/maven/org.sakaiproject.osp/osp-portal-component -@dirrm tomcat5.5/components/osp-portal-component/META-INF/maven/org.sakaiproject.osp -@dirrm tomcat5.5/components/osp-portal-component/META-INF/maven -@dirrm tomcat5.5/components/osp-portal-component/META-INF -@dirrm tomcat5.5/components/osp-portal-component/WEB-INF/lib -@dirrm tomcat5.5/components/osp-portal-component/WEB-INF -@dirrm tomcat5.5/components/osp-portal-component -@dirrm tomcat5.5/components/osp-presentation-component/META-INF/maven/org.sakaiproject.osp/osp-presentation-component -@dirrm tomcat5.5/components/osp-presentation-component/META-INF/maven/org.sakaiproject.osp -@dirrm tomcat5.5/components/osp-presentation-component/META-INF/maven -@dirrm tomcat5.5/components/osp-presentation-component/META-INF -@dirrm tomcat5.5/components/osp-presentation-component/WEB-INF/lib -@dirrm tomcat5.5/components/osp-presentation-component/WEB-INF -@dirrm tomcat5.5/components/osp-presentation-component -@dirrm tomcat5.5/components/osp-warehouse-component/META-INF/maven/org.sakaiproject.osp/osp-warehouse-component -@dirrm tomcat5.5/components/osp-warehouse-component/META-INF/maven/org.sakaiproject.osp -@dirrm tomcat5.5/components/osp-warehouse-component/META-INF/maven -@dirrm tomcat5.5/components/osp-warehouse-component/META-INF -@dirrm tomcat5.5/components/osp-warehouse-component/WEB-INF/lib -@dirrm tomcat5.5/components/osp-warehouse-component/WEB-INF -@dirrm tomcat5.5/components/osp-warehouse-component -@dirrm tomcat5.5/components/osp-wizard-components/META-INF/maven/org.sakaiproject.osp/osp-wizard-components -@dirrm tomcat5.5/components/osp-wizard-components/META-INF/maven/org.sakaiproject.osp -@dirrm tomcat5.5/components/osp-wizard-components/META-INF/maven -@dirrm tomcat5.5/components/osp-wizard-components/META-INF -@dirrm tomcat5.5/components/osp-wizard-components/WEB-INF/lib -@dirrm tomcat5.5/components/osp-wizard-components/WEB-INF -@dirrm tomcat5.5/components/osp-wizard-components -@dirrm tomcat5.5/components/sakai-alias-pack/META-INF/maven/org.sakaiproject/sakai-alias-pack -@dirrm tomcat5.5/components/sakai-alias-pack/META-INF/maven/org.sakaiproject -@dirrm tomcat5.5/components/sakai-alias-pack/META-INF/maven -@dirrm tomcat5.5/components/sakai-alias-pack/META-INF -@dirrm tomcat5.5/components/sakai-alias-pack/WEB-INF/lib -@dirrm tomcat5.5/components/sakai-alias-pack/WEB-INF -@dirrm tomcat5.5/components/sakai-alias-pack -@dirrm tomcat5.5/components/sakai-announcement-pack/META-INF/maven/org.sakaiproject/sakai-announcement-pack -@dirrm tomcat5.5/components/sakai-announcement-pack/META-INF/maven/org.sakaiproject -@dirrm tomcat5.5/components/sakai-announcement-pack/META-INF/maven -@dirrm tomcat5.5/components/sakai-announcement-pack/META-INF -@dirrm tomcat5.5/components/sakai-announcement-pack/WEB-INF/lib -@dirrm tomcat5.5/components/sakai-announcement-pack/WEB-INF -@dirrm tomcat5.5/components/sakai-announcement-pack -@dirrm tomcat5.5/components/sakai-archive-pack/META-INF/maven/org.sakaiproject/sakai-archive-pack -@dirrm tomcat5.5/components/sakai-archive-pack/META-INF/maven/org.sakaiproject -@dirrm tomcat5.5/components/sakai-archive-pack/META-INF/maven -@dirrm tomcat5.5/components/sakai-archive-pack/META-INF -@dirrm tomcat5.5/components/sakai-archive-pack/WEB-INF/lib -@dirrm tomcat5.5/components/sakai-archive-pack/WEB-INF -@dirrm tomcat5.5/components/sakai-archive-pack -@dirrm tomcat5.5/components/sakai-assignment-pack/META-INF/maven/org.sakaiproject/sakai-assignment-pack -@dirrm tomcat5.5/components/sakai-assignment-pack/META-INF/maven/org.sakaiproject -@dirrm tomcat5.5/components/sakai-assignment-pack/META-INF/maven -@dirrm tomcat5.5/components/sakai-assignment-pack/META-INF -@dirrm tomcat5.5/components/sakai-assignment-pack/WEB-INF/lib -@dirrm tomcat5.5/components/sakai-assignment-pack/WEB-INF -@dirrm tomcat5.5/components/sakai-assignment-pack -@dirrm tomcat5.5/components/sakai-authz-pack/META-INF/maven/org.sakaiproject/sakai-authz-pack -@dirrm tomcat5.5/components/sakai-authz-pack/META-INF/maven/org.sakaiproject -@dirrm tomcat5.5/components/sakai-authz-pack/META-INF/maven -@dirrm tomcat5.5/components/sakai-authz-pack/META-INF -@dirrm tomcat5.5/components/sakai-authz-pack/WEB-INF/lib -@dirrm tomcat5.5/components/sakai-authz-pack/WEB-INF -@dirrm tomcat5.5/components/sakai-authz-pack -@dirrm tomcat5.5/components/sakai-calendar-pack/META-INF/maven/org.sakaiproject/sakai-calendar-pack -@dirrm tomcat5.5/components/sakai-calendar-pack/META-INF/maven/org.sakaiproject -@dirrm tomcat5.5/components/sakai-calendar-pack/META-INF/maven -@dirrm tomcat5.5/components/sakai-calendar-pack/META-INF -@dirrm tomcat5.5/components/sakai-calendar-pack/WEB-INF/lib -@dirrm tomcat5.5/components/sakai-calendar-pack/WEB-INF -@dirrm tomcat5.5/components/sakai-calendar-pack -@dirrm tomcat5.5/components/sakai-chat-pack/META-INF/maven/org.sakaiproject/sakai-chat-pack -@dirrm tomcat5.5/components/sakai-chat-pack/META-INF/maven/org.sakaiproject -@dirrm tomcat5.5/components/sakai-chat-pack/META-INF/maven -@dirrm tomcat5.5/components/sakai-chat-pack/META-INF -@dirrm tomcat5.5/components/sakai-chat-pack/WEB-INF/lib -@dirrm tomcat5.5/components/sakai-chat-pack/WEB-INF -@dirrm tomcat5.5/components/sakai-chat-pack -@dirrm tomcat5.5/components/sakai-citations-pack/META-INF/maven/org.sakaiproject/sakai-citations-pack -@dirrm tomcat5.5/components/sakai-citations-pack/META-INF/maven/org.sakaiproject -@dirrm tomcat5.5/components/sakai-citations-pack/META-INF/maven -@dirrm tomcat5.5/components/sakai-citations-pack/META-INF -@dirrm tomcat5.5/components/sakai-citations-pack/WEB-INF/lib -@dirrm tomcat5.5/components/sakai-citations-pack/WEB-INF -@dirrm tomcat5.5/components/sakai-citations-pack -@dirrm tomcat5.5/components/sakai-cluster-pack/META-INF/maven/org.sakaiproject/sakai-cluster-pack -@dirrm tomcat5.5/components/sakai-cluster-pack/META-INF/maven/org.sakaiproject -@dirrm tomcat5.5/components/sakai-cluster-pack/META-INF/maven -@dirrm tomcat5.5/components/sakai-cluster-pack/META-INF -@dirrm tomcat5.5/components/sakai-cluster-pack/WEB-INF/lib -@dirrm tomcat5.5/components/sakai-cluster-pack/WEB-INF -@dirrm tomcat5.5/components/sakai-cluster-pack -@dirrm tomcat5.5/components/sakai-common-components/META-INF/maven/org.sakaiproject/sakai-common-components -@dirrm tomcat5.5/components/sakai-common-components/META-INF/maven/org.sakaiproject -@dirrm tomcat5.5/components/sakai-common-components/META-INF/maven -@dirrm tomcat5.5/components/sakai-common-components/META-INF -@dirrm tomcat5.5/components/sakai-common-components/WEB-INF/lib -@dirrm tomcat5.5/components/sakai-common-components/WEB-INF -@dirrm tomcat5.5/components/sakai-common-components -@dirrm tomcat5.5/components/sakai-comp-help/META-INF/maven/org.sakaiproject/sakai-comp-help -@dirrm tomcat5.5/components/sakai-comp-help/META-INF/maven/org.sakaiproject -@dirrm tomcat5.5/components/sakai-comp-help/META-INF/maven -@dirrm tomcat5.5/components/sakai-comp-help/META-INF -@dirrm tomcat5.5/components/sakai-comp-help/WEB-INF/classes/org/sakaiproject/component/app/help -@dirrm tomcat5.5/components/sakai-comp-help/WEB-INF/classes/org/sakaiproject/component/app -@dirrm tomcat5.5/components/sakai-comp-help/WEB-INF/classes/org/sakaiproject/component -@dirrm tomcat5.5/components/sakai-comp-help/WEB-INF/classes/org/sakaiproject -@dirrm tomcat5.5/components/sakai-comp-help/WEB-INF/classes/org -@dirrm tomcat5.5/components/sakai-comp-help/WEB-INF/classes -@dirrm tomcat5.5/components/sakai-comp-help/WEB-INF/lib -@dirrm tomcat5.5/components/sakai-comp-help/WEB-INF -@dirrm tomcat5.5/components/sakai-comp-help -@dirrm tomcat5.5/components/sakai-comp-scheduler/META-INF/maven/org.sakaiproject/sakai-comp-scheduler -@dirrm tomcat5.5/components/sakai-comp-scheduler/META-INF/maven/org.sakaiproject -@dirrm tomcat5.5/components/sakai-comp-scheduler/META-INF/maven -@dirrm tomcat5.5/components/sakai-comp-scheduler/META-INF -@dirrm tomcat5.5/components/sakai-comp-scheduler/WEB-INF -@dirrm tomcat5.5/components/sakai-comp-scheduler -@dirrm tomcat5.5/components/sakai-component-pack/META-INF/maven/org.sakaiproject/sakai-component-pack -@dirrm tomcat5.5/components/sakai-component-pack/META-INF/maven/org.sakaiproject -@dirrm tomcat5.5/components/sakai-component-pack/META-INF/maven -@dirrm tomcat5.5/components/sakai-component-pack/META-INF -@dirrm tomcat5.5/components/sakai-component-pack/WEB-INF/lib -@dirrm tomcat5.5/components/sakai-component-pack/WEB-INF -@dirrm tomcat5.5/components/sakai-component-pack -@dirrm tomcat5.5/components/sakai-content-pack/META-INF/maven/org.sakaiproject/sakai-content-pack -@dirrm tomcat5.5/components/sakai-content-pack/META-INF/maven/org.sakaiproject -@dirrm tomcat5.5/components/sakai-content-pack/META-INF/maven -@dirrm tomcat5.5/components/sakai-content-pack/META-INF -@dirrm tomcat5.5/components/sakai-content-pack/WEB-INF/lib -@dirrm tomcat5.5/components/sakai-content-pack/WEB-INF -@dirrm tomcat5.5/components/sakai-content-pack -@dirrm tomcat5.5/components/sakai-content-providers-pack/META-INF/maven/org.sakaiproject/sakai-content-providers-pack -@dirrm tomcat5.5/components/sakai-content-providers-pack/META-INF/maven/org.sakaiproject -@dirrm tomcat5.5/components/sakai-content-providers-pack/META-INF/maven -@dirrm tomcat5.5/components/sakai-content-providers-pack/META-INF -@dirrm tomcat5.5/components/sakai-content-providers-pack/WEB-INF/lib -@dirrm tomcat5.5/components/sakai-content-providers-pack/WEB-INF -@dirrm tomcat5.5/components/sakai-content-providers-pack -@dirrm tomcat5.5/components/sakai-courier-pack/META-INF/maven/org.sakaiproject/sakai-courier-pack -@dirrm tomcat5.5/components/sakai-courier-pack/META-INF/maven/org.sakaiproject -@dirrm tomcat5.5/components/sakai-courier-pack/META-INF/maven -@dirrm tomcat5.5/components/sakai-courier-pack/META-INF -@dirrm tomcat5.5/components/sakai-courier-pack/WEB-INF/lib -@dirrm tomcat5.5/components/sakai-courier-pack/WEB-INF -@dirrm tomcat5.5/components/sakai-courier-pack -@dirrm tomcat5.5/components/sakai-coursemanagement-hibernate-pack/META-INF/maven/org.sakaiproject/sakai-coursemanagement-hibernate-pack -@dirrm tomcat5.5/components/sakai-coursemanagement-hibernate-pack/META-INF/maven/org.sakaiproject -@dirrm tomcat5.5/components/sakai-coursemanagement-hibernate-pack/META-INF/maven -@dirrm tomcat5.5/components/sakai-coursemanagement-hibernate-pack/META-INF -@dirrm tomcat5.5/components/sakai-coursemanagement-hibernate-pack/WEB-INF/lib -@dirrm tomcat5.5/components/sakai-coursemanagement-hibernate-pack/WEB-INF -@dirrm tomcat5.5/components/sakai-coursemanagement-hibernate-pack -@dirrm tomcat5.5/components/sakai-db-pack/META-INF/maven/org.sakaiproject/sakai-db-pack -@dirrm tomcat5.5/components/sakai-db-pack/META-INF/maven/org.sakaiproject -@dirrm tomcat5.5/components/sakai-db-pack/META-INF/maven -@dirrm tomcat5.5/components/sakai-db-pack/META-INF -@dirrm tomcat5.5/components/sakai-db-pack/WEB-INF/lib -@dirrm tomcat5.5/components/sakai-db-pack/WEB-INF -@dirrm tomcat5.5/components/sakai-db-pack -@dirrm tomcat5.5/components/sakai-email-pack/META-INF/maven/org.sakaiproject/sakai-email-pack -@dirrm tomcat5.5/components/sakai-email-pack/META-INF/maven/org.sakaiproject -@dirrm tomcat5.5/components/sakai-email-pack/META-INF/maven -@dirrm tomcat5.5/components/sakai-email-pack/META-INF -@dirrm tomcat5.5/components/sakai-email-pack/WEB-INF/lib -@dirrm tomcat5.5/components/sakai-email-pack/WEB-INF -@dirrm tomcat5.5/components/sakai-email-pack -@dirrm tomcat5.5/components/sakai-entity-pack/META-INF/maven/org.sakaiproject/sakai-entity-pack -@dirrm tomcat5.5/components/sakai-entity-pack/META-INF/maven/org.sakaiproject -@dirrm tomcat5.5/components/sakai-entity-pack/META-INF/maven -@dirrm tomcat5.5/components/sakai-entity-pack/META-INF -@dirrm tomcat5.5/components/sakai-entity-pack/WEB-INF/lib -@dirrm tomcat5.5/components/sakai-entity-pack/WEB-INF -@dirrm tomcat5.5/components/sakai-entity-pack -@dirrm tomcat5.5/components/sakai-event-pack/META-INF/maven/org.sakaiproject/sakai-event-pack -@dirrm tomcat5.5/components/sakai-event-pack/META-INF/maven/org.sakaiproject -@dirrm tomcat5.5/components/sakai-event-pack/META-INF/maven -@dirrm tomcat5.5/components/sakai-event-pack/META-INF -@dirrm tomcat5.5/components/sakai-event-pack/WEB-INF/lib -@dirrm tomcat5.5/components/sakai-event-pack/WEB-INF -@dirrm tomcat5.5/components/sakai-event-pack -@dirrm tomcat5.5/components/sakai-import/META-INF/maven/org.sakaiproject/sakai-import -@dirrm tomcat5.5/components/sakai-import/META-INF/maven/org.sakaiproject -@dirrm tomcat5.5/components/sakai-import/META-INF/maven -@dirrm tomcat5.5/components/sakai-import/META-INF -@dirrm tomcat5.5/components/sakai-import/WEB-INF/lib -@dirrm tomcat5.5/components/sakai-import/WEB-INF -@dirrm tomcat5.5/components/sakai-import -@dirrm tomcat5.5/components/sakai-gradebook-service-pack/META-INF/maven/org.sakaiproject/sakai-gradebook-service-pack -@dirrm tomcat5.5/components/sakai-gradebook-service-pack/META-INF/maven/org.sakaiproject -@dirrm tomcat5.5/components/sakai-gradebook-service-pack/META-INF/maven -@dirrm tomcat5.5/components/sakai-gradebook-service-pack/META-INF -@dirrm tomcat5.5/components/sakai-gradebook-service-pack/WEB-INF/classes/hsqldb -@dirrm tomcat5.5/components/sakai-gradebook-service-pack/WEB-INF/classes/mysql -@dirrm tomcat5.5/components/sakai-gradebook-service-pack/WEB-INF/classes/oracle -@dirrm tomcat5.5/components/sakai-gradebook-service-pack/WEB-INF/classes -@dirrm tomcat5.5/components/sakai-gradebook-service-pack/WEB-INF/lib -@dirrm tomcat5.5/components/sakai-gradebook-service-pack/WEB-INF -@dirrm tomcat5.5/components/sakai-gradebook-service-pack -@dirrm tomcat5.5/components/sakai-gradebooksample-grade-converter/META-INF/maven/org.sakaiproject/sakai-gradebooksample-grade-converter -@dirrm tomcat5.5/components/sakai-gradebooksample-grade-converter/META-INF/maven/org.sakaiproject -@dirrm tomcat5.5/components/sakai-gradebooksample-grade-converter/META-INF/maven -@dirrm tomcat5.5/components/sakai-gradebooksample-grade-converter/META-INF -@dirrm tomcat5.5/components/sakai-gradebooksample-grade-converter/WEB-INF/classes/org/sakaiproject/gradebooksample -@dirrm tomcat5.5/components/sakai-gradebooksample-grade-converter/WEB-INF/classes/org/sakaiproject -@dirrm tomcat5.5/components/sakai-gradebooksample-grade-converter/WEB-INF/classes/org -@dirrm tomcat5.5/components/sakai-gradebooksample-grade-converter/WEB-INF/classes -@dirrm tomcat5.5/components/sakai-gradebooksample-grade-converter/WEB-INF -@dirrm tomcat5.5/components/sakai-gradebooksample-grade-converter -@dirrm tomcat5.5/components/sakai-jackrabbit-pack/META-INF/maven/org.sakaiproject/sakai-jackrabbit-pack -@dirrm tomcat5.5/components/sakai-jackrabbit-pack/META-INF/maven/org.sakaiproject -@dirrm tomcat5.5/components/sakai-jackrabbit-pack/META-INF/maven -@dirrm tomcat5.5/components/sakai-jackrabbit-pack/META-INF -@dirrm tomcat5.5/components/sakai-jackrabbit-pack/WEB-INF/lib -@dirrm tomcat5.5/components/sakai-jackrabbit-pack/WEB-INF -@dirrm tomcat5.5/components/sakai-jackrabbit-pack -@dirrm tomcat5.5/components/sakai-mailarchive-pack/META-INF/maven/org.sakaiproject/sakai-mailarchive-pack -@dirrm tomcat5.5/components/sakai-mailarchive-pack/META-INF/maven/org.sakaiproject -@dirrm tomcat5.5/components/sakai-mailarchive-pack/META-INF/maven -@dirrm tomcat5.5/components/sakai-mailarchive-pack/META-INF -@dirrm tomcat5.5/components/sakai-mailarchive-pack/WEB-INF/lib -@dirrm tomcat5.5/components/sakai-mailarchive-pack/WEB-INF -@dirrm tomcat5.5/components/sakai-mailarchive-pack -@dirrm tomcat5.5/components/sakai-memory-pack/META-INF/maven/org.sakaiproject/sakai-memory-pack -@dirrm tomcat5.5/components/sakai-memory-pack/META-INF/maven/org.sakaiproject -@dirrm tomcat5.5/components/sakai-memory-pack/META-INF/maven -@dirrm tomcat5.5/components/sakai-memory-pack/META-INF -@dirrm tomcat5.5/components/sakai-memory-pack/WEB-INF/lib -@dirrm tomcat5.5/components/sakai-memory-pack/WEB-INF -@dirrm tomcat5.5/components/sakai-memory-pack -@dirrm tomcat5.5/components/sakai-messageforums-components/META-INF/maven/org.sakaiproject/sakai-messageforums-components -@dirrm tomcat5.5/components/sakai-messageforums-components/META-INF/maven/org.sakaiproject -@dirrm tomcat5.5/components/sakai-messageforums-components/META-INF/maven -@dirrm tomcat5.5/components/sakai-messageforums-components/META-INF -@dirrm tomcat5.5/components/sakai-messageforums-components/WEB-INF/lib -@dirrm tomcat5.5/components/sakai-messageforums-components/WEB-INF -@dirrm tomcat5.5/components/sakai-messageforums-components -@dirrm tomcat5.5/components/sakai-metaobj-component/META-INF/maven/org.sakaiproject/sakai-metaobj-component -@dirrm tomcat5.5/components/sakai-metaobj-component/META-INF/maven/org.sakaiproject -@dirrm tomcat5.5/components/sakai-metaobj-component/META-INF/maven -@dirrm tomcat5.5/components/sakai-metaobj-component/META-INF -@dirrm tomcat5.5/components/sakai-metaobj-component/WEB-INF/lib -@dirrm tomcat5.5/components/sakai-metaobj-component/WEB-INF -@dirrm tomcat5.5/components/sakai-metaobj-component -@dirrm tomcat5.5/components/sakai-news-pack/META-INF/maven/org.sakaiproject/sakai-news-pack -@dirrm tomcat5.5/components/sakai-news-pack/META-INF/maven/org.sakaiproject -@dirrm tomcat5.5/components/sakai-news-pack/META-INF/maven -@dirrm tomcat5.5/components/sakai-news-pack/META-INF -@dirrm tomcat5.5/components/sakai-news-pack/WEB-INF/lib -@dirrm tomcat5.5/components/sakai-news-pack/WEB-INF -@dirrm tomcat5.5/components/sakai-news-pack -@dirrm tomcat5.5/components/sakai-podcasts-pack/META-INF/maven/org.sakaiproject/sakai-podcasts-pack -@dirrm tomcat5.5/components/sakai-podcasts-pack/META-INF/maven/org.sakaiproject -@dirrm tomcat5.5/components/sakai-podcasts-pack/META-INF/maven -@dirrm tomcat5.5/components/sakai-podcasts-pack/META-INF -@dirrm tomcat5.5/components/sakai-podcasts-pack/WEB-INF/lib -@dirrm tomcat5.5/components/sakai-podcasts-pack/WEB-INF -@dirrm tomcat5.5/components/sakai-podcasts-pack -@dirrm tomcat5.5/components/sakai-poll-pack/META-INF/maven/org.sakaiproject/sakai-poll-pack -@dirrm tomcat5.5/components/sakai-poll-pack/META-INF/maven/org.sakaiproject -@dirrm tomcat5.5/components/sakai-poll-pack/META-INF/maven -@dirrm tomcat5.5/components/sakai-poll-pack/META-INF -@dirrm tomcat5.5/components/sakai-poll-pack/WEB-INF/lib -@dirrm tomcat5.5/components/sakai-poll-pack/WEB-INF -@dirrm tomcat5.5/components/sakai-poll-pack -@dirrm tomcat5.5/components/sakai-portal-render-pack/META-INF/maven/org.sakaiproject/sakai-portal-render-pack -@dirrm tomcat5.5/components/sakai-portal-render-pack/META-INF/maven/org.sakaiproject -@dirrm tomcat5.5/components/sakai-portal-render-pack/META-INF/maven -@dirrm tomcat5.5/components/sakai-portal-render-pack/META-INF -@dirrm tomcat5.5/components/sakai-portal-render-pack/WEB-INF/lib -@dirrm tomcat5.5/components/sakai-portal-render-pack/WEB-INF -@dirrm tomcat5.5/components/sakai-portal-render-pack -@dirrm tomcat5.5/components/sakai-postem-pack/META-INF/maven/org.sakaiproject/sakai-postem-pack -@dirrm tomcat5.5/components/sakai-postem-pack/META-INF/maven/org.sakaiproject -@dirrm tomcat5.5/components/sakai-postem-pack/META-INF/maven -@dirrm tomcat5.5/components/sakai-postem-pack/META-INF -@dirrm tomcat5.5/components/sakai-postem-pack/WEB-INF/lib -@dirrm tomcat5.5/components/sakai-postem-pack/WEB-INF -@dirrm tomcat5.5/components/sakai-postem-pack -@dirrm tomcat5.5/components/sakai-presence-pack/META-INF/maven/org.sakaiproject/sakai-presence-pack -@dirrm tomcat5.5/components/sakai-presence-pack/META-INF/maven/org.sakaiproject -@dirrm tomcat5.5/components/sakai-presence-pack/META-INF/maven -@dirrm tomcat5.5/components/sakai-presence-pack/META-INF -@dirrm tomcat5.5/components/sakai-presence-pack/WEB-INF/lib -@dirrm tomcat5.5/components/sakai-presence-pack/WEB-INF -@dirrm tomcat5.5/components/sakai-presence-pack -@dirrm tomcat5.5/components/sakai-presentation-pack/META-INF/maven/org.sakaiproject/sakai-presentation-pack -@dirrm tomcat5.5/components/sakai-presentation-pack/META-INF/maven/org.sakaiproject -@dirrm tomcat5.5/components/sakai-presentation-pack/META-INF/maven -@dirrm tomcat5.5/components/sakai-presentation-pack/META-INF -@dirrm tomcat5.5/components/sakai-presentation-pack/WEB-INF/lib -@dirrm tomcat5.5/components/sakai-presentation-pack/WEB-INF -@dirrm tomcat5.5/components/sakai-presentation-pack -@dirrm tomcat5.5/components/sakai-privacy-pack/META-INF/maven/org.sakaiproject/sakai-privacy-pack -@dirrm tomcat5.5/components/sakai-privacy-pack/META-INF/maven/org.sakaiproject -@dirrm tomcat5.5/components/sakai-privacy-pack/META-INF/maven -@dirrm tomcat5.5/components/sakai-privacy-pack/META-INF -@dirrm tomcat5.5/components/sakai-privacy-pack/WEB-INF/lib -@dirrm tomcat5.5/components/sakai-privacy-pack/WEB-INF -@dirrm tomcat5.5/components/sakai-privacy-pack -@dirrm tomcat5.5/components/sakai-provider-pack/META-INF/maven/org.sakaiproject/sakai-provider-pack -@dirrm tomcat5.5/components/sakai-provider-pack/META-INF/maven/org.sakaiproject -@dirrm tomcat5.5/components/sakai-provider-pack/META-INF/maven -@dirrm tomcat5.5/components/sakai-provider-pack/META-INF -@dirrm tomcat5.5/components/sakai-provider-pack/WEB-INF/lib -@dirrm tomcat5.5/components/sakai-provider-pack/WEB-INF -@dirrm tomcat5.5/components/sakai-provider-pack -@dirrm tomcat5.5/components/sakai-profile-components/META-INF/maven/org.sakaiproject/sakai-profile-components -@dirrm tomcat5.5/components/sakai-profile-components/META-INF/maven/org.sakaiproject -@dirrm tomcat5.5/components/sakai-profile-components/META-INF/maven -@dirrm tomcat5.5/components/sakai-profile-components/META-INF -@dirrm tomcat5.5/components/sakai-profile-components/WEB-INF -@dirrm tomcat5.5/components/sakai-profile-components -@dirrm tomcat5.5/components/sakai-reports-components/META-INF/maven/org.sakaiproject/sakai-reports-components -@dirrm tomcat5.5/components/sakai-reports-components/META-INF/maven/org.sakaiproject -@dirrm tomcat5.5/components/sakai-reports-components/META-INF/maven -@dirrm tomcat5.5/components/sakai-reports-components/META-INF -@dirrm tomcat5.5/components/sakai-reports-components/WEB-INF/lib -@dirrm tomcat5.5/components/sakai-reports-components/WEB-INF -@dirrm tomcat5.5/components/sakai-reports-components -@dirrm tomcat5.5/components/sakai-rights-pack/META-INF/maven/org.sakaiproject/sakai-rights-pack -@dirrm tomcat5.5/components/sakai-rights-pack/META-INF/maven/org.sakaiproject -@dirrm tomcat5.5/components/sakai-rights-pack/META-INF/maven -@dirrm tomcat5.5/components/sakai-rights-pack/META-INF -@dirrm tomcat5.5/components/sakai-rights-pack/WEB-INF/lib -@dirrm tomcat5.5/components/sakai-rights-pack/WEB-INF -@dirrm tomcat5.5/components/sakai-rights-pack -@dirrm tomcat5.5/components/sakai-roster-components/META-INF/maven/org.sakaiproject/sakai-roster-components -@dirrm tomcat5.5/components/sakai-roster-components/META-INF/maven/org.sakaiproject -@dirrm tomcat5.5/components/sakai-roster-components/META-INF/maven -@dirrm tomcat5.5/components/sakai-roster-components/META-INF -@dirrm tomcat5.5/components/sakai-roster-components/WEB-INF/lib -@dirrm tomcat5.5/components/sakai-roster-components/WEB-INF -@dirrm tomcat5.5/components/sakai-roster-components -@dirrm tomcat5.5/components/sakai-rwiki-pack/META-INF/maven/org.sakaiproject/sakai-rwiki-pack -@dirrm tomcat5.5/components/sakai-rwiki-pack/META-INF/maven/org.sakaiproject -@dirrm tomcat5.5/components/sakai-rwiki-pack/META-INF/maven -@dirrm tomcat5.5/components/sakai-rwiki-pack/META-INF -@dirrm tomcat5.5/components/sakai-rwiki-pack/WEB-INF/classes/META-INF/services -@dirrm tomcat5.5/components/sakai-rwiki-pack/WEB-INF/classes/META-INF -@dirrm tomcat5.5/components/sakai-rwiki-pack/WEB-INF/classes/uk/ac/cam/caret/sakai/rwiki/model/bundle/hsqldb -@dirrm tomcat5.5/components/sakai-rwiki-pack/WEB-INF/classes/uk/ac/cam/caret/sakai/rwiki/model/bundle/mysql -@dirrm tomcat5.5/components/sakai-rwiki-pack/WEB-INF/classes/uk/ac/cam/caret/sakai/rwiki/model/bundle/oracle -@dirrm tomcat5.5/components/sakai-rwiki-pack/WEB-INF/classes/uk/ac/cam/caret/sakai/rwiki/model/bundle -@dirrm tomcat5.5/components/sakai-rwiki-pack/WEB-INF/classes/uk/ac/cam/caret/sakai/rwiki/model -@dirrm tomcat5.5/components/sakai-rwiki-pack/WEB-INF/classes/uk/ac/cam/caret/sakai/rwiki -@dirrm tomcat5.5/components/sakai-rwiki-pack/WEB-INF/classes/uk/ac/cam/caret/sakai -@dirrm tomcat5.5/components/sakai-rwiki-pack/WEB-INF/classes/uk/ac/cam/caret -@dirrm tomcat5.5/components/sakai-rwiki-pack/WEB-INF/classes/uk/ac/cam -@dirrm tomcat5.5/components/sakai-rwiki-pack/WEB-INF/classes/uk/ac -@dirrm tomcat5.5/components/sakai-rwiki-pack/WEB-INF/classes/uk -@dirrm tomcat5.5/components/sakai-rwiki-pack/WEB-INF/classes -@dirrm tomcat5.5/components/sakai-rwiki-pack/WEB-INF/lib -@dirrm tomcat5.5/components/sakai-rwiki-pack/WEB-INF -@dirrm tomcat5.5/components/sakai-rwiki-pack -@dirrm tomcat5.5/components/sakai-samigo-pack/META-INF/maven/org.sakaiproject/sakai-samigo-pack -@dirrm tomcat5.5/components/sakai-samigo-pack/META-INF/maven/org.sakaiproject -@dirrm tomcat5.5/components/sakai-samigo-pack/META-INF/maven -@dirrm tomcat5.5/components/sakai-samigo-pack/META-INF -@dirrm tomcat5.5/components/sakai-samigo-pack/WEB-INF/classes/hsqldb/patches -@dirrm tomcat5.5/components/sakai-samigo-pack/WEB-INF/classes/hsqldb -@dirrm tomcat5.5/components/sakai-samigo-pack/WEB-INF/classes/mysql/patches -@dirrm tomcat5.5/components/sakai-samigo-pack/WEB-INF/classes/mysql -@dirrm tomcat5.5/components/sakai-samigo-pack/WEB-INF/classes/oracle/patches -@dirrm tomcat5.5/components/sakai-samigo-pack/WEB-INF/classes/oracle -@dirrm tomcat5.5/components/sakai-samigo-pack/WEB-INF/classes/org/sakaiproject/tool/assessment/shared -@dirrm tomcat5.5/components/sakai-samigo-pack/WEB-INF/classes/org/sakaiproject/tool/assessment -@dirrm tomcat5.5/components/sakai-samigo-pack/WEB-INF/classes/org/sakaiproject/tool -@dirrm tomcat5.5/components/sakai-samigo-pack/WEB-INF/classes/org/sakaiproject -@dirrm tomcat5.5/components/sakai-samigo-pack/WEB-INF/classes/org -@dirrm tomcat5.5/components/sakai-samigo-pack/WEB-INF/classes -@dirrm tomcat5.5/components/sakai-samigo-pack/WEB-INF/lib -@dirrm tomcat5.5/components/sakai-samigo-pack/WEB-INF -@dirrm tomcat5.5/components/sakai-samigo-pack -@dirrm tomcat5.5/components/sakai-sample-impl-access-pack/META-INF/maven/org.sakaiproject/sakai-sample-impl-access-pack -@dirrm tomcat5.5/components/sakai-sample-impl-access-pack/META-INF/maven/org.sakaiproject -@dirrm tomcat5.5/components/sakai-sample-impl-access-pack/META-INF/maven -@dirrm tomcat5.5/components/sakai-sample-impl-access-pack/META-INF -@dirrm tomcat5.5/components/sakai-sample-impl-access-pack/WEB-INF/lib -@dirrm tomcat5.5/components/sakai-sample-impl-access-pack/WEB-INF -@dirrm tomcat5.5/components/sakai-sample-impl-access-pack -@dirrm tomcat5.5/components/sakai-search-pack/META-INF/maven/org.sakaiproject/sakai-search-pack -@dirrm tomcat5.5/components/sakai-search-pack/META-INF/maven/org.sakaiproject -@dirrm tomcat5.5/components/sakai-search-pack/META-INF/maven -@dirrm tomcat5.5/components/sakai-search-pack/META-INF -@dirrm tomcat5.5/components/sakai-search-pack/WEB-INF/lib -@dirrm tomcat5.5/components/sakai-search-pack/WEB-INF -@dirrm tomcat5.5/components/sakai-search-pack -@dirrm tomcat5.5/components/sakai-sections-pack/META-INF/maven/org.sakaiproject/sakai-sections-pack -@dirrm tomcat5.5/components/sakai-sections-pack/META-INF/maven/org.sakaiproject -@dirrm tomcat5.5/components/sakai-sections-pack/META-INF/maven -@dirrm tomcat5.5/components/sakai-sections-pack/META-INF -@dirrm tomcat5.5/components/sakai-sections-pack/WEB-INF/lib -@dirrm tomcat5.5/components/sakai-sections-pack/WEB-INF -@dirrm tomcat5.5/components/sakai-sections-pack -@dirrm tomcat5.5/components/sakai-site-manage-pack/META-INF/maven/org.sakaiproject/sakai-site-manage-pack -@dirrm tomcat5.5/components/sakai-site-manage-pack/META-INF/maven/org.sakaiproject -@dirrm tomcat5.5/components/sakai-site-manage-pack/META-INF/maven -@dirrm tomcat5.5/components/sakai-site-manage-pack/META-INF -@dirrm tomcat5.5/components/sakai-site-manage-pack/WEB-INF/lib -@dirrm tomcat5.5/components/sakai-site-manage-pack/WEB-INF -@dirrm tomcat5.5/components/sakai-site-manage-pack -@dirrm tomcat5.5/components/sakai-site-pack/META-INF/maven/org.sakaiproject/sakai-site-pack -@dirrm tomcat5.5/components/sakai-site-pack/META-INF/maven/org.sakaiproject -@dirrm tomcat5.5/components/sakai-site-pack/META-INF/maven -@dirrm tomcat5.5/components/sakai-site-pack/META-INF -@dirrm tomcat5.5/components/sakai-site-pack/WEB-INF/lib -@dirrm tomcat5.5/components/sakai-site-pack/WEB-INF -@dirrm tomcat5.5/components/sakai-site-pack -@dirrm tomcat5.5/components/sakai-syllabus-pack/META-INF/maven/org.sakaiproject/sakai-syllabus-pack -@dirrm tomcat5.5/components/sakai-syllabus-pack/META-INF/maven/org.sakaiproject -@dirrm tomcat5.5/components/sakai-syllabus-pack/META-INF/maven -@dirrm tomcat5.5/components/sakai-syllabus-pack/META-INF -@dirrm tomcat5.5/components/sakai-syllabus-pack/WEB-INF/lib -@dirrm tomcat5.5/components/sakai-syllabus-pack/WEB-INF -@dirrm tomcat5.5/components/sakai-syllabus-pack -@dirrm tomcat5.5/components/sakai-tool-pack/META-INF/maven/org.sakaiproject/sakai-tool-pack -@dirrm tomcat5.5/components/sakai-tool-pack/META-INF/maven/org.sakaiproject -@dirrm tomcat5.5/components/sakai-tool-pack/META-INF/maven -@dirrm tomcat5.5/components/sakai-tool-pack/META-INF -@dirrm tomcat5.5/components/sakai-tool-pack/WEB-INF/lib -@dirrm tomcat5.5/components/sakai-tool-pack/WEB-INF -@dirrm tomcat5.5/components/sakai-tool-pack -@dirrm tomcat5.5/components/sakai-user-pack/META-INF/maven/org.sakaiproject/sakai-user-pack -@dirrm tomcat5.5/components/sakai-user-pack/META-INF/maven/org.sakaiproject -@dirrm tomcat5.5/components/sakai-user-pack/META-INF/maven -@dirrm tomcat5.5/components/sakai-user-pack/META-INF -@dirrm tomcat5.5/components/sakai-user-pack/WEB-INF/lib -@dirrm tomcat5.5/components/sakai-user-pack/WEB-INF -@dirrm tomcat5.5/components/sakai-user-pack -@dirrm tomcat5.5/components/sakai-usermembership-pack/META-INF/maven/org.sakaiproject/sakai-usermembership-pack -@dirrm tomcat5.5/components/sakai-usermembership-pack/META-INF/maven/org.sakaiproject -@dirrm tomcat5.5/components/sakai-usermembership-pack/META-INF/maven -@dirrm tomcat5.5/components/sakai-usermembership-pack/META-INF -@dirrm tomcat5.5/components/sakai-usermembership-pack/WEB-INF/lib -@dirrm tomcat5.5/components/sakai-usermembership-pack/WEB-INF -@dirrm tomcat5.5/components/sakai-usermembership-pack -@dirrm tomcat5.5/components/sakai-util-pack/META-INF/maven/org.sakaiproject/sakai-util-pack -@dirrm tomcat5.5/components/sakai-util-pack/META-INF/maven/org.sakaiproject -@dirrm tomcat5.5/components/sakai-util-pack/META-INF/maven -@dirrm tomcat5.5/components/sakai-util-pack/META-INF -@dirrm tomcat5.5/components/sakai-util-pack/WEB-INF/lib -@dirrm tomcat5.5/components/sakai-util-pack/WEB-INF -@dirrm tomcat5.5/components/sakai-util-pack -@dirrm tomcat5.5/components/sakai-warehouse-component/META-INF/maven/org.sakaiproject/sakai-warehouse-component -@dirrm tomcat5.5/components/sakai-warehouse-component/META-INF/maven/org.sakaiproject -@dirrm tomcat5.5/components/sakai-warehouse-component/META-INF/maven -@dirrm tomcat5.5/components/sakai-warehouse-component/META-INF -@dirrm tomcat5.5/components/sakai-warehouse-component/WEB-INF/lib -@dirrm tomcat5.5/components/sakai-warehouse-component/WEB-INF -@dirrm tomcat5.5/components/sakai-warehouse-component -@dirrm tomcat5.5/components/sakai-web-pack/META-INF/maven/org.sakaiproject/sakai-web-pack -@dirrm tomcat5.5/components/sakai-web-pack/META-INF/maven/org.sakaiproject -@dirrm tomcat5.5/components/sakai-web-pack/META-INF/maven -@dirrm tomcat5.5/components/sakai-web-pack/META-INF -@dirrm tomcat5.5/components/sakai-web-pack/WEB-INF/lib -@dirrm tomcat5.5/components/sakai-web-pack/WEB-INF -@dirrm tomcat5.5/components/sakai-web-pack -@dirrm tomcat5.5/licenses -@dirrm tomcat5.5/components +@dirrmtry tomcat5.5/common/lib +@dirrmtry tomcat5.5/common +@dirrmtry tomcat5.5/components/archive-pack/META-INF/maven/org.sakaiproject.common/archive-pack +@dirrmtry tomcat5.5/components/archive-pack/META-INF/maven/org.sakaiproject.common +@dirrmtry tomcat5.5/components/archive-pack/META-INF/maven +@dirrmtry tomcat5.5/components/archive-pack/META-INF +@dirrmtry tomcat5.5/components/archive-pack/WEB-INF/lib +@dirrmtry tomcat5.5/components/archive-pack/WEB-INF +@dirrmtry tomcat5.5/components/archive-pack +@dirrmtry tomcat5.5/components/basiclti-pack/META-INF/maven/org.sakaiproject.basiclti/basiclti-pack +@dirrmtry tomcat5.5/components/basiclti-pack/META-INF/maven/org.sakaiproject.basiclti +@dirrmtry tomcat5.5/components/basiclti-pack/META-INF/maven +@dirrmtry tomcat5.5/components/basiclti-pack/META-INF +@dirrmtry tomcat5.5/components/basiclti-pack/WEB-INF/lib +@dirrmtry tomcat5.5/components/basiclti-pack/WEB-INF +@dirrmtry tomcat5.5/components/basiclti-pack +@dirrmtry tomcat5.5/components/content-providers-pack/META-INF/maven/org.sakaiproject.content/content-providers-pack +@dirrmtry tomcat5.5/components/content-providers-pack/META-INF/maven/org.sakaiproject.content +@dirrmtry tomcat5.5/components/content-providers-pack/META-INF/maven +@dirrmtry tomcat5.5/components/content-providers-pack/META-INF +@dirrmtry tomcat5.5/components/content-providers-pack/WEB-INF/lib +@dirrmtry tomcat5.5/components/content-providers-pack/WEB-INF +@dirrmtry tomcat5.5/components/content-providers-pack +@dirrmtry tomcat5.5/components/coursemanagement-hibernate-pack/META-INF/maven/org.sakaiproject.edu-services.course-management/coursemanagement-hibernate-pack +@dirrmtry tomcat5.5/components/coursemanagement-hibernate-pack/META-INF/maven/org.sakaiproject.edu-services.course-management +@dirrmtry tomcat5.5/components/coursemanagement-hibernate-pack/META-INF/maven +@dirrmtry tomcat5.5/components/coursemanagement-hibernate-pack/META-INF +@dirrmtry tomcat5.5/components/coursemanagement-hibernate-pack/WEB-INF/lib +@dirrmtry tomcat5.5/components/coursemanagement-hibernate-pack/WEB-INF +@dirrmtry tomcat5.5/components/coursemanagement-hibernate-pack +@dirrmtry tomcat5.5/components/emailtemplateservice-pack/META-INF/maven/org.sakaiproject.emailtemplateservice/emailtemplateservice-pack +@dirrmtry tomcat5.5/components/emailtemplateservice-pack/META-INF/maven/org.sakaiproject.emailtemplateservice +@dirrmtry tomcat5.5/components/emailtemplateservice-pack/META-INF/maven +@dirrmtry tomcat5.5/components/emailtemplateservice-pack/META-INF +@dirrmtry tomcat5.5/components/emailtemplateservice-pack/WEB-INF/lib +@dirrmtry tomcat5.5/components/emailtemplateservice-pack/WEB-INF +@dirrmtry tomcat5.5/components/emailtemplateservice-pack +@dirrmtry tomcat5.5/components/entitybroker-pack/META-INF/maven/org.sakaiproject.entitybroker/entitybroker-pack +@dirrmtry tomcat5.5/components/entitybroker-pack/META-INF/maven/org.sakaiproject.entitybroker +@dirrmtry tomcat5.5/components/entitybroker-pack/META-INF/maven +@dirrmtry tomcat5.5/components/entitybroker-pack/META-INF +@dirrmtry tomcat5.5/components/entitybroker-pack/WEB-INF/lib +@dirrmtry tomcat5.5/components/entitybroker-pack/WEB-INF +@dirrmtry tomcat5.5/components/entitybroker-pack +@dirrmtry tomcat5.5/components/gradebook-service-pack/META-INF/maven/org.sakaiproject.edu-services.gradebook/gradebook-service-pack +@dirrmtry tomcat5.5/components/gradebook-service-pack/META-INF/maven/org.sakaiproject.edu-services.gradebook +@dirrmtry tomcat5.5/components/gradebook-service-pack/META-INF/maven +@dirrmtry tomcat5.5/components/gradebook-service-pack/META-INF +@dirrmtry tomcat5.5/components/gradebook-service-pack/WEB-INF/classes/hsqldb +@dirrmtry tomcat5.5/components/gradebook-service-pack/WEB-INF/classes/mysql +@dirrmtry tomcat5.5/components/gradebook-service-pack/WEB-INF/classes/oracle +@dirrmtry tomcat5.5/components/gradebook-service-pack/WEB-INF/classes +@dirrmtry tomcat5.5/components/gradebook-service-pack/WEB-INF/lib +@dirrmtry tomcat5.5/components/gradebook-service-pack/WEB-INF +@dirrmtry tomcat5.5/components/gradebook-service-pack +@dirrmtry tomcat5.5/components/import-pack/META-INF/maven/org.sakaiproject.common/import-pack +@dirrmtry tomcat5.5/components/import-pack/META-INF/maven/org.sakaiproject.common +@dirrmtry tomcat5.5/components/import-pack/META-INF/maven +@dirrmtry tomcat5.5/components/import-pack/META-INF +@dirrmtry tomcat5.5/components/import-pack/WEB-INF/lib +@dirrmtry tomcat5.5/components/import-pack/WEB-INF +@dirrmtry tomcat5.5/components/import-pack +@dirrmtry tomcat5.5/components/localization-bundles-pack/META-INF/maven/org.sakaiproject/localization-bundles-pack +@dirrmtry tomcat5.5/components/localization-bundles-pack/META-INF/maven/org.sakaiproject +@dirrmtry tomcat5.5/components/localization-bundles-pack/META-INF/maven +@dirrmtry tomcat5.5/components/localization-bundles-pack/META-INF +@dirrmtry tomcat5.5/components/localization-bundles-pack/WEB-INF/lib +@dirrmtry tomcat5.5/components/localization-bundles-pack/WEB-INF +@dirrmtry tomcat5.5/components/localization-bundles-pack +@dirrmtry tomcat5.5/components/messageforums-components/META-INF/maven/org.sakaiproject.msgcntr/messageforums-components +@dirrmtry tomcat5.5/components/messageforums-components/META-INF/maven/org.sakaiproject.msgcntr +@dirrmtry tomcat5.5/components/messageforums-components/META-INF/maven +@dirrmtry tomcat5.5/components/messageforums-components/META-INF +@dirrmtry tomcat5.5/components/messageforums-components/WEB-INF/lib +@dirrmtry tomcat5.5/components/messageforums-components/WEB-INF +@dirrmtry tomcat5.5/components/messageforums-components +@dirrmtry tomcat5.5/components/osp-common-component/META-INF/maven/org.sakaiproject.osp/osp-common-component +@dirrmtry tomcat5.5/components/osp-common-component/META-INF/maven/org.sakaiproject.osp +@dirrmtry tomcat5.5/components/osp-common-component/META-INF/maven +@dirrmtry tomcat5.5/components/osp-common-component/META-INF +@dirrmtry tomcat5.5/components/osp-common-component/WEB-INF/lib +@dirrmtry tomcat5.5/components/osp-common-component/WEB-INF +@dirrmtry tomcat5.5/components/osp-common-component +@dirrmtry tomcat5.5/components/osp-glossary-component/META-INF/maven/org.sakaiproject.osp/osp-glossary-component +@dirrmtry tomcat5.5/components/osp-glossary-component/META-INF/maven/org.sakaiproject.osp +@dirrmtry tomcat5.5/components/osp-glossary-component/META-INF/maven +@dirrmtry tomcat5.5/components/osp-glossary-component/META-INF +@dirrmtry tomcat5.5/components/osp-glossary-component/WEB-INF/lib +@dirrmtry tomcat5.5/components/osp-glossary-component/WEB-INF +@dirrmtry tomcat5.5/components/osp-glossary-component +@dirrmtry tomcat5.5/components/osp-integration-component/META-INF/maven/org.sakaiproject.osp/osp-integration-component +@dirrmtry tomcat5.5/components/osp-integration-component/META-INF/maven/org.sakaiproject.osp +@dirrmtry tomcat5.5/components/osp-integration-component/META-INF/maven +@dirrmtry tomcat5.5/components/osp-integration-component/META-INF +@dirrmtry tomcat5.5/components/osp-integration-component/WEB-INF/lib +@dirrmtry tomcat5.5/components/osp-integration-component/WEB-INF +@dirrmtry tomcat5.5/components/osp-integration-component +@dirrmtry tomcat5.5/components/osp-matrix-component/META-INF/maven/org.sakaiproject.osp/osp-matrix-component +@dirrmtry tomcat5.5/components/osp-matrix-component/META-INF/maven/org.sakaiproject.osp +@dirrmtry tomcat5.5/components/osp-matrix-component/META-INF/maven +@dirrmtry tomcat5.5/components/osp-matrix-component/META-INF +@dirrmtry tomcat5.5/components/osp-matrix-component/WEB-INF/lib +@dirrmtry tomcat5.5/components/osp-matrix-component/WEB-INF +@dirrmtry tomcat5.5/components/osp-matrix-component +@dirrmtry tomcat5.5/components/osp-portal-component/META-INF/maven/org.sakaiproject.osp/osp-portal-component +@dirrmtry tomcat5.5/components/osp-portal-component/META-INF/maven/org.sakaiproject.osp +@dirrmtry tomcat5.5/components/osp-portal-component/META-INF/maven +@dirrmtry tomcat5.5/components/osp-portal-component/META-INF +@dirrmtry tomcat5.5/components/osp-portal-component/WEB-INF/lib +@dirrmtry tomcat5.5/components/osp-portal-component/WEB-INF +@dirrmtry tomcat5.5/components/osp-portal-component +@dirrmtry tomcat5.5/components/osp-presentation-component/META-INF/maven/org.sakaiproject.osp/osp-presentation-component +@dirrmtry tomcat5.5/components/osp-presentation-component/META-INF/maven/org.sakaiproject.osp +@dirrmtry tomcat5.5/components/osp-presentation-component/META-INF/maven +@dirrmtry tomcat5.5/components/osp-presentation-component/META-INF +@dirrmtry tomcat5.5/components/osp-presentation-component/WEB-INF/lib +@dirrmtry tomcat5.5/components/osp-presentation-component/WEB-INF +@dirrmtry tomcat5.5/components/osp-presentation-component +@dirrmtry tomcat5.5/components/osp-warehouse-component/META-INF/maven/org.sakaiproject.osp/osp-warehouse-component +@dirrmtry tomcat5.5/components/osp-warehouse-component/META-INF/maven/org.sakaiproject.osp +@dirrmtry tomcat5.5/components/osp-warehouse-component/META-INF/maven +@dirrmtry tomcat5.5/components/osp-warehouse-component/META-INF +@dirrmtry tomcat5.5/components/osp-warehouse-component/WEB-INF/lib +@dirrmtry tomcat5.5/components/osp-warehouse-component/WEB-INF +@dirrmtry tomcat5.5/components/osp-warehouse-component +@dirrmtry tomcat5.5/components/osp-wizard-components/META-INF/maven/org.sakaiproject.osp/osp-wizard-components +@dirrmtry tomcat5.5/components/osp-wizard-components/META-INF/maven/org.sakaiproject.osp +@dirrmtry tomcat5.5/components/osp-wizard-components/META-INF/maven +@dirrmtry tomcat5.5/components/osp-wizard-components/META-INF +@dirrmtry tomcat5.5/components/osp-wizard-components/WEB-INF/lib +@dirrmtry tomcat5.5/components/osp-wizard-components/WEB-INF +@dirrmtry tomcat5.5/components/osp-wizard-components +@dirrmtry tomcat5.5/components/polls-pack/META-INF/maven/org.sakaiproject.polls/polls-pack +@dirrmtry tomcat5.5/components/polls-pack/META-INF/maven/org.sakaiproject.polls +@dirrmtry tomcat5.5/components/polls-pack/META-INF/maven +@dirrmtry tomcat5.5/components/polls-pack/META-INF +@dirrmtry tomcat5.5/components/polls-pack/WEB-INF/lib +@dirrmtry tomcat5.5/components/polls-pack/WEB-INF +@dirrmtry tomcat5.5/components/polls-pack +@dirrmtry tomcat5.5/components/profile-component/META-INF/maven/org.sakaiproject.profile/profile-component +@dirrmtry tomcat5.5/components/profile-component/META-INF/maven/org.sakaiproject.profile +@dirrmtry tomcat5.5/components/profile-component/META-INF/maven +@dirrmtry tomcat5.5/components/profile-component/META-INF +@dirrmtry tomcat5.5/components/profile-component/WEB-INF +@dirrmtry tomcat5.5/components/profile-component +@dirrmtry tomcat5.5/components/profile2-pack/META-INF/maven/org.sakaiproject.profile2/profile2-pack +@dirrmtry tomcat5.5/components/profile2-pack/META-INF/maven/org.sakaiproject.profile2 +@dirrmtry tomcat5.5/components/profile2-pack/META-INF/maven +@dirrmtry tomcat5.5/components/profile2-pack/META-INF +@dirrmtry tomcat5.5/components/profile2-pack/WEB-INF/lib +@dirrmtry tomcat5.5/components/profile2-pack/WEB-INF +@dirrmtry tomcat5.5/components/profile2-pack +@dirrmtry tomcat5.5/components/sakai-announcement-pack/META-INF/maven/org.sakaiproject/sakai-announcement-pack +@dirrmtry tomcat5.5/components/sakai-announcement-pack/META-INF/maven/org.sakaiproject +@dirrmtry tomcat5.5/components/sakai-announcement-pack/META-INF/maven +@dirrmtry tomcat5.5/components/sakai-announcement-pack/META-INF +@dirrmtry tomcat5.5/components/sakai-announcement-pack/WEB-INF/lib +@dirrmtry tomcat5.5/components/sakai-announcement-pack/WEB-INF +@dirrmtry tomcat5.5/components/sakai-announcement-pack +@dirrmtry tomcat5.5/components/sakai-anouncement-import/META-INF/maven/org.sakaiproject/sakai-anouncement-import +@dirrmtry tomcat5.5/components/sakai-anouncement-import/META-INF/maven/org.sakaiproject +@dirrmtry tomcat5.5/components/sakai-anouncement-import/META-INF/maven +@dirrmtry tomcat5.5/components/sakai-anouncement-import/META-INF +@dirrmtry tomcat5.5/components/sakai-anouncement-import/WEB-INF/lib +@dirrmtry tomcat5.5/components/sakai-anouncement-import/WEB-INF +@dirrmtry tomcat5.5/components/sakai-anouncement-import +@dirrmtry tomcat5.5/components/sakai-assignment-pack/META-INF/maven/org.sakaiproject/sakai-assignment-pack +@dirrmtry tomcat5.5/components/sakai-assignment-pack/META-INF/maven/org.sakaiproject +@dirrmtry tomcat5.5/components/sakai-assignment-pack/META-INF/maven +@dirrmtry tomcat5.5/components/sakai-assignment-pack/META-INF +@dirrmtry tomcat5.5/components/sakai-assignment-pack/WEB-INF/lib +@dirrmtry tomcat5.5/components/sakai-assignment-pack/WEB-INF +@dirrmtry tomcat5.5/components/sakai-assignment-pack +@dirrmtry tomcat5.5/components/sakai-calendar-pack/META-INF/maven/org.sakaiproject/sakai-calendar-pack +@dirrmtry tomcat5.5/components/sakai-calendar-pack/META-INF/maven/org.sakaiproject +@dirrmtry tomcat5.5/components/sakai-calendar-pack/META-INF/maven +@dirrmtry tomcat5.5/components/sakai-calendar-pack/META-INF +@dirrmtry tomcat5.5/components/sakai-calendar-pack/WEB-INF/lib +@dirrmtry tomcat5.5/components/sakai-calendar-pack/WEB-INF +@dirrmtry tomcat5.5/components/sakai-calendar-pack +@dirrmtry tomcat5.5/components/sakai-chat-pack/META-INF/maven/org.sakaiproject/sakai-chat-pack +@dirrmtry tomcat5.5/components/sakai-chat-pack/META-INF/maven/org.sakaiproject +@dirrmtry tomcat5.5/components/sakai-chat-pack/META-INF/maven +@dirrmtry tomcat5.5/components/sakai-chat-pack/META-INF +@dirrmtry tomcat5.5/components/sakai-chat-pack/WEB-INF/lib +@dirrmtry tomcat5.5/components/sakai-chat-pack/WEB-INF +@dirrmtry tomcat5.5/components/sakai-chat-pack +@dirrmtry tomcat5.5/components/sakai-citations-pack/META-INF/maven/org.sakaiproject/sakai-citations-pack +@dirrmtry tomcat5.5/components/sakai-citations-pack/META-INF/maven/org.sakaiproject +@dirrmtry tomcat5.5/components/sakai-citations-pack/META-INF/maven +@dirrmtry tomcat5.5/components/sakai-citations-pack/META-INF +@dirrmtry tomcat5.5/components/sakai-citations-pack/WEB-INF/lib +@dirrmtry tomcat5.5/components/sakai-citations-pack/WEB-INF +@dirrmtry tomcat5.5/components/sakai-citations-pack +@dirrmtry tomcat5.5/components/sakai-common-components/META-INF/maven/org.sakaiproject.common/sakai-common-components +@dirrmtry tomcat5.5/components/sakai-common-components/META-INF/maven/org.sakaiproject.common +@dirrmtry tomcat5.5/components/sakai-common-components/META-INF/maven +@dirrmtry tomcat5.5/components/sakai-common-components/META-INF +@dirrmtry tomcat5.5/components/sakai-common-components/WEB-INF/lib +@dirrmtry tomcat5.5/components/sakai-common-components/WEB-INF +@dirrmtry tomcat5.5/components/sakai-common-components +@dirrmtry tomcat5.5/components/sakai-comp-help/META-INF/maven/org.sakaiproject/sakai-comp-help +@dirrmtry tomcat5.5/components/sakai-comp-help/META-INF/maven/org.sakaiproject +@dirrmtry tomcat5.5/components/sakai-comp-help/META-INF/maven +@dirrmtry tomcat5.5/components/sakai-comp-help/META-INF +@dirrmtry tomcat5.5/components/sakai-comp-help/WEB-INF/classes/org/sakaiproject/component/app/help +@dirrmtry tomcat5.5/components/sakai-comp-help/WEB-INF/classes/org/sakaiproject/component/app +@dirrmtry tomcat5.5/components/sakai-comp-help/WEB-INF/classes/org/sakaiproject/component +@dirrmtry tomcat5.5/components/sakai-comp-help/WEB-INF/classes/org/sakaiproject +@dirrmtry tomcat5.5/components/sakai-comp-help/WEB-INF/classes/org +@dirrmtry tomcat5.5/components/sakai-comp-help/WEB-INF/classes +@dirrmtry tomcat5.5/components/sakai-comp-help/WEB-INF/lib +@dirrmtry tomcat5.5/components/sakai-comp-help/WEB-INF +@dirrmtry tomcat5.5/components/sakai-comp-help +@dirrmtry tomcat5.5/components/sakai-courier-pack/META-INF/maven/org.sakaiproject/sakai-courier-pack +@dirrmtry tomcat5.5/components/sakai-courier-pack/META-INF/maven/org.sakaiproject +@dirrmtry tomcat5.5/components/sakai-courier-pack/META-INF/maven +@dirrmtry tomcat5.5/components/sakai-courier-pack/META-INF +@dirrmtry tomcat5.5/components/sakai-courier-pack/WEB-INF/lib +@dirrmtry tomcat5.5/components/sakai-courier-pack/WEB-INF +@dirrmtry tomcat5.5/components/sakai-courier-pack +@dirrmtry tomcat5.5/components/sakai-gradebooksample-grade-converter/META-INF/maven/org.sakaiproject/sakai-gradebooksample-grade-converter +@dirrmtry tomcat5.5/components/sakai-gradebooksample-grade-converter/META-INF/maven/org.sakaiproject +@dirrmtry tomcat5.5/components/sakai-gradebooksample-grade-converter/META-INF/maven +@dirrmtry tomcat5.5/components/sakai-gradebooksample-grade-converter/META-INF +@dirrmtry tomcat5.5/components/sakai-gradebooksample-grade-converter/WEB-INF/classes/org/sakaiproject/gradebooksample +@dirrmtry tomcat5.5/components/sakai-gradebooksample-grade-converter/WEB-INF/classes/org/sakaiproject +@dirrmtry tomcat5.5/components/sakai-gradebooksample-grade-converter/WEB-INF/classes/org +@dirrmtry tomcat5.5/components/sakai-gradebooksample-grade-converter/WEB-INF/classes +@dirrmtry tomcat5.5/components/sakai-gradebooksample-grade-converter/WEB-INF +@dirrmtry tomcat5.5/components/sakai-gradebooksample-grade-converter +@dirrmtry tomcat5.5/components/sakai-kernel-component/META-INF/maven/org.sakaiproject.kernel/sakai-kernel-component +@dirrmtry tomcat5.5/components/sakai-kernel-component/META-INF/maven/org.sakaiproject.kernel +@dirrmtry tomcat5.5/components/sakai-kernel-component/META-INF/maven +@dirrmtry tomcat5.5/components/sakai-kernel-component/META-INF +@dirrmtry tomcat5.5/components/sakai-kernel-component/WEB-INF/lib +@dirrmtry tomcat5.5/components/sakai-kernel-component/WEB-INF +@dirrmtry tomcat5.5/components/sakai-kernel-component +@dirrmtry tomcat5.5/components/sakai-mailarchive-pack/META-INF/maven/org.sakaiproject/sakai-mailarchive-pack +@dirrmtry tomcat5.5/components/sakai-mailarchive-pack/META-INF/maven/org.sakaiproject +@dirrmtry tomcat5.5/components/sakai-mailarchive-pack/META-INF/maven +@dirrmtry tomcat5.5/components/sakai-mailarchive-pack/META-INF +@dirrmtry tomcat5.5/components/sakai-mailarchive-pack/WEB-INF/lib +@dirrmtry tomcat5.5/components/sakai-mailarchive-pack/WEB-INF +@dirrmtry tomcat5.5/components/sakai-mailarchive-pack +@dirrmtry tomcat5.5/components/sakai-metaobj-component/META-INF/maven/org.sakaiproject/sakai-metaobj-component +@dirrmtry tomcat5.5/components/sakai-metaobj-component/META-INF/maven/org.sakaiproject +@dirrmtry tomcat5.5/components/sakai-metaobj-component/META-INF/maven +@dirrmtry tomcat5.5/components/sakai-metaobj-component/META-INF +@dirrmtry tomcat5.5/components/sakai-metaobj-component/WEB-INF/lib +@dirrmtry tomcat5.5/components/sakai-metaobj-component/WEB-INF +@dirrmtry tomcat5.5/components/sakai-metaobj-component +@dirrmtry tomcat5.5/components/sakai-news-pack/META-INF/maven/org.sakaiproject/sakai-news-pack +@dirrmtry tomcat5.5/components/sakai-news-pack/META-INF/maven/org.sakaiproject +@dirrmtry tomcat5.5/components/sakai-news-pack/META-INF/maven +@dirrmtry tomcat5.5/components/sakai-news-pack/META-INF +@dirrmtry tomcat5.5/components/sakai-news-pack/WEB-INF/lib +@dirrmtry tomcat5.5/components/sakai-news-pack/WEB-INF +@dirrmtry tomcat5.5/components/sakai-news-pack +@dirrmtry tomcat5.5/components/sakai-podcasts-pack/META-INF/maven/org.sakaiproject/sakai-podcasts-pack +@dirrmtry tomcat5.5/components/sakai-podcasts-pack/META-INF/maven/org.sakaiproject +@dirrmtry tomcat5.5/components/sakai-podcasts-pack/META-INF/maven +@dirrmtry tomcat5.5/components/sakai-podcasts-pack/META-INF +@dirrmtry tomcat5.5/components/sakai-podcasts-pack/WEB-INF/lib +@dirrmtry tomcat5.5/components/sakai-podcasts-pack/WEB-INF +@dirrmtry tomcat5.5/components/sakai-podcasts-pack +@dirrmtry tomcat5.5/components/sakai-portal-render-pack/META-INF/maven/org.sakaiproject/sakai-portal-render-pack +@dirrmtry tomcat5.5/components/sakai-portal-render-pack/META-INF/maven/org.sakaiproject +@dirrmtry tomcat5.5/components/sakai-portal-render-pack/META-INF/maven +@dirrmtry tomcat5.5/components/sakai-portal-render-pack/META-INF +@dirrmtry tomcat5.5/components/sakai-portal-render-pack/WEB-INF/lib +@dirrmtry tomcat5.5/components/sakai-portal-render-pack/WEB-INF +@dirrmtry tomcat5.5/components/sakai-portal-render-pack +@dirrmtry tomcat5.5/components/sakai-portal-service-pack/META-INF/maven/org.sakaiproject/sakai-portal-service-pack +@dirrmtry tomcat5.5/components/sakai-portal-service-pack/META-INF/maven/org.sakaiproject +@dirrmtry tomcat5.5/components/sakai-portal-service-pack/META-INF/maven +@dirrmtry tomcat5.5/components/sakai-portal-service-pack/META-INF +@dirrmtry tomcat5.5/components/sakai-portal-service-pack/WEB-INF/lib +@dirrmtry tomcat5.5/components/sakai-portal-service-pack/WEB-INF +@dirrmtry tomcat5.5/components/sakai-portal-service-pack +@dirrmtry tomcat5.5/components/sakai-postem-pack/META-INF/maven/org.sakaiproject/sakai-postem-pack +@dirrmtry tomcat5.5/components/sakai-postem-pack/META-INF/maven/org.sakaiproject +@dirrmtry tomcat5.5/components/sakai-postem-pack/META-INF/maven +@dirrmtry tomcat5.5/components/sakai-postem-pack/META-INF +@dirrmtry tomcat5.5/components/sakai-postem-pack/WEB-INF/lib +@dirrmtry tomcat5.5/components/sakai-postem-pack/WEB-INF +@dirrmtry tomcat5.5/components/sakai-postem-pack +@dirrmtry tomcat5.5/components/sakai-presence-pack/META-INF/maven/org.sakaiproject/sakai-presence-pack +@dirrmtry tomcat5.5/components/sakai-presence-pack/META-INF/maven/org.sakaiproject +@dirrmtry tomcat5.5/components/sakai-presence-pack/META-INF/maven +@dirrmtry tomcat5.5/components/sakai-presence-pack/META-INF +@dirrmtry tomcat5.5/components/sakai-presence-pack/WEB-INF/lib +@dirrmtry tomcat5.5/components/sakai-presence-pack/WEB-INF +@dirrmtry tomcat5.5/components/sakai-presence-pack +@dirrmtry tomcat5.5/components/sakai-privacy-pack/META-INF/maven/org.sakaiproject.common/sakai-privacy-pack +@dirrmtry tomcat5.5/components/sakai-privacy-pack/META-INF/maven/org.sakaiproject.common +@dirrmtry tomcat5.5/components/sakai-privacy-pack/META-INF/maven +@dirrmtry tomcat5.5/components/sakai-privacy-pack/META-INF +@dirrmtry tomcat5.5/components/sakai-privacy-pack/WEB-INF/lib +@dirrmtry tomcat5.5/components/sakai-privacy-pack/WEB-INF +@dirrmtry tomcat5.5/components/sakai-privacy-pack +@dirrmtry tomcat5.5/components/sakai-provider-pack/META-INF/maven/org.sakaiproject/sakai-provider-pack +@dirrmtry tomcat5.5/components/sakai-provider-pack/META-INF/maven/org.sakaiproject +@dirrmtry tomcat5.5/components/sakai-provider-pack/META-INF/maven +@dirrmtry tomcat5.5/components/sakai-provider-pack/META-INF +@dirrmtry tomcat5.5/components/sakai-provider-pack/WEB-INF/lib +@dirrmtry tomcat5.5/components/sakai-provider-pack/WEB-INF +@dirrmtry tomcat5.5/components/sakai-provider-pack +@dirrmtry tomcat5.5/components/sakai-reports-components/META-INF/maven/org.sakaiproject/sakai-reports-components +@dirrmtry tomcat5.5/components/sakai-reports-components/META-INF/maven/org.sakaiproject +@dirrmtry tomcat5.5/components/sakai-reports-components/META-INF/maven +@dirrmtry tomcat5.5/components/sakai-reports-components/META-INF +@dirrmtry tomcat5.5/components/sakai-reports-components/WEB-INF/lib +@dirrmtry tomcat5.5/components/sakai-reports-components/WEB-INF +@dirrmtry tomcat5.5/components/sakai-reports-components +@dirrmtry tomcat5.5/components/sakai-rights-pack/META-INF/maven/org.sakaiproject/sakai-rights-pack +@dirrmtry tomcat5.5/components/sakai-rights-pack/META-INF/maven/org.sakaiproject +@dirrmtry tomcat5.5/components/sakai-rights-pack/META-INF/maven +@dirrmtry tomcat5.5/components/sakai-rights-pack/META-INF +@dirrmtry tomcat5.5/components/sakai-rights-pack/WEB-INF/lib +@dirrmtry tomcat5.5/components/sakai-rights-pack/WEB-INF +@dirrmtry tomcat5.5/components/sakai-rights-pack +@dirrmtry tomcat5.5/components/sakai-roster-components/META-INF/maven/org.sakaiproject/sakai-roster-components +@dirrmtry tomcat5.5/components/sakai-roster-components/META-INF/maven/org.sakaiproject +@dirrmtry tomcat5.5/components/sakai-roster-components/META-INF/maven +@dirrmtry tomcat5.5/components/sakai-roster-components/META-INF +@dirrmtry tomcat5.5/components/sakai-roster-components/WEB-INF/lib +@dirrmtry tomcat5.5/components/sakai-roster-components/WEB-INF +@dirrmtry tomcat5.5/components/sakai-roster-components +@dirrmtry tomcat5.5/components/sakai-rwiki-pack/META-INF/maven/org.sakaiproject/sakai-rwiki-pack +@dirrmtry tomcat5.5/components/sakai-rwiki-pack/META-INF/maven/org.sakaiproject +@dirrmtry tomcat5.5/components/sakai-rwiki-pack/META-INF/maven +@dirrmtry tomcat5.5/components/sakai-rwiki-pack/META-INF +@dirrmtry tomcat5.5/components/sakai-rwiki-pack/WEB-INF/classes/META-INF/services +@dirrmtry tomcat5.5/components/sakai-rwiki-pack/WEB-INF/classes/META-INF +@dirrmtry tomcat5.5/components/sakai-rwiki-pack/WEB-INF/classes/uk/ac/cam/caret/sakai/rwiki/model/bundle/hsqldb +@dirrmtry tomcat5.5/components/sakai-rwiki-pack/WEB-INF/classes/uk/ac/cam/caret/sakai/rwiki/model/bundle/mysql +@dirrmtry tomcat5.5/components/sakai-rwiki-pack/WEB-INF/classes/uk/ac/cam/caret/sakai/rwiki/model/bundle/oracle +@dirrmtry tomcat5.5/components/sakai-rwiki-pack/WEB-INF/classes/uk/ac/cam/caret/sakai/rwiki/model/bundle +@dirrmtry tomcat5.5/components/sakai-rwiki-pack/WEB-INF/classes/uk/ac/cam/caret/sakai/rwiki/model +@dirrmtry tomcat5.5/components/sakai-rwiki-pack/WEB-INF/classes/uk/ac/cam/caret/sakai/rwiki +@dirrmtry tomcat5.5/components/sakai-rwiki-pack/WEB-INF/classes/uk/ac/cam/caret/sakai +@dirrmtry tomcat5.5/components/sakai-rwiki-pack/WEB-INF/classes/uk/ac/cam/caret +@dirrmtry tomcat5.5/components/sakai-rwiki-pack/WEB-INF/classes/uk/ac/cam +@dirrmtry tomcat5.5/components/sakai-rwiki-pack/WEB-INF/classes/uk/ac +@dirrmtry tomcat5.5/components/sakai-rwiki-pack/WEB-INF/classes/uk +@dirrmtry tomcat5.5/components/sakai-rwiki-pack/WEB-INF/classes +@dirrmtry tomcat5.5/components/sakai-rwiki-pack/WEB-INF/lib +@dirrmtry tomcat5.5/components/sakai-rwiki-pack/WEB-INF +@dirrmtry tomcat5.5/components/sakai-rwiki-pack +@dirrmtry tomcat5.5/components/sakai-search-adapters-pack/META-INF/maven/org.sakaiproject/sakai-search-adapters-pack +@dirrmtry tomcat5.5/components/sakai-search-adapters-pack/META-INF/maven/org.sakaiproject +@dirrmtry tomcat5.5/components/sakai-search-adapters-pack/META-INF/maven +@dirrmtry tomcat5.5/components/sakai-search-adapters-pack/META-INF +@dirrmtry tomcat5.5/components/sakai-search-adapters-pack/WEB-INF/lib +@dirrmtry tomcat5.5/components/sakai-search-adapters-pack/WEB-INF +@dirrmtry tomcat5.5/components/sakai-search-adapters-pack +@dirrmtry tomcat5.5/components/sakai-site-manage-group-section-role-helper-pack/META-INF/maven/org.sakaiproject.sitemanage/sakai-site-manage-group-section-role-helper-pack +@dirrmtry tomcat5.5/components/sakai-site-manage-group-section-role-helper-pack/META-INF/maven/org.sakaiproject.sitemanage +@dirrmtry tomcat5.5/components/sakai-site-manage-group-section-role-helper-pack/META-INF/maven +@dirrmtry tomcat5.5/components/sakai-site-manage-group-section-role-helper-pack/META-INF +@dirrmtry tomcat5.5/components/sakai-site-manage-group-section-role-helper-pack/WEB-INF/classes/org/sakaiproject/site/tool/helper/managegroupsectionrole/impl +@dirrmtry tomcat5.5/components/sakai-site-manage-group-section-role-helper-pack/WEB-INF/classes/org/sakaiproject/site/tool/helper/managegroupsectionrole +@dirrmtry tomcat5.5/components/sakai-site-manage-group-section-role-helper-pack/WEB-INF/classes/org/sakaiproject/site/tool/helper +@dirrmtry tomcat5.5/components/sakai-site-manage-group-section-role-helper-pack/WEB-INF/classes/org/sakaiproject/site/tool +@dirrmtry tomcat5.5/components/sakai-site-manage-group-section-role-helper-pack/WEB-INF/classes/org/sakaiproject/site +@dirrmtry tomcat5.5/components/sakai-site-manage-group-section-role-helper-pack/WEB-INF/classes/org/sakaiproject +@dirrmtry tomcat5.5/components/sakai-site-manage-group-section-role-helper-pack/WEB-INF/classes/org +@dirrmtry tomcat5.5/components/sakai-site-manage-group-section-role-helper-pack/WEB-INF/classes +@dirrmtry tomcat5.5/components/sakai-site-manage-group-section-role-helper-pack/WEB-INF/lib +@dirrmtry tomcat5.5/components/sakai-site-manage-group-section-role-helper-pack/WEB-INF +@dirrmtry tomcat5.5/components/sakai-site-manage-group-section-role-helper-pack +@dirrmtry tomcat5.5/components/sakai-site-manage-pack/META-INF/maven/org.sakaiproject.sitemanage/sakai-site-manage-pack +@dirrmtry tomcat5.5/components/sakai-site-manage-pack/META-INF/maven/org.sakaiproject.sitemanage +@dirrmtry tomcat5.5/components/sakai-site-manage-pack/META-INF/maven +@dirrmtry tomcat5.5/components/sakai-site-manage-pack/META-INF +@dirrmtry tomcat5.5/components/sakai-site-manage-pack/WEB-INF/lib +@dirrmtry tomcat5.5/components/sakai-site-manage-pack/WEB-INF +@dirrmtry tomcat5.5/components/sakai-site-manage-pack +@dirrmtry tomcat5.5/components/sakai-siteassociation-pack/META-INF/maven/org.sakaiproject/sakai-siteassociation-pack +@dirrmtry tomcat5.5/components/sakai-siteassociation-pack/META-INF/maven/org.sakaiproject +@dirrmtry tomcat5.5/components/sakai-siteassociation-pack/META-INF/maven +@dirrmtry tomcat5.5/components/sakai-siteassociation-pack/META-INF +@dirrmtry tomcat5.5/components/sakai-siteassociation-pack/WEB-INF/lib +@dirrmtry tomcat5.5/components/sakai-siteassociation-pack/WEB-INF +@dirrmtry tomcat5.5/components/sakai-siteassociation-pack +@dirrmtry tomcat5.5/components/sakai-syllabus-pack/META-INF/maven/org.sakaiproject/sakai-syllabus-pack +@dirrmtry tomcat5.5/components/sakai-syllabus-pack/META-INF/maven/org.sakaiproject +@dirrmtry tomcat5.5/components/sakai-syllabus-pack/META-INF/maven +@dirrmtry tomcat5.5/components/sakai-syllabus-pack/META-INF +@dirrmtry tomcat5.5/components/sakai-syllabus-pack/WEB-INF/lib +@dirrmtry tomcat5.5/components/sakai-syllabus-pack/WEB-INF +@dirrmtry tomcat5.5/components/sakai-syllabus-pack +@dirrmtry tomcat5.5/components/sakai-taggable-pack/META-INF/maven/org.sakaiproject/sakai-taggable-pack +@dirrmtry tomcat5.5/components/sakai-taggable-pack/META-INF/maven/org.sakaiproject +@dirrmtry tomcat5.5/components/sakai-taggable-pack/META-INF/maven +@dirrmtry tomcat5.5/components/sakai-taggable-pack/META-INF +@dirrmtry tomcat5.5/components/sakai-taggable-pack/WEB-INF/lib +@dirrmtry tomcat5.5/components/sakai-taggable-pack/WEB-INF +@dirrmtry tomcat5.5/components/sakai-taggable-pack +@dirrmtry tomcat5.5/components/sakai-usermembership-pack/META-INF/maven/org.sakaiproject/sakai-usermembership-pack +@dirrmtry tomcat5.5/components/sakai-usermembership-pack/META-INF/maven/org.sakaiproject +@dirrmtry tomcat5.5/components/sakai-usermembership-pack/META-INF/maven +@dirrmtry tomcat5.5/components/sakai-usermembership-pack/META-INF +@dirrmtry tomcat5.5/components/sakai-usermembership-pack/WEB-INF/lib +@dirrmtry tomcat5.5/components/sakai-usermembership-pack/WEB-INF +@dirrmtry tomcat5.5/components/sakai-usermembership-pack +@dirrmtry tomcat5.5/components/sakai-warehouse-component/META-INF/maven/org.sakaiproject/sakai-warehouse-component +@dirrmtry tomcat5.5/components/sakai-warehouse-component/META-INF/maven/org.sakaiproject +@dirrmtry tomcat5.5/components/sakai-warehouse-component/META-INF/maven +@dirrmtry tomcat5.5/components/sakai-warehouse-component/META-INF +@dirrmtry tomcat5.5/components/sakai-warehouse-component/WEB-INF/lib +@dirrmtry tomcat5.5/components/sakai-warehouse-component/WEB-INF +@dirrmtry tomcat5.5/components/sakai-warehouse-component +@dirrmtry tomcat5.5/components/sakai-web-pack/META-INF/maven/org.sakaiproject/sakai-web-pack +@dirrmtry tomcat5.5/components/sakai-web-pack/META-INF/maven/org.sakaiproject +@dirrmtry tomcat5.5/components/sakai-web-pack/META-INF/maven +@dirrmtry tomcat5.5/components/sakai-web-pack/META-INF +@dirrmtry tomcat5.5/components/sakai-web-pack/WEB-INF/lib +@dirrmtry tomcat5.5/components/sakai-web-pack/WEB-INF +@dirrmtry tomcat5.5/components/sakai-web-pack +@dirrmtry tomcat5.5/components/samigo-pack/META-INF/maven/org.sakaiproject.samigo/samigo-pack +@dirrmtry tomcat5.5/components/samigo-pack/META-INF/maven/org.sakaiproject.samigo +@dirrmtry tomcat5.5/components/samigo-pack/META-INF/maven +@dirrmtry tomcat5.5/components/samigo-pack/META-INF +@dirrmtry tomcat5.5/components/samigo-pack/WEB-INF/classes/db2 +@dirrmtry tomcat5.5/components/samigo-pack/WEB-INF/classes/hsqldb/patches +@dirrmtry tomcat5.5/components/samigo-pack/WEB-INF/classes/hsqldb +@dirrmtry tomcat5.5/components/samigo-pack/WEB-INF/classes/mysql/patches +@dirrmtry tomcat5.5/components/samigo-pack/WEB-INF/classes/mysql +@dirrmtry tomcat5.5/components/samigo-pack/WEB-INF/classes/oracle/patches +@dirrmtry tomcat5.5/components/samigo-pack/WEB-INF/classes/oracle +@dirrmtry tomcat5.5/components/samigo-pack/WEB-INF/classes/org/sakaiproject/tool/assessment/shared +@dirrmtry tomcat5.5/components/samigo-pack/WEB-INF/classes/org/sakaiproject/tool/assessment +@dirrmtry tomcat5.5/components/samigo-pack/WEB-INF/classes/org/sakaiproject/tool +@dirrmtry tomcat5.5/components/samigo-pack/WEB-INF/classes/org/sakaiproject +@dirrmtry tomcat5.5/components/samigo-pack/WEB-INF/classes/org +@dirrmtry tomcat5.5/components/samigo-pack/WEB-INF/classes +@dirrmtry tomcat5.5/components/samigo-pack/WEB-INF/lib +@dirrmtry tomcat5.5/components/samigo-pack/WEB-INF +@dirrmtry tomcat5.5/components/samigo-pack +@dirrmtry tomcat5.5/components/scheduler-component/META-INF/maven/org.sakaiproject.scheduler/scheduler-component +@dirrmtry tomcat5.5/components/scheduler-component/META-INF/maven/org.sakaiproject.scheduler +@dirrmtry tomcat5.5/components/scheduler-component/META-INF/maven +@dirrmtry tomcat5.5/components/scheduler-component/META-INF +@dirrmtry tomcat5.5/components/scheduler-component/WEB-INF +@dirrmtry tomcat5.5/components/scheduler-component +@dirrmtry tomcat5.5/components/search-pack/META-INF/maven/org.sakaiproject.search/search-pack +@dirrmtry tomcat5.5/components/search-pack/META-INF/maven/org.sakaiproject.search +@dirrmtry tomcat5.5/components/search-pack/META-INF/maven +@dirrmtry tomcat5.5/components/search-pack/META-INF +@dirrmtry tomcat5.5/components/search-pack/WEB-INF/lib +@dirrmtry tomcat5.5/components/search-pack/WEB-INF +@dirrmtry tomcat5.5/components/search-pack +@dirrmtry tomcat5.5/components/sections-pack/META-INF/maven/org.sakaiproject.edu-services.sections/sections-pack +@dirrmtry tomcat5.5/components/sections-pack/META-INF/maven/org.sakaiproject.edu-services.sections +@dirrmtry tomcat5.5/components/sections-pack/META-INF/maven +@dirrmtry tomcat5.5/components/sections-pack/META-INF +@dirrmtry tomcat5.5/components/sections-pack/WEB-INF/lib +@dirrmtry tomcat5.5/components/sections-pack/WEB-INF +@dirrmtry tomcat5.5/components/sections-pack +@dirrmtry tomcat5.5/components/sitestats-components/META-INF/maven/org.sakaiproject.sitestats/sitestats-components +@dirrmtry tomcat5.5/components/sitestats-components/META-INF/maven/org.sakaiproject.sitestats +@dirrmtry tomcat5.5/components/sitestats-components/META-INF/maven +@dirrmtry tomcat5.5/components/sitestats-components/META-INF +@dirrmtry tomcat5.5/components/sitestats-components/WEB-INF/classes/schema/db-data/db2 +@dirrmtry tomcat5.5/components/sitestats-components/WEB-INF/classes/schema/db-data/mysql +@dirrmtry tomcat5.5/components/sitestats-components/WEB-INF/classes/schema/db-data/oracle +@dirrmtry tomcat5.5/components/sitestats-components/WEB-INF/classes/schema/db-data +@dirrmtry tomcat5.5/components/sitestats-components/WEB-INF/classes/schema/db-tables/db2 +@dirrmtry tomcat5.5/components/sitestats-components/WEB-INF/classes/schema/db-tables/derby +@dirrmtry tomcat5.5/components/sitestats-components/WEB-INF/classes/schema/db-tables/hsqldb +@dirrmtry tomcat5.5/components/sitestats-components/WEB-INF/classes/schema/db-tables/mssql +@dirrmtry tomcat5.5/components/sitestats-components/WEB-INF/classes/schema/db-tables/mysql +@dirrmtry tomcat5.5/components/sitestats-components/WEB-INF/classes/schema/db-tables/oracle +@dirrmtry tomcat5.5/components/sitestats-components/WEB-INF/classes/schema/db-tables/postgres +@dirrmtry tomcat5.5/components/sitestats-components/WEB-INF/classes/schema/db-tables +@dirrmtry tomcat5.5/components/sitestats-components/WEB-INF/classes/schema +@dirrmtry tomcat5.5/components/sitestats-components/WEB-INF/classes/updating +@dirrmtry tomcat5.5/components/sitestats-components/WEB-INF/classes +@dirrmtry tomcat5.5/components/sitestats-components/WEB-INF/lib +@dirrmtry tomcat5.5/components/sitestats-components/WEB-INF +@dirrmtry tomcat5.5/components/sitestats-components +@dirrmtry tomcat5.5/components +@dirrmtry tomcat5.5/licenses +@dirrmtry tomcat5.5/server/lib +@dirrmtry tomcat5.5/server +@dirrmtry tomcat5.5/shared +@dirrmtry tomcat5.5/webapps |