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

raeburn raeburn at source.lon-capa.org
Wed Sep 14 20:20:05 EDT 2016


raeburn		Thu Sep 15 00:20:05 2016 EDT

  Modified files:              (Branch: version_2_11_X)
    /doc/loncapafiles	loncapafiles.lpml 
  Log:
  - For 2.11
    - Backport 1.904, 1.940. 
  
  
Index: doc/loncapafiles/loncapafiles.lpml
diff -u doc/loncapafiles/loncapafiles.lpml:1.797.2.80 doc/loncapafiles/loncapafiles.lpml:1.797.2.81
--- doc/loncapafiles/loncapafiles.lpml:1.797.2.80	Sat Aug 27 11:09:46 2016
+++ doc/loncapafiles/loncapafiles.lpml	Thu Sep 15 00:20:04 2016
@@ -2,7 +2,7 @@
  "http://lpml.sourceforge.net/DTD/lpml.dtd">
 <!-- loncapafiles.lpml -->
 
-<!-- $Id: loncapafiles.lpml,v 1.797.2.80 2016/08/27 11:09:46 raeburn Exp $ -->
+<!-- $Id: loncapafiles.lpml,v 1.797.2.81 2016/09/15 00:20:04 raeburn Exp $ -->
 
 <!--
 
@@ -679,6 +679,19 @@
   <categoryname>server readonly</categoryname>
   <description>JQuery countdown timer</description>
 </directory>
+<directory dist='default'>
+  <protectionlevel>modest_delete</protectionlevel>
+  <targetdir dist='default'>/home/httpd/html/adm/codemirror</targetdir>
+  <categoryname>server readonly</categoryname>
+  <description>Codemirror</description>
+</directory>
+<directory dist='default'>
+  <protectionlevel>modest_delete</protectionlevel>
+  <targetdir dist='default'>/home/httpd/html/adm/jQuery/addons</targetdir>
+  <categoryname>server readonly</categoryname>
+  <description>jQuery addons</description>
+</directory>
+
  
 <!-- JQuery spellchecker plugin -->
 
@@ -4872,7 +4885,18 @@
     countdownLED.png;
   </filenames>
 </fileglob>
+<fileglob>
+    <glob>*.js</glob>
+    <sourcedir>loncom/html/adm/jQuery/addons/</sourcedir>
+    <targetdir>home/httpd/html/adm/jQuery/addons/</targetdir>
+    <categoryname>script</categoryname>
+    <description>
+Addons for jQuery
+    </description>
+    <filenames>
 
+    <
+</fileglob>
 <!-- JQuery spellchecker plugin -->
 
 <fileglob>
@@ -8542,5 +8566,20 @@
 </description>
 <status>works/unverified</status>
 </file>
+<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>
 </files>
 </lpml>




More information about the LON-CAPA-cvs mailing list