hlship      2005/08/23 13:19:56

  Modified:    framework/src/descriptor/META-INF tapestry.asset.xml
                        tapestry.services.xml
  Log:
  Restore files somehow corrupted in the apache CVS repository.
  
  Revision  Changes    Path
  1.16      +3 -14     
jakarta-tapestry/framework/src/descriptor/META-INF/tapestry.asset.xml
  
  Index: tapestry.asset.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tapestry/framework/src/descriptor/META-INF/tapestry.asset.xml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- tapestry.asset.xml        25 May 2005 01:51:32 -0000      1.15
  +++ tapestry.asset.xml        23 Aug 2005 20:19:56 -0000      1.16
  @@ -125,22 +125,11 @@
       Reads and caches Digest digests of files exposed by the AssetService.
       
       <invoke-factory>
  -      <construct class="ResourceDigestSourceImpl"/>
  -    </invoke-factory>
  -  </service-point>  
  -  
  -  <service-point id="AssetExternalizer">
  -    
  -    Used by the AssetService to copy private assets out onto the file system 
within
  -    a web folder, so that static URLs to the assets may be generated.
  -    
  -    <invoke-factory>
  -      <construct class="AssetExternalizerImpl">
  -        <set-object property="propertySource" 
value="infrastructure:applicationPropertySource"/>
  +      <construct class="ResourceDigestSourceImpl">
  +        <event-listener service-id="tapestry.ResetEventCoordinator"/>
         </construct>
       </invoke-factory>
  -    
  -  </service-point>
  +  </service-point>  
     
     <contribution configuration-id="tapestry.Infrastructure">
       <property name="assetFactory" object="service:LookupAssetFactory"/>
  
  
  
  1.24      +1 -2      
jakarta-tapestry/framework/src/descriptor/META-INF/tapestry.services.xml
  
  Index: tapestry.services.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tapestry/framework/src/descriptor/META-INF/tapestry.services.xml,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- tapestry.services.xml     18 Apr 2005 17:07:50 -0000      1.23
  +++ tapestry.services.xml     23 Aug 2005 20:19:56 -0000      1.24
  @@ -2,7 +2,7 @@
   <!-- 
      Copyright 2004, 2005 The Apache Software Foundation
   
  -   Licensed under the Apache License, Version 2.0 (the "License");
  +   Licensed under the Apache License, Versions 2.0 (the "License");
      you may not use this file except in compliance with the License.
      You may obtain a copy of the License at
   
  @@ -73,7 +73,6 @@
       <invoke-factory>
         <construct class="org.apache.tapestry.asset.AssetService">
           <set-object property="exceptionReporter" 
value="infrastructure:requestExceptionReporter"/>
  -        <set-service property="assetExternalizer" 
service-id="tapestry.asset.AssetExternalizer"/>
           <set-object property="linkFactory" 
value="infrastructure:linkFactory"/>
           <set-service property="context" 
service-id="tapestry.globals.WebContext"/>
           <set-object property="response" 
value="service:tapestry.globals.WebResponse"/>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to