[LON-CAPA-cvs] cvs: loncom /html/adm/ckeditor ckeditor_3.1.tar.gz commands doc/loncapafiles loncapafiles.lpml

faziophi faziophi@source.lon-capa.org
Sat, 30 Jan 2010 18:50:00 -0000


faziophi		Sat Jan 30 18:50:00 2010 EDT

  Added files:                 
    /loncom/html/adm/ckeditor	ckeditor_3.1.tar.gz 

  Modified files:              
    /doc/loncapafiles	loncapafiles.lpml 
    /loncom/html/adm/ckeditor	commands 
  Log:
  bug 6199 -- Upgrade CKEditor to version 3.1
  
  
  
Index: doc/loncapafiles/loncapafiles.lpml
diff -u doc/loncapafiles/loncapafiles.lpml:1.674 doc/loncapafiles/loncapafiles.lpml:1.675
--- doc/loncapafiles/loncapafiles.lpml:1.674	Thu Jan  7 15:35:07 2010
+++ doc/loncapafiles/loncapafiles.lpml	Sat Jan 30 18:49:52 2010
@@ -2,7 +2,7 @@
  "http://lpml.sourceforge.net/DTD/lpml.dtd">
 <!-- loncapafiles.lpml -->
 
-<!-- $Id: loncapafiles.lpml,v 1.674 2010/01/07 15:35:07 faziophi Exp $ -->
+<!-- $Id: loncapafiles.lpml,v 1.675 2010/01/30 18:49:52 faziophi Exp $ -->
 
 <!--
 
@@ -3991,7 +3991,7 @@
 </file>
 
 <file>
-  <source>loncom/html/adm/ckeditor/ckeditor_3.0.1.tar.gz</source>
+  <source>loncom/html/adm/ckeditor/ckeditor_3.1.tar.gz</source>
   <target dist='default'>home/httpd/html/adm/ckeditor</target>
   <categoryname>script</categoryname>
   <description>
@@ -4003,7 +4003,7 @@
   </installscript>
   <dependencies>
 loncom/html/adm/ckeditor/commands;
-loncom/html/adm/ckeditor/ckeditor_3.0.1.tar.gz;
+loncom/html/adm/ckeditor/ckeditor_3.1.tar.gz;
 loncom/html/adm/ckeditor/loncapaconfig.js;
   </dependencies>
 </file>
Index: loncom/html/adm/ckeditor/commands
diff -u loncom/html/adm/ckeditor/commands:1.1 loncom/html/adm/ckeditor/commands:1.2
--- loncom/html/adm/ckeditor/commands:1.1	Tue Dec 22 03:32:13 2009
+++ loncom/html/adm/ckeditor/commands	Sat Jan 30 18:49:59 2010
@@ -1,5 +1,5 @@
 path=`pwd`
 cd $1
-echo $path/ckeditor_3.0.1.tar.gz
-tar xzf $path/ckeditor_3.0.1.tar.gz
+echo $path/ckeditor_3.1.tar.gz
+tar xzf $path/ckeditor_3.1.tar.gz
 cp $path/loncapaconfig.js ckeditor/loncapaconfig.js