[LON-CAPA-cvs] cvs: doc /loncapafiles loncapafiles.lpml
raeburn
raeburn at source.lon-capa.org
Wed Sep 14 19:16:05 EDT 2016
raeburn Wed Sep 14 23:16:05 2016 EDT
Modified files:
/doc/loncapafiles loncapafiles.lpml
Log:
- Explicitly list filenames for jQuery addons and codemirror.
- Move codemirror block.
Index: doc/loncapafiles/loncapafiles.lpml
diff -u doc/loncapafiles/loncapafiles.lpml:1.939 doc/loncapafiles/loncapafiles.lpml:1.940
--- doc/loncapafiles/loncapafiles.lpml:1.939 Mon Sep 12 20:20:48 2016
+++ doc/loncapafiles/loncapafiles.lpml Wed Sep 14 23:16:05 2016
@@ -2,7 +2,7 @@
"http://lpml.sourceforge.net/DTD/lpml.dtd">
<!-- loncapafiles.lpml -->
-<!-- $Id: loncapafiles.lpml,v 1.939 2016/09/12 20:20:48 raeburn Exp $ -->
+<!-- $Id: loncapafiles.lpml,v 1.940 2016/09/14 23:16:05 raeburn Exp $ -->
<!--
@@ -5041,6 +5041,10 @@
<description>
Addons for jQuery
</description>
+ <filenames>
+ jquery-scrolltofixed.js;
+ jquery.viewport.mini.js;
+ </filenames>
</fileglob>
<!-- JQuery spellchecker plugin -->
@@ -5175,6 +5179,22 @@
</filenames>
</fileglob>
+<fileglob>
+ <glob>*.*</glob>
+ <sourcedir>loncom/html/adm/codemirror/</sourcedir>
+ <targetdir>home/httpd/html/adm/codemirror/</targetdir>
+ <categoryname>script</categoryname>
+ <description>
+Codemirror for xml editor and script blocks in colorful editor
+ </description>
+ <filenames>
+ codemirror-combined.css;
+ codemirror-combined-xml.css;
+ codemirror-compressed-colorful.js;
+ codemirror-compressed-xml.js;
+ </filenames>
+</fileglob>
+
<file>
<source>loncom/interface/lontest.pm</source>
<target dist='default'>home/httpd/lib/perl/Apache/lontest.pm</target>
@@ -8794,17 +8814,6 @@
create_db_dynamic_64_so.3;
</filenames>
</fileglob>
-
-<fileglob>
- <glob>*.*</glob>
- <sourcedir>loncom/html/adm/codemirror/</sourcedir>
- <targetdir>home/httpd/html/adm/codemirror/</targetdir>
- <categoryname>script</categoryname>
- <description>
-Codemirror for xml editor and script blocks in colorful editor
- </description>
-</fileglob>
-
<file>
<source>loncom/debugging_tools/compiled/create_db_dynamic</source>
<target dist='default'>home/httpd/perl/debug/create_db_dynamic</target>
More information about the LON-CAPA-cvs
mailing list