You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by bl...@apache.org on 2003/03/07 18:52:51 UTC

cvs commit: avalon-excalibur/instrument-client/src/java/org/apache/excalibur/instrument/client InstrumentManagerTreeModel.java MenuBar.java

bloritsch    2003/03/07 09:52:51

  Modified:    instrument-client default.properties
               instrument-client/src/java/org/apache/excalibur/instrument/client
                        InstrumentManagerTreeModel.java MenuBar.java
  Log:
  fix build
  
  Revision  Changes    Path
  1.19      +1 -1      avalon-excalibur/instrument-client/default.properties
  
  Index: default.properties
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/instrument-client/default.properties,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- default.properties	27 Feb 2003 12:03:33 -0000	1.18
  +++ default.properties	7 Mar 2003 17:52:51 -0000	1.19
  @@ -39,7 +39,7 @@
   
   # ----- Excalibur instrument-manager -----
   excalibur-instrument-manager.home=${basedir}/../instrument-manager/dist
  -excalibur-instrument-manager-interfaces.jar=${excalibur-instrument-manager.home}/excalibur-instrument-manager-interfaces-0.3.jar
  +excalibur-instrument-manager-interfaces.jar=${excalibur-instrument-manager.home}/excalibur-instrument-manager-interfaces-1.0.jar
   
   # --------------------------------------------------
   
  
  
  
  1.10      +0 -2      avalon-excalibur/instrument-client/src/java/org/apache/excalibur/instrument/client/InstrumentManagerTreeModel.java
  
  Index: InstrumentManagerTreeModel.java
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/instrument-client/src/java/org/apache/excalibur/instrument/client/InstrumentManagerTreeModel.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- InstrumentManagerTreeModel.java	27 Feb 2003 12:03:33 -0000	1.9
  +++ InstrumentManagerTreeModel.java	7 Mar 2003 17:52:51 -0000	1.10
  @@ -22,8 +22,6 @@
   import org.apache.excalibur.instrument.manager.interfaces.InstrumentSampleDescriptor;
   import org.apache.excalibur.instrument.manager.interfaces.InstrumentableDescriptor;
   
  -import com.sun.jdi.InvocationException;
  -
   class InstrumentManagerTreeModel
       extends AbstractLogEnabled
       implements InstrumentManagerConnectionListener, TreeModel
  
  
  
  1.8       +1 -3      avalon-excalibur/instrument-client/src/java/org/apache/excalibur/instrument/client/MenuBar.java
  
  Index: MenuBar.java
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/instrument-client/src/java/org/apache/excalibur/instrument/client/MenuBar.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- MenuBar.java	27 Feb 2003 12:03:33 -0000	1.7
  +++ MenuBar.java	7 Mar 2003 17:52:51 -0000	1.8
  @@ -24,8 +24,6 @@
   import org.apache.excalibur.instrument.manager.interfaces.InstrumentSampleDescriptor;
   import org.apache.excalibur.instrument.manager.interfaces.InstrumentableDescriptor;
   
  -import com.sun.jdi.InvocationException;
  -
   /**
    *
    * @author <a href="mailto:leif@tanukisoftware.com">Leif Mortenson</a>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@avalon.apache.org
For additional commands, e-mail: cvs-help@avalon.apache.org