metasim     00/11/14 11:48:12

  Modified:    src/antidote/org/apache/tools/ant/gui/resources
                        antidote.properties
  Log:
  Added TargetMonitor widget which gives a better indication of what targets 
will
  be built if a build is launched. Also fixed a few buglets in the 
PropertyEditor.
  
  Revision  Changes    Path
  1.9       +8 -0      
jakarta-ant/src/antidote/org/apache/tools/ant/gui/resources/antidote.properties
  
  Index: antidote.properties
  ===================================================================
  RCS file: 
/home/cvs/jakarta-ant/src/antidote/org/apache/tools/ant/gui/resources/antidote.properties,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- antidote.properties       2000/11/12 20:00:01     1.8
  +++ antidote.properties       2000/11/14 19:48:12     1.9
  @@ -13,12 +13,20 @@
   org.apache.tools.ant.gui.Antidote.bottom.editors=\
        org.apache.tools.ant.gui.Console
   
  +# Configure the editors that appear on the top of the UI.
  +org.apache.tools.ant.gui.Antidote.top.editors=\
  +     org.apache.tools.ant.gui.TargetMonitor
  +
   # Set specific class properties.
   org.apache.tools.ant.gui.SourceEditor.name=Source
   
   org.apache.tools.ant.gui.PropertyEditor.name=Properties
   
   org.apache.tools.ant.gui.ProjectNavigator.name=Project
  +
  +org.apache.tools.ant.gui.TargetMonitor.name=Selected Target(s)
  +org.apache.tools.ant.gui.TargetMonitor.defText=[none]
  +
   org.apache.tools.ant.gui.Console.name=Console
   org.apache.tools.ant.gui.Console.logLevel=Log message level:
   
  
  
  

Reply via email to