<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>vendor/java-mateview</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,6 @@
 [submodule &quot;textmate&quot;]
 	path = textmate
 	url = git://github.com/danlucraft/redcar-bundles
+[submodule &quot;vendor/java-mateview&quot;]
+	path = vendor/java-mateview
+	url = git://github.com/danlucraft/java-mateview.git</diff>
      <filename>.gitmodules</filename>
    </modified>
    <modified>
      <diff>@@ -15,23 +15,6 @@ if RUBY_PLATFORM =~ /mswin/
   end
 end
 
-GREEN_FG = &quot;\033[1;32m&quot;
-RED_FG = &quot;\033[1;31m&quot;
-RED_BG = &quot;\033[1;37m\033[41m&quot;
-GREY_BG = &quot;\033[40m&quot;
-BLUE_FG = &quot;\033[1;34m&quot;
-CLEAR_COLOURS = &quot;\033[0m&quot;
-
-def execute_and_check(command)
-  puts %x{#{command}}
-  $?.to_i == 0 ? true : raise
-end
-
-def execute(command)
-  puts %x{#{command}}
-  $?.to_i == 0 ? true : false
-end
-
 def plugin_names
   Dir[&quot;plugins/*&quot;].map do |fn|
     name = fn.split(&quot;/&quot;).last
@@ -89,6 +72,12 @@ Spec::Rake::SpecTask.new(&quot;specs&quot;) do |t|
   t.spec_opts = [&quot;-c&quot;]
 end
 
+desc &quot;Build&quot;
+task :build do
+  sh(&quot;ant jar -f vendor/java-mateview/build.xml&quot;)
+  cp(&quot;vendor/java-mateview/lib/java-mateview.rb&quot;, &quot;plugins/edit_view_swt/vendor/&quot;)
+  cp(&quot;vendor/java-mateview/release/java-mateview.jar&quot;, &quot;plugins/edit_view_swt/vendor/&quot;)
+end
 
 
 </diff>
      <filename>Rakefile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>d1db0177078473f3664dcc24bcb818c8f3a26924</id>
    </parent>
  </parents>
  <author>
    <name>Daniel Lucraft</name>
    <email>dan@fluentradical.com</email>
  </author>
  <url>http://github.com/danlucraft/redcar/commit/53debdfa09237ebc7c15786d491eb66313040aa4</url>
  <id>53debdfa09237ebc7c15786d491eb66313040aa4</id>
  <committed-date>2009-10-17T07:33:22-07:00</committed-date>
  <authored-date>2009-10-17T07:33:22-07:00</authored-date>
  <message>Added build raketask and javamateview as a submodule</message>
  <tree>82233446992d7351549c1ad009cd725123ca0396</tree>
  <committer>
    <name>Daniel Lucraft</name>
    <email>dan@fluentradical.com</email>
  </committer>
</commit>
