| OLD | NEW |
| 1 ######################################### | 1 ######################################### |
| 2 # Copyright (c) 2011, the Dart project authors | 2 # Copyright (c) 2012, the Dart project authors |
| 3 # All Rights Reserved. | 3 # All Rights Reserved. |
| 4 ######################################### | 4 ######################################### |
| 5 | 5 |
| 6 pluginName = Dart Debug Core Plugin | 6 pluginName = Dart Debug Core Plugin |
| 7 providerName = Dart | 7 providerName = Dart |
| 8 | 8 |
| 9 launchconfig.client.name = Dart Client Application | 9 launchconfig.chrome.name = Dart in Dartium Launch |
| 10 launchconfig.server.name = Dart Server Application | 10 launchconfig.server.name = Dart Server Launch |
| 11 launchconfig.client.name = Dart Web Launch |
| 12 |
| 11 launchconfig.remote.name = Dart Remote Debug | 13 launchconfig.remote.name = Dart Remote Debug |
| 12 launchconfig.chrome.name = Dart in Chrome | |
| OLD | NEW |