Diff for /doc/loncapafiles/loncapafiles.lpml between versions 1.836 and 1.837

version 1.836, 2013/07/10 14:28:05 version 1.837, 2013/07/10 23:49:36
Line 5024  jQuery custom distribution of version 1. Line 5024  jQuery custom distribution of version 1.
   
 <!-- JQuery nicescroll plugin -->  <!-- JQuery nicescroll plugin -->
   
 <file>  <fileglob>
   <source>loncom/html/adm/nicescroll/js/jquery.nicescroll.min.js</sourcedir>    <glob>*.js</glob>
   <targetdir dist='default'>home/httpd/html/adm/nicescroll/jquery.nicescroll.min.js</targetdir>    <sourcedir>loncom/html/adm/nicescroll/js/</sourcedir>
     <targetdir dist='default'>home/httpd/html/adm/nicescroll/</targetdir>
   <categoryname>interface file</categoryname>    <categoryname>interface file</categoryname>
   <description>    <description>
 jQuery nicescroll plugin javascript  jQuery nicescroll plugin javascript
   </description>    </description>
   <status>works/unverified</status>    <filenames>
 </file>    jquery.nicescroll.min.js;
     </filenames>
   </fileglob>
   
 <file>  <fileglob>
   <source>loncom/html/adm/nicescroll/images/zoomico.png</sourcedir>    <glob>*.png</glob>
   <targetdir dist='default'>home/httpd/html/adm/nicescroll/zoomico.png</targetdir>    <sourcedir>loncom/html/adm/nicescroll/images/</sourcedir>
     <targetdir dist='default'>home/httpd/html/adm/nicescroll/</targetdir>
   <categoryname>interface file</categoryname>    <categoryname>interface file</categoryname>
   <description>    <description>
 jQuery nicescroll plugin image  jQuery nicescroll plugin image
   </description>    </description>
   <status>works/unverified</status>    <filenames>
 </file>    zoomico.png;
     </filenames>
   </fileglob>
   
 <file>  <file>
 <source>loncom/interface/lontest.pm</source>  <source>loncom/interface/lontest.pm</source>

Removed from v.1.836  
changed lines
  Added in v.1.837


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>