| OLD | NEW |
| 1 <module> | 1 <module> |
| 2 <inherits name='com.google.gwt.user.User'/> | 2 <inherits name='com.google.gwt.user.User'/> |
| 3 <inherits name='com.google.gwt.json.JSON'/> | 3 <inherits name='com.google.gwt.json.JSON'/> |
| 4 <inherits name='com.google.gwt.http.HTTP'/> | 4 <inherits name='com.google.gwt.http.HTTP'/> |
| 5 | 5 |
| 6 <source path="tko"/> | 6 <source path="tko"/> |
| 7 <source path="common"/> | 7 <source path="common"/> |
| 8 <entry-point class='autotest.tko.EmbeddedTkoClient'/> | 8 <entry-point class='autotest.tko.EmbeddedTkoClient'/> |
| 9 | 9 |
| 10 <stylesheet src='common.css'/> | 10 <stylesheet src='common.css'/> |
| 11 <stylesheet src='standard.css'/> | 11 <stylesheet src='standard.css'/> |
| 12 <stylesheet src='afeclient.css'/> | 12 <stylesheet src='afeclient.css'/> |
| 13 <stylesheet src='tkoclient.css'/> | 13 <stylesheet src='tkoclient.css'/> |
| 14 | 14 |
| 15 <!-- <set-property name="user.agent" value="gecko1_8"/> --> | 15 <!-- <set-property name="user.agent" value="gecko"/> --> |
| 16 </module> | 16 </module> |
| OLD | NEW |