~ubuntu-branches/ubuntu/trusty/mapnik/trusty-proposed

« back to all changes in this revision

Viewing changes to mapnik.anjuta

  • Committer: Bazaar Package Importer
  • Author(s): Christophe Sauthier
  • Date: 2009-08-27 00:28:37 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20090827002837-ztqzfg2rmclfh4i9
Tags: 0.6.1-0ubuntu1
* New upstream release.
* Change usr/lib to usr/lib* to enable build on 64 bits systems due to new
  configuration in SConstruct in :
  - debian/libmapnik-dev.install
  - debian/libmapnik0.6.install
  - debian/mapnik-plugin-base

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0"?>
2
 
<anjuta>
3
 
    <plugin name="GBF Project Manager"
4
 
            url="http://anjuta.org/plugins/"
5
 
            mandatory="yes">
6
 
                <require group="Anjuta Plugin"
7
 
                 attribute="Interfaces"
8
 
                 value="IAnjutaProjectManager"/>
9
 
                <require group="Project"
10
 
                 attribute="Supported-Project-Types"
11
 
                 value="automake"/>
12
 
        </plugin>
13
 
        <plugin name="Symbol Browser"
14
 
            url="http://anjuta.org/plugins/"
15
 
            mandatory="yes">
16
 
                <require group="Anjuta Plugin"
17
 
                 attribute="Location"
18
 
                 value="anjuta-symbol-browser:SymbolBrowserPlugin"/>
19
 
        </plugin>
20
 
        <plugin name="Make Build System"
21
 
            url="http://anjuta.org/plugins/"
22
 
            mandatory="yes">
23
 
                <require group="Anjuta Plugin"
24
 
                 attribute="Interfaces"
25
 
                 value="IAnjutaBuildable"/>
26
 
                <require group="Build"
27
 
                 attribute="Supported-Build-Types"
28
 
                 value="make"/>
29
 
        </plugin>
30
 
        <plugin name="Task Manager"
31
 
            url="http://anjuta.org/plugins/"
32
 
            mandatory="no">
33
 
                <require group="Anjuta Plugin"
34
 
                 attribute="Interfaces"
35
 
                 value="IAnjutaTodo"/>
36
 
        </plugin>
37
 
        <plugin name="Debug Manager"
38
 
            url="http://anjuta.org/plugins/"
39
 
            mandatory="no">
40
 
                <require group="Anjuta Plugin"
41
 
                 attribute="Interfaces"
42
 
                 value="IAnjutaDebuggerManager"/>
43
 
        </plugin>
44
 
</anjuta>