OLD | NEW |
1 <html> | 1 <html> |
2 | 2 |
3 <head> | 3 <head> |
4 <title>Google Web Toolkit 2.5.1</title> | 4 <title>Google Web Toolkit 2.7.0</title> |
5 <style> | 5 <style> |
6 body { | 6 body { |
7 background-color: white; | 7 background-color: white; |
8 color: black; | 8 color: black; |
9 font-family: Arial, sans-serif; | 9 font-family: Arial, sans-serif; |
10 font-size: 10pt; | 10 font-size: 10pt; |
11 margin: 20px; | 11 margin: 20px; |
12 overflow: hidden; | 12 overflow: hidden; |
13 } | 13 } |
14 | 14 |
(...skipping 21 matching lines...) Expand all Loading... |
36 | 36 |
37 </style> | 37 </style> |
38 </head> | 38 </head> |
39 | 39 |
40 <body> | 40 <body> |
41 <table align="center"> | 41 <table align="center"> |
42 <tr> | 42 <tr> |
43 <td id="title"><a href="http://code.google.com/webtoolkit/">Google W
eb Toolkit</a></td> | 43 <td id="title"><a href="http://code.google.com/webtoolkit/">Google W
eb Toolkit</a></td> |
44 </tr> | 44 </tr> |
45 <tr> | 45 <tr> |
46 <td id="version">Version 2.5.1 <br> (Subversion releases/2.5@11546)<
/td> | 46 <td id="version">Version 2.7.0 <br> (Git revision a6da588)</td> |
47 </tr> | 47 </tr> |
48 </table> | 48 </table> |
49 | 49 |
50 <hr/> | 50 <hr/> |
51 | 51 |
52 <div id="intro"> | 52 <div id="intro"> |
53 Copyright © 2009 <a href="http://www.google.com/">Google Inc.</a> | 53 Copyright © 2009 <a href="http://www.google.com/">Google Inc.</a> |
54 All rights reserved. | 54 All rights reserved. |
55 All other product, service names, brands, or trademarks, are the proper
ty of their respective owners. | 55 All other product, service names, brands, or trademarks, are the proper
ty of their respective owners. |
56 </div> | 56 </div> |
57 | 57 |
58 <div id="attribs"> | 58 <div id="attribs"> |
59 This product includes software developed by | 59 This product includes software developed by |
60 <ul> | 60 <ul> |
61 <li> | 61 <li> |
62 The <a href="http://www.apache.org/">Apache Software Foundation<
/a> | 62 The <a href="http://www.apache.org/">Apache Software Foundation<
/a> |
63 <ul> | 63 <ul> |
64 <li><a href="http://tomcat.apache.org/">Tomcat</a> (with mod
ifications)</li> | 64 <li><a href="http://tomcat.apache.org/">Tomcat</a> (with mod
ifications)</li> |
65 <li><a href="http://tapestry.apache.org/">Tapestry</a></li> | 65 <li><a href="http://tapestry.apache.org/">Tapestry</a></li> |
66 </ul | 66 </ul |
67 </li> | 67 </li> |
68 <li> | 68 <li> |
69 The <a href="http://www.eclipse.org/">Eclipse Foundation</a> | 69 The <a href="http://www.eclipse.org/">Eclipse Foundation</a> |
70 <ul> | 70 <ul> |
71 <li><a href="http://www.eclipse.org/jdt/">Java Development T
ools</a></li> | 71 <li><a href="http://www.eclipse.org/jdt/">Java Development T
ools</a></li> |
72 <li><a href="http://www.eclipse.org/swt/">Standard Widget To
olkit</a> (with modifications)</li> | 72 <li><a href="http://www.eclipse.org/swt/">Standard Widget To
olkit</a> (with modifications)</li> |
73 </ul | 73 </ul |
74 </li> | 74 </li> |
75 <li>The <a href="http://www.jfree.org/jfreechart/">JFreeChart Projec
t</a></li> | |
76 <li>The <a href="http://www.mortbay.com/">Mort Bay Consulting</a> | 75 <li>The <a href="http://www.mortbay.com/">Mort Bay Consulting</a> |
77 <ul> | 76 <ul> |
78 <li><a href="http://mortbay.org/jetty/">Jetty 6.1.11</a> </li> | 77 <li><a href="http://mortbay.org/jetty/">Jetty 6.1.11</a> </li> |
79 </ul> | 78 </ul> |
80 </li> | 79 </li> |
81 <li> | 80 <li> |
82 The <a href="http://www.mozilla.org/">Mozilla Foundation</a> | 81 The <a href="http://www.mozilla.org/">Mozilla Foundation</a> |
83 <ul> | 82 <ul> |
84 <li><a href="http://www.mozilla.org/releases/mozilla1.7.12/"
>Mozilla 1.7.12</a></li> | 83 <li><a href="http://www.mozilla.org/releases/mozilla1.7.12/"
>Mozilla 1.7.12</a></li> |
85 <li><a href="http://www.mozilla.org/rhino/">Rhino</a> (with
modifications)</li> | 84 <li><a href="http://www.mozilla.org/rhino/">Rhino</a> (with
modifications)</li> |
(...skipping 11 matching lines...) Expand all Loading... |
97 </li> | 96 </li> |
98 <li>The <a href="http://code.google.com/p/protobuf/">Protobuf Projec
t</a> (with modifications)</li> | 97 <li>The <a href="http://code.google.com/p/protobuf/">Protobuf Projec
t</a> (with modifications)</li> |
99 </ul> | 98 </ul> |
100 For source availability and license information see COPYING.html. | 99 For source availability and license information see COPYING.html. |
101 | 100 |
102 </div> | 101 </div> |
103 | 102 |
104 </body> | 103 </body> |
105 | 104 |
106 </html> | 105 </html> |
OLD | NEW |