<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>bin/qtjruby</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -18,6 +18,7 @@ spec = Gem::Specification.new do |s|
   s.email        = &quot;nicolas.merouze@gmail.com&quot;
   s.summary      = &quot;Qt meets Java meets Ruby.&quot;
   s.bindir       = &quot;bin&quot;
+  s.executables  = %w( qtjruby )
   s.description  = s.summary
   s.require_path = &quot;lib&quot;
   s.files        = %w( LICENSE README.textile Rakefile TODO ) + Dir[&quot;{bin,lib}/**/*&quot;]</diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -1,2 +1,3 @@
 * Make benchmarks.
-* Make specs.
\ No newline at end of file
+* Make specs.
+* App generator, package downloader (jruby-complete, qtjambi...), others? (thor tasks?)
\ No newline at end of file</diff>
      <filename>TODO</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,16 @@
+### If you use jruby-complete, uncomment the code below first:
+# require 'rubygems'
+# 
+# if File.exist?(gem_dir = File.join(Dir.pwd, 'gems'))
+#   Gem.clear_paths
+#   Gem.path.unshift(gem_dir)
+# end
+# 
+# gem 'extlib', '~&gt; 0.9.9'
+# require 'extlib'
+# 
+# Dir.glob(Dir.pwd / 'lib' / 'qtjambi-*.jar') { |jar| require jar }
+# require 'qtjruby-core'
 Qt::Application.initialize(ARGV)
 hello = Qt::PushButton.new 'Hello World!'
 hello.resize(120, 40)</diff>
      <filename>examples/example1.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,11 +1,6 @@
 require 'rubygems'
 require 'pathname'
-dir = Pathname(__FILE__).dirname.expand_path
-
-gem 'extlib', '~&gt;0.9.9'
-require 'extlib'
 
-qtjambi_dir = ENV_JAVA['jruby.home'] || Dir.pwd
-Dir.glob(qtjambi_dir / 'lib' / 'qtjambi-*.jar') { |jar| require jar }
+dir = Pathname(__FILE__).dirname.expand_path
 require dir / 'qtjruby-core.jar'
 require dir / 'qtjruby-core' / 'qt'
\ No newline at end of file</diff>
      <filename>lib/qtjruby-core.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>c84ede6b41c8db6159de72efc7e58b59987fd76c</id>
    </parent>
  </parents>
  <author>
    <name>Nicolas M&#233;rouze</name>
    <email>nicolas.merouze@gmail.com</email>
  </author>
  <url>http://github.com/nmerouze/qtjruby-core/commit/03a4909d1aaeeb59376febf6f78a8d952c2e5322</url>
  <id>03a4909d1aaeeb59376febf6f78a8d952c2e5322</id>
  <committed-date>2008-12-23T08:22:47-08:00</committed-date>
  <authored-date>2008-12-23T08:22:47-08:00</authored-date>
  <message>New binary. Move some dependencies in the binary (to be able to have custom paths for them with jruby-complete).</message>
  <tree>ac7d6a35b008377eae06ff452754e4206acf541e</tree>
  <committer>
    <name>Nicolas M&#233;rouze</name>
    <email>nicolas.merouze@gmail.com</email>
  </committer>
</commit>
