metasim     01/01/12 12:42:47

  Modified:    src/antidote/org/apache/tools/ant/gui/resources
                        action.properties
  Log:
  Added rough ability to add new tasks (javac only) and properties.
  
  Revision  Changes    Path
  1.15      +2 -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.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- action.properties 2001/01/11 22:30:54     1.14
  +++ action.properties 2001/01/12 20:42:45     1.15
  @@ -126,6 +126,7 @@
   newTask.shortDescription=Create a new task under the selected target
   newTask.icon=new-task.gif
   newTask.enabled=false
  +newTask.command=org.apache.tools.ant.gui.command.NewTaskCmd
   newTask.enableOn=\
       org.apache.tools.ant.gui.event.TargetSelectionEvent
   newTask.disableOn=\
  @@ -137,6 +138,7 @@
   newProperty.name=New Property
   newProperty.shortDescription=Create a new property under the selected element
   newProperty.icon=new-property.gif
  +newProperty.command=org.apache.tools.ant.gui.command.NewPropertyCmd
   newProperty.enabled=false
   newProperty.enableOn=\
       org.apache.tools.ant.gui.event.ProjectSelectedEvent, \
  
  
  

Reply via email to