<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>docs/cross-compile.txt</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,6 +1,6 @@
 require &quot;rubygems&quot;
-require &quot;hoe&quot;
 require &quot;erb&quot;
+require &quot;hoe&quot;
 
 require &quot;./lib/johnson/version.rb&quot;
 abort &quot;Need Ruby version 1.8.x!&quot; unless RUBY_VERSION &gt; &quot;1.8&quot;
@@ -48,42 +48,11 @@ namespace :gem do
   end
 end
 
-namespace :test do
-  task :jspec =&gt; :extensions do
-    $LOAD_PATH &lt;&lt; File.expand_path(File.dirname(__FILE__) + &quot;/lib&quot;)
-    Johnson.send(:remove_const, :VERSION)
-    require &quot;johnson&quot;
-
-    Dir[&quot;test/jspec/**/*_spec.js&quot;].each do |file|
-      Johnson::Runtime.new.load(file)
-    end
-  end
-
-  task :jquery =&gt; :extensions do
-    $LOAD_PATH &lt;&lt; File.expand_path(File.dirname(__FILE__) + &quot;/lib&quot;)
-    $LOAD_PATH &lt;&lt; File.expand_path(File.dirname(__FILE__) + &quot;/../taka/lib&quot;)
-    Johnson.send(:remove_const, :VERSION)
-    require 'johnson'
-    Johnson::Runtime.new.load('test/jquery_units/test.js')
-  end
-end
-
 # make sure the C bits are up-to-date when testing
 Rake::Task[:test].prerequisites &lt;&lt; :extensions
 
 Rake::Task[:check_manifest].prerequisites &lt;&lt; GENERATED_NODE
 
-task :install_expat do
-  Dir.chdir(&quot;./srcs&quot;) do
-    `tar -xf xmlparser-0.6.8.tar`
-    Dir.chdir(&quot;xmlparser&quot;) do
-      puts `#{Gem.ruby} extconf.rb`
-      puts `#{MAKE}`
-      puts `sudo #{MAKE} install`
-    end
-  end
-end
-
 task :build =&gt; :extensions
 task :extension =&gt; :build # FIXME: why is this here?
 </diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -33,14 +33,14 @@ module Johnson
       assert_kind_of(Set, @runtime.evaluate(&quot;Ruby.Set.new()&quot;))
     end
     
-    def test_require_an_existing_js_file_without_extension
-      assert_js(&quot;Johnson.require('johnson/template')&quot;)
-    end
+    # def test_require_an_existing_js_file_without_extension
+    #   assert_js(&quot;Johnson.require('johnson/template')&quot;)
+    # end
     
-    def test_require_returns_false_the_second_time_around
-      assert_js(&quot;Johnson.require('johnson/template')&quot;)
-      assert(!@runtime.evaluate(&quot;Johnson.require('johnson/template')&quot;))
-    end
+    # def test_require_returns_false_the_second_time_around
+    #   assert_js(&quot;Johnson.require('johnson/template')&quot;)
+    #   assert(!@runtime.evaluate(&quot;Johnson.require('johnson/template')&quot;))
+    # end
     
     def test_missing_requires_throw_LoadError
       assert_js(&lt;&lt;-END)</diff>
      <filename>test/johnson/prelude_test.rb</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>cross-compile.txt</filename>
    </removed>
    <removed>
      <filename>js/johnson/browser.js</filename>
    </removed>
    <removed>
      <filename>js/johnson/browser/env.js</filename>
    </removed>
    <removed>
      <filename>js/johnson/browser/jquery.js</filename>
    </removed>
    <removed>
      <filename>js/johnson/browser/xmlsax.js</filename>
    </removed>
    <removed>
      <filename>js/johnson/browser/xmlw3cdom.js</filename>
    </removed>
    <removed>
      <filename>js/johnson/template.js</filename>
    </removed>
    <removed>
      <filename>srcs/xmlparser-0.6.8.tar</filename>
    </removed>
    <removed>
      <filename>test/assets/index.html</filename>
    </removed>
    <removed>
      <filename>test/assets/jquery_test.html</filename>
    </removed>
    <removed>
      <filename>test/jquery_units/simple.js</filename>
    </removed>
    <removed>
      <filename>test/jquery_units/test.js</filename>
    </removed>
    <removed>
      <filename>test/jquery_units/test_helper.js</filename>
    </removed>
    <removed>
      <filename>test/jquery_units/units/ajax.js</filename>
    </removed>
    <removed>
      <filename>test/jquery_units/units/core.js</filename>
    </removed>
    <removed>
      <filename>test/jquery_units/units/event.js</filename>
    </removed>
    <removed>
      <filename>test/jquery_units/units/fx.js</filename>
    </removed>
    <removed>
      <filename>test/jquery_units/units/offset.js</filename>
    </removed>
    <removed>
      <filename>test/jquery_units/units/selector.js</filename>
    </removed>
    <removed>
      <filename>test/jspec/helper.js</filename>
    </removed>
    <removed>
      <filename>test/jspec/jspec.js</filename>
    </removed>
    <removed>
      <filename>test/jspec/simple_spec.js</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>bccd2d200a6b6ebe256f06bde6aec970e9cf59d4</id>
    </parent>
  </parents>
  <author>
    <name>John Barnette</name>
    <email>jbarnette@gmail.com</email>
  </author>
  <url>http://github.com/jbarnette/johnson/commit/00580d94e451ecb90f56f947e4a69a12ab76d287</url>
  <id>00580d94e451ecb90f56f947e4a69a12ab76d287</id>
  <committed-date>2009-03-26T12:45:58-07:00</committed-date>
  <authored-date>2009-03-26T12:43:39-07:00</authored-date>
  <message>Removing bits not directly related to the runtime.

I'm deleting a lot of good stuff here, including Johnson.Template,
Yehuda's work on page DOM, and the jQuery tests. I don't think they
belong in Johnson proper. We'll likely move a lot of the page DOM
stuff to Aaron's work on Taka.</message>
  <tree>b88e0bd23ce42007cfdc562c18df78b0d287ef4e</tree>
  <committer>
    <name>John Barnette</name>
    <email>jbarnette@gmail.com</email>
  </committer>
</commit>
