| Index: editor/tools/plugins/com.google.dart.tools.debug.core/plugin.properties
|
| ===================================================================
|
| --- editor/tools/plugins/com.google.dart.tools.debug.core/plugin.properties (revision 3372)
|
| +++ editor/tools/plugins/com.google.dart.tools.debug.core/plugin.properties (working copy)
|
| @@ -1,12 +1,13 @@
|
| #########################################
|
| -# Copyright (c) 2011, the Dart project authors
|
| +# Copyright (c) 2012, the Dart project authors
|
| # All Rights Reserved.
|
| #########################################
|
|
|
| pluginName = Dart Debug Core Plugin
|
| providerName = Dart
|
|
|
| -launchconfig.client.name = Dart Client Application
|
| -launchconfig.server.name = Dart Server Application
|
| +launchconfig.chrome.name = Dart in Dartium Launch
|
| +launchconfig.server.name = Dart Server Launch
|
| +launchconfig.client.name = Dart Web Launch
|
| +
|
| launchconfig.remote.name = Dart Remote Debug
|
| -launchconfig.chrome.name = Dart in Chrome
|
|
|