You are viewing a plain text version of this content. The canonical link for it is here.
Posted to batik-dev@xmlgraphics.apache.org by hi...@apache.org on 2002/03/06 14:56:26 UTC

cvs commit: xml-batik/sources/org/apache/batik/bridge BridgeEventSupport.java UpdateManager.java

hillion     02/03/06 05:56:26

  Modified:    sources/org/apache/batik/bridge BridgeEventSupport.java
                        UpdateManager.java
  Log:
  
  
  Revision  Changes    Path
  1.26      +1 -3      xml-batik/sources/org/apache/batik/bridge/BridgeEventSupport.java
  
  Index: BridgeEventSupport.java
  ===================================================================
  RCS file: /home/cvs/xml-batik/sources/org/apache/batik/bridge/BridgeEventSupport.java,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- BridgeEventSupport.java	25 Feb 2002 15:14:24 -0000	1.25
  +++ BridgeEventSupport.java	6 Mar 2002 13:56:25 -0000	1.26
  @@ -18,8 +18,6 @@
   import java.util.List;
   import java.util.HashMap;
   
  -import org.apache.batik.dom.DocumentWrapper;
  -import org.apache.batik.dom.events.EventWrapper;
   import org.apache.batik.gvt.GraphicsNode;
   import org.apache.batik.gvt.event.EventDispatcher;
   import org.apache.batik.gvt.event.GraphicsNodeKeyEvent;
  @@ -56,7 +54,7 @@
    * on the GVT root to propagate GVT events to the DOM.
    * @author <a href="mailto:cjolif@ilog.fr>Christophe Jolif</a>
    * @author <a href="mailto:stephane@hillion.org">Stephane Hillion</a>
  - * @version $Id: BridgeEventSupport.java,v 1.25 2002/02/25 15:14:24 hillion Exp $
  + * @version $Id: BridgeEventSupport.java,v 1.26 2002/03/06 13:56:25 hillion Exp $
    */
   class BridgeEventSupport implements SVGConstants {
       private static final String[] EVENT_ATTRIBUTES_GRAPHICS = {
  
  
  
  1.14      +1 -4      xml-batik/sources/org/apache/batik/bridge/UpdateManager.java
  
  Index: UpdateManager.java
  ===================================================================
  RCS file: /home/cvs/xml-batik/sources/org/apache/batik/bridge/UpdateManager.java,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- UpdateManager.java	6 Mar 2002 09:06:39 -0000	1.13
  +++ UpdateManager.java	6 Mar 2002 13:56:25 -0000	1.14
  @@ -20,9 +20,6 @@
   import java.util.LinkedList;
   import java.util.List;
   
  -import org.apache.batik.dom.DocumentWrapper;
  -import org.apache.batik.dom.DOMImplementationWrapper;
  -
   import org.apache.batik.gvt.GraphicsNode;
   import org.apache.batik.gvt.RootGraphicsNode;
   import org.apache.batik.gvt.UpdateTracker;
  @@ -44,7 +41,7 @@
    * This class provides features to manage the update of an SVG document.
    *
    * @author <a href="mailto:stephane@hillion.org">Stephane Hillion</a>
  - * @version $Id: UpdateManager.java,v 1.13 2002/03/06 09:06:39 vhardy Exp $
  + * @version $Id: UpdateManager.java,v 1.14 2002/03/06 13:56:25 hillion Exp $
    */
   public class UpdateManager implements RunnableQueue.RunHandler {
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: batik-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: batik-dev-help@xml.apache.org