~l3on/ubuntu/precise/rkward/rebuild1

« back to all changes in this revision

Viewing changes to rkward/plugins/under_development.pluginmap

  • Committer: Bazaar Package Importer
  • Author(s): Thomas Friedrichsmeier
  • Date: 2010-10-04 14:30:00 UTC
  • mfrom: (12.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20101004143000-qey73molmxxwy4w6
Tags: 0.5.4-1
* new upstream release
* bump standards version to 3.9.1 (no changes needed)
* no more need to remove svncopy.sh-script in rules

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
<document base_prefix="" namespace="rkward">
4
4
        <components>
5
5
                <component type="standard" id="simple_anova" file="simple_anova/description.xml" label="Simple Anova" />
 
6
                <component type="standard" id="sieve_plot" file="plots/sieve_plot.xml" label="Extended Sieve Plot" />
 
7
                <component type="standard" id="sort_data2" file="data/sort2.xml" label="Sort data (Variant 2)" />
 
8
 
 
9
<!-- These are purely for testing: -->
6
10
                <component type="standard" id="qtscript_test1" file="testing/test1.xml" label="QtScript Test 1" />
7
11
                <component type="standard" id="qtscript_test2" file="testing/test2.xml" label="QtScript Test 2" />
8
 
                <component type="standard" id="sieve_plot" file="plots/sieve_plot.xml" label="Extended Sieve Plot" />
9
 
 
 
12
<!-- End -->
10
13
        </components>
11
14
 
12
15
        <hierarchy>
18
21
                        <menu id="export" label="Export" index="5">
19
22
                        </menu>
20
23
                </menu>
 
24
                <menu id="data" label="Data" index="3">
 
25
                        <entry component="generate_random"/>
 
26
                        <entry component="sort_data"/>
 
27
                        <entry component="sort_data2"/>
 
28
                </menu>
21
29
                <menu id="analysis" label="Analysis" index="4">
22
30
                        <entry component="simple_anova" index="9"/>
23
31
                        <entry component="qtscript_test1" index="1"/>