<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -14,3 +14,4 @@ build/
 dist/
 package/
 *~
+doc/*</diff>
      <filename>.gitignore</filename>
    </modified>
    <modified>
      <diff>@@ -1,8 +1,9 @@
-Monkeybars 1.0.5
+= Monkeybars 1.0.5
 This is a fork of the Monkeybars project. I forked it off the latest (as of Oct-27-2009) commit in the official repository (30c1b8a27a4a424aed8aea07a66920db953ef992).
+
 Reasons why I forked:
 - I don't like Project Kenai. (i.e. I did not find an option to fork a project there.)
-- I probably change things that the original creators and contributors would not approve.
+- I probably change(d) things that the original creators and contributors would not approve.
 I will soon publish a gem on gemcutter.
 
 Substantial changes:
@@ -21,6 +22,18 @@ Substantial changes:
 - Should make it easy to include gem, jar and other libraries.
 - Should clean the tasks on the project, bones is driving me crazy...
 
+== ENVIRONMENT VARS
+
+MB_ENV: Possible values:
+- &quot;development&quot;: You can use any installed libraries on your JRuby system. Nice because you do not need to include every library you want to try in your project. Will be set, if you have &quot;development&quot; on your command line. (e.g. jruby src/main.rb development)
+- &quot;production&quot;: Default value. You can only use libraries inside your project. (see http://kenai.com/projects/monkeybars/pages/UseRubyGemsInYourApplication)
+- &quot;spec:development&quot;: Default for spec. (jrake spec or jrake spec:development)
+- &quot;spec:production&quot;: jrake spec:production
+
+MB_ROOT: 
+
+The root directory of the MB app. 
+
 == INSTALL
 
 build the gem and install it:</diff>
      <filename>README.rdoc</filename>
    </modified>
    <modified>
      <diff>@@ -1,51 +1,8 @@
-# $Id$
+require 'rdoc/task'
 
-require 'rake/rdoctask'
+RDoc::Task.new do |rd|
+  rd.main = &quot;README.rdoc&quot;
+  rd.rdoc_files.include(&quot;README.rdoc&quot;, &quot;lib/**/*.rb&quot;)
+  rd.rdoc_dir = &quot;doc&quot;
+end
 
-namespace :doc do
-
-  desc 'Generate RDoc documentation'
-  Rake::RDocTask.new do |rd|
-    rdoc = PROJ.rdoc
-    rd.main = rdoc.main
-    rd.rdoc_dir = rdoc.dir
-
-    incl = Regexp.new(rdoc.include.join('|'))
-    excl = Regexp.new(rdoc.exclude.join('|'))
-    files = PROJ.gem.files.find_all do |fn|
-              case fn
-              when excl; false
-              when incl; true
-              else false end
-            end
-    rd.rdoc_files.push(*files)
-
-    title = &quot;#{PROJ.name}-#{PROJ.version} Documentation&quot;
-
-    rf_name = PROJ.rubyforge.name
-    title = &quot;#{rf_name}'s &quot; + title if rf_name.valid? and rf_name != title
-
-    rd.options &lt;&lt; &quot;-t #{title}&quot;
-    rd.options.concat(rdoc.opts)
-  end
-
-  desc 'Generate ri locally for testing'
-  task :ri =&gt; :clobber_ri do
-    sh &quot;#{RDOC} --ri -o ri .&quot;
-  end
-
-  task :clobber_ri do
-    rm_r 'ri' rescue nil
-  end
-
-end  # namespace :doc
-
-desc 'Alias to doc:rdoc'
-task :doc =&gt; 'doc:rdoc'
-
-desc 'Remove all build products'
-task :clobber =&gt; %w(doc:clobber_rdoc doc:clobber_ri)
-
-remove_desc_for_task %w(doc:clobber_rdoc)
-
-# EOF</diff>
      <filename>tasks/rdoc.rake</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>386ca2ed6a334b2198b0f9d76c748e48a6b224ff</id>
    </parent>
  </parents>
  <author>
    <name>Martin Vielsmaier</name>
    <email>martin.vielsmaier@gmail.com</email>
  </author>
  <url>http://github.com/moser/Monkeybars/commit/3b7df5c6b7903c3ed05e208a2c999877ea44bc40</url>
  <id>3b7df5c6b7903c3ed05e208a2c999877ea44bc40</id>
  <committed-date>2009-10-27T01:56:12-07:00</committed-date>
  <authored-date>2009-10-27T01:56:12-07:00</authored-date>
  <message>RDoc</message>
  <tree>e02e83c0e066487b027116deb94d468ac6377589</tree>
  <committer>
    <name>Martin Vielsmaier</name>
    <email>martin.vielsmaier@gmail.com</email>
  </committer>
</commit>
