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

Gavin King gavin.king at jboss.com
Tue Jun 19 16:32:01 EDT 2007


  User: gavin   
  Date: 07/06/19 16:32:01

  Modified:    src/main/org/jboss/seam/faces  BusinessProcess.java
  Log:
  ups
  
  Revision  Changes    Path
  1.2       +1 -1      jboss-seam/src/main/org/jboss/seam/faces/BusinessProcess.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: BusinessProcess.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/faces/BusinessProcess.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- BusinessProcess.java	19 Jun 2007 20:08:12 -0000	1.1
  +++ BusinessProcess.java	19 Jun 2007 20:32:01 -0000	1.2
  @@ -21,7 +21,7 @@
   @Scope(ScopeType.CONVERSATION)
   @Name("org.jboss.seam.core.businessProcess")
   @Intercept(NEVER)
  - at Install(dependencies="org.jboss.seam.core.jbpm", precedence=FRAMEWORK, classDependencies="javax.faces.context.FacesContext")
  + at Install(dependencies="org.jboss.seam.bpm.jbpm", precedence=FRAMEWORK, classDependencies="javax.faces.context.FacesContext")
   public class BusinessProcess extends org.jboss.seam.bpm.BusinessProcess
   {
      
  
  
  



More information about the jboss-cvs-commits mailing list