You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by mi...@apache.org on 2005/08/14 16:13:14 UTC

cvs commit: jakarta-tapestry/contrib/src/descriptor/META-INF hivemodule.xml

mindbridge    2005/08/14 07:13:14

  Modified:    contrib/src/descriptor/META-INF hivemodule.xml
  Log:
  Adding the checkboxes and xtile components to contrib
  
  Revision  Changes    Path
  1.5       +14 -0     jakarta-tapestry/contrib/src/descriptor/META-INF/hivemodule.xml
  
  Index: hivemodule.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tapestry/contrib/src/descriptor/META-INF/hivemodule.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- hivemodule.xml	25 Jun 2005 04:57:31 -0000	1.4
  +++ hivemodule.xml	14 Aug 2005 14:13:14 -0000	1.5
  @@ -44,5 +44,19 @@
       </invoke-factory>
       
     </service-point>
  +
     
  +  <contribution configuration-id="tapestry.services.ApplicationServices">
  +    <service name="xtile" object="service:XTileService"/>
  +  </contribution>
  +  
  +  <service-point id="XTileService" interface="org.apache.tapestry.engine.IEngineService">
  +    <invoke-factory>
  +      <construct class="org.apache.tapestry.contrib.ajax.XTileService">
  +        <set-object property="exceptionReporter" value="infrastructure:requestExceptionReporter"/>
  +        <set-object property="response" value="infrastructure:response"/>
  +      </construct>
  +    </invoke-factory>
  +  </service-point>  
  +    
   </module>
  \ No newline at end of file
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-dev-help@jakarta.apache.org