metasim     01/01/11 14:31:02

  Modified:    src/antidote/org/apache/tools/ant/gui/resources
                        action.properties antidote.properties
  Log:
  Started rewrite of tree model to remove ACS dependency on TreeNode.
  
  Revision  Changes    Path
  1.14      +3 -0      
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.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- action.properties 2001/01/11 19:23:31     1.13
  +++ action.properties 2001/01/11 22:30:54     1.14
  @@ -111,6 +111,7 @@
   newTarget.icon=new-target.gif
   newTarget.enabled=false
   newTarget.separator=true
  +newTarget.command=org.apache.tools.ant.gui.command.NewTargetCmd
   newTarget.enableOn=\
       org.apache.tools.ant.gui.event.ProjectSelectedEvent, \
       org.apache.tools.ant.gui.event.NewProjectEvent
  @@ -118,6 +119,7 @@
       org.apache.tools.ant.gui.event.TargetSelectionEvent, \
       org.apache.tools.ant.gui.event.TaskSelectionEvent, \
       org.apache.tools.ant.gui.event.PropertySelectionEvent, \
  +    org.apache.tools.ant.gui.event.ProjectClosedEvent, \
       org.apache.tools.ant.gui.event.NullSelectionEvent
   
   newTask.name=New Task
  @@ -143,4 +145,5 @@
       org.apache.tools.ant.gui.event.TaskSelectionEvent
   newProperty.disableOn=\
       org.apache.tools.ant.gui.event.PropertySelectionEvent, \
  +    org.apache.tools.ant.gui.event.ProjectClosedEvent, \
       org.apache.tools.ant.gui.event.NullSelectionEvent
  
  
  
  1.20      +1 -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.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- antidote.properties       2001/01/11 19:23:33     1.19
  +++ antidote.properties       2001/01/11 22:30:55     1.20
  @@ -93,6 +93,7 @@
   
   
   org.apache.tools.ant.gui.command.NewProjectCmd.defName=New Project
  +org.apache.tools.ant.gui.command.NewTargetCmd.defName=New Target
   
   #----------------------------------------------------------------------------
   # About Description (NB: this is only a temporary approach).
  
  
  

Reply via email to