This repository was archived by the owner on Sep 16, 2024. It is now read-only.

Description
I would like for it when the collections.properties and permissions.properties files also aloow for more regular expressions other than exact match or *.
So I would like to be able to specify the following in eg collections.properties:
*=generic-collection
*.xsd=xsd-collection
*.sch=schematron-collection
*catalog.xml=catalog-collection
readme.txt=readme-collection
So the readme.txt would get generic-collection and readme-collection
schema-1.xsd and schema-2.xsd would get generic-collection and xsd-collection
my-catalog.xml and catalog.xml would get generic-collection and catalog-collection