Return-Path: Delivered-To: apmail-jakarta-ant-dev-archive@jakarta.apache.org Received: (qmail 81055 invoked by uid 500); 22 Jun 2001 00:22:50 -0000 Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk Reply-To: ant-dev@jakarta.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list ant-dev@jakarta.apache.org Delivered-To: moderator for ant-dev@jakarta.apache.org Received: (qmail 40514 invoked by uid 500); 21 Jun 2001 16:04:59 -0000 Delivered-To: apmail-jakarta-ant-antidote-cvs@apache.org Date: 21 Jun 2001 16:04:58 -0000 Message-ID: <20010621160458.40468.qmail@apache.org> From: nickdavis@apache.org To: jakarta-ant-antidote-cvs@apache.org Subject: 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