<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -3,10 +3,10 @@
 
 # If your production is using external ruby source code that will be required in player modules, you may
 # add the path to $: here.
-$: &lt;&lt; File.expand_path(File.dirname(__FILE__) + &quot;/lib&quot;)
+# $: &lt;&lt; File.expand_path(File.dirname(__FILE__) + &quot;/lib&quot;)
 
 # Acquires a reference to the production.
-production = Limelight::Production[&quot;Simon&quot;]
+# production = Limelight::Production[&quot;Simon&quot;]
 
 # Require any source code that will be used by the production.
 #require 'seomthing'</diff>
      <filename>init.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,9 +1,17 @@
 # This file (production.rb) configures the production. It is the first file loaded when production is opened.
 
 # The name of the production.  If not present, the production's name will default to the name of the root directory.
-name &quot;Simon&quot;
+# name &quot;Simon&quot;
 
 # Attributes.  Defining attributes on the production will create getters/setters on the production object.
 # Create attributes for any model objects or resources that need to accessible to props or players within the production
 
 #attribute :attribute_name
+
+module Production
+  
+  def production_opening
+    $: &lt;&lt; File.expand_path(File.dirname(__FILE__) + &quot;/lib&quot;)
+  end
+  
+end
\ No newline at end of file</diff>
      <filename>production.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>9308685cdadaa2406030f2d1368a9dcea0afac65</id>
    </parent>
  </parents>
  <author>
    <name>Micah Martin</name>
    <email>micah@8thlight.com</email>
  </author>
  <url>http://github.com/slagyr/simon/commit/13c95f8b559890b10066239390dade0a4e478ff7</url>
  <id>13c95f8b559890b10066239390dade0a4e478ff7</id>
  <committed-date>2009-07-21T22:08:40-07:00</committed-date>
  <authored-date>2009-07-21T22:08:40-07:00</authored-date>
  <message>updated for limelight mods</message>
  <tree>8065a7a603536eee5aa98da323dd845da24ed51d</tree>
  <committer>
    <name>Micah Martin</name>
    <email>micah@8thlight.com</email>
  </committer>
</commit>
