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

Gavin King gavin.king at jboss.com
Tue May 29 20:19:12 EDT 2007


  User: gavin   
  Date: 07/05/29 20:19:12

  Modified:    src/main/org/jboss/seam/jbpm  SeamFunctionMapper.java
  Log:
  moved EL stuff into its own package
  support optional FacesEvent parameter everywhere
  
  Revision  Changes    Path
  1.2       +1 -1      jboss-seam/src/main/org/jboss/seam/jbpm/SeamFunctionMapper.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: SeamFunctionMapper.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/jbpm/SeamFunctionMapper.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- SeamFunctionMapper.java	17 May 2007 09:12:53 -0000	1.1
  +++ SeamFunctionMapper.java	30 May 2007 00:19:12 -0000	1.2
  @@ -2,7 +2,7 @@
   
   import java.lang.reflect.Method;
   
  -import org.jboss.seam.jsf.SeamELFunctionMapper;
  +import org.jboss.seam.el.SeamELFunctionMapper;
   import org.jbpm.jpdl.el.FunctionMapper;
   
   /**
  
  
  



More information about the jboss-cvs-commits mailing list