Changeset 3427


Ignore:
Timestamp:
08/19/13 15:36:43 (11 years ago)
Author:
mwindhouwer
Message:
  • disable debugging
  • debugs dump go to the new debug-sloot directory
Location:
cats/shared/urn.org.isocat.sloot/trunk
Files:
3 edited
1 copied

Legend:

Unmodified
Added
Removed
  • cats/shared/urn.org.isocat.sloot/trunk/module.xml

    r3420 r3427  
    108108            </fileset>
    109109            <fileset>
    110                <regex>res:/debug/.*</regex>
     110               <regex>res:/debug-sloot/.*</regex>
    111111               <mutable/>
    112112            </fileset>
  • cats/shared/urn.org.isocat.sloot/trunk/tools/pp-dpml.dpml

    r3092 r3427  
    11<?xml version="1.0" encoding="UTF-8"?>
    22<sequence>
    3         <literal assignment="debug" type="boolean">true</literal>
     3        <literal assignment="debug" type="boolean">false</literal>
    44        <!-- convenience wrapper around active:dpml -->
    55        <if>
     
    1212                        <request>
    1313                                <verb>SINK</verb>
    14                                 <identifier>res:/debug/sloot.dpml.operator.xml</identifier>
     14                                <identifier>res:/debug-sloot/sloot.dpml.operator.xml</identifier>
    1515                                <argument name="primary">arg:sloot-operator</argument>
    1616                        </request>
     
    3131                        <request>
    3232                                <verb>SINK</verb>
    33                                 <identifier>res:/debug/sloot.dpml.script.xml</identifier>
     33                                <identifier>res:/debug-sloot/sloot.dpml.script.xml</identifier>
    3434                                <argument name="primary">this:script</argument>
    3535                        </request>
     
    143143                        <request>
    144144                                <verb>SINK</verb>
    145                                 <identifier>res:/debug/sloot.dpml.result.xml</identifier>
     145                                <identifier>res:/debug-sloot/sloot.dpml.result.xml</identifier>
    146146                                <argument name="primary">this:response</argument>
    147147                        </request>
  • cats/shared/urn.org.isocat.sloot/trunk/tools/xquery.dpml

    r3155 r3427  
    1212                        <request>
    1313                                <verb>SINK</verb>
    14                                 <identifier>res:/debug/sloot.xquery.query.xml</identifier>
     14                                <identifier>res:/debug-sloot/sloot.xquery.query.xml</identifier>
    1515                                <argument name="primary">arg:query</argument>
    1616                        </request>
     
    128128                        <request>
    129129                                <verb>SINK</verb>
    130                                 <identifier>res:/debug/sloot.xquery.query.xq</identifier>
     130                                <identifier>res:/debug-sloot/sloot.xquery.query.xq</identifier>
    131131                                <argument name="primary">this:query</argument>
    132132                        </request>
     
    147147                        <request>
    148148                                <verb>SINK</verb>
    149                                 <identifier>res:/debug/sloot.xquery.result.xml</identifier>
     149                                <identifier>res:/debug-sloot/sloot.xquery.result.xml</identifier>
    150150                                <argument name="primary">this:response</argument>
    151151                        </request>
Note: See TracChangeset for help on using the changeset viewer.