You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by ni...@apache.org on 2001/06/21 18:04:58 UTC

cvs commit: jakarta-ant-antidote/src/java/org/apache/tools/ant/gui/resources antidote.properties

nickdavis    01/06/21 09:04:58

  Modified:    src/java/org/apache/tools/ant/gui/resources
                        antidote.properties
  Log:
  Add entry for "Reopener" module
  
  Revision  Changes    Path
  1.3       +7 -2      jakarta-ant-antidote/src/java/org/apache/tools/ant/gui/resources/antidote.properties
  
  Index: antidote.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-ant-antidote/src/java/org/apache/tools/ant/gui/resources/antidote.properties,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- antidote.properties	2001/06/04 18:55:01	1.2
  +++ antidote.properties	2001/06/21 16:04:57	1.3
  @@ -26,9 +26,14 @@
   
   org.apache.tools.ant.gui.modules.edit.PropertyEditor.name=Properties
   
  -# Configure the modules that appear on the top of the UI.
  +# Configure the modules that do not have a UI.
   org.apache.tools.ant.gui.Antidote.hidden.modules=\
  -	org.apache.tools.ant.gui.modules.ProjectMonitor
  +	org.apache.tools.ant.gui.modules.ProjectMonitor,\
  +	org.apache.tools.ant.gui.modules.Reopener
  +
  +# Configure the Reopener module
  +org.apache.tools.ant.gui.modules.Reopener.menuName=Reopen
  +org.apache.tools.ant.gui.modules.Reopener.insertAfterMenuName=Open
   
   # DependentTargetChooser part of the DependentTargetPropertyEditor
   org.apache.tools.ant.gui.modules.edit.DependentTargetChooser.ok=OK