<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -2,3 +2,4 @@
 html
 doc
 pkg
+publish</diff>
      <filename>.gitignore</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,3 @@
-The MIT License
-
 Copyright (c) 2008 Jason Roelofs
 
 Permission is hereby granted, free of charge, to any person obtaining a copy</diff>
      <filename>MIT_LICENCE</filename>
    </modified>
    <modified>
      <diff>@@ -4,7 +4,7 @@ require 'rake/contrib/sshpublisher'
 require 'rake/gempackagetask'
 
 PROJECT_NAME = &quot;rbgccxml&quot;
-RBGCCXML_VERSION = &quot;0.2&quot;
+RBGCCXML_VERSION = &quot;0.9&quot;
 
 task :default =&gt; :test
 
@@ -25,15 +25,25 @@ end
 RUBYFORGE_USERNAME = &quot;jameskilton&quot;
 PROJECT_WEB_PATH = &quot;/var/www/gforge-projects/rbplusplus/rbgccxml&quot;
 
-# As part of the rbplusplus project, this just goes in a subfolder
-desc &quot;Update the website&quot; 
-task :upload_web =&gt; :rdoc  do |t|
-  unless File.directory?(&quot;publish&quot;)
-    mkdir &quot;publish&quot;
+namespace :web do
+  desc &quot;Put the website together&quot;
+  task :build =&gt; :rdoc do
+    unless File.directory?(&quot;publish&quot;)
+      mkdir &quot;publish&quot;
+    end
+    sh &quot;cp -r html/* publish/&quot;
+  end
+
+  # As part of the rbplusplus project, this just goes in a subfolder
+  desc &quot;Update the website&quot; 
+  task :upload =&gt; &quot;web:build&quot;  do |t|
+    Rake::SshDirPublisher.new(&quot;#{RUBYFORGE_USERNAME}@rubyforge.org&quot;, PROJECT_WEB_PATH, &quot;publish&quot;).upload
+  end
+
+  desc &quot;Clean up generated web files&quot;
+  task :clean do
+    rm_rf &quot;publish&quot;
   end
-  sh &quot;cp -r html/* publish/&quot;
-	Rake::SshDirPublisher.new(&quot;#{RUBYFORGE_USERNAME}@rubyforge.org&quot;, PROJECT_WEB_PATH, &quot;publish&quot;).upload
-  rm_rf &quot;publish&quot;
 end
 
 spec = Gem::Specification.new do |s|</diff>
      <filename>Rakefile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>8dc35613f61b7cab775d91733600c1bad20037aa</id>
    </parent>
  </parents>
  <author>
    <name>Jason Roelofs</name>
    <email>jameskilton@gmail.com</email>
  </author>
  <url>http://github.com/jameskilton/rbgccxml/commit/85ffa12c3dc7e826d5905ffc04ddaefc73f382f4</url>
  <id>85ffa12c3dc7e826d5905ffc04ddaefc73f382f4</id>
  <committed-date>2008-07-21T14:18:07-07:00</committed-date>
  <authored-date>2008-07-21T14:18:07-07:00</authored-date>
  <message>docuemntation / website update</message>
  <tree>152d5fb6c3c0968f8575d21ddd945ca097a98bc3</tree>
  <committer>
    <name>Jason Roelofs</name>
    <email>jameskilton@gmail.com</email>
  </committer>
</commit>
