[rkward-cvs] rkward/rkward/plugins plots.pluginmap,NONE,1.1 Makefile.am,1.13,1.14
Thomas Friedrichsmeier
tfry at users.sourceforge.net
Sun Mar 12 18:48:28 UTC 2006
- Previous message: [rkward-cvs] rkward/rkward/plugins/plots box_plot.php,NONE,1.1 box_plot.xml,NONE,1.1 histogram.php,NONE,1.1 histogram.xml,NONE,1.1
- Next message: [rkward-cvs] rkward/rkward/plugins/distributions plot_t_distribution.xml,1.1,1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/rkward/rkward/rkward/plugins
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29050
Modified Files:
Makefile.am
Added Files:
plots.pluginmap
Log Message:
Adding plot plugins by Stefan Roediger
--- NEW FILE: plots.pluginmap ---
<!DOCTYPE rkpluginmap>
<document base_prefix="plots/" namespace="rkward">
<components>
<component type="standard" id="box_plot" file="box_plot.xml" label="Box Plot" />
<component type="standard" id="histogram" file="histogram.xml" label="Histogram" />
</components>
<hierarchy>
<menu id="plots" label="Plots" index="5">
<entry component="box_plot" />
<entry component="histogram" />
</menu>
</hierarchy>
</document>
Index: Makefile.am
===================================================================
RCS file: /cvsroot/rkward/rkward/rkward/plugins/Makefile.am,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** Makefile.am 12 Mar 2006 18:18:27 -0000 1.13
--- Makefile.am 12 Mar 2006 18:48:26 -0000 1.14
***************
*** 2,6 ****
dist_plugins_DATA = \
standard_plugins.pluginmap \
! distributions.pluginmap
pluginsX00meansdir = $(kde_datadir)/rkward/00means
--- 2,7 ----
dist_plugins_DATA = \
standard_plugins.pluginmap \
! distributions.pluginmap \
! plots.pluginmap
pluginsX00meansdir = $(kde_datadir)/rkward/00means
***************
*** 114,115 ****
--- 115,123 ----
distributions/t_quantiles.xml
+ pluginsXplotsdir = $(kde_datadir)/rkward/plots
+ dist_pluginsXplots_DATA = \
+ plots/box_plot.php \
+ plots/box_plot.xml \
+ plots/histogram.php \
+ plots/histogram.xml
+
- Previous message: [rkward-cvs] rkward/rkward/plugins/plots box_plot.php,NONE,1.1 box_plot.xml,NONE,1.1 histogram.php,NONE,1.1 histogram.xml,NONE,1.1
- Next message: [rkward-cvs] rkward/rkward/plugins/distributions plot_t_distribution.xml,1.1,1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the rkward-tracker
mailing list