You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by jo...@apache.org on 2004/07/09 12:26:18 UTC

cvs commit: cocoon-2.1/src/webapp/WEB-INF cocoon.xconf

joerg       2004/07/09 03:26:17

  Modified:    src/webapp/WEB-INF cocoon.xconf
  Log:
  renamed flow-attribute input module to make the naming consistent:
  session-attr, request-attr => flow-attr
  
  Revision  Changes    Path
  1.53      +2 -2      cocoon-2.1/src/webapp/WEB-INF/cocoon.xconf
  
  Index: cocoon.xconf
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/webapp/WEB-INF/cocoon.xconf,v
  retrieving revision 1.52
  retrieving revision 1.53
  diff -u -r1.52 -r1.53
  --- cocoon.xconf	22 Jun 2004 02:41:14 -0000	1.52
  +++ cocoon.xconf	9 Jul 2004 10:26:17 -0000	1.53
  @@ -14,7 +14,7 @@
     See the License for the specific language governing permissions and
     limitations under the License.
   -->
  -
  +<!-- CVS $Id$ -->
   <cocoon version="2.2">
   
   <!--+
  @@ -175,7 +175,7 @@
       <component-instance logger="core.modules.input" name="cocoon-properties" class="org.apache.cocoon.components.modules.input.PropertiesFileModule">
         <file src="resource://org/apache/cocoon/cocoon.properties" />
       </component-instance>
  -    <component-instance logger="core.modules.input" name="flow-attribute"     class="org.apache.cocoon.components.modules.input.FlowAttributeModule"/>
  +    <component-instance logger="core.modules.input" name="flow-attr"     class="org.apache.cocoon.components.modules.input.FlowAttributeModule"/>
       <component-instance logger="core.modules.input" name="flow-continuation"  class="org.apache.cocoon.components.modules.input.FlowContinuationModule"/>
   
       <component-instance logger="core.modules.input" name="xmlmeta"      class="org.apache.cocoon.components.modules.input.XMLMetaModule"/>