<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,6 +1,6 @@
 # Install hook code here
 
-directory = File.join(RAILS_ROOT, '/vendor/plugins/easy_fckeditor/')
+directory = File.join(RAILS_ROOT, '/vendor/plugins/easy-fckeditor/')
 require &quot;#{directory}lib/fckeditor_file_utils&quot;
 require &quot;#{directory}lib/fckeditor_version&quot;
 require &quot;#{directory}lib/fckeditor&quot;</diff>
      <filename>install.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 # Fckeditor
 module Fckeditor
-  PLUGIN_NAME = 'easy_fckeditor'
+  PLUGIN_NAME = 'easy-fckeditor'
   PLUGIN_PATH = &quot;#{RAILS_ROOT}/vendor/plugins/#{PLUGIN_NAME}&quot;
   PLUGIN_PUBLIC_PATH = &quot;#{PLUGIN_PATH}/public&quot;
   PLUGIN_CONTROLLER_PATH = &quot;#{PLUGIN_PATH}/app/controllers&quot;</diff>
      <filename>lib/fckeditor.rb</filename>
    </modified>
    <modified>
      <diff>@@ -39,7 +39,7 @@ module FckeditorFileUtils
 
   def FckeditorFileUtils.copy_configuration
     # need to copy over the code if it doesn't already exist
-    config_file = File.join(RAILS_ROOT, '/vendor/plugins/easy_fckeditor/public/javascripts/fckcustom_easy.js')
+    config_file = File.join(RAILS_ROOT, '/vendor/plugins/easy-fckeditor/public/javascripts/fckcustom_easy.js')
     dest = File.join(RAILS_ROOT, '/public/javascripts/fckcustom.js')
     FileUtils.cp(config_file, dest) unless File.exist?(dest)
   end
@@ -50,7 +50,7 @@ module FckeditorFileUtils
   end
 
   def FckeditorFileUtils.install(log)
-    directory = File.join(RAILS_ROOT, '/vendor/plugins/easy_fckeditor/')
+    directory = File.join(RAILS_ROOT, '/vendor/plugins/easy-fckeditor/')
     source = File.join(directory,'/public/javascripts/fckeditor/')
     FileUtils.mkdir(FCKEDITOR_INSTALL_DIRECTORY)
     # recursively copy all our files over</diff>
      <filename>lib/fckeditor_file_utils.rb</filename>
    </modified>
    <modified>
      <diff>@@ -8,7 +8,7 @@ namespace :fckeditor do
     require &quot;config/environment&quot;
     require 'fileutils'
 
-    directory = File.join(RAILS_ROOT, '/vendor/plugins/easy_fckeditor/')
+    directory = File.join(RAILS_ROOT, '/vendor/plugins/easy-fckeditor/')
     require &quot;#{directory}lib/fckeditor&quot;
     require &quot;#{directory}lib/fckeditor_version&quot;
     require &quot;#{directory}lib/fckeditor_file_utils&quot;</diff>
      <filename>tasks/fckeditor_tasks.rake</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,4 @@
-directory = File.join(RAILS_ROOT, '/vendor/plugins/easy_fckeditor/')
+directory = File.join(RAILS_ROOT, '/vendor/plugins/easy-fckeditor/')
 require &quot;#{directory}lib/fckeditor_file_utils&quot;
 require &quot;#{directory}lib/fckeditor_version&quot;
 require &quot;#{directory}lib/fckeditor&quot;</diff>
      <filename>uninstall.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>e6bab3abe60eb69ef42c9d50cb5ce47525441fc0</id>
    </parent>
  </parents>
  <author>
    <name>Gaston Ramos</name>
    <email>ramos.gaston@gmail.com</email>
  </author>
  <url>http://github.com/gramos/easy-fckeditor/commit/4f9c93d09be5f6829f2d41bae3cdeb42e9a9c03d</url>
  <id>4f9c93d09be5f6829f2d41bae3cdeb42e9a9c03d</id>
  <committed-date>2008-09-17T07:28:38-07:00</committed-date>
  <authored-date>2008-09-17T07:28:38-07:00</authored-date>
  <message>update new plugin name on sources</message>
  <tree>6b5897976f932cf64ca9a31d2f29f716fc919aa6</tree>
  <committer>
    <name>Gaston Ramos</name>
    <email>ramos.gaston@gmail.com</email>
  </committer>
</commit>
