[jboss-cvs] jboss-seam/examples/glassfish/resources/META-INF ...

Michael Yuan michael.yuan at jboss.com
Mon Feb 26 04:43:27 EST 2007


  User: myuan   
  Date: 07/02/26 04:43:27

  Modified:    examples/glassfish/resources/META-INF  application.xml
  Log:
  Works with the security model. But uses "org.jboss.seam.security.identity" instead of "identity"
  
  Revision  Changes    Path
  1.5       +1 -1      jboss-seam/examples/glassfish/resources/META-INF/application.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: application.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/glassfish/resources/META-INF/application.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- application.xml	17 Jan 2007 07:52:16 -0000	1.4
  +++ application.xml	26 Feb 2007 09:43:27 -0000	1.5
  @@ -16,7 +16,7 @@
   		<ejb>jboss-seam-glassfish.jar</ejb>
   	</module>
   	<module>
  -	    <ejb>jboss-seam.jar</ejb>
  +	    <java>jboss-seam.jar</java>
   	</module>
   	<module>
   	    <java>el-api.jar</java>
  
  
  



More information about the jboss-cvs-commits mailing list