[Slim-Checkins] r11096 -
/trunk/tools/PluginBuilder/bin/create-slimserver-plugin
mherger at svn.slimdevices.com
mherger at svn.slimdevices.com
Wed Jan 3 13:55:44 PST 2007
Author: mherger
Date: Wed Jan 3 13:55:43 2007
New Revision: 11096
URL: http://svn.slimdevices.com?rev=11096&view=rev
Log:
Bug: N/A
Description: add .css stylesheets to the list of packaged files
Modified:
trunk/tools/PluginBuilder/bin/create-slimserver-plugin
Modified: trunk/tools/PluginBuilder/bin/create-slimserver-plugin
URL: http://svn.slimdevices.com/trunk/tools/PluginBuilder/bin/create-slimserver-plugin?rev=11096&r1=11095&r2=11096&view=diff
==============================================================================
--- trunk/tools/PluginBuilder/bin/create-slimserver-plugin (original)
+++ trunk/tools/PluginBuilder/bin/create-slimserver-plugin Wed Jan 3 13:55:43 2007
@@ -228,6 +228,7 @@
$zip->addTreeMatching($baseDir, undef, '\.xml$');
$zip->addTreeMatching($baseDir, undef, '\.js$');
$zip->addTreeMatching($baseDir, undef, '\.html?$');
+ $zip->addTreeMatching($baseDir, undef, '\.css$');
$zip->addTreeMatching($baseDir, undef, '\.jpe?g$');
$zip->addTreeMatching($baseDir, undef, '\.gif$');
$zip->addTreeMatching($baseDir, undef, '\.png$');
More information about the checkins
mailing list