You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by me...@locus.apache.org on 2000/11/10 00:14:21 UTC

cvs commit: jakarta-ant/src/antidote/org/apache/tools/ant/gui/resources antidote.properties

metasim     00/11/09 15:14:21

  Modified:    src/antidote/org/apache/tools/ant/gui/resources
                        antidote.properties
  Log:
  Started work on the Ant Construction Set classes (ACS), which will map directly
  to DOM elements allowing easier manipulation of the XML and better editing of
  Ant projects. NB: The code currently requires the Sun JAXP library (which Ant
  needs anyway).
  
  Revision  Changes    Path
  1.4       +17 -15    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.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- antidote.properties	2000/11/07 14:22:43	1.3
  +++ antidote.properties	2000/11/09 23:14:21	1.4
  @@ -19,17 +19,17 @@
   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.oneTarget=\
  -<html><table>\
  -<tr><td align="right"><b>Name</b>:</td><td>{0}</td></tr>\
  -<tr><td align="right"><b>Description</b>:</td><td>{1}</td></tr>\
  -<tr><td align="right"><b>Depends</b>:</td><td>{2}</td></tr>\
  -</table></html>
  +    <html><table>\
  +    <tr><td align="right" valign="top"><b>Name</b>:</td><td>{0}</td></tr>\
  +    <tr><td align="right" valign="top"><b>Description</b>:</td><td>{1}</td></tr>\
  +    <tr><td align="right" valign="top"><b>Depends</b>:</td><td>{2}</td></tr>\
  +    </table></html>
   
   org.apache.tools.ant.gui.PropertyEditor.manyTargets=\
  -<html><table>\
  -<tr><td align="right"><b>Names</b>:</td><td>{0}</td></tr>\
  -<tr><td align="right"><b>Depends</b>:</td><td>{1}</td></tr>\
  -</table></html>
  +    <html><table>\
  +    <tr><td align="right"><b>Names</b>:</td><td>{0}</td></tr>\
  +    <tr><td align="right"><b>Depends</b>:</td><td>{1}</td></tr>\
  +    </table></html>
   
   org.apache.tools.ant.gui.ProjectNavigator.name=Project
   org.apache.tools.ant.gui.Console.name=Console
  @@ -45,12 +45,14 @@
   org.apache.tools.ant.gui.About.ok=OK
   org.apache.tools.ant.gui.About.message=\
   	<html><h1>Antidote</h1> \
  -	<p><b>Version:</b> {0}</p> \
  -	<p><b>Date:</b> {1}</p> \
  -	<p><b>Contributors:</B> {2}</p> \
  +    <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>Copyright &copy; 2000 The Apache Software Foundation.</p>
  -	<p>All rights reserved.</p> \
  -	<hr> \
  +	<p>Copyright &copy; 2000 The Apache Software Foundation.<br> \
  +	All rights reserved.</p> \
   	</html>