~bratsche/ubuntu/maverick/monodevelop/disable-appmenu

« back to all changes in this revision

Viewing changes to monodevelop.xml

  • Committer: Bazaar Package Importer
  • Author(s): Stefan Ebner
  • Date: 2008-03-29 23:36:33 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20080329233633-wq5p1rktg8ek3vxc
Tags: 1.0+dfsg-1ubuntu1
* Merge from Debian unstable. (LP: #209012) Remaining Ubuntu changes:
+ debian/control: 
  - Build-dep on xulrunner-1.9-dev instead of firefox-dev
  - Depend on xulrunner-1.9 instead of firefox
+ don't do any MOZILLA_HOME/MOZILLA_FIVE_HOME business which isn't needed
  for xulrunner-1.9 using the standalone glue anymore (gecko gil uses
  standalone by default)
  - add debian/patches/use_xulrunner_1.9.dpatch
  - update debian/patches/00list
* Remove build-dep on libxul-dev and the dep on libxul0d
  since we are using xulrunner1.9 instead.

Show diffs side-by-side

added added

removed removed

Lines of Context:
98
98
    <comment xml:lang="en">MonoDevelop solution</comment>
99
99
    <glob pattern="*.mds"/>
100
100
  </mime-type>
 
101
  <mime-type type="application/x-csproj">
 
102
        <sub-class-of type="text/plain"/>
 
103
    <comment xml:lang="en">Visual Studio .NET C# project</comment>
 
104
    <glob pattern="*.csproj"/>
 
105
  </mime-type>
 
106
  <mime-type type="application/x-vbproj">
 
107
        <sub-class-of type="text/plain"/>
 
108
    <comment xml:lang="en">Visual Studio .NET VB.NET project</comment>
 
109
    <glob pattern="*.vbproj"/>
 
110
  </mime-type>
 
111
  <mime-type type="application/x-sln">
 
112
        <sub-class-of type="text/plain"/>
 
113
    <comment xml:lang="en">Visual Studio .NET Solution</comment>
 
114
    <glob pattern="*.sln"/>
 
115
  </mime-type>
101
116
  <mime-type type="application/x-disco">
102
117
    <comment xml:lang="en">Static Discovery File</comment>
103
118
    <glob pattern="*.disco"/>