Changeset 2263


Ignore:
Timestamp:
09/28/12 15:33:08 (12 years ago)
Author:
mwindhouwer
Message:

M develop/mod-Tango/module.xml
M develop/mod-famfamfam/module.xml
M develop/mod-gi/module.xml

  • also accept an isocat/ prefix
Location:
cats/ISOcat/trunk/develop
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • cats/ISOcat/trunk/develop/mod-Tango/module.xml

    r2029 r2263  
    2020        <export>
    2121                <uri>
     22                        <match>ffcpl:/isocat/Tango/.*</match>
    2223                        <match>ffcpl:/Tango/.*</match>
    2324                        <match>ffcpl:/entrypoints.xml</match>
     
    2627        </export>
    2728        <rewrite>
     29                <!-- handle isocat prefix -->
     30                <rule>
     31                        <match>ffcpl:/isocat/(.*)</match>
     32                        <to>ffcpl:/$1</to>
     33                </rule>
    2834                <!-- some static files should get the proper MIME type -->
    2935                <rule>
  • cats/ISOcat/trunk/develop/mod-famfamfam/module.xml

    r2029 r2263  
    2020        <export>
    2121                <uri>
     22                        <match>ffcpl:/isocat/famfamfam/.*</match>
    2223                        <match>ffcpl:/famfamfam/.*</match>
    2324                        <match>ffcpl:/entrypoints.xml</match>
     
    2627        </export>
    2728        <rewrite>
     29                <!-- handle isocat prefix -->
     30                <rule>
     31                        <match>ffcpl:/isocat/(.*)</match>
     32                        <to>ffcpl:/$1</to>
     33                </rule>
    2834                <!-- some static files should get the proper MIME type -->
    2935                <rule>
  • cats/ISOcat/trunk/develop/mod-gi/module.xml

    r2029 r2263  
    1919        <export>
    2020                <uri>
     21                        <match>ffcpl:/isocat/gi/.*</match>
    2122                        <match>ffcpl:/gi/.*</match>
     23                        <match>ffcpl:/isocat/Tibco/.*</match>
    2224                        <match>ffcpl:/Tibco/.*</match>
    2325                        <match>ffcpl:/entrypoints.xml</match>
     
    2628        </export>
    2729        <rewrite>
     30                <!-- handle isocat prefix -->
     31                <rule>
     32                        <match>ffcpl:/isocat/(.*)</match>
     33                        <to>ffcpl:/$1</to>
     34                </rule>
    2835                <!-- some static files should get the proper MIME type -->
    2936                <rule>
Note: See TracChangeset for help on using the changeset viewer.