[rkward-cvs] SF.net SVN: rkward: [1795] trunk/rkward/rkward/plugins

tfry at users.sourceforge.net tfry at users.sourceforge.net
Mon Apr 9 19:22:26 UTC 2007


Revision: 1795
          http://svn.sourceforge.net/rkward/?rev=1795&view=rev
Author:   tfry
Date:     2007-04-09 12:22:26 -0700 (Mon, 09 Apr 2007)

Log Message:
-----------
Move generic plot to plots.pluginmap

Modified Paths:
--------------
    trunk/rkward/rkward/plugins/plots.pluginmap
    trunk/rkward/rkward/plugins/under_development.pluginmap

Modified: trunk/rkward/rkward/plugins/plots.pluginmap
===================================================================
--- trunk/rkward/rkward/plugins/plots.pluginmap	2007-04-09 14:14:16 UTC (rev 1794)
+++ trunk/rkward/rkward/plugins/plots.pluginmap	2007-04-09 19:22:26 UTC (rev 1795)
@@ -6,6 +6,7 @@
 		<component type="standard" id="box_plot" file="box_plot.xml" label="Box Plot" />
 		<component type="standard" id="density_plot" file="density_plot.xml" label="Density Plot" />
 		<component type="standard" id="ecdf_plot" file="ecdf_plot.xml" label="ECDF Plot" />
+		<component type="standard" id="plot" file="plot.xml" label="Generic Plot" />
 		<component type="standard" id="histogram" file="histogram.xml" label="Histogram" />
 		<component type="standard" id="pareto" file="pareto.xml" label="Pareto Chart" />
 		<component type="standard" id="scatterplot" file="scatterplot.xml" label="Scatterplot" />
@@ -26,6 +27,7 @@
 			<entry component="box_plot" />
 			<entry component="density_plot" />
 			<entry component="ecdf_plot" />
+			<entry component="plot"/>
 			<entry component="histogram" />
 			<entry component="pareto" />
 			<entry component="scatterplot" />

Modified: trunk/rkward/rkward/plugins/under_development.pluginmap
===================================================================
--- trunk/rkward/rkward/plugins/under_development.pluginmap	2007-04-09 14:14:16 UTC (rev 1794)
+++ trunk/rkward/rkward/plugins/under_development.pluginmap	2007-04-09 19:22:26 UTC (rev 1795)
@@ -2,7 +2,6 @@
 
 <document base_prefix="" namespace="rkward">
 	<components>
-		<component type="standard" id="plot" file="plots/plot.xml" label="Generic Plot" />
 	</components>
 
 	<hierarchy>
@@ -15,7 +14,6 @@
 		<menu id="analysis" label="Analysis" index="4">
 		</menu>
 		<menu id="plots" label="Plots" index="5">
-			<entry component="plot"/>
 		</menu>
 		<menu id="distributions" label="Distributions" index="7">
 			<menu id="univariate_continuous_distributions" label="Univariate continuous distributions" index="2">


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the rkward-tracker mailing list