<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -4,6 +4,7 @@
 * hacked applet_tag and swfobject_tag to work with Rails 2.2
 * applet_tag removes '.lzx', if present
 * remove use of Array#count (not present in Ruby 1.8.6)
+* add openlaszlo:create:symlinks task
 
 == 0.9.2 (2009-03-23)
 * add back applet generator</diff>
      <filename>CHANGES</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,13 @@
 namespace :openlaszlo do
+  namespace :create do
+    desc &quot;Create a symlink from OPENLASZLO_HOME to app/applets, for faster compilation&quot;
+    task :symlinks do
+      require 'openlaszlo/utils'
+      target = OpenLaszlo::symlink_to 'app/applets', &quot;#{File.basename(RAILS_ROOT)}.rails&quot;
+      puts &quot;Created link at #{target}&quot;
+    end
+  end
+
   namespace :build do
     desc &quot;Compile any applets in the app/applets directory&quot;
     task :applets do</diff>
      <filename>tasks/compile_applets.rake</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>bd6e22953d92f15f4db78d89fad42eb54759c761</id>
    </parent>
  </parents>
  <author>
    <name>Oliver Steele</name>
    <email>steele@osteele.com</email>
  </author>
  <url>http://github.com/ultrasaurus/openlaszlo_plugin/commit/82ec94f4d254c0fe5846a04b15e8595e7f048914</url>
  <id>82ec94f4d254c0fe5846a04b15e8595e7f048914</id>
  <committed-date>2009-03-30T07:19:30-07:00</committed-date>
  <authored-date>2009-03-30T07:19:30-07:00</authored-date>
  <message>add openlaszlo:create:symlinks task</message>
  <tree>93ffbd2b77f56c56afc33e55bf204c14b6748020</tree>
  <committer>
    <name>Oliver Steele</name>
    <email>steele@osteele.com</email>
  </committer>
</commit>
