<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -2,7 +2,6 @@ $LOAD_PATH &lt;&lt; File.expand_path(File.dirname(__FILE__) + &quot;/../../lib&quot;)
 
 require &quot;rubygems&quot; 
 require &quot;neo4j&quot;
-require &quot;neo4j/extensions/reindexer&quot;
 require &quot;model&quot;
 
 def parse_actors(file)
@@ -58,14 +57,12 @@ def parse_actors(file)
 end
 
 
-Neo4j::Config[:storage_path] = DB_NEO_DIR
+#Neo4j::Config[:storage_path] = DB_NEO_DIR
 Neo4j.start
 
 t1 = Time.now
 Neo4j::Transaction.run do
-
   parse_actors('data/test-actors.list')
-
 end
 
 # For me it takes 33.78 sec</diff>
      <filename>examples/imdb/create_neo_db.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,10 +1,9 @@
 $LOAD_PATH &lt;&lt; File.expand_path(File.dirname(__FILE__) + &quot;/../../lib&quot;)
 #require &quot;rubygems&quot; 
 require &quot;neo4j&quot;
-require &quot;neo4j/extensions/reindexer&quot;
 require &quot;model&quot;
 
-Neo4j::Config[:storage_path] = DB_NEO_DIR
+#Neo4j::Config[:storage_path] = DB_NEO_DIR
 Neo4j.start
 Neo4j::Transaction.run do
   Actor.index :name, :tokenized =&gt; true</diff>
      <filename>examples/imdb/find_actors.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,9 @@
-DB_NEO_DIR = File.expand_path(File.dirname(__FILE__) + &quot;/db/neo&quot;)
-DB_LUCENE_DIR = File.expand_path(File.dirname(__FILE__) + &quot;/db/lucene&quot;)
+#DB_NEO_DIR = File.expand_path(File.dirname(__FILE__) + &quot;/db/neo&quot;)
+#DB_LUCENE_DIR = File.expand_path(File.dirname(__FILE__) + &quot;/db/lucene&quot;)
 
+require 'rubygems'
+require 'neo4j'
+require &quot;neo4j/extensions/reindexer&quot;
 
 class Movie; end
 </diff>
      <filename>examples/imdb/model.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>2e18b4a34444d1e91bee9bf44bec9ecea871b410</id>
    </parent>
  </parents>
  <author>
    <name>andreas</name>
    <email>andreas@andreas-xps16.(none)</email>
  </author>
  <url>http://github.com/andreasronge/neo4j/commit/5087e662c1054350324280b8a5a73089cfbf7c95</url>
  <id>5087e662c1054350324280b8a5a73089cfbf7c95</id>
  <committed-date>2009-10-25T15:33:54-07:00</committed-date>
  <authored-date>2009-10-25T15:33:54-07:00</authored-date>
  <message>Minro fix of IMDB example, removed constant DB_NEO_DIR that was not defined.</message>
  <tree>737c45d5431760a3ff934870c684b385e469ef2f</tree>
  <committer>
    <name>andreas</name>
    <email>andreas@andreas-xps16.(none)</email>
  </committer>
</commit>
