|
Lines 77-82
Link Here
|
| 77 |
= "org/eclipse/swt/widgets/CoolItem.js"; |
77 |
= "org/eclipse/swt/widgets/CoolItem.js"; |
| 78 |
private static final String LIST_JS |
78 |
private static final String LIST_JS |
| 79 |
= "org/eclipse/swt/widgets/List.js"; |
79 |
= "org/eclipse/swt/widgets/List.js"; |
|
|
80 |
private static final String LIST_ITEM_JS |
| 81 |
= "org/eclipse/swt/widgets/ListItem.js"; |
| 80 |
private static final String SHELL_JS |
82 |
private static final String SHELL_JS |
| 81 |
= "org/eclipse/swt/widgets/Shell.js"; |
83 |
= "org/eclipse/swt/widgets/Shell.js"; |
| 82 |
private static final String TREE_JS |
84 |
private static final String TREE_JS |
|
Lines 202-207
Link Here
|
| 202 |
register( CTAB_FOLDER_JS, compress ); |
204 |
register( CTAB_FOLDER_JS, compress ); |
| 203 |
register( COOL_ITEM_JS, compress ); |
205 |
register( COOL_ITEM_JS, compress ); |
| 204 |
register( LIST_JS, compress ); |
206 |
register( LIST_JS, compress ); |
|
|
207 |
register( LIST_ITEM_JS, compress ); |
| 205 |
register( SHELL_JS, compress ); |
208 |
register( SHELL_JS, compress ); |
| 206 |
register( TREE_JS, compress ); |
209 |
register( TREE_JS, compress ); |
| 207 |
register( TREE_ITEM_JS, compress ); |
210 |
register( TREE_ITEM_JS, compress ); |
|
Lines 237-243
Link Here
|
| 237 |
register( HTMLUTIL_JS, compress ); |
240 |
register( HTMLUTIL_JS, compress ); |
| 238 |
register( MULTICELLWIDGET, compress ); |
241 |
register( MULTICELLWIDGET, compress ); |
| 239 |
register( BUTTON, compress ); |
242 |
register( BUTTON, compress ); |
| 240 |
|
243 |
|
| 241 |
// register contributions |
244 |
// register contributions |
| 242 |
registerContributions(); |
245 |
registerContributions(); |
| 243 |
} finally { |
246 |
} finally { |