[jboss-cvs] jboss-seam/src/main/org/jboss/seam/security ...

Gavin King gavin.king at jboss.com
Tue Jun 19 15:02:37 EDT 2007


  User: gavin   
  Date: 07/06/19 15:02:37

  Modified:    src/main/org/jboss/seam/security  Identity.java
  Log:
  repackaged built-in components
  sorry for breakage, but it had to happen eventually :-(
  
  Revision  Changes    Path
  1.88      +2 -2      jboss-seam/src/main/org/jboss/seam/security/Identity.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Identity.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/security/Identity.java,v
  retrieving revision 1.87
  retrieving revision 1.88
  diff -u -b -r1.87 -r1.88
  --- Identity.java	7 Jun 2007 12:05:57 -0000	1.87
  +++ Identity.java	19 Jun 2007 19:02:37 -0000	1.88
  @@ -37,10 +37,10 @@
   import org.jboss.seam.contexts.Contexts;
   import org.jboss.seam.core.Events;
   import org.jboss.seam.core.Expressions;
  -import org.jboss.seam.core.FacesMessages;
  -import org.jboss.seam.core.Selector;
   import org.jboss.seam.core.ServletSession;
   import org.jboss.seam.core.Expressions.MethodExpression;
  +import org.jboss.seam.faces.FacesMessages;
  +import org.jboss.seam.faces.Selector;
   import org.jboss.seam.log.LogProvider;
   import org.jboss.seam.log.Logging;
   import org.jboss.seam.util.Strings;
  
  
  



More information about the jboss-cvs-commits mailing list