metasim     01/01/11 11:23:36

  Modified:    src/antidote/org/apache/tools/ant/gui/resources
                        action.properties antidote.properties
  Log:
  Added initial support for creating a new, empty project.
  
  Revision  Changes    Path
  1.13      +1 -1      
jakarta-ant/src/antidote/org/apache/tools/ant/gui/resources/action.properties
  
  Index: action.properties
  ===================================================================
  RCS file: 
/home/cvs/jakarta-ant/src/antidote/org/apache/tools/ant/gui/resources/action.properties,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- action.properties 2001/01/10 20:46:59     1.12
  +++ action.properties 2001/01/11 19:23:31     1.13
  @@ -3,7 +3,7 @@
   
   # Declare the list of known actions.
   actions=\
  -    open, save, saveas, close, exit, about, \
  +    new, open, save, saveas, close, exit, about, \
       newTarget, newTask, newProperty \
       startBuild, stopBuild
   
  
  
  
  1.19      +3 -2      
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.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- antidote.properties       2001/01/10 20:46:59     1.18
  +++ antidote.properties       2001/01/11 19:23:33     1.19
  @@ -1,5 +1,7 @@
   # This is the general properties file for the Antidote application.
   
  +#debug=true
  +
   # The following four module properties configure those properties that
   # should be initialized and displayed by default by the GUI. If more
   # than one module is configured for a property (as indicated providing
  @@ -90,6 +92,7 @@
   org.apache.tools.ant.gui.acs.ACSTaskElementBeanInfo.icon=task.gif
   
   
  +org.apache.tools.ant.gui.command.NewProjectCmd.defName=New Project
   
   #----------------------------------------------------------------------------
   # About Description (NB: this is only a temporary approach).
  @@ -105,8 +108,6 @@
       <table> \
        <tr><td align="right"><b>Version</b>:</td><td>{0}</td></tr> \
        <tr><td align="right"><b>Date</b>:</td><td>{1}</td></tr> \
  -     <tr><td align="right" valign="top"><b>Contributors</b>:</td>\
  -        <td>{2}</td></tr> \
       </table> \
        <hr> \
       <p>Icons Copyright &copy; 1998 Dean S. Jones ([EMAIL PROTECTED])<br> \
  
  
  

Reply via email to