<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff></diff>
      <filename>lib/core/core.jar</filename>
    </modified>
    <modified>
      <diff></diff>
      <filename>lib/core/jruby-complete.jar</filename>
    </modified>
    <modified>
      <diff>@@ -166,7 +166,7 @@ module Processing
       $app = self
       proxy_java_fields
       set_sketch_path unless Processing.online?
-      make_accessible_to_the_browser if Processing.online?
+      # make_accessible_to_the_browser if Processing.online?
       default_title = File.basename(Processing::SKETCH_PATH).sub(/(\.rb|\.pde)$/, '').titleize
       @width  = options[:width]   ||  DEFAULT_WIDTH
       @height = options[:height]  ||  DEFAULT_HEIGHT
@@ -430,14 +430,15 @@ module Processing
     # When the net library is included, we make the Ruby interpreter
     # accessible to javascript as the 'ruby' variable. From javascript,
     # you can call evalScriptlet() to run code against the sketch.
-    def make_accessible_to_the_browser
-      return unless library_loaded?('net')
-      field = java.lang.Class.for_name(&quot;org.jruby.JRubyApplet&quot;).get_declared_field(&quot;runtime&quot;)
-      field.set_accessible true
-      ruby = field.get(JRUBY_APPLET)
-      window = Java::netscape.javascript.JSObject.get_window(JRUBY_APPLET)
-      window.set_member('ruby', ruby)
-    end
+    #
+    # def make_accessible_to_the_browser
+    #   return unless library_loaded?('net')
+    #   field = java.lang.Class.for_name(&quot;org.jruby.JRubyApplet&quot;).get_declared_field(&quot;runtime&quot;)
+    #   field.set_accessible true
+    #   ruby = field.get(JRUBY_APPLET)
+    #   window = Java::netscape.javascript.JSObject.get_window(JRUBY_APPLET)
+    #   window.set_member('ruby', ruby)
+    # end
 
   end # Processing::App
   </diff>
      <filename>lib/ruby-processing/app.rb</filename>
    </modified>
    <modified>
      <diff></diff>
      <filename>library/dxf/library/dxf.jar</filename>
    </modified>
    <modified>
      <diff></diff>
      <filename>library/net/library/net.jar</filename>
    </modified>
    <modified>
      <filename>library/opengl/library/export.txt</filename>
    </modified>
    <modified>
      <diff></diff>
      <filename>library/opengl/library/opengl.jar</filename>
    </modified>
    <modified>
      <diff>@@ -3,6 +3,6 @@
 	&lt;classpathentry kind=&quot;src&quot; path=&quot;src&quot;/&gt;
 	&lt;classpathentry kind=&quot;con&quot; path=&quot;org.eclipse.jdt.launching.JRE_CONTAINER&quot;/&gt;
 	&lt;classpathentry combineaccessrules=&quot;false&quot; kind=&quot;src&quot; path=&quot;/core&quot;/&gt;
-	&lt;classpathentry kind=&quot;lib&quot; path=&quot;library/itext.jar&quot; sourcepath=&quot;iText-src-2.1.2u.zip&quot;/&gt;
+	&lt;classpathentry kind=&quot;lib&quot; path=&quot;library/itext.jar&quot; sourcepath=&quot;itext-src.zip&quot;/&gt;
 	&lt;classpathentry kind=&quot;output&quot; path=&quot;bin&quot;/&gt;
 &lt;/classpath&gt;</diff>
      <filename>library/pdf/.classpath</filename>
    </modified>
    <modified>
      <diff></diff>
      <filename>library/pdf/library/pdf.jar</filename>
    </modified>
    <modified>
      <diff></diff>
      <filename>library/serial/library/serial.jar</filename>
    </modified>
    <modified>
      <diff></diff>
      <filename>library/video/library/video.jar</filename>
    </modified>
    <modified>
      <diff>@@ -12,7 +12,7 @@
 # -- omygawshkenas
 
 class Sketch &lt; Processing::App
-  load_libraries :control_panel, :net
+  load_library :control_panel
   
   attr_accessor :x_wiggle, :y_wiggle, :magnitude, :bluish
   </diff>
      <filename>samples/jwishy.rb</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>library/dxf/bin/processing/dxf/RawDXF.class</filename>
    </removed>
    <removed>
      <filename>library/dxf/dxfviewer.jar</filename>
    </removed>
    <removed>
      <filename>library/net/bin/processing/net/Client.class</filename>
    </removed>
    <removed>
      <filename>library/net/bin/processing/net/Server.class</filename>
    </removed>
    <removed>
      <filename>library/pdf/.settings/org.eclipse.jdt.core.prefs</filename>
    </removed>
    <removed>
      <filename>library/serial/bin/processing/serial/Serial.class</filename>
    </removed>
    <removed>
      <filename>library/video/bin/processing/video/Capture.class</filename>
    </removed>
    <removed>
      <filename>library/video/bin/processing/video/Movie.class</filename>
    </removed>
    <removed>
      <filename>library/video/bin/processing/video/MovieMaker.class</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>475144802623fdd3206cdc41c1a206f55f790579</id>
    </parent>
  </parents>
  <author>
    <name>Jeremy Ashkenas</name>
    <email>jashkenas@gmail.com</email>
  </author>
  <url>http://github.com/jashkenas/ruby-processing/commit/7048037d3afadfc7781f3f2ec27a20af28fe46b1</url>
  <id>7048037d3afadfc7781f3f2ec27a20af28fe46b1</id>
  <committed-date>2009-04-18T16:08:50-07:00</committed-date>
  <authored-date>2009-04-18T16:08:50-07:00</authored-date>
  <message>updating core.jar, jruby-complete.jar, and the pack of libraries</message>
  <tree>97c38e71c3528a7ad600549f69f836d4015d62be</tree>
  <committer>
    <name>Jeremy Ashkenas</name>
    <email>jashkenas@gmail.com</email>
  </committer>
</commit>
