<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -3,10 +3,10 @@
 # taken from the 'jmx' gems in jruby-extras
 
 module JMX
-  import javax.management.MBeanParameterInfo
-  import javax.management.MBeanOperationInfo
-  import javax.management.MBeanAttributeInfo
-  import javax.management.MBeanInfo
+  java_import javax.management.MBeanParameterInfo
+  java_import javax.management.MBeanOperationInfo
+  java_import javax.management.MBeanAttributeInfo
+  java_import javax.management.MBeanInfo
 
   # Module that is used to bridge java to ruby and ruby to java types.
   module JavaTypeAware
@@ -99,10 +99,10 @@ module JMX
   # like: user_name= and username.  So in your ruby code you can treat the attributes
   # as &quot;regular&quot; ruby accessors
   class DynamicMBean
-    import javax.management.MBeanOperationInfo
-    import javax.management.MBeanAttributeInfo
-    import javax.management.DynamicMBean
-    import javax.management.MBeanInfo
+    java_import javax.management.MBeanOperationInfo
+    java_import javax.management.MBeanAttributeInfo
+    java_import javax.management.DynamicMBean
+    java_import javax.management.MBeanInfo
     include JMX::JavaTypeAware
   
     #NOTE this will not be needed when JRuby-3164 is fixed.
@@ -276,4 +276,4 @@ module JMX
   end
   
 end
-  
\ No newline at end of file
+</diff>
      <filename>lib/dynamic_mbean.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>5b241ede9a177ff6c56191769a7d3d3db95fadfc</id>
    </parent>
  </parents>
  <author>
    <name>danger</name>
    <email>danger@dtylenda09.local</email>
  </author>
  <url>http://github.com/jmesnil/jmx4r/commit/6a3ccc2a5ff3c85cede2d0fecf68fa46aa9d6954</url>
  <id>6a3ccc2a5ff3c85cede2d0fecf68fa46aa9d6954</id>
  <committed-date>2009-10-20T00:50:03-07:00</committed-date>
  <authored-date>2009-10-19T17:43:21-07:00</authored-date>
  <message>making changes for java/jruby/rake compatibility</message>
  <tree>593f602838333b86806160ce6b080a0565cb2421</tree>
  <committer>
    <name>Jeff Mesnil</name>
    <email>jmesnil@gmail.com</email>
  </committer>
</commit>
