[LON-CAPA-cvs] cvs: doc /loncapafiles loncapafiles.lpml
raeburn
raeburn at source.lon-capa.org
Tue Dec 18 20:34:43 EST 2012
raeburn Wed Dec 19 01:34:43 2012 EDT
Modified files:
/doc/loncapafiles loncapafiles.lpml
Log:
- Correct name for jquery.spellchecker.min.js
- If a fileglob contains multiple files, ; needed after each filename.
Index: doc/loncapafiles/loncapafiles.lpml
diff -u doc/loncapafiles/loncapafiles.lpml:1.816 doc/loncapafiles/loncapafiles.lpml:1.817
--- doc/loncapafiles/loncapafiles.lpml:1.816 Tue Nov 27 23:34:47 2012
+++ doc/loncapafiles/loncapafiles.lpml Wed Dec 19 01:34:42 2012
@@ -2,7 +2,7 @@
"http://lpml.sourceforge.net/DTD/lpml.dtd">
<!-- loncapafiles.lpml -->
-<!-- $Id: loncapafiles.lpml,v 1.816 2012/11/27 23:34:47 raeburn Exp $ -->
+<!-- $Id: loncapafiles.lpml,v 1.817 2012/12/19 01:34:42 raeburn Exp $ -->
<!--
@@ -4773,7 +4773,7 @@
JQuery countdown timer CSS files
</description>
<filenames>
- jquery.countdown.css
+ jquery.countdown.css;
</filenames>
</fileglob>
<fileglob>
@@ -4785,7 +4785,7 @@
JQuery countdown timer Image file for Glowing countdown
</description>
<filenames>
- countdownGlowing.gif
+ countdownGlowing.gif;
</filenames>
</fileglob>
<fileglob>
@@ -4797,7 +4797,7 @@
JQuery countdown timer Image file for LED style countdown
</description>
<filenames>
- countdownLED.png
+ countdownLED.png;
</filenames>
</fileglob>
@@ -4813,7 +4813,7 @@
JQuery spellchecker plugin
</description>
<filenames>
- jquery.spellcheck.min.js
+ jquery.spellchecker.min.js;
</filenames>
</fileglob>
<fileglob>
@@ -4825,7 +4825,7 @@
JQuery spellchecker plugin
</description>
<filenames>
- spellchecker.css
+ spellchecker.css;
</filenames>
</fileglob>
<fileglob>
@@ -4837,8 +4837,8 @@
JQuery spellchecker plugin
</description>
<filenames>
- spellchecker_shadow.png
- spellchecker.png
+ spellchecker_shadow.png;
+ spellchecker.png;
</filenames>
</fileglob>
<fileglob>
@@ -4850,7 +4850,7 @@
JQuery spellchecker plugin
</description>
<filenames>
- spellchecker_bg.gif
+ spellchecker_bg.gif;
</filenames>
</fileglob>
More information about the LON-CAPA-cvs
mailing list