[LON-CAPA-cvs] cvs: doc /loncapafiles loncapafiles.lpml

raeburn raeburn at source.lon-capa.org
Fri Oct 3 08:51:16 EDT 2014


raeburn		Fri Oct  3 12:51:16 2014 EDT

  Modified files:              
    /doc/loncapafiles	loncapafiles.lpml 
  Log:
  LC Math Editor js file
  - Use correct source.
  - Use <file> instead of <fileglob> as there is only one file.
  
  
Index: doc/loncapafiles/loncapafiles.lpml
diff -u doc/loncapafiles/loncapafiles.lpml:1.898 doc/loncapafiles/loncapafiles.lpml:1.899
--- doc/loncapafiles/loncapafiles.lpml:1.898	Wed Sep 24 18:14:19 2014
+++ doc/loncapafiles/loncapafiles.lpml	Fri Oct  3 12:51:15 2014
@@ -2,7 +2,7 @@
  "http://lpml.sourceforge.net/DTD/lpml.dtd">
 <!-- loncapafiles.lpml -->
 
-<!-- $Id: loncapafiles.lpml,v 1.898 2014/09/24 18:14:19 damieng Exp $ -->
+<!-- $Id: loncapafiles.lpml,v 1.899 2014/10/03 12:51:15 raeburn Exp $ -->
 
 <!--
 
@@ -4655,18 +4655,14 @@
   </dependencies>
 </file>
 
-<fileglob>
-  <glob>*.js</glob>
-  <sourcedir>loncom/html/adm/dragmath/dist/</sourcedir>
-  <targetdir dist='default'>home/httpd/html/adm/LC_math_editor/</targetdir>
+<file>
+  <source>loncom/html/adm/LC_math_editor/dist/LC_math_editor.min.js</source>
+  <target dist='default'>home/httpd/html/adm/LC_math_editor/LC_math_editor.min.js</target>
   <categoryname>interface file</categoryname>
   <description>
 LON-CAPA math editor
   </description>
-  <filenames>
-LC_math_editor.min.js
-  </filenames>
-</fileglob>
+</file>
 
 <fileglob>
   <glob>*.*</glob>




More information about the LON-CAPA-cvs mailing list