<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -2,149 +2,3 @@ AgDLR is no longer the latest+greatest bits for dynamic languages in Silverlight
 
 [IronPython](http://ironpython.codeplex.com)
 [IronRuby](http://ironruby.net)
-
-
-README contents:
-
-AgDLR - Dynamic Languages in Silverlight
-========================================
-  [Dynamic Languages on Silverlight.net](http://silverlight.net/dlr)
-  [AgDLR Project Homepage](http://sdlsdk.codeplex.com)
-
-  &quot;agdlr&quot;, the Silverlight Dynamic Languages project, is the integration 
-  between Silverlight and Dynamic Languages running on the Dynamic Language 
-  Runtime (DLR). The languages included in this package are IronPython and IronRuby.
-
-  Note: this package is meant to be used to develop applications with 
-  Silverlight 2 RTW. Install Silverlight for [Windows](http://go.microsoft.com/fwlink/?LinkID=119972)
-  or the [Mac](http://go.microsoft.com/fwlink/?LinkID=119973)
-
-Package
--------
-  /bin:       AgDLR Binaries
-  
-  /docs:      Documentation
-
-  /samples:   See /samples/README for more information
-  
-  /script:    Tools for creating and running Silverlight applications
-
-  /test:      AgDLR Test Suite. Run with /script/test.bat
-  
-  /utilities: See /utilities/README.markdown
-
-  /src.url:   Source code download link for Microsoft.Scripting.Silverlight.dll and Chiron.exe.
-
-  /LICENSE:   Microsoft Public License
-
-Getting Started
----------------
-  1. Create a new Silverlight application
-
-      script/sl [ruby|python] &lt;application_name&gt;
-
-    This will create a Silverlight application in the language of your choosing in
-    the &quot;application_name&quot; directory where you ran the script.
-
-  2. Run an application
-
-      script/server /b
-
-    This will launch Chiron, the Silverlight development utility, as well as open
-    your default browser to [http://localhost:2060](http://localhost:2060). If you pass the /w
-    instead of the /b switch, it will just start the server and not launch your
-    browser. See the Chiron section below for more of its usage details.
-
-    Note: run script/env.bat, which will add scripts to your path, shortening the command
-    to just &quot;server&quot;.
-
-    This command requires Mono to be installed on the Mac.
-    [Download Mono](http://www.go-mono.com/mono-downloads/download.html)
-
-CHANGELOG
----------
-  0.5.0 - 2009-03-20
-
-  - MIX09 release for Silverlight 2 and Silverlight 3 Beta.
-
-  - Adds a dynamic language REPL to any Silverlight app for a explorative
-    developer experience (add console=true to initParams. See 
-    samples/(python|ruby)/repl as well for how to use Repl programatically.)
-
-  - Run the Test suite (using IronRuby and Bacon) as any other Silverlight
-    application, and use Bacon to write your own tests suites. 
-    http://github.com/jschementi/eggs
-
-  - Beginnings of a port of the internal Microsoft DLR Silverlight test suite.
-
-  - API improvement for hosting DLR language in C#/VB Silverlight applications.
-
-  - Fix Codeplex Bug# 11803 (zip version fix)
-
-  - chiron-here.reg - Run Chiron by right-clicking on a directory (in utilities)
-
-  - set DynamicApplication.XapFile to change where a language's filesystem 
-    features/libraries look for files.
-
-  - Chiron /path option - &quot;;&quot; separated list of folder to be included in XAP
-    (poor mans lib path)
-
-  - New versions of IronRuby (0.3) and IronPython (2.6 pre-alpha)
-
-  - DynamicApplication.LoadAssemblies - support for SL3 Transparent Platform
-    Extensions.
-
-  - Managed JScript has been removed from the package.
-
-  - Thanks for the contributions!
-    * Removed UI thread check in FileExists (Eloff) November 26, 2008
-      commit bd9b2d56eeda8aea69b90245f86493fc22ca0803
-    * Fixed ErrorReporter bug when _sourceFileName is not a file on disk (e.g. &lt;string&gt;) (Eloff) November 26, 2008
-      commit 61ee0134167a546a55cf138ef63edc5d7eb4b830
-    * XapHttpHandler gives IIS or Cassini the auto-XAPing power of Chiron (also in utilities) (Harry Pierson) March 19, 2009
-      commit 63a5ea3cf94068b87273531b5c96d84d8de983d2
-
-  0.4.0 - 2008-10-15
-
-  - New builds of DLR/Languages for Silverlight 2 RTW
-
-  - Custom Fonts: In Silverlight 2 Beta 2 a custom font could either be placed 
-    in the XAP file, or as an assembly resource, and loaded by Silverlight. 
-    In Silverlight 2 RC0, only an assembly resource is allowed. The current 
-    work-around for dynamic languages is to load a dummy DLL with the fonts as
-    resources.
-
-  - JScript/Python Interop: This version breaks JScript/Python interop since
-    JScript does not support IDynamicObject, which Python uses to do dynamic 
-    method dispatch. Therefore, the sample that showed this, jscript/fractulator,
-    is not in this release.
-
-  0.3.9 - 2008-09-29
-
-  - New builds of DLR/Languages for Silverlight 2 RC
-
-  0.3.0 - 2008-08-29
-
-  - New builds of DLR/Languages
-
-  0.2.1 - 2008-06-11
-
-  - Now script/sl.bat does not depend on Ruby being installed
-
-  0.2.0 - 2008-06-09
-
-  - Release for Silverlight 2 Beta 2. Removes samples and source code from 
-    main project to seperate downloads on http://codeplex.com/sdlsdk.
-
-  0.1.1 - 2008-05-06
-
-  - Adds Managed JScript to the package, as well as the &quot;sl&quot; command
-
-  0.1.0 - 2008-03-07
-
-  - MIX08 release for Silverlight 2; IronRuby and IronPython support for 
-    Silverlight 2 Beta 1.
-    
-  - Abandons &lt;x:Code /&gt; model for a in XAP solution, and uses a auto-xapping 
-    tool (Chiron.exe) for a nice development experience.
-</diff>
      <filename>README.markdown</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>.gitignore</filename>
    </removed>
    <removed>
      <filename>.gitmodules</filename>
    </removed>
    <removed>
      <filename>LICENSE</filename>
    </removed>
    <removed>
      <filename>agdlr.sln</filename>
    </removed>
    <removed>
      <filename>docs/Project Homepage.url</filename>
    </removed>
    <removed>
      <filename>docs/Source Code Repository.url</filename>
    </removed>
    <removed>
      <filename>lib/python/TODO</filename>
    </removed>
    <removed>
      <filename>lib/ruby/lib/helpers.rb</filename>
    </removed>
    <removed>
      <filename>lib/ruby/lib/helpers/downloader.rb</filename>
    </removed>
    <removed>
      <filename>lib/ruby/lib/helpers/html.rb</filename>
    </removed>
    <removed>
      <filename>lib/ruby/lib/helpers/html/patch.rb</filename>
    </removed>
    <removed>
      <filename>lib/ruby/lib/helpers/json.rb</filename>
    </removed>
    <removed>
      <filename>lib/ruby/lib/helpers/wpf.rb</filename>
    </removed>
    <removed>
      <filename>lib/ruby/lib/helpers/wpf/animation.rb</filename>
    </removed>
    <removed>
      <filename>lib/ruby/lib/helpers/wpf/builders.rb</filename>
    </removed>
    <removed>
      <filename>lib/ruby/lib/helpers/wpf/patch.rb</filename>
    </removed>
    <removed>
      <filename>lib/ruby/lib/helpers/xap.rb</filename>
    </removed>
    <removed>
      <filename>lib/ruby/lib/patch.rb</filename>
    </removed>
    <removed>
      <filename>lib/ruby/lib/rails.rb</filename>
    </removed>
    <removed>
      <filename>lib/ruby/lib/rails/erb.rb</filename>
    </removed>
    <removed>
      <filename>lib/ruby/lib/rails/rsl.rb</filename>
    </removed>
    <removed>
      <filename>lib/ruby/lib/rquery.rb</filename>
    </removed>
    <removed>
      <filename>lib/ruby/lib/rquery/manipulation.rb</filename>
    </removed>
    <removed>
      <filename>lib/ruby/lib/silverlight_application.rb</filename>
    </removed>
    <removed>
      <filename>lib/ruby/lib/std/strscan.rb</filename>
    </removed>
    <removed>
      <filename>lib/ruby/silverlight.rb</filename>
    </removed>
    <removed>
      <filename>samples/README.markdown</filename>
    </removed>
    <removed>
      <filename>samples/dlrconsole/README.txt</filename>
    </removed>
    <removed>
      <filename>samples/dlrconsole/app/AppManifest.xaml</filename>
    </removed>
    <removed>
      <filename>samples/dlrconsole/app/app.py</filename>
    </removed>
    <removed>
      <filename>samples/dlrconsole/app/lib/Silverlight.rb</filename>
    </removed>
    <removed>
      <filename>samples/dlrconsole/app/lib/clock.rb</filename>
    </removed>
    <removed>
      <filename>samples/dlrconsole/app/lib/clock.xaml</filename>
    </removed>
    <removed>
      <filename>samples/dlrconsole/app/lib/drag.rb</filename>
    </removed>
    <removed>
      <filename>samples/dlrconsole/app/lib/script.rb</filename>
    </removed>
    <removed>
      <filename>samples/dlrconsole/app/wpf.py</filename>
    </removed>
    <removed>
      <filename>samples/dlrconsole/app/wpf.rb</filename>
    </removed>
    <removed>
      <filename>samples/dlrconsole/index.html</filename>
    </removed>
    <removed>
      <filename>samples/dlrconsole/stylesheets/error.css</filename>
    </removed>
    <removed>
      <filename>samples/python/3dshapes/app/app.py</filename>
    </removed>
    <removed>
      <filename>samples/python/3dshapes/app/app.xaml</filename>
    </removed>
    <removed>
      <filename>samples/python/3dshapes/assets/images/bg.JPG</filename>
    </removed>
    <removed>
      <filename>samples/python/3dshapes/assets/images/bt01a.png</filename>
    </removed>
    <removed>
      <filename>samples/python/3dshapes/assets/images/bt01b.png</filename>
    </removed>
    <removed>
      <filename>samples/python/3dshapes/assets/images/bt02a.png</filename>
    </removed>
    <removed>
      <filename>samples/python/3dshapes/assets/images/bt02b.png</filename>
    </removed>
    <removed>
      <filename>samples/python/3dshapes/assets/images/bt03a.png</filename>
    </removed>
    <removed>
      <filename>samples/python/3dshapes/assets/images/bt03b.png</filename>
    </removed>
    <removed>
      <filename>samples/python/3dshapes/assets/images/bt04a.png</filename>
    </removed>
    <removed>
      <filename>samples/python/3dshapes/assets/images/bt04b.png</filename>
    </removed>
    <removed>
      <filename>samples/python/3dshapes/assets/images/bt05a.png</filename>
    </removed>
    <removed>
      <filename>samples/python/3dshapes/assets/images/bt05b.png</filename>
    </removed>
    <removed>
      <filename>samples/python/3dshapes/assets/images/bt06a.png</filename>
    </removed>
    <removed>
      <filename>samples/python/3dshapes/assets/images/bt06b.png</filename>
    </removed>
    <removed>
      <filename>samples/python/3dshapes/assets/images/linebg.JPG</filename>
    </removed>
    <removed>
      <filename>samples/python/3dshapes/assets/stylesheets/error.css</filename>
    </removed>
    <removed>
      <filename>samples/python/3dshapes/index.html</filename>
    </removed>
    <removed>
      <filename>samples/python/bubbles/app/app.py</filename>
    </removed>
    <removed>
      <filename>samples/python/bubbles/app/app.xaml</filename>
    </removed>
    <removed>
      <filename>samples/python/bubbles/assets/stylesheets/error.css</filename>
    </removed>
    <removed>
      <filename>samples/python/bubbles/assets/stylesheets/style.css</filename>
    </removed>
    <removed>
      <filename>samples/python/bubbles/index.html</filename>
    </removed>
    <removed>
      <filename>samples/python/clock/app/app.py</filename>
    </removed>
    <removed>
      <filename>samples/python/clock/app/app.xaml</filename>
    </removed>
    <removed>
      <filename>samples/python/clock/assets/images/silverlight_dusk1_std_1024x768.jpg</filename>
    </removed>
    <removed>
      <filename>samples/python/clock/assets/stylesheets/error.css</filename>
    </removed>
    <removed>
      <filename>samples/python/clock/index.html</filename>
    </removed>
    <removed>
      <filename>samples/python/collateraldamage/app/app.py</filename>
    </removed>
    <removed>
      <filename>samples/python/collateraldamage/app/app.xaml</filename>
    </removed>
    <removed>
      <filename>samples/python/collateraldamage/app/gameboard.py</filename>
    </removed>
    <removed>
      <filename>samples/python/collateraldamage/assets/images/blue.png</filename>
    </removed>
    <removed>
      <filename>samples/python/collateraldamage/assets/images/red.png</filename>
    </removed>
    <removed>
      <filename>samples/python/collateraldamage/assets/stylesheets/error.css</filename>
    </removed>
    <removed>
      <filename>samples/python/collateraldamage/index.html</filename>
    </removed>
    <removed>
      <filename>samples/python/fractulator/app/fractulator.py</filename>
    </removed>
    <removed>
      <filename>samples/python/fractulator/index.html</filename>
    </removed>
    <removed>
      <filename>samples/python/fractulator/stylesheets/error.css</filename>
    </removed>
    <removed>
      <filename>samples/python/pageturn/app/app.py</filename>
    </removed>
    <removed>
      <filename>samples/python/pageturn/app/app.xaml</filename>
    </removed>
    <removed>
      <filename>samples/python/pageturn/assets/images/SilverlightBackgroundDark.jpg</filename>
    </removed>
    <removed>
      <filename>samples/python/pageturn/assets/images/SilverlightBackgroundLight.jpg</filename>
    </removed>
    <removed>
      <filename>samples/python/pageturn/assets/images/Thumbs.db</filename>
    </removed>
    <removed>
      <filename>samples/python/pageturn/assets/images/bg.JPG</filename>
    </removed>
    <removed>
      <filename>samples/python/pageturn/assets/images/logo.png</filename>
    </removed>
    <removed>
      <filename>samples/python/pageturn/assets/images/logo_name.png</filename>
    </removed>
    <removed>
      <filename>samples/python/pageturn/assets/images/page05.jpg</filename>
    </removed>
    <removed>
      <filename>samples/python/pageturn/assets/images/page06.jpg</filename>
    </removed>
    <removed>
      <filename>samples/python/pageturn/assets/images/page07.jpg</filename>
    </removed>
    <removed>
      <filename>samples/python/pageturn/assets/images/page08.jpg</filename>
    </removed>
    <removed>
      <filename>samples/python/pageturn/assets/images/page09.JPG</filename>
    </removed>
    <removed>
      <filename>samples/python/pageturn/assets/images/page10.JPG</filename>
    </removed>
    <removed>
      <filename>samples/python/pageturn/assets/images/page11.JPG</filename>
    </removed>
    <removed>
      <filename>samples/python/pageturn/assets/images/page12.JPG</filename>
    </removed>
    <removed>
      <filename>samples/python/pageturn/assets/images/page13.JPG</filename>
    </removed>
    <removed>
      <filename>samples/python/pageturn/assets/images/page14.JPG</filename>
    </removed>
    <removed>
      <filename>samples/python/pageturn/assets/images/page15.JPG</filename>
    </removed>
    <removed>
      <filename>samples/python/pageturn/assets/images/page16.JPG</filename>
    </removed>
    <removed>
      <filename>samples/python/pageturn/assets/images/page17.JPG</filename>
    </removed>
    <removed>
      <filename>samples/python/pageturn/assets/images/page18.JPG</filename>
    </removed>
    <removed>
      <filename>samples/python/pageturn/assets/images/pb01.JPG</filename>
    </removed>
    <removed>
      <filename>samples/python/pageturn/assets/images/pb02.JPG</filename>
    </removed>
    <removed>
      <filename>samples/python/pageturn/assets/images/pb03.JPG</filename>
    </removed>
    <removed>
      <filename>samples/python/pageturn/assets/images/px01.JPG</filename>
    </removed>
    <removed>
      <filename>samples/python/pageturn/assets/images/px02.JPG</filename>
    </removed>
    <removed>
      <filename>samples/python/pageturn/assets/images/px03.JPG</filename>
    </removed>
    <removed>
      <filename>samples/python/pageturn/assets/images/shadowBehind.png</filename>
    </removed>
    <removed>
      <filename>samples/python/pageturn/assets/images/shadowFold.png</filename>
    </removed>
    <removed>
      <filename>samples/python/pageturn/assets/images/shadowPage01.png</filename>
    </removed>
    <removed>
      <filename>samples/python/pageturn/assets/images/whiteLine.JPG</filename>
    </removed>
    <removed>
      <filename>samples/python/pageturn/assets/stylesheets/error.css</filename>
    </removed>
    <removed>
      <filename>samples/python/pageturn/index.html</filename>
    </removed>
    <removed>
      <filename>samples/python/photoparticle/app/app.py</filename>
    </removed>
    <removed>
      <filename>samples/python/photoparticle/app/app.xaml</filename>
    </removed>
    <removed>
      <filename>samples/python/photoparticle/assets/images/151357567_1feee2792a_m.jpg</filename>
    </removed>
    <removed>
      <filename>samples/python/photoparticle/assets/images/262008209_b51badb1b4_m.jpg</filename>
    </removed>
    <removed>
      <filename>samples/python/photoparticle/assets/images/281646581_ba66b522bc_m.jpg</filename>
    </removed>
    <removed>
      <filename>samples/python/photoparticle/assets/images/422208375_8369c7cade_m.jpg</filename>
    </removed>
    <removed>
      <filename>samples/python/photoparticle/assets/images/432960949_3bc5c86c9b_m.jpg</filename>
    </removed>
    <removed>
      <filename>samples/python/photoparticle/assets/images/437559825_654f71d6db_m.jpg</filename>
    </removed>
    <removed>
      <filename>samples/python/photoparticle/assets/images/438253880_8a61c50854_m.jpg</filename>
    </removed>
    <removed>
      <filename>samples/python/photoparticle/assets/images/439074330_bdc4c69e76_m.jpg</filename>
    </removed>
    <removed>
      <filename>samples/python/photoparticle/assets/images/69521107_a2a48e3088_m.jpg</filename>
    </removed>
    <removed>
      <filename>samples/python/photoparticle/assets/images/circle_mask.png</filename>
    </removed>
    <removed>
      <filename>samples/python/photoparticle/assets/stylesheets/error.css</filename>
    </removed>
    <removed>
      <filename>samples/python/photoparticle/index.html</filename>
    </removed>
    <removed>
      <filename>samples/python/repl/console.css</filename>
    </removed>
    <removed>
      <filename>samples/python/repl/index.html</filename>
    </removed>
    <removed>
      <filename>samples/python/repl/python/app.py</filename>
    </removed>
    <removed>
      <filename>samples/python/repl/screen.css</filename>
    </removed>
    <removed>
      <filename>samples/python/tiletext/app/app.py</filename>
    </removed>
    <removed>
      <filename>samples/python/tiletext/app/app.xaml</filename>
    </removed>
    <removed>
      <filename>samples/python/tiletext/assets/images/1.png</filename>
    </removed>
    <removed>
      <filename>samples/python/tiletext/assets/images/2.png</filename>
    </removed>
    <removed>
      <filename>samples/python/tiletext/assets/images/3.png</filename>
    </removed>
    <removed>
      <filename>samples/python/tiletext/assets/images/4.png</filename>
    </removed>
    <removed>
      <filename>samples/python/tiletext/assets/images/5.png</filename>
    </removed>
    <removed>
      <filename>samples/python/tiletext/assets/images/6.png</filename>
    </removed>
    <removed>
      <filename>samples/python/tiletext/assets/images/7.png</filename>
    </removed>
    <removed>
      <filename>samples/python/tiletext/assets/images/8.png</filename>
    </removed>
    <removed>
      <filename>samples/python/tiletext/assets/stylesheets/error.css</filename>
    </removed>
    <removed>
      <filename>samples/python/tiletext/index.html</filename>
    </removed>
    <removed>
      <filename>samples/ruby/clock/app/Silverlight.rb</filename>
    </removed>
    <removed>
      <filename>samples/ruby/clock/app/app.rb</filename>
    </removed>
    <removed>
      <filename>samples/ruby/clock/app/app.xaml</filename>
    </removed>
    <removed>
      <filename>samples/ruby/clock/assets/images/silverlight_dusk1_std_1024x768.jpg</filename>
    </removed>
    <removed>
      <filename>samples/ruby/clock/assets/stylesheets/error.css</filename>
    </removed>
    <removed>
      <filename>samples/ruby/clock/index.html</filename>
    </removed>
    <removed>
      <filename>samples/ruby/photoviewer/.DS_Store</filename>
    </removed>
    <removed>
      <filename>samples/ruby/photoviewer/images/.DS_Store</filename>
    </removed>
    <removed>
      <filename>samples/ruby/photoviewer/images/loading.gif</filename>
    </removed>
    <removed>
      <filename>samples/ruby/photoviewer/index.html</filename>
    </removed>
    <removed>
      <filename>samples/ruby/photoviewer/javascripts/error.js</filename>
    </removed>
    <removed>
      <filename>samples/ruby/photoviewer/lightbox/.DS_Store</filename>
    </removed>
    <removed>
      <filename>samples/ruby/photoviewer/lightbox/css/lightbox.css</filename>
    </removed>
    <removed>
      <filename>samples/ruby/photoviewer/lightbox/images/blank.gif</filename>
    </removed>
    <removed>
      <filename>samples/ruby/photoviewer/lightbox/images/close.gif</filename>
    </removed>
    <removed>
      <filename>samples/ruby/photoviewer/lightbox/images/closelabel.gif</filename>
    </removed>
    <removed>
      <filename>samples/ruby/photoviewer/lightbox/images/loading.gif</filename>
    </removed>
    <removed>
      <filename>samples/ruby/photoviewer/lightbox/images/next.gif</filename>
    </removed>
    <removed>
      <filename>samples/ruby/photoviewer/lightbox/images/nextlabel.gif</filename>
    </removed>
    <removed>
      <filename>samples/ruby/photoviewer/lightbox/images/prev.gif</filename>
    </removed>
    <removed>
      <filename>samples/ruby/photoviewer/lightbox/images/prevlabel.gif</filename>
    </removed>
    <removed>
      <filename>samples/ruby/photoviewer/lightbox/js/effects.js</filename>
    </removed>
    <removed>
      <filename>samples/ruby/photoviewer/lightbox/js/lightbox.js</filename>
    </removed>
    <removed>
      <filename>samples/ruby/photoviewer/lightbox/js/prototype.js</filename>
    </removed>
    <removed>
      <filename>samples/ruby/photoviewer/lightbox/js/scriptaculous.js</filename>
    </removed>
    <removed>
      <filename>samples/ruby/photoviewer/ruby/System.Json.dll</filename>
    </removed>
    <removed>
      <filename>samples/ruby/photoviewer/ruby/app.rb</filename>
    </removed>
    <removed>
      <filename>samples/ruby/photoviewer/ruby/render.rb</filename>
    </removed>
    <removed>
      <filename>samples/ruby/photoviewer/ruby/silverlight.rb</filename>
    </removed>
    <removed>
      <filename>samples/ruby/photoviewer/ruby/system-json.rb</filename>
    </removed>
    <removed>
      <filename>samples/ruby/photoviewer/stylesheets/console.css</filename>
    </removed>
    <removed>
      <filename>samples/ruby/photoviewer/stylesheets/error.css</filename>
    </removed>
    <removed>
      <filename>samples/ruby/photoviewer/stylesheets/screen.css</filename>
    </removed>
    <removed>
      <filename>samples/ruby/repl/console.css</filename>
    </removed>
    <removed>
      <filename>samples/ruby/repl/index.html</filename>
    </removed>
    <removed>
      <filename>samples/ruby/repl/ruby/app.rb</filename>
    </removed>
    <removed>
      <filename>samples/ruby/repl/screen.css</filename>
    </removed>
    <removed>
      <filename>samples/ruby/tryruby/index.html</filename>
    </removed>
    <removed>
      <filename>samples/ruby/tryruby/ruby/app.rb</filename>
    </removed>
    <removed>
      <filename>samples/ruby/tryruby/ruby/lib/helpers.rb</filename>
    </removed>
    <removed>
      <filename>samples/ruby/tryruby/ruby/lib/helpers/debug.rb</filename>
    </removed>
    <removed>
      <filename>samples/ruby/tryruby/ruby/lib/helpers/downloader.rb</filename>
    </removed>
    <removed>
      <filename>samples/ruby/tryruby/ruby/lib/helpers/html.rb</filename>
    </removed>
    <removed>
      <filename>samples/ruby/tryruby/ruby/lib/helpers/html/patch.rb</filename>
    </removed>
    <removed>
      <filename>samples/ruby/tryruby/ruby/lib/helpers/json.rb</filename>
    </removed>
    <removed>
      <filename>samples/ruby/tryruby/ruby/lib/helpers/wpf.rb</filename>
    </removed>
    <removed>
      <filename>samples/ruby/tryruby/ruby/lib/helpers/wpf/animation.rb</filename>
    </removed>
    <removed>
      <filename>samples/ruby/tryruby/ruby/lib/helpers/wpf/builders.rb</filename>
    </removed>
    <removed>
      <filename>samples/ruby/tryruby/ruby/lib/helpers/wpf/patch.rb</filename>
    </removed>
    <removed>
      <filename>samples/ruby/tryruby/ruby/lib/helpers/xap.rb</filename>
    </removed>
    <removed>
      <filename>samples/ruby/tryruby/ruby/lib/patch.rb</filename>
    </removed>
    <removed>
      <filename>samples/ruby/tryruby/ruby/lib/rails.rb</filename>
    </removed>
    <removed>
      <filename>samples/ruby/tryruby/ruby/lib/rails/erb.rb</filename>
    </removed>
    <removed>
      <filename>samples/ruby/tryruby/ruby/lib/rails/rsl.rb</filename>
    </removed>
    <removed>
      <filename>samples/ruby/tryruby/ruby/lib/rquery.rb</filename>
    </removed>
    <removed>
      <filename>samples/ruby/tryruby/ruby/lib/rquery/manipulation.rb</filename>
    </removed>
    <removed>
      <filename>samples/ruby/tryruby/ruby/lib/silverlight_application.rb</filename>
    </removed>
    <removed>
      <filename>samples/ruby/tryruby/ruby/lib/std/strscan.rb</filename>
    </removed>
    <removed>
      <filename>samples/ruby/tryruby/ruby/silverlight.rb</filename>
    </removed>
    <removed>
      <filename>samples/ruby/watch/index.html</filename>
    </removed>
    <removed>
      <filename>samples/ruby/watch/ruby/app.rb</filename>
    </removed>
    <removed>
      <filename>samples/ruby/watch/ruby/lib/helpers.rb</filename>
    </removed>
    <removed>
      <filename>samples/ruby/watch/ruby/lib/helpers/debug.rb</filename>
    </removed>
    <removed>
      <filename>samples/ruby/watch/ruby/lib/helpers/downloader.rb</filename>
    </removed>
    <removed>
      <filename>samples/ruby/watch/ruby/lib/helpers/html.rb</filename>
    </removed>
    <removed>
      <filename>samples/ruby/watch/ruby/lib/helpers/html/patch.rb</filename>
    </removed>
    <removed>
      <filename>samples/ruby/watch/ruby/lib/helpers/json.rb</filename>
    </removed>
    <removed>
      <filename>samples/ruby/watch/ruby/lib/helpers/wpf.rb</filename>
    </removed>
    <removed>
      <filename>samples/ruby/watch/ruby/lib/helpers/wpf/animation.rb</filename>
    </removed>
    <removed>
      <filename>samples/ruby/watch/ruby/lib/helpers/wpf/builders.rb</filename>
    </removed>
    <removed>
      <filename>samples/ruby/watch/ruby/lib/helpers/wpf/patch.rb</filename>
    </removed>
    <removed>
      <filename>samples/ruby/watch/ruby/lib/helpers/xap.rb</filename>
    </removed>
    <removed>
      <filename>samples/ruby/watch/ruby/lib/patch.rb</filename>
    </removed>
    <removed>
      <filename>samples/ruby/watch/ruby/lib/rails.rb</filename>
    </removed>
    <removed>
      <filename>samples/ruby/watch/ruby/lib/rails/erb.rb</filename>
    </removed>
    <removed>
      <filename>samples/ruby/watch/ruby/lib/rails/rsl.rb</filename>
    </removed>
    <removed>
      <filename>samples/ruby/watch/ruby/lib/rquery.rb</filename>
    </removed>
    <removed>
      <filename>samples/ruby/watch/ruby/lib/rquery/manipulation.rb</filename>
    </removed>
    <removed>
      <filename>samples/ruby/watch/ruby/lib/silverlight_application.rb</filename>
    </removed>
    <removed>
      <filename>samples/ruby/watch/ruby/lib/std/strscan.rb</filename>
    </removed>
    <removed>
      <filename>samples/ruby/watch/ruby/silverlight.rb</filename>
    </removed>
    <removed>
      <filename>samples/ruby/watch/ruby/watch.xaml</filename>
    </removed>
    <removed>
      <filename>script/core-env.bat</filename>
    </removed>
    <removed>
      <filename>script/env.bat</filename>
    </removed>
    <removed>
      <filename>script/server</filename>
    </removed>
    <removed>
      <filename>script/server.bat</filename>
    </removed>
    <removed>
      <filename>script/sl</filename>
    </removed>
    <removed>
      <filename>script/sl.bat</filename>
    </removed>
    <removed>
      <filename>script/templates/python/app/app.py</filename>
    </removed>
    <removed>
      <filename>script/templates/python/app/app.xaml</filename>
    </removed>
    <removed>
      <filename>script/templates/python/css/screen.css</filename>
    </removed>
    <removed>
      <filename>script/templates/python/index.html</filename>
    </removed>
    <removed>
      <filename>script/templates/python/js/error.js</filename>
    </removed>
    <removed>
      <filename>script/templates/ruby/app/app.rb</filename>
    </removed>
    <removed>
      <filename>script/templates/ruby/app/app.xaml</filename>
    </removed>
    <removed>
      <filename>script/templates/ruby/css/screen.css</filename>
    </removed>
    <removed>
      <filename>script/templates/ruby/index.html</filename>
    </removed>
    <removed>
      <filename>script/templates/ruby/js/error.js</filename>
    </removed>
    <removed>
      <filename>script/test.bat</filename>
    </removed>
    <removed>
      <filename>src/AssemblyVersion.cs</filename>
    </removed>
    <removed>
      <filename>src/Chiron/App.config</filename>
    </removed>
    <removed>
      <filename>src/Chiron/AppManifestTemplate.cs</filename>
    </removed>
    <removed>
      <filename>src/Chiron/Chiron.cs</filename>
    </removed>
    <removed>
      <filename>src/Chiron/Chiron.csproj</filename>
    </removed>
    <removed>
      <filename>src/Chiron/Crc32.cs</filename>
    </removed>
    <removed>
      <filename>src/Chiron/HtmlFormatter.cs</filename>
    </removed>
    <removed>
      <filename>src/Chiron/HttpRequestData.cs</filename>
    </removed>
    <removed>
      <filename>src/Chiron/HttpServer.cs</filename>
    </removed>
    <removed>
      <filename>src/Chiron/HttpSocket.cs</filename>
    </removed>
    <removed>
      <filename>src/Chiron/LanguageInfo.cs</filename>
    </removed>
    <removed>
      <filename>src/Chiron/MimeTypeSection.cs</filename>
    </removed>
    <removed>
      <filename>src/Chiron/Properties/AssemblyInfo.cs</filename>
    </removed>
    <removed>
      <filename>src/Chiron/README.txt</filename>
    </removed>
    <removed>
      <filename>src/Chiron/XapBuilder.cs</filename>
    </removed>
    <removed>
      <filename>src/Chiron/XapHttpHandler.cs</filename>
    </removed>
    <removed>
      <filename>src/Chiron/Zip.cs</filename>
    </removed>
    <removed>
      <filename>src/Chiron/sl.png</filename>
    </removed>
    <removed>
      <filename>src/Chiron/slx.png</filename>
    </removed>
    <removed>
      <filename>src/Dependencies/ironruby</filename>
    </removed>
    <removed>
      <filename>src/Microsoft.Scripting.Silverlight/BrowserPAL.cs</filename>
    </removed>
    <removed>
      <filename>src/Microsoft.Scripting.Silverlight/BrowserScriptHost.cs</filename>
    </removed>
    <removed>
      <filename>src/Microsoft.Scripting.Silverlight/Configuration.cs</filename>
    </removed>
    <removed>
      <filename>src/Microsoft.Scripting.Silverlight/DynamicApplication.cs</filename>
    </removed>
    <removed>
      <filename>src/Microsoft.Scripting.Silverlight/ErrorFormatter.cs</filename>
    </removed>
    <removed>
      <filename>src/Microsoft.Scripting.Silverlight/Extension.cs</filename>
    </removed>
    <removed>
      <filename>src/Microsoft.Scripting.Silverlight/ExtensionTypes.cs</filename>
    </removed>
    <removed>
      <filename>src/Microsoft.Scripting.Silverlight/Microsoft.Scripting.Silverlight.csproj</filename>
    </removed>
    <removed>
      <filename>src/Microsoft.Scripting.Silverlight/Package.cs</filename>
    </removed>
    <removed>
      <filename>src/Microsoft.Scripting.Silverlight/Properties/AssemblyInfo.cs</filename>
    </removed>
    <removed>
      <filename>src/Microsoft.Scripting.Silverlight/Repl.cs</filename>
    </removed>
    <removed>
      <filename>src/Microsoft.Scripting.Silverlight/Window.cs</filename>
    </removed>
    <removed>
      <filename>src/Microsoft.Scripting.Silverlight/agdlr.css</filename>
    </removed>
    <removed>
      <filename>src/Microsoft.Scripting.Silverlight/agdlr.js</filename>
    </removed>
    <removed>
      <filename>src/README</filename>
    </removed>
    <removed>
      <filename>src/SilverlightVersion.cs</filename>
    </removed>
    <removed>
      <filename>test/README.markdown</filename>
    </removed>
    <removed>
      <filename>test/css/screen.css</filename>
    </removed>
    <removed>
      <filename>test/index.html</filename>
    </removed>
    <removed>
      <filename>test/js/error.js</filename>
    </removed>
    <removed>
      <filename>test/tests/app.rb</filename>
    </removed>
    <removed>
      <filename>test/tests/debugger.rb</filename>
    </removed>
    <removed>
      <filename>test/tests/empty.py</filename>
    </removed>
    <removed>
      <filename>test/tests/helper.rb</filename>
    </removed>
    <removed>
      <filename>test/tests/integration/__init__.py</filename>
    </removed>
    <removed>
      <filename>test/tests/integration/fixtures/__init__.py</filename>
    </removed>
    <removed>
      <filename>test/tests/integration/fixtures/child1.py</filename>
    </removed>
    <removed>
      <filename>test/tests/integration/fixtures/mod1.py</filename>
    </removed>
    <removed>
      <filename>test/tests/integration/fixtures/mod2.py</filename>
    </removed>
    <removed>
      <filename>test/tests/integration/fixtures/test.py</filename>
    </removed>
    <removed>
      <filename>test/tests/integration/fixtures/test.rb</filename>
    </removed>
    <removed>
      <filename>test/tests/integration/fixtures/test2.py</filename>
    </removed>
    <removed>
      <filename>test/tests/integration/fixtures/test2.rb</filename>
    </removed>
    <removed>
      <filename>test/tests/integration/test_01.rb</filename>
    </removed>
    <removed>
      <filename>test/tests/integration/test_args.rb</filename>
    </removed>
    <removed>
      <filename>test/tests/integration/test_auto_addref.rb</filename>
    </removed>
    <removed>
      <filename>test/tests/integration/test_error_handle.rb</filename>
    </removed>
    <removed>
      <filename>test/tests/integration/test_execfile.rb</filename>
    </removed>
    <removed>
      <filename>test/tests/integration/test_issubclass.rb</filename>
    </removed>
    <removed>
      <filename>test/tests/integration/test_modules.rb</filename>
    </removed>
    <removed>
      <filename>test/tests/integration/test_multi_import.rb</filename>
    </removed>
    <removed>
      <filename>test/tests/integration/test_name.rb</filename>
    </removed>
    <removed>
      <filename>test/tests/integration/test_net.rb</filename>
    </removed>
    <removed>
      <filename>test/tests/integration/test_querystring.rb</filename>
    </removed>
    <removed>
      <filename>test/tests/integration/test_re.rb</filename>
    </removed>
    <removed>
      <filename>test/tests/integration/test_s_clock_rb.rb</filename>
    </removed>
    <removed>
      <filename>test/tests/integration/test_s_dlr_console.rb</filename>
    </removed>
    <removed>
      <filename>test/tests/integration/test_s_fractulator.rb</filename>
    </removed>
    <removed>
      <filename>test/tests/integration/test_s_slide.rb</filename>
    </removed>
    <removed>
      <filename>test/tests/integration/test_smoke.rb</filename>
    </removed>
    <removed>
      <filename>test/tests/integration/test_sys_path.rb</filename>
    </removed>
    <removed>
      <filename>test/tests/integration/test_thread.rb</filename>
    </removed>
    <removed>
      <filename>test/tests/integration/test_utf8.rb</filename>
    </removed>
    <removed>
      <filename>test/tests/integration/test_x_attribute_error.rb</filename>
    </removed>
    <removed>
      <filename>test/tests/integration/test_x_devidebyzero.rb</filename>
    </removed>
    <removed>
      <filename>test/tests/integration/test_x_import_1.rb</filename>
    </removed>
    <removed>
      <filename>test/tests/integration/test_x_import_2.rb</filename>
    </removed>
    <removed>
      <filename>test/tests/integration/test_x_import_3.rb</filename>
    </removed>
    <removed>
      <filename>test/tests/integration/test_x_rethrow.rb</filename>
    </removed>
    <removed>
      <filename>test/tests/integration/test_x_syntax_error.rb</filename>
    </removed>
    <removed>
      <filename>test/tests/integration/test_x_typeerror.rb</filename>
    </removed>
    <removed>
      <filename>test/tests/integration/test_xamlloader.rb</filename>
    </removed>
    <removed>
      <filename>test/tests/integration/test_xcode.rb</filename>
    </removed>
    <removed>
      <filename>test/tests/integration/test_xcode_semantics.rb</filename>
    </removed>
    <removed>
      <filename>test/tests/lib/eggs</filename>
    </removed>
    <removed>
      <filename>test/tests/manual/test_domain_loading/index.html</filename>
    </removed>
    <removed>
      <filename>test/tests/manual/test_domain_loading/sub.html</filename>
    </removed>
    <removed>
      <filename>test/tests/manual/test_domain_loading/test/sub.py</filename>
    </removed>
    <removed>
      <filename>test/tests/manual/test_domain_loading/test/test_domain_loading.py</filename>
    </removed>
    <removed>
      <filename>test/tests/unit/assets/foo.xaml</filename>
    </removed>
    <removed>
      <filename>test/tests/unit/assets/pkg.xap</filename>
    </removed>
    <removed>
      <filename>test/tests/unit/assets/tmp.txt</filename>
    </removed>
    <removed>
      <filename>test/tests/unit/console_test.rb</filename>
    </removed>
    <removed>
      <filename>test/tests/unit/dynamic_application_test.rb</filename>
    </removed>
    <removed>
      <filename>test/tests/unit/extension_types_test.rb</filename>
    </removed>
    <removed>
      <filename>test/tests/unit/package_test.rb</filename>
    </removed>
    <removed>
      <filename>test/tests/unit/repl_test.rb</filename>
    </removed>
    <removed>
      <filename>test/tests/unit/window_test.rb</filename>
    </removed>
    <removed>
      <filename>utilities/README.markdown</filename>
    </removed>
    <removed>
      <filename>utilities/chiron-here.reg</filename>
    </removed>
    <removed>
      <filename>utilities/xap-http-handler/XapHttpHandler.SampleSite/app/app.py</filename>
    </removed>
    <removed>
      <filename>utilities/xap-http-handler/XapHttpHandler.SampleSite/app/app.xaml</filename>
    </removed>
    <removed>
      <filename>utilities/xap-http-handler/XapHttpHandler.SampleSite/css/screen.css</filename>
    </removed>
    <removed>
      <filename>utilities/xap-http-handler/XapHttpHandler.SampleSite/index.html</filename>
    </removed>
    <removed>
      <filename>utilities/xap-http-handler/XapHttpHandler.SampleSite/js/error.js</filename>
    </removed>
    <removed>
      <filename>utilities/xap-http-handler/XapHttpHandler.SampleSite/web.config</filename>
    </removed>
    <removed>
      <filename>utilities/xap-http-handler/XapHttpHandler.sln</filename>
    </removed>
    <removed>
      <filename>utilities/xap-http-handler/update.bat</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>9a5f0c79649cc60bb3d2d4fa59e64f0c79eaf5a0</id>
    </parent>
  </parents>
  <author>
    <name>Jimmy Schementi</name>
    <email>jschementi@gmail.com</email>
  </author>
  <url>http://github.com/jschementi/agdlr/commit/2ec52fc1ca291cd51db16b237fdaf676a4151760</url>
  <id>2ec52fc1ca291cd51db16b237fdaf676a4151760</id>
  <committed-date>2009-09-24T21:16:40-07:00</committed-date>
  <authored-date>2009-09-24T21:16:40-07:00</authored-date>
  <message>Go to http://ironruby.net or http://ironpython.codeplex.com for the latest Silverlight binaries and sources; day-to-day development will happen in the language's source trees rather than here.</message>
  <tree>8f02791d542064672bf58c678bfcaca2c26ae642</tree>
  <committer>
    <name>Jimmy Schementi</name>
    <email>jschementi@gmail.com</email>
  </committer>
</commit>
