~ubuntu-branches/ubuntu/saucy/monodevelop/saucy-proposed

« back to all changes in this revision

Viewing changes to src/addins/MonoDeveloperExtensions/Commands.cs

  • Committer: Bazaar Package Importer
  • Author(s): Jo Shields
  • Date: 2010-09-10 16:54:48 UTC
  • mfrom: (19.1.1 experimental)
  • Revision ID: james.westby@ubuntu.com-20100910165448-0rybfk25zd4o9431
Tags: 2.4+dfsg-2
* debian/patches/inject_Mono.Debugger.Soft_source.patch,
  debian/patches/use_system_Mono.Debugger.Soft.patch,
  debian/control:
  + Build against system Soft Debugger, since we now have a new
    enough Mono to match MonoDevelop's required API

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
27
27
//
28
28
 
29
 
using System;
30
 
using System.IO;
31
29
using MonoDevelop.Projects;
32
30
using MonoDevelop.Core;
33
 
using MonoDevelop.Core.Execution;
34
 
using MonoDevelop.Ide.Gui.Pads;
35
 
using MonoDevelop.Ide.Gui.Pads.ProjectPad;
36
31
using MonoDevelop.Components.Commands;
37
 
using MonoDevelop.Ide.Gui;
38
 
using MonoDevelop.Core.Gui;
 
32
using MonoDevelop.Ide;
 
33
 
39
34
 
40
35
namespace MonoDeveloper
41
36
{