<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -13,7 +13,7 @@ jake_hook :build_complete do |build|
   
   FileUtils.cp 'README.markdown', &quot;#{build.build_directory}/README&quot;
   
-  %w[core stdlib].each do |doc|
+  build.packages.each do |doc|
     FileUtils.cp build.package(doc).build_path(:min), &quot;site/site/javascripts/js.class/#{doc}.js&quot;
   end
 end</diff>
      <filename>Jakefile</filename>
    </modified>
    <modified>
      <diff>@@ -4,7 +4,9 @@
     %meta{'http-equiv' =&gt; 'content-type', :content =&gt; 'text/html; charset=utf-8'}
     %title JS.Class - Ruby-style JavaScript
     =stylesheets 'application', 'prettify'
-    =javascripts 'prettify', 'js.class/core', 'js.class/stdlib'
+    :plain
+      &lt;script type=&quot;text/javascript&quot;&gt;JSCLASS_PATH = '/javascripts/js.class/';&lt;/script&gt;
+    =javascripts 'prettify', 'js.class/loader'
   %body{:onload =&gt; 'prettyPrint()'}
     #header
       .sub</diff>
      <filename>site/src/layouts/application.haml</filename>
    </modified>
    <modified>
      <diff>@@ -11,10 +11,21 @@ JS.Packages(function() { with(this) {
                                       'JS.Singleton',
                                       'JS.Interface');
     
+    var test = 'JS.Test.Unit';
     module('test')          .provides('JS.Test',
-                                      'JS.Test.Unit',
-                                      'JS.Test.Unit.Assertions',
-                                      'JS.Test.Unit.TestCase')
+                                      test,
+                                      test + '.Util.Observable',
+                                      test + '.Assertions',
+                                      test + '.Error',
+                                      test + '.Failure',
+                                      test + '.TestCase',
+                                      test + '.TestSuite',
+                                      test + '.TestResult',
+                                      test + '.UI',
+                                      test + '.UI.TestRunnerUtilities',
+                                      test + '.UI.TestRunnerMediator',
+                                      test + '.UI.Console',
+                                      test + '.UI.Console.TestRunner')
                             .requires('JS.Module',
                                       'JS.Class',
                                       'JS.Enumerable');</diff>
      <filename>source/package/config.js</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>1af54bfba5a2bcc92b4e04c7a0c6f8184eede585</id>
    </parent>
  </parents>
  <author>
    <name>James Coglan</name>
    <email>jcoglan@googlemail.com</email>
  </author>
  <url>http://github.com/jcoglan/js.class/commit/56cd52e8f5e4dc99d763ed7de5e87ed8c481d467</url>
  <id>56cd52e8f5e4dc99d763ed7de5e87ed8c481d467</id>
  <committed-date>2009-07-04T04:13:46-07:00</committed-date>
  <authored-date>2009-07-04T04:13:46-07:00</authored-date>
  <message>Updating the package config, and adding all the build files to the website -- use require() to try stuff out in Firebug.</message>
  <tree>bb91bdeca23ad3bf8d8708448561b07dc96d8c1d</tree>
  <committer>
    <name>James Coglan</name>
    <email>jcoglan@googlemail.com</email>
  </committer>
</commit>
