[rkward-cvs] SF.net SVN: rkward: [1068] trunk/rkward/rkward/plugins
tfry at users.sourceforge.net
tfry at users.sourceforge.net
Fri Jan 5 12:14:27 UTC 2007
Revision: 1068
http://svn.sourceforge.net/rkward/?rev=1068&view=rev
Author: tfry
Date: 2007-01-05 04:14:27 -0800 (Fri, 05 Jan 2007)
Log Message:
-----------
Get rid of the ancient 20 part in 20descriptive part 2
Modified Paths:
--------------
trunk/rkward/rkward/plugins/Makefile.am
trunk/rkward/rkward/plugins/all.pluginmap
Modified: trunk/rkward/rkward/plugins/Makefile.am
===================================================================
--- trunk/rkward/rkward/plugins/Makefile.am 2007-01-05 12:13:45 UTC (rev 1067)
+++ trunk/rkward/rkward/plugins/Makefile.am 2007-01-05 12:14:27 UTC (rev 1068)
@@ -145,13 +145,6 @@
00means/00ttests/00independent_samples/code.php \
00means/00ttests/00independent_samples/description.xml
-pluginsX20descriptivedir = $(kde_datadir)/rkward/20descriptive
-dist_pluginsX20descriptive_DATA = \
- 20descriptive/skewness_kurtosis_test.xml \
- 20descriptive/skewness_kurtosis_test.php \
- 20descriptive/descriptive_statistics.xml \
- 20descriptive/descriptive_statistics.php
-
pluginsXcorrUmatrixdir = $(kde_datadir)/rkward/corr_matrix
dist_pluginsXcorrUmatrix_DATA = \
corr_matrix/code.php \
@@ -200,6 +193,13 @@
00saveload/save/save/code.php \
00saveload/save/save/description.xml
+pluginsXdescriptivedir = $(kde_datadir)/rkward/descriptive
+dist_pluginsXdescriptive_DATA = \
+ descriptive/descriptive_statistics.php \
+ descriptive/descriptive_statistics.xml \
+ descriptive/skewness_kurtosis_test.xml \
+ descriptive/skewness_kurtosis_test.php
+
pluginsXx11devicedir = $(kde_datadir)/rkward/x11device
dist_pluginsXx11device_DATA = \
x11device/export.xml \
Modified: trunk/rkward/rkward/plugins/all.pluginmap
===================================================================
--- trunk/rkward/rkward/plugins/all.pluginmap 2007-01-05 12:13:45 UTC (rev 1067)
+++ trunk/rkward/rkward/plugins/all.pluginmap 2007-01-05 12:14:27 UTC (rev 1068)
@@ -16,11 +16,11 @@
<component type="standard" id="plots_scatterplot" file="plots/scatterplot.xml" label="Scatterplot" />
<component type="standard" id="plot_options" file="plots/plot_options.xml" label="Plot Options" />
- <component type="standard" id="descriptive" file="20descriptive/descriptive_statistics.xml" label="Descriptive Statistics" />
+ <component type="standard" id="descriptive" file="descriptive/descriptive_statistics.xml" label="Descriptive Statistics" />
<component type="standard" id="corr_matrix" file="corr_matrix/description.xml" label="Correlation Matrix" />
<component type="standard" id="simple_anova" file="simple_anova/description.xml" label="Simple Anova" />
<component type="standard" id="basic_statistics" file="uni1.2/description.xml" label="Basic Statistics" />
- <component type="standard" id="skewness_kurtosis" file="20descriptive/skewness_kurtosis_test.xml" label="Skewness and Kurtosis" />
+ <component type="standard" id="skewness_kurtosis" file="descriptive/skewness_kurtosis_test.xml" label="Skewness and Kurtosis" />
</components>
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