Browse Source

Updated after verifying copyright issue on icons.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268176 13f79535-47bb-0310-9956-ffa450edef68
master
metasim 24 years ago
parent
commit
080101731f
8 changed files with 9 additions and 6 deletions
  1. +1
    -1
      src/antidote/org/apache/tools/ant/gui/About.java
  2. +5
    -2
      src/antidote/org/apache/tools/ant/gui/resources/antidote.properties
  3. BIN
      src/antidote/org/apache/tools/ant/gui/resources/default.gif
  4. BIN
      src/antidote/org/apache/tools/ant/gui/resources/new.gif
  5. BIN
      src/antidote/org/apache/tools/ant/gui/resources/open.gif
  6. BIN
      src/antidote/org/apache/tools/ant/gui/resources/start.gif
  7. BIN
      src/antidote/org/apache/tools/ant/gui/resources/stop.gif
  8. +3
    -3
      src/antidote/org/apache/tools/ant/gui/version.txt

+ 1
- 1
src/antidote/org/apache/tools/ant/gui/About.java View File

@@ -104,7 +104,7 @@ public class About extends JDialog {
while(tok.hasMoreTokens()) { while(tok.hasMoreTokens()) {
String name = tok.nextToken(); String name = tok.nextToken();
buf.append(name); buf.append(name);
buf.append("<BR>\n");
buf.append("<P>\n");
} }


String message = context.getResources().getMessage( String message = context.getResources().getMessage(


+ 5
- 2
src/antidote/org/apache/tools/ant/gui/resources/antidote.properties View File

@@ -32,6 +32,8 @@ org.apache.tools.ant.gui.About.title=About
org.apache.tools.ant.gui.About.ok=OK org.apache.tools.ant.gui.About.ok=OK
org.apache.tools.ant.gui.About.message=\ org.apache.tools.ant.gui.About.message=\
<html><h1>Antidote</h1> \ <html><h1>Antidote</h1> \
<p>Copyright &copy; 2000 The Apache Software Foundation.</p> \
<p>All rights reserved.</p> \
<table> \ <table> \
<tr><td align="right"><b>Version</b>:</td><td>{0}</td></tr> \ <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"><b>Date</b>:</td><td>{1}</td></tr> \
@@ -39,12 +41,13 @@ org.apache.tools.ant.gui.About.message=\
<td>{2}</td></tr> \ <td>{2}</td></tr> \
</table> \ </table> \
<hr> \ <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> </html>




org.apache.tools.ant.gui.ChangeLookAndFeel.title=Change Look and Feel 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.ok=OK
org.apache.tools.ant.gui.ChangeLookAndFeel.error=Error setting look and feel: org.apache.tools.ant.gui.ChangeLookAndFeel.error=Error setting look and feel:




BIN
src/antidote/org/apache/tools/ant/gui/resources/default.gif View File

Before After
Width: 20  |  Height: 20  |  Size: 837 B Width: 20  |  Height: 20  |  Size: 987 B

BIN
src/antidote/org/apache/tools/ant/gui/resources/new.gif View File

Before After
Width: 20  |  Height: 20  |  Size: 837 B Width: 20  |  Height: 20  |  Size: 997 B

BIN
src/antidote/org/apache/tools/ant/gui/resources/open.gif View File

Before After
Width: 20  |  Height: 20  |  Size: 837 B Width: 20  |  Height: 20  |  Size: 1001 B

BIN
src/antidote/org/apache/tools/ant/gui/resources/start.gif View File

Before After
Width: 20  |  Height: 20  |  Size: 837 B Width: 20  |  Height: 20  |  Size: 988 B

BIN
src/antidote/org/apache/tools/ant/gui/resources/stop.gif View File

Before After
Width: 20  |  Height: 20  |  Size: 837 B Width: 20  |  Height: 20  |  Size: 989 B

+ 3
- 3
src/antidote/org/apache/tools/ant/gui/version.txt View File

@@ -1,6 +1,6 @@
VERSION=@VERSION@ VERSION=@VERSION@
DATE=@DATE@ DATE=@DATE@
CONTRIBUTORS=\ 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)

Loading…
Cancel
Save