Ticket #343: changeApplicationPathToApplicationMappingInSamples.patch

File changeApplicationPathToApplicationMappingInSamples.patch, 5.4 kB (added by cfgrok, 17 years ago)
  • actionpacks/config/ColdSpring.xml

     
    2020 
    2121        <!-- Where to find necessary files --> 
    2222        <property name="configurationPath"><value>config/ModelGlue.xml</value></property> 
    23         <property name="applicationPath"><value>/modelgluesamples/actionpacks</value></property> 
     23        <property name="applicationMapping"><value>/modelgluesamples/actionpacks</value></property> 
    2424        <property name="viewMappings"><value>/modelgluesamples/actionpacks/views</value></property> 
    2525        <property name="helperMappings"><value>/modelgluesamples/actionpacks/helpers,/ModelGlue/helpers</value></property> 
    2626         
  • applicationcfc/config/ColdSpring.xml

     
    1616 
    1717        <!-- Where to find necessary files --> 
    1818        <property name="configurationPath"><value>config/ModelGlue.xml</value></property> 
    19         <property name="applicationPath"><value>/modelgluesamples/applicationcfc</value></property> 
     19        <property name="applicationMapping"><value>/modelgluesamples/applicationcfc</value></property> 
    2020        <property name="viewMappings"><value>/modelgluesamples/applicationcfc/views</value></property> 
    2121        <property name="helperMappings"><value>/modelgluesamples/applicationcfc/helpers,/ModelGlue/helpers/cflib</value></property> 
    2222         
  • contentCaching/config/ColdSpring.xml

     
    2020 
    2121        <!-- Where to find necessary files --> 
    2222        <property name="configurationPath"><value>config/ModelGlue.xml</value></property> 
    23         <property name="applicationPath"><value>/modelgluesamples/contentCaching</value></property> 
     23        <property name="applicationMapping"><value>/modelgluesamples/contentCaching</value></property> 
    2424        <property name="viewMappings"><value>/modelgluesamples/contentCaching/views</value></property> 
    2525        <property name="helperMappings"><value>/modelgluesamples/contentCaching/helpers,/ModelGlue/helpers</value></property> 
    2626         
  • formvalidation/config/ColdSpring.xml

     
    2020 
    2121        <!-- Where to find necessary files --> 
    2222        <property name="configurationPath"><value>config/ModelGlue.xml</value></property> 
    23         <property name="applicationPath"><value>/modelgluesamples/formvalidation</value></property> 
     23        <property name="applicationMapping"><value>/modelgluesamples/formvalidation</value></property> 
    2424        <property name="viewMappings"><value>/modelgluesamples/formvalidation/views</value></property> 
    2525        <property name="helperMappings"><value>/modelgluesamples/formvalidation/helpers,/ModelGlue/helpers</value></property> 
    2626         
  • helloworld/config/ColdSpring.xml

     
    1616 
    1717        <!-- Where to find necessary files --> 
    1818        <property name="configurationPath"><value>config/ModelGlue.xml</value></property> 
    19         <property name="applicationPath"><value>/modelgluesamples/helloworld</value></property> 
     19        <property name="applicationMapping"><value>/modelgluesamples/helloworld</value></property> 
    2020        <property name="viewMappings"><value>/modelgluesamples/helloworld/views</value></property> 
    2121        <property name="helperMappings"><value>/modelgluesamples/helloworld/helpers,/ModelGlue/helpers/cflib</value></property> 
    2222         
  • richwidgets/config/ColdSpring.xml

     
    2020 
    2121        <!-- Where to find necessary files --> 
    2222        <property name="configurationPath"><value>config/ModelGlue.xml</value></property> 
    23         <property name="applicationPath"><value>/modelgluesamples/richwidgets</value></property> 
     23        <property name="applicationMapping"><value>/modelgluesamples/richwidgets</value></property> 
    2424        <property name="viewMappings"><value>/modelgluesamples/richwidgets/views</value></property> 
    2525        <property name="helperMappings"><value>/modelgluesamples/richwidgets/helpers,/ModelGlue/helpers</value></property> 
    2626         
  • simpleconfiguration/config/ColdSpring.xml

     
    1616 
    1717        <!-- Where to find necessary files --> 
    1818        <property name="configurationPath"><value>config/ModelGlue.xml</value></property> 
    19         <property name="applicationPath"><value>/modelgluesamples/simpleconfiguration</value></property> 
     19        <property name="applicationMapping"><value>/modelgluesamples/simpleconfiguration</value></property> 
    2020        <property name="viewMappings"><value>/modelgluesamples/simpleconfiguration/views</value></property> 
    2121        <property name="helperMappings"><value>/modelgluesamples/simpleconfiguration/helpers,/ModelGlue/helpers/cflib</value></property> 
    2222