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

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


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

  Modified:    src/main/org/jboss/seam/pageflow  Page.java
  Log:
  repackaged built-in components
  sorry for breakage, but it had to happen eventually :-(
  
  Revision  Changes    Path
  1.13      +1 -1      jboss-seam/src/main/org/jboss/seam/pageflow/Page.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Page.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/pageflow/Page.java,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -b -r1.12 -r1.13
  --- Page.java	17 Jun 2007 19:48:58 -0000	1.12
  +++ Page.java	19 Jun 2007 19:02:36 -0000	1.13
  @@ -1,7 +1,7 @@
   package org.jboss.seam.pageflow;
   
   import org.dom4j.Element;
  -import org.jboss.seam.core.BusinessProcess;
  +import org.jboss.seam.bpm.BusinessProcess;
   import org.jboss.seam.core.Conversation;
   import org.jboss.seam.core.Interpolator;
   import org.jbpm.graph.def.Node;
  
  
  



More information about the jboss-cvs-commits mailing list