metasim     00/11/10 20:49:45

  Modified:    src/antidote/org/apache/tools/ant/gui/resources
                        antidote.properties
  Log:
  Greatly enhanced the property editor, adding new bean info for the element 
types and an additional property editor. The navigator now shows project, 
property, target and task nodes.
  
  Revision  Changes    Path
  1.6       +39 -4     
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.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- antidote.properties       2000/11/10 20:41:21     1.5
  +++ antidote.properties       2000/11/11 04:49:45     1.6
  @@ -2,8 +2,8 @@
   
   # Configure the editors that appear on the right of the UI.
   org.apache.tools.ant.gui.Antidote.right.editors=\
  -     org.apache.tools.ant.gui.PropertyEditor, \
  -     org.apache.tools.ant.gui.SourceEditor
  +     org.apache.tools.ant.gui.PropertyEditor
  +#    org.apache.tools.ant.gui.SourceEditor
   
   # Configure the editors that appear on the left of the UI.
   org.apache.tools.ant.gui.Antidote.left.editors=\
  @@ -16,8 +16,7 @@
   # Set specific class properties.
   org.apache.tools.ant.gui.SourceEditor.name=Source
   
  -org.apache.tools.ant.gui.PropertyEditor.name=Target Info
  -org.apache.tools.ant.gui.PropertyEditor.noTargets=No targets selected.
  +org.apache.tools.ant.gui.PropertyEditor.name=Properties
   
   org.apache.tools.ant.gui.ProjectNavigator.name=Project
   org.apache.tools.ant.gui.Console.name=Console
  @@ -43,4 +42,40 @@
        <p>Copyright &copy; 2000 The Apache Software Foundation.<br> \
        All rights reserved.</p> \
        </html>
  +
  +
  +# Properties file for BeanInfo strings
  +
  +org.apache.tools.ant.gui.acs.ACSTargetElementBeanInfo.beanName=Target
  +org.apache.tools.ant.gui.acs.ACSTargetElementBeanInfo.beanDescription=\
  +    An executable target in the build.
  +org.apache.tools.ant.gui.acs.ACSTargetElementBeanInfo.name=Name
  +org.apache.tools.ant.gui.acs.ACSTargetElementBeanInfo.description=Description
  +org.apache.tools.ant.gui.acs.ACSTargetElementBeanInfo.depends=Dependencies
  +org.apache.tools.ant.gui.acs.ACSTargetElementBeanInfo.if=if Clause
  +org.apache.tools.ant.gui.acs.ACSTargetElementBeanInfo.unless=unless Clause
  +org.apache.tools.ant.gui.acs.ACSTargetElementBeanInfo.xmlString=XML Code
  +
  +org.apache.tools.ant.gui.acs.ACSProjectElementBeanInfo.beanName=Project
  +org.apache.tools.ant.gui.acs.ACSProjectElementBeanInfo.beanDescription=\
  +    The top level project in the build definition.
  +org.apache.tools.ant.gui.acs.ACSProjectElementBeanInfo.name=Name
  
+org.apache.tools.ant.gui.acs.ACSProjectElementBeanInfo.description=Description
  +org.apache.tools.ant.gui.acs.ACSProjectElementBeanInfo.basedir=Base Directory
  +org.apache.tools.ant.gui.acs.ACSProjectElementBeanInfo.default=Default Target
  +
  +org.apache.tools.ant.gui.acs.ACSPropertyElementBeanInfo.beanName=Property
  +org.apache.tools.ant.gui.acs.ACSPropertyElementBeanInfo.beanDescription=\
  +    A scoped property
  +org.apache.tools.ant.gui.acs.ACSPropertyElementBeanInfo.name=Name
  +org.apache.tools.ant.gui.acs.ACSPropertyElementBeanInfo.value=Value
  +org.apache.tools.ant.gui.acs.ACSPropertyElementBeanInfo.file=File
  +
  +org.apache.tools.ant.gui.acs.ACSTaskElementBeanInfo.beanName=Task
  +org.apache.tools.ant.gui.acs.ACSTaskElementBeanInfo.beanDescription=\
  +    A scoped property
  +org.apache.tools.ant.gui.acs.ACSTaskElementBeanInfo.taskType=Type
  +org.apache.tools.ant.gui.acs.ACSTaskElementBeanInfo.xmlString=XML Code
  +
  +
   
  
  
  

Reply via email to