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/12 21:00:01 UTC

cvs commit: jakarta-ant/src/antidote/org/apache/tools/ant/gui/resources antidote.properties default.gif new.gif open.gif start.gif stop.gif

metasim     00/11/12 12:00:01

  Modified:    src/antidote/org/apache/tools/ant/gui About.java version.txt
               src/antidote/org/apache/tools/ant/gui/resources
                        antidote.properties default.gif new.gif open.gif
                        start.gif stop.gif
  Log:
  Updated after verifying copyright issue on icons.
  
  Revision  Changes    Path
  1.3       +2 -2      jakarta-ant/src/antidote/org/apache/tools/ant/gui/About.java
  
  Index: About.java
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/src/antidote/org/apache/tools/ant/gui/About.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- About.java	2000/11/09 23:14:10	1.2
  +++ About.java	2000/11/12 20:00:01	1.3
  @@ -64,7 +64,7 @@
   /**
    * Dialog displaying information on the application.
    * 
  - * @version $Revision: 1.2 $ 
  + * @version $Revision: 1.3 $ 
    * @author Simeon Fitch 
    */
   public class About extends JDialog {
  @@ -104,7 +104,7 @@
           while(tok.hasMoreTokens()) {
               String name = tok.nextToken();
               buf.append(name);
  -            buf.append("<BR>\n");
  +            buf.append("<P>\n");
           }
   
   		String message = context.getResources().getMessage(
  
  
  
  1.5       +3 -3      jakarta-ant/src/antidote/org/apache/tools/ant/gui/version.txt
  
  Index: version.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/src/antidote/org/apache/tools/ant/gui/version.txt,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- version.txt	2000/11/11 15:16:47	1.4
  +++ version.txt	2000/11/12 20:00:01	1.5
  @@ -1,6 +1,6 @@
   VERSION=@VERSION@
   DATE=@DATE@
   CONTRIBUTORS=\
  -    Simeon H.K. Fitch, \
  -    Erik Meade, \
  -    Ant Development Team
  +    Simeon H.K. Fitch (simeon@fitch.net), \
  +    Erik Meade (emeade@geekfarm.org), \
  +    Ant Development Team (ant-dev@jakarta.apache.org)
  
  
  
  1.8       +5 -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.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- antidote.properties	2000/11/11 14:58:54	1.7
  +++ antidote.properties	2000/11/12 20:00:01	1.8
  @@ -32,6 +32,8 @@
   org.apache.tools.ant.gui.About.ok=OK
   org.apache.tools.ant.gui.About.message=\
   	<html><h1>Antidote</h1> \
  +	<p>Copyright &copy; 2000 The Apache Software Foundation.</p> \
  +    <p>All rights reserved.</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> \
  @@ -39,12 +41,13 @@
           <td>{2}</td></tr> \
       </table> \
   	<hr> \
  -	<p>Copyright &copy; 2000 The Apache Software Foundation.<br> \
  -	All rights reserved.</p> \
  +    <p>Icons Copyright &copy; 1998 Dean S. Jones (deansjones@hotmail.com)</p> \
  +    <p>http://jfa.javalobby.org/projects/icons</p> \
   	</html>
   
   
   org.apache.tools.ant.gui.ChangeLookAndFeel.title=Change Look and Feel
  +org.apache.tools.ant.gui.ChangeLookAndFeel.border=Available L&F
   org.apache.tools.ant.gui.ChangeLookAndFeel.ok=OK
   org.apache.tools.ant.gui.ChangeLookAndFeel.error=Error setting look and feel: 
   
  
  
  
  1.4       +1 -1      jakarta-ant/src/antidote/org/apache/tools/ant/gui/resources/default.gif
  
  	<<Binary file>>
  
  
  1.4       +2 -1      jakarta-ant/src/antidote/org/apache/tools/ant/gui/resources/new.gif
  
  	<<Binary file>>
  
  
  1.4       +4 -1      jakarta-ant/src/antidote/org/apache/tools/ant/gui/resources/open.gif
  
  	<<Binary file>>
  
  
  1.4       +1 -1      jakarta-ant/src/antidote/org/apache/tools/ant/gui/resources/start.gif
  
  	<<Binary file>>
  
  
  1.4       +1 -1      jakarta-ant/src/antidote/org/apache/tools/ant/gui/resources/stop.gif
  
  	<<Binary file>>