[jboss-cvs] jboss-seam/trinidad/examples/seamdiscs/resources/WEB-INF ...

Peter Muir peter at bleepbleep.org.uk
Wed Apr 18 08:06:28 EDT 2007


  User: pmuir   
  Date: 07/04/18 08:06:28

  Modified:    trinidad/examples/seamdiscs/resources/WEB-INF   
                        components.xml
  Added:       trinidad/examples/seamdiscs/resources/WEB-INF   
                        trinidad-skins.xml trinidad-config.xml
  Log:
  Tidy up seamdiscs
  
  Revision  Changes    Path
  1.2       +7 -17     jboss-seam/trinidad/examples/seamdiscs/resources/WEB-INF/components.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: components.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/trinidad/examples/seamdiscs/resources/WEB-INF/components.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- components.xml	15 Apr 2007 17:45:43 -0000	1.1
  +++ components.xml	18 Apr 2007 12:06:28 -0000	1.2
  @@ -36,23 +36,13 @@
   		security-rules="#{securityRules}" />
   
   	<event type="org.jboss.seam.notLoggedIn">
  -		<action expression="#{redirect.captureCurrentView}" />
  +        <action expression="#{redirect.captureCurrentView}"/>
   	</event>
  +    
   	<event type="org.jboss.seam.postAuthenticate">
  -		<action expression="#{redirect.returnToCapturedView}" />
  +        <action expression="#{redirect.returnToCapturedView}"/>
   	</event>
   
  -	<mail:mail-session host="localhost" port="2525" username="test"
  -		password="test" />
  -
  -	<!-- For use with jBPM pageflow or process management -->
  -	<!--  
  -		<core:jbpm>
  -		<core:process-definitions></core:process-definitions>
  -		<core:pageflow-definitions></core:pageflow-definitions>
  -		</core:jbpm>
  -	-->
  -	
   	<framework:entity-query name="discs" ejbql="select disc from Disc disc" order="disc.name ASC" max-results="5"/>
   	
   	<framework:entity-query name="artists" ejbql="select artist from Artist artist" order="artist.name DESC" max-results="5"/>
  
  
  
  1.1      date: 2007/04/18 12:06:28;  author: pmuir;  state: Exp;jboss-seam/trinidad/examples/seamdiscs/resources/WEB-INF/trinidad-skins.xml
  
  Index: trinidad-skins.xml
  ===================================================================
  <skins xmlns="http://myfaces.apache.org/trinidad/skin">
  	<skin>
  		<id>seamdiscs.desktop</id>
  		<family>seamdiscs</family>
  		<render-kit-id>org.apache.myfaces.trinidad.desktop</render-kit-id>
  		<style-sheet-name>stylesheet/skin.css</style-sheet-name>
  		<bundle-name>messages</bundle-name>
  		
  	</skin>
  </skins>
  
  
  1.1      date: 2007/04/18 12:06:28;  author: pmuir;  state: Exp;jboss-seam/trinidad/examples/seamdiscs/resources/WEB-INF/trinidad-config.xml
  
  Index: trinidad-config.xml
  ===================================================================
  <?xml version="1.0"?>
  <trinidad-config xmlns="http://myfaces.apache.org/trinidad/config">
    <!-- Enable debug output -->
    <!-- <debug-output>true</debug-output>-->
  
    <client-validation-disabled>true</client-validation-disabled>
    <skin-family>seamdiscs</skin-family>
  </trinidad-config>
  
  



More information about the jboss-cvs-commits mailing list