You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by je...@apache.org on 2003/02/12 05:10:25 UTC

cvs commit: xml-cocoon2/src/blocks/web3/conf web3.xconf web3.xroles web3.xsamples

jefft       2003/02/11 20:10:25

  Modified:    src/blocks/web3/conf web3.xconf web3.xroles web3.xsamples
  Log:
  Zap tabs
  
  Revision  Changes    Path
  1.2       +22 -22    xml-cocoon2/src/blocks/web3/conf/web3.xconf
  
  Index: web3.xconf
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/blocks/web3/conf/web3.xconf,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- web3.xconf	17 Jan 2003 11:33:19 -0000	1.1
  +++ web3.xconf	12 Feb 2003 04:10:25 -0000	1.2
  @@ -2,28 +2,28 @@
   
   <xconf xpath="/cocoon" unless="web3">
   
  -	<web3 logger="core.web3">
  -	  <!-- optional 
  -	  <class>put your DSImpl here</class>
  -	  -->
  -		<backend name="indy">
  -			<pool size="10" trace="false" level="0">
  -				<client>100</client>
  -				<user>user</user>
  -				<password>secret</password>
  -				<language>DE</language>
  -				<route>indy</route>
  -				<system>00</system>
  -				<gateway>sapgw00</gateway>
  -				<program-id>USR-GR02</program-id>
  -			</pool>
  -		</backend>
  -	</web3>
  -	
  -	<web3-streamer logger="core.web3">
  -	  <default name="default" logger="core.web3.default-streamer"/>
  -	</web3-streamer>
  +  <web3 logger="core.web3">
  +    <!-- optional 
  +    <class>put your DSImpl here</class>
  +    -->
  +    <backend name="indy">
  +      <pool size="10" trace="false" level="0">
  +        <client>100</client>
  +        <user>user</user>
  +        <password>secret</password>
  +        <language>DE</language>
  +        <route>indy</route>
  +        <system>00</system>
  +        <gateway>sapgw00</gateway>
  +        <program-id>USR-GR02</program-id>
  +      </pool>
  +    </backend>
  +  </web3>
  +
  +  <web3-streamer logger="core.web3">
  +    <default name="default" logger="core.web3.default-streamer"/>
  +  </web3-streamer>
   
     <web-client logger="core.web3-client"/>
  -  
  +
   </xconf>
  
  
  
  1.2       +13 -13    xml-cocoon2/src/blocks/web3/conf/web3.xroles
  
  Index: web3.xroles
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/blocks/web3/conf/web3.xroles,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- web3.xroles	17 Jan 2003 11:33:19 -0000	1.1
  +++ web3.xroles	12 Feb 2003 04:10:25 -0000	1.2
  @@ -1,20 +1,20 @@
   <?xml version="1.0"?>
   <xroles xpath="/role-list" unless="role[@name='org.apache.cocoon.components.web3.Web3DataSourceSelector']">
   
  -	<role name="org.apache.cocoon.components.web3.Web3DataSourceSelector" 
  -		  shorthand="web3" 
  -		  default-class="org.apache.cocoon.components.web3.impl.Web3DataSourceSelectorImpl"/>
  +    <role name="org.apache.cocoon.components.web3.Web3DataSourceSelector" 
  +          shorthand="web3" 
  +          default-class="org.apache.cocoon.components.web3.impl.Web3DataSourceSelectorImpl"/>
   
  -	<role name="org.apache.cocoon.components.web3.Web3StreamerSelector"
  -        	  shorthand="web3-streamer"
  -        	  default-class="org.apache.avalon.excalibur.component.ExcaliburComponentSelector">
  -		<hint shorthand="default" 
  -			  class="org.apache.cocoon.components.web3.impl.DefaultWeb3StreamerImpl"/>
  -		<!-- your streamer here -->
  -	</role>
  +    <role name="org.apache.cocoon.components.web3.Web3StreamerSelector"
  +              shorthand="web3-streamer"
  +              default-class="org.apache.avalon.excalibur.component.ExcaliburComponentSelector">
  +        <hint shorthand="default" 
  +              class="org.apache.cocoon.components.web3.impl.DefaultWeb3StreamerImpl"/>
  +        <!-- your streamer here -->
  +    </role>
   
  -	<role name="org.apache.cocoon.components.web3.Web3Client"
  -	      shorthand="web-client"
  -	      default-class="org.apache.cocoon.components.web3.impl.Web3ClientImpl"/>
  +    <role name="org.apache.cocoon.components.web3.Web3Client"
  +          shorthand="web-client"
  +          default-class="org.apache.cocoon.components.web3.impl.Web3ClientImpl"/>
   
   </xroles>
  
  
  
  1.2       +2 -2      xml-cocoon2/src/blocks/web3/conf/web3.xsamples
  
  Index: web3.xsamples
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/blocks/web3/conf/web3.xsamples,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- web3.xsamples	17 Jan 2003 11:33:19 -0000	1.1
  +++ web3.xsamples	12 Feb 2003 04:10:25 -0000	1.2
  @@ -3,10 +3,10 @@
   <xsamples xpath="/samples" unless="group[@name='web3']">
   
     <group name="web3">
  -	<note> 
  +    <note> 
         For the examples of this block to work, an SAP R/3 system and some
         SAP java classes need to be available and configured according to the docs that 
  -	  can be found in the developer section of the Apache Cocoon documentation.
  +      can be found in the developer section of the Apache Cocoon documentation.
       </note>
        <sample name="Samples" href="web3/samples">
          Continue to web3 block samples.
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     webmaster@xml.apache.org
To unsubscribe, e-mail:          cocoon-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: cocoon-cvs-help@xml.apache.org