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

raeburn raeburn at source.lon-capa.org
Wed Jul 10 19:49:36 EDT 2013


raeburn		Wed Jul 10 23:49:36 2013 EDT

  Modified files:              
    /doc/loncapafiles	loncapafiles.lpml 
  Log:
  - JQuery nicescroll plugin
    - correction to rev. 1.836
  
  
Index: doc/loncapafiles/loncapafiles.lpml
diff -u doc/loncapafiles/loncapafiles.lpml:1.836 doc/loncapafiles/loncapafiles.lpml:1.837
--- doc/loncapafiles/loncapafiles.lpml:1.836	Wed Jul 10 14:28:05 2013
+++ doc/loncapafiles/loncapafiles.lpml	Wed Jul 10 23:49:36 2013
@@ -2,7 +2,7 @@
  "http://lpml.sourceforge.net/DTD/lpml.dtd">
 <!-- loncapafiles.lpml -->
 
-<!-- $Id: loncapafiles.lpml,v 1.836 2013/07/10 14:28:05 raeburn Exp $ -->
+<!-- $Id: loncapafiles.lpml,v 1.837 2013/07/10 23:49:36 raeburn Exp $ -->
 
 <!--
 
@@ -5024,25 +5024,31 @@
 
 <!-- JQuery nicescroll plugin -->
 
-<file>
-  <source>loncom/html/adm/nicescroll/js/jquery.nicescroll.min.js</sourcedir>
-  <targetdir dist='default'>home/httpd/html/adm/nicescroll/jquery.nicescroll.min.js</targetdir>
+<fileglob>
+  <glob>*.js</glob>
+  <sourcedir>loncom/html/adm/nicescroll/js/</sourcedir>
+  <targetdir dist='default'>home/httpd/html/adm/nicescroll/</targetdir>
   <categoryname>interface file</categoryname>
   <description>
 jQuery nicescroll plugin javascript
   </description>
-  <status>works/unverified</status>
-</file>
+  <filenames>
+  jquery.nicescroll.min.js;
+  </filenames>
+</fileglob>
 
-<file>
-  <source>loncom/html/adm/nicescroll/images/zoomico.png</sourcedir>
-  <targetdir dist='default'>home/httpd/html/adm/nicescroll/zoomico.png</targetdir>
+<fileglob>
+  <glob>*.png</glob>
+  <sourcedir>loncom/html/adm/nicescroll/images/</sourcedir>
+  <targetdir dist='default'>home/httpd/html/adm/nicescroll/</targetdir>
   <categoryname>interface file</categoryname>
   <description>
 jQuery nicescroll plugin image
   </description>
-  <status>works/unverified</status>
-</file>
+  <filenames>
+  zoomico.png;
+  </filenames>
+</fileglob>
 
 <file>
 <source>loncom/interface/lontest.pm</source>




More information about the LON-CAPA-cvs mailing list