You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by do...@apache.org on 2014/05/05 12:11:02 UTC

svn commit: r1592474 - in /buildr/site: ./ rdoc/ rdoc/Buildr/IntellijIdea/ rdoc/js/

Author: donaldp
Date: Mon May  5 10:11:02 2014
New Revision: 1592474

URL: http://svn.apache.org/r1592474
Log:
Publish latest site

Modified:
    buildr/site/CHANGELOG
    buildr/site/buildr.pdf
    buildr/site/contributing.html
    buildr/site/download.html
    buildr/site/index.html
    buildr/site/rdoc/Buildr/IntellijIdea/IdeaFile.html
    buildr/site/rdoc/Buildr/IntellijIdea/IdeaProject.html
    buildr/site/rdoc/Buildr/IntellijIdea/ProjectExtension.html
    buildr/site/rdoc/CHANGELOG.html
    buildr/site/rdoc/README_rdoc.html
    buildr/site/rdoc/created.rid
    buildr/site/rdoc/index.html
    buildr/site/rdoc/js/search_index.js

Modified: buildr/site/CHANGELOG
URL: http://svn.apache.org/viewvc/buildr/site/CHANGELOG?rev=1592474&r1=1592473&r2=1592474&view=diff
==============================================================================
--- buildr/site/CHANGELOG (original)
+++ buildr/site/CHANGELOG Mon May  5 10:11:02 2014
@@ -1,3 +1,36 @@
+1.4.16 (2014-05-03)
+* Added:  Add the ability to generate a html report when using the
+          jacoco addon. Extracted from the ode project.
+* Fixed:  Remove the projectname.ids file when rebuilding the idea
+          project file avoiding conflict with idea.
+* Fixed:  Avoid passing duplicate -keep parameters to wsimport from
+          wsgen addon.
+* Change: Improved the error handling when generating java from wsdl
+          in the wsgen addon.
+* Change: Upgraded the Checkstyle plugin to use checkstyle 5.7 that
+          improves Java 7 compatibility.
+* Added:  Add support for configuration of the schema-pattern,
+          table-pattern and default-schemas settings in idea's
+          data source definitions.
+* Change: Upgraded the PMD plugin to use pmd 5.0.5 which for Java 7
+          compatibility.
+* Change: Derive the version of GWT in gwt addon from supplied
+          dependencies.
+* Fixed:  Include the compiled classes on path for GWT addon to
+          ensure the GWT compiler can load annotations.
+* Change: Derive the GWT version from build settings if not
+          explicitly specified by GWT addon.
+* Change: Support prefixing the version generated by the
+          gwt_auto_version addon with the environment
+          variable "VERSION_PREFIX".
+* Fixed:  Support overriding the GWT version used by the GWT addon.
+* Fixed:  Fix problem when the :dependencies option was not
+          passed to the GWT addon.
+* Fixed:  Avoid crash in GPG addon if unable to create a pom
+          for an artifact.
+* Fixed:  Correct location of Git mirror in the README. Submitted
+          by Marcos Sainz.
+
 1.4.15 (2013-11-06)
 * Change: Update to TestNG 6.8.7.
 * Change: Updated the 'test_jar' package type to have a

Modified: buildr/site/buildr.pdf
URL: http://svn.apache.org/viewvc/buildr/site/buildr.pdf?rev=1592474&r1=1592473&r2=1592474&view=diff
==============================================================================
Binary files - no diff available.

Modified: buildr/site/contributing.html
URL: http://svn.apache.org/viewvc/buildr/site/contributing.html?rev=1592474&r1=1592473&r2=1592474&view=diff
==============================================================================
--- buildr/site/contributing.html (original)
+++ buildr/site/contributing.html Mon May  5 10:11:02 2014
@@ -120,14 +120,8 @@
 <p>That way you can get other people involved, checking out the code, and eventually merge it back with the main branch.  Check out the <a href="#git">Git section</a> below and the post <a href="http://blog.labnotes.org/2008/04/30/git-forking-for-fun-and-profit/">Git forking for fun and profit</a>.</p>
 <h2 id="edge">Living on the edge</h2>
 <p>Did we mention Buildr is an open source project?  In fact, when you install Buildr you get all the source code, documentation, test case and everything you need to use it, extend it and patch it.  Have a look in your Gem directory.</p>
-<h3 id="svn"><span class="caps">SVN</span></h3>
-<p>But if you want to work with the latest and greatest, you&#8217;ll want to check out <a href="http://svn.apache.org/repos/asf/buildr">Buildr from <span class="caps">SVN</span></a>:</p>
-<div class="highlight"><pre><code class="sh"><span class="nv">$ </span>svn co http://svn.apache.org/repos/asf/buildr/trunk buildr
-</code></pre>
-</div>
-<p>You can also browse the <a href="http://svn.apache.org/repos/asf/buildr">Buildr repository</a>.</p>
-<h3 id="git">Git</h3>
-<p>Not a fan of <span class="caps">SVN</span>?  We understand.  You can also use the <a href="http://git.apache.org">official Apache Git clone.</a>  This clone is maintained by the <span class="caps">ASF</span> and kept in sync with the <span class="caps">SVN</span> repository (though, in practice there may be some delay in cloning recent commits).  Apache&#8217;s Git hosting supports both git:// and http:// protocols (you should use git:// if at all possible as it is faster than http://):</p>
+<h3 id="git"><span class="caps">GIT</span></h3>
+<p>But if you want to work with the latest and greatest, you&#8217;ll want to check out Buildr from source control. You can use the <a href="http://git.apache.org">official Apache Git clone.</a>  This clone is maintained by the <span class="caps">ASF</span> and kept in sync with the <span class="caps">SVN</span> repository (though, in practice there may be some delay in cloning recent commits).  Apache&#8217;s Git hosting supports both git:// and http:// protocols (you should use git:// if at all possible as it is faster than http://):</p>
 <div class="highlight"><pre><code class="sh"><span class="nv">$ </span>git clone git://git.apache.org/buildr.git
 <span class="c"># or...</span>
 <span class="nv">$ </span>git clone http://git.apache.org/buildr.git
@@ -136,12 +130,7 @@
 <p>If you want to learn more about Git, you can start by watching Scott Chacon’s <a href="http://en.oreilly.com/rails2008/public/asset/attachment/2816">Git presentation</a> (<span class="caps">PDF</span>), or any of the <a href="http://www.gitcasts.com/">Git screencasts</a>.  For more, there&#8217;s also the <a href="http://peepcode.com/products/git-internals-pdf">Git Internals book</a>.</p>
 <p>And keep this <a href="http://ktown.kde.org/~zrusin/git/git-cheat-sheet-medium.png">Git cheat sheet</a> close at hand. Very useful.</p>
 <h4>GitHub</h4>
-<p>You are also welcome to fork or clone the <a href="http://github.com/apache/buildr">Buildr repository on GitHub</a>.  This repository is just an exact mirror of the official Apache Git clone referenced above (updated every 30 minutes).  Some of the core committers also maintain their own forks of Buildr on GitHub, often containing experimental and in-progress development slated for eventual inclusion into the <span class="caps">SVN</span>.  For reference, they are listed below:</p>
-<ul>
-	<li><a href="http://github.com/assaf/buildr">Assaf Arkin</a></li>
-	<li><a href="http://github.com/vic/buildr">Victor Hugo Borja</a></li>
-	<li><a href="http://github.com/djspiewak/buildr">Daniel Spiewak</a></li>
-</ul>
+<p>You are also welcome to fork or clone the <a href="http://github.com/apache/buildr">Buildr repository on GitHub</a>.  This repository is just an exact mirror of the official Apache Git clone referenced above (updated every 30 minutes).</p>
 <h3>Working with Source Code</h3>
 <p>To install Buildr from the source directory:</p>
 <div class="highlight"><pre><code class="sh"><span class="nv">$ </span><span class="nb">cd </span>buildr
@@ -192,7 +181,7 @@ gem install buildr
 <h2 id="docs">Documentation</h2>
 <p>Yes, we do make typos, spelling errors and sometimes we write things that don&#8217;t make sense, so if you find a documentation bug, or want to help make the documentation even better, here&#8217;s the way to do it.</p>
 <p>For simple typos and quick fixes, just send a message to the mailing list or log an issue in <span class="caps">JIRA</span>.</p>
-<p>If you end up rewriting a significant piece of text, or add new documentation (you rock!), send a patch.  Making documentation patches is fairly easy.  All the documentation is generated from text files in the <code>doc/pages</code> directory, so all you need to do is check it out from Git/<span class="caps">SVN</span>, edit, and <code>svn diff</code> to create a patch.</p>
+<p>If you end up rewriting a significant piece of text, or add new documentation (you rock!), send a patch.  Making documentation patches is fairly easy.  All the documentation is generated from text files in the <code>doc/pages</code> directory, so all you need to do is check it out from Git, edit, and <code>git diff</code> to create a patch.</p>
 <p>We use <a href="http://www.textism.com/tools/textile/">Textile</a> as the markup language, it takes all of a few minutes to learn, it&#8217;s intuitive to use, and produces clean <span class="caps">HTML</span>.  You can learn it all in a few minutes from the <a href="http://redcloth.org/textile">Textile Reference Manual</a>.  Also check out the <a href="http://hobix.com/textile/quick.html">Textile Quick Reference</a>.</p>
 <p>Syntax highlighting handled by <a href="http://pygments.org">Pygments</a>.  Use the special <code>highlight</code> tag to separate code sample from the rest of the text and to tell Pygments which language to use.  For example:</p>
 <pre>

Modified: buildr/site/download.html
URL: http://svn.apache.org/viewvc/buildr/site/download.html?rev=1592474&r1=1592473&r2=1592474&view=diff
==============================================================================
--- buildr/site/download.html (original)
+++ buildr/site/download.html Mon May  5 10:11:02 2014
@@ -86,8 +86,42 @@
 <h2 id="dists">Official &amp; Unofficial Distributions</h2>
 <p>The official Apache distribution consists of the digitally signed binaries (gems) and source packages <a href="#dist">available below</a>.  To install these binaries, you must first download them to disk and then install them using the <code>gem install</code> command (or <code>rake install</code> for a source distribution).</p>
 <p>In addition, contributors to this project maintain a separate distribution over on <a href="http://rubyforge.org/projects/buildr">RubyForge</a>.  Using this distribution, you&#8217;re able to install Buildr directly from the remote gem repository and to automatically upgrade when a new release comes out.  The RubyForge distribution is <strong>not</strong> an official Apache distribution.</p>
-<p>The source code is included in both source and binary distribution, the Gem distribution expands the source code into your local Gem repository. That&#8217;s in addition to getting the source code directly from <a href="http://svn.apache.org/repos/asf/buildr"><span class="caps">SVN</span></a> or <a href="http://github.com/buildr/buildr/tree/master">GitHub</a>. Learn more about working with source code and <a href="contributing.html#edge">living on the edge</a>.</p>
+<p>The source code is included in both source and binary distribution, the Gem distribution expands the source code into your local Gem repository. That&#8217;s in addition to getting the source code directly. Learn more about working with source code and <a href="contributing.html#edge">living on the edge</a>.</p>
 <h2 id="dist">Binaries and Source Code</h2>
+<h3>buildr 1.4.16 (2014-05-03)</h3>
+<table>
+	<tr>
+		<th>Package </th>
+		<th>MD5 Checksum </th>
+		<th><span class="caps">PGP</span> </th>
+	</tr>
+	<tr>
+		<td> <a href="http://www.apache.org/dyn/closer.cgi/buildr/1.4.16/buildr-1.4.16-java.gem">buildr-1.4.16-java.gem</a> </td>
+		<td> <a href="http://www.apache.org/dist/buildr/1.4.16/buildr-1.4.16-java.gem.md5">da920dd00f4b09f01aa0e5c71a8a87e5</a> </td>
+		<td> <a href="http://www.apache.org/dist/buildr/1.4.16/buildr-1.4.16-java.gem.asc">Sig</a> </td>
+	</tr>
+	<tr>
+		<td> <a href="http://www.apache.org/dyn/closer.cgi/buildr/1.4.16/buildr-1.4.16-x86-mswin32.gem">buildr-1.4.16-x86-mswin32.gem</a> </td>
+		<td> <a href="http://www.apache.org/dist/buildr/1.4.16/buildr-1.4.16-x86-mswin32.gem.md5">10180c59e1b11da4d6f499fd3f0d43bb</a> </td>
+		<td> <a href="http://www.apache.org/dist/buildr/1.4.16/buildr-1.4.16-x86-mswin32.gem.asc">Sig</a> </td>
+	</tr>
+	<tr>
+		<td> <a href="http://www.apache.org/dyn/closer.cgi/buildr/1.4.16/buildr-1.4.16.gem">buildr-1.4.16.gem</a> </td>
+		<td> <a href="http://www.apache.org/dist/buildr/1.4.16/buildr-1.4.16.gem.md5">cfc81dacdd825928a5e1a8b55735895b</a> </td>
+		<td> <a href="http://www.apache.org/dist/buildr/1.4.16/buildr-1.4.16.gem.asc">Sig</a> </td>
+	</tr>
+	<tr>
+		<td> <a href="http://www.apache.org/dyn/closer.cgi/buildr/1.4.16/buildr-1.4.16.tgz">buildr-1.4.16.tgz</a> </td>
+		<td> <a href="http://www.apache.org/dist/buildr/1.4.16/buildr-1.4.16.tgz.md5">b3234fff8924589fe2826acecc7bc03e</a> </td>
+		<td> <a href="http://www.apache.org/dist/buildr/1.4.16/buildr-1.4.16.tgz.asc">Sig</a> </td>
+	</tr>
+	<tr>
+		<td> <a href="http://www.apache.org/dyn/closer.cgi/buildr/1.4.16/buildr-1.4.16.zip">buildr-1.4.16.zip</a> </td>
+		<td> <a href="http://www.apache.org/dist/buildr/1.4.16/buildr-1.4.16.zip.md5">a20af0a5046e84813561ae50ce58703c</a> </td>
+		<td> <a href="http://www.apache.org/dist/buildr/1.4.16/buildr-1.4.16.zip.asc">Sig</a> </td>
+	</tr>
+</table>
+<p style="text-align:right;">(<a href="http://www.apache.org/dist/buildr/1.4.16/KEYS">Release signing keys</a>)</p>
 <h3>buildr 1.4.15 (2013-11-06)</h3>
 <table>
 	<tr>
@@ -96,32 +130,32 @@
 		<th><span class="caps">PGP</span> </th>
 	</tr>
 	<tr>
-		<td> <a href="http://www.apache.org/dyn/closer.cgi/buildr/1.4.15/buildr-1.4.15-java.gem">buildr-1.4.15-java.gem</a> </td>
-		<td> <a href="http://www.apache.org/dist/buildr/1.4.15/buildr-1.4.15-java.gem.md5">5ea7f855a2e57340d840fea3ef635a44</a> </td>
-		<td> <a href="http://www.apache.org/dist/buildr/1.4.15/buildr-1.4.15-java.gem.asc">Sig</a> </td>
+		<td> <a href="http://archive.apache.org/dist/buildr/1.4.15/buildr-1.4.15-java.gem">buildr-1.4.15-java.gem</a> </td>
+		<td> <a href="http://archive.apache.org/dist/buildr/1.4.15/buildr-1.4.15-java.gem.md5">5ea7f855a2e57340d840fea3ef635a44</a> </td>
+		<td> <a href="http://archive.apache.org/dist/buildr/1.4.15/buildr-1.4.15-java.gem.asc">Sig</a> </td>
 	</tr>
 	<tr>
-		<td> <a href="http://www.apache.org/dyn/closer.cgi/buildr/1.4.15/buildr-1.4.15-x86-mswin32.gem">buildr-1.4.15-x86-mswin32.gem</a> </td>
-		<td> <a href="http://www.apache.org/dist/buildr/1.4.15/buildr-1.4.15-x86-mswin32.gem.md5">e297b9a358ed2fe90afe0a67285c1236</a> </td>
-		<td> <a href="http://www.apache.org/dist/buildr/1.4.15/buildr-1.4.15-x86-mswin32.gem.asc">Sig</a> </td>
+		<td> <a href="http://archive.apache.org/dist/buildr/1.4.15/buildr-1.4.15-x86-mswin32.gem">buildr-1.4.15-x86-mswin32.gem</a> </td>
+		<td> <a href="http://archive.apache.org/dist/buildr/1.4.15/buildr-1.4.15-x86-mswin32.gem.md5">e297b9a358ed2fe90afe0a67285c1236</a> </td>
+		<td> <a href="http://archive.apache.org/dist/buildr/1.4.15/buildr-1.4.15-x86-mswin32.gem.asc">Sig</a> </td>
 	</tr>
 	<tr>
-		<td> <a href="http://www.apache.org/dyn/closer.cgi/buildr/1.4.15/buildr-1.4.15.gem">buildr-1.4.15.gem</a> </td>
-		<td> <a href="http://www.apache.org/dist/buildr/1.4.15/buildr-1.4.15.gem.md5">d4052ac4aa739c63ab7ad08d80719a1a</a> </td>
-		<td> <a href="http://www.apache.org/dist/buildr/1.4.15/buildr-1.4.15.gem.asc">Sig</a> </td>
+		<td> <a href="http://archive.apache.org/dist/buildr/1.4.15/buildr-1.4.15.gem">buildr-1.4.15.gem</a> </td>
+		<td> <a href="http://archive.apache.org/dist/buildr/1.4.15/buildr-1.4.15.gem.md5">d4052ac4aa739c63ab7ad08d80719a1a</a> </td>
+		<td> <a href="http://archive.apache.org/dist/buildr/1.4.15/buildr-1.4.15.gem.asc">Sig</a> </td>
 	</tr>
 	<tr>
-		<td> <a href="http://www.apache.org/dyn/closer.cgi/buildr/1.4.15/buildr-1.4.15.tgz">buildr-1.4.15.tgz</a> </td>
-		<td> <a href="http://www.apache.org/dist/buildr/1.4.15/buildr-1.4.15.tgz.md5">c80a6fee2d2cfe7de1a57821596444bd</a> </td>
-		<td> <a href="http://www.apache.org/dist/buildr/1.4.15/buildr-1.4.15.tgz.asc">Sig</a> </td>
+		<td> <a href="http://archive.apache.org/dist/buildr/1.4.15/buildr-1.4.15.tgz">buildr-1.4.15.tgz</a> </td>
+		<td> <a href="http://archive.apache.org/dist/buildr/1.4.15/buildr-1.4.15.tgz.md5">c80a6fee2d2cfe7de1a57821596444bd</a> </td>
+		<td> <a href="http://archive.apache.org/dist/buildr/1.4.15/buildr-1.4.15.tgz.asc">Sig</a> </td>
 	</tr>
 	<tr>
-		<td> <a href="http://www.apache.org/dyn/closer.cgi/buildr/1.4.15/buildr-1.4.15.zip">buildr-1.4.15.zip</a> </td>
-		<td> <a href="http://www.apache.org/dist/buildr/1.4.15/buildr-1.4.15.zip.md5">0c63028d9965817b8d17ca49096974dc</a> </td>
-		<td> <a href="http://www.apache.org/dist/buildr/1.4.15/buildr-1.4.15.zip.asc">Sig</a> </td>
+		<td> <a href="http://archive.apache.org/dist/buildr/1.4.15/buildr-1.4.15.zip">buildr-1.4.15.zip</a> </td>
+		<td> <a href="http://archive.apache.org/dist/buildr/1.4.15/buildr-1.4.15.zip.md5">0c63028d9965817b8d17ca49096974dc</a> </td>
+		<td> <a href="http://archive.apache.org/dist/buildr/1.4.15/buildr-1.4.15.zip.asc">Sig</a> </td>
 	</tr>
 </table>
-<p style="text-align:right;">(<a href="http://www.apache.org/dist/buildr/1.4.15/KEYS">Release signing keys</a>)</p>
+<p style="text-align:right;">(<a href="http://archive.apache.org/dist/buildr/1.4.15/KEYS">Release signing keys</a>)</p>
 <h3>buildr 1.4.14 (2013-10-11)</h3>
 <table>
 	<tr>

Modified: buildr/site/index.html
URL: http://svn.apache.org/viewvc/buildr/site/index.html?rev=1592474&r1=1592473&r2=1592474&view=diff
==============================================================================
--- buildr/site/index.html (original)
+++ buildr/site/index.html Mon May  5 10:11:02 2014
@@ -118,58 +118,21 @@
 </ul>
 <p>So let&#8217;s get started.  You can <a href="quick_start.html">read the documentation online</a>, or <a href="buildr.pdf">download the <span class="caps">PDF</span></a>.</p>
 <h2 id="news">What&#8217;s New</h2>
-<p>Highlights from Buildr 1.4.15 (2013-11-06)</p>
+<p>Highlights from Buildr 1.4.16 (2014-05-03)</p>
 <ul>
-	<li>Change: Updated the &#8216;test_jar&#8217; package type to have a<br />
-          classifier of &#8216;tests&#8217; and thus match maven<br />
-          conventions. Reported by Chris Bozic.</li>
-	<li>Fixed:  <span class="caps">BUILDR</span>-689 &#8211; Ensure that war file includes generated<br />
-          assets rather than the &#8220;source&#8221; assets that may have<br />
-          been filtered.</li>
-	<li>Fixed:  <span class="caps">BUILDR</span>-689 &#8211; Define assets task before the project is<br />
-          defined to avoid &#8220;undefined method `project=&#8217;&#8221; if the<br />
-          project attempts to generate into the same directory.</li>
-	<li>Added:  <span class="caps">BUILDR</span>-679 &#8211; Support uploading to a snapshot repository<br />
-          defined by repositories.snapshot_to if the artifact is<br />
-          a snapshot. Submitted by Tammo van Lessen.</li>
-	<li>Change: Update the default output directory used in the jaxb_xjc<br />
-          addon to use Maven conventions.</li>
-	<li>Fixed:  Bug in IdeaProject.partition_dependencies resulted in<br />
-          projects being rebuilt if artifacts were added to the<br />
-          project with dependencies on the current project.</li>
-	<li>Fixed:  <span class="caps">BUILDR</span>-605 &#8211; Ensure package task invokes included paths.</li>
-	<li>Fixed:  <span class="caps">BUILDR</span>-609 &#8211; compile.from should accept Task argument.</li>
-</ul>
-<p>Highlights from Buildr 1.4.14 (2013-10-11)</p>
-<ul>
-	<li>Fixed:  Fixed regression in gwt addon.</li>
-	<li>Fixed:  Fixed regression using transitive dependencies due to<br />
-          presence of :scope option in Artifacts.to_hash.</li>
-	<li>Fixed:  <span class="caps">BUILDR</span>-681 &#8211; Stop empty projects creating target/webapp.</li>
-	<li>Fixed:  Fixed several regressions in in the Intellij <span class="caps">IDE</span><br />
-          project file generation.</li>
-</ul>
-<p>Highlights from Buildr 1.4.13 (2013-10-02)</p>
-<ul>
-	<li>Fixed:  Upgrade rjb dependency so that you can change JVMs by<br />
-          modifying JAVA_HOME rather than recompiling rjb.</li>
-	<li>Change: Update to TestNG 6.8.5.</li>
-	<li>Fixed:  Several Ruby 2.0.0 failures have been addressed.</li>
-	<li>Fixed:  Make archive-related operations use a deterministic ordering.</li>
-	<li>Added:  Initial support for simple integration of an asset pipeline.<br />
-          See &#8220;Compiling Assets&#8221; section in the manual.</li>
-	<li>Change: Improve the Intellij <span class="caps">IDEA</span> plugin substantially.</li>
-	<li>Change: Improve the gpg addon.</li>
-	<li>Fixed:  <span class="caps">BUILDR</span>-676 &#8211; Support the :dir option in Java::Command:java.<br />
-          Reported by John Roth.</li>
-	<li>Fixed:  Improve downloading from Maven Central to avoid caching and<br />
-          set the &#8220;User-Agent&#8221; http header.</li>
-	<li>Change: Change default scope of dependencies to &#8216;compile&#8217;. Submitted<br />
-          by Ingo Schmidt.</li>
-	<li>Fixed:  <span class="caps">BUILDR</span>-673 &#8211; Fix the option handling of the MultiTest test<br />
-          framework to behave as documented. Submitted by John Roth.</li>
-	<li>Added:  <span class="caps">BUILDR</span>-672 &#8211; Allow the user to modify the properties field in<br />
-          the checkstyle addon. Submitted by Wim C.</li>
+	<li>Added:  Add the ability to generate a html report when using the<br />
+          jacoco addon. Extracted from the ode project.</li>
+	<li>Change: Improved the error handling when generating java from wsdl<br />
+          in the wsgen addon.</li>
+	<li>Change: Upgraded the Checkstyle plugin to use checkstyle 5.7 that<br />
+          improves Java 7 compatibility.</li>
+	<li>Change: Upgraded the <span class="caps">PMD</span> plugin to use pmd 5.0.5 which for Java 7<br />
+          compatibility.</li>
+	<li>Change: Improve the &#8216;buildr/gwt&#8217; addon to easily support different<br />
+          gwt versions. Fix several bugs with the addon at the same<br />
+          time.</li>
+	<li>Fixed:  Avoid crash in <span class="caps">GPG</span> addon if unable to create a pom<br />
+          for an artifact.</li>
 </ul>
 <p>This is a partial list &#8212; see the <a href="CHANGELOG"><span class="caps">CHANGELOG</span></a> for full details.</p>
 <h2 id="notices">Credits &amp; Notices</h2>

Modified: buildr/site/rdoc/Buildr/IntellijIdea/IdeaFile.html
URL: http://svn.apache.org/viewvc/buildr/site/rdoc/Buildr/IntellijIdea/IdeaFile.html?rev=1592474&r1=1592473&r2=1592474&view=diff
==============================================================================
--- buildr/site/rdoc/Buildr/IntellijIdea/IdeaFile.html (original)
+++ buildr/site/rdoc/Buildr/IntellijIdea/IdeaFile.html Mon May  5 10:11:02 2014
@@ -718,6 +718,39 @@ href="IdeaProject.html">IdeaProject</a><
       </div><!-- id-method -->
 
     
+      <div id="method-i-name" class="method-detail ">
+        
+        <div class="method-heading">
+          <span class="method-name">name</span><span
+            class="method-args">()</span>
+          
+          <span class="method-click-advice">click to toggle source</span>
+          
+        </div>
+        
+
+        <div class="method-description">
+          
+          
+          
+          
+
+          
+          <div class="method-source-code" id="name-source">
+            <pre><span class="ruby-comment"># File lib/buildr/ide/idea.rb, line 59</span>
+<span class="ruby-keyword">def</span> <span class="ruby-identifier">name</span>
+  <span class="ruby-node">&quot;#{self.id}#{suffix}&quot;</span>
+<span class="ruby-keyword">end</span></pre>
+          </div><!-- name-source -->
+          
+        </div>
+
+        
+
+        
+      </div><!-- name-method -->
+
+    
       <div id="method-i-suffix" class="method-detail ">
         
         <div class="method-heading">
@@ -1161,39 +1194,6 @@ Can not pass true as third argument as t
       </div><!-- load_document-method -->
 
     
-      <div id="method-i-name" class="method-detail ">
-        
-        <div class="method-heading">
-          <span class="method-name">name</span><span
-            class="method-args">()</span>
-          
-          <span class="method-click-advice">click to toggle source</span>
-          
-        </div>
-        
-
-        <div class="method-description">
-          
-          
-          
-          
-
-          
-          <div class="method-source-code" id="name-source">
-            <pre><span class="ruby-comment"># File lib/buildr/ide/idea.rb, line 61</span>
-<span class="ruby-keyword">def</span> <span class="ruby-identifier">name</span>
-  <span class="ruby-node">&quot;#{self.id}#{suffix}&quot;</span>
-<span class="ruby-keyword">end</span></pre>
-          </div><!-- name-source -->
-          
-        </div>
-
-        
-
-        
-      </div><!-- name-method -->
-
-    
       <div id="method-i-relative" class="method-detail ">
         
         <div class="method-heading">

Modified: buildr/site/rdoc/Buildr/IntellijIdea/IdeaProject.html
URL: http://svn.apache.org/viewvc/buildr/site/rdoc/Buildr/IntellijIdea/IdeaProject.html?rev=1592474&r1=1592473&r2=1592474&view=diff
==============================================================================
--- buildr/site/rdoc/Buildr/IntellijIdea/IdeaProject.html (original)
+++ buildr/site/rdoc/Buildr/IntellijIdea/IdeaProject.html Mon May  5 10:11:02 2014
@@ -737,7 +737,7 @@
 
           
           <div class="method-source-code" id="add_data_source-source">
-            <pre><span class="ruby-comment"># File lib/buildr/ide/idea.rb, line 694</span>
+            <pre><span class="ruby-comment"># File lib/buildr/ide/idea.rb, line 704</span>
 <span class="ruby-keyword">def</span> <span class="ruby-identifier">add_data_source</span>(<span class="ruby-identifier">name</span>, <span class="ruby-identifier">options</span> = {})
   <span class="ruby-identifier">add_to_composite_component</span>(<span class="ruby-keyword">self</span>.<span class="ruby-identifier">data_sources</span>) <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">xml</span><span class="ruby-operator">|</span>
     <span class="ruby-identifier">data_source_options</span> = {
@@ -752,6 +752,9 @@
       <span class="ruby-identifier">xml</span>.<span class="ruby-identifier">tag!</span>(<span class="ruby-string">&quot;jdbc-url&quot;</span>, <span class="ruby-identifier">options</span>[<span class="ruby-value">:url</span>]) <span class="ruby-keyword">if</span> <span class="ruby-identifier">options</span>[<span class="ruby-value">:url</span>]
       <span class="ruby-identifier">xml</span>.<span class="ruby-identifier">tag!</span>(<span class="ruby-string">&quot;user-name&quot;</span>, <span class="ruby-identifier">options</span>[<span class="ruby-value">:username</span>]) <span class="ruby-keyword">if</span> <span class="ruby-identifier">options</span>[<span class="ruby-value">:username</span>]
       <span class="ruby-identifier">xml</span>.<span class="ruby-identifier">tag!</span>(<span class="ruby-string">&quot;user-password&quot;</span>, <span class="ruby-identifier">encrypt</span>(<span class="ruby-identifier">options</span>[<span class="ruby-value">:password</span>])) <span class="ruby-keyword">if</span> <span class="ruby-identifier">options</span>[<span class="ruby-value">:password</span>]
+      <span class="ruby-identifier">xml</span>.<span class="ruby-identifier">tag!</span>(<span class="ruby-string">&quot;schema-pattern&quot;</span>, <span class="ruby-identifier">options</span>[<span class="ruby-value">:schema_pattern</span>]) <span class="ruby-keyword">if</span> <span class="ruby-identifier">options</span>[<span class="ruby-value">:schema_pattern</span>]
+      <span class="ruby-identifier">xml</span>.<span class="ruby-identifier">tag!</span>(<span class="ruby-string">&quot;default-schemas&quot;</span>, <span class="ruby-identifier">options</span>[<span class="ruby-value">:default_schemas</span>]) <span class="ruby-keyword">if</span> <span class="ruby-identifier">options</span>[<span class="ruby-value">:default_schemas</span>]
+      <span class="ruby-identifier">xml</span>.<span class="ruby-identifier">tag!</span>(<span class="ruby-string">&quot;table-pattern&quot;</span>, <span class="ruby-identifier">options</span>[<span class="ruby-value">:table_pattern</span>]) <span class="ruby-keyword">if</span> <span class="ruby-identifier">options</span>[<span class="ruby-value">:table_pattern</span>]
       <span class="ruby-identifier">xml</span>.<span class="ruby-identifier">tag!</span>(<span class="ruby-string">&quot;default-dialect&quot;</span>, <span class="ruby-identifier">options</span>[<span class="ruby-value">:dialect</span>]) <span class="ruby-keyword">if</span> <span class="ruby-identifier">options</span>[<span class="ruby-value">:dialect</span>]
 
       <span class="ruby-identifier">xml</span>.<span class="ruby-identifier">libraries</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">xml</span><span class="ruby-operator">|</span>
@@ -828,7 +831,7 @@
 
           
           <div class="method-source-code" id="add_exploded_ear_artifact-source">
-            <pre><span class="ruby-comment"># File lib/buildr/ide/idea.rb, line 762</span>
+            <pre><span class="ruby-comment"># File lib/buildr/ide/idea.rb, line 775</span>
 <span class="ruby-keyword">def</span> <span class="ruby-identifier">add_exploded_ear_artifact</span>(<span class="ruby-identifier">project</span>, <span class="ruby-identifier">options</span> ={})
   <span class="ruby-identifier">artifact_name</span> = <span class="ruby-identifier">to_artifact_name</span>(<span class="ruby-identifier">project</span>, <span class="ruby-identifier">options</span>)
 
@@ -874,7 +877,7 @@
 
           
           <div class="method-source-code" id="add_exploded_ejb_artifact-source">
-            <pre><span class="ruby-comment"># File lib/buildr/ide/idea.rb, line 795</span>
+            <pre><span class="ruby-comment"># File lib/buildr/ide/idea.rb, line 808</span>
 <span class="ruby-keyword">def</span> <span class="ruby-identifier">add_exploded_ejb_artifact</span>(<span class="ruby-identifier">project</span>, <span class="ruby-identifier">options</span> = {})
   <span class="ruby-identifier">artifact_name</span> = <span class="ruby-identifier">to_artifact_name</span>(<span class="ruby-identifier">project</span>, <span class="ruby-identifier">options</span>)
 
@@ -918,7 +921,7 @@
 
           
           <div class="method-source-code" id="add_exploded_war_artifact-source">
-            <pre><span class="ruby-comment"># File lib/buildr/ide/idea.rb, line 723</span>
+            <pre><span class="ruby-comment"># File lib/buildr/ide/idea.rb, line 736</span>
 <span class="ruby-keyword">def</span> <span class="ruby-identifier">add_exploded_war_artifact</span>(<span class="ruby-identifier">project</span>, <span class="ruby-identifier">options</span> = {})
   <span class="ruby-identifier">artifact_name</span> = <span class="ruby-identifier">to_artifact_name</span>(<span class="ruby-identifier">project</span>, <span class="ruby-identifier">options</span>)
   <span class="ruby-identifier">artifacts</span> = <span class="ruby-identifier">options</span>[<span class="ruby-value">:artifacts</span>] <span class="ruby-operator">||</span> []
@@ -986,7 +989,7 @@
 
           
           <div class="method-source-code" id="add_gwt_configuration-source">
-            <pre><span class="ruby-comment"># File lib/buildr/ide/idea.rb, line 810</span>
+            <pre><span class="ruby-comment"># File lib/buildr/ide/idea.rb, line 823</span>
 <span class="ruby-keyword">def</span> <span class="ruby-identifier">add_gwt_configuration</span>(<span class="ruby-identifier">launch_page</span>, <span class="ruby-identifier">project</span>, <span class="ruby-identifier">options</span> = {})
   <span class="ruby-identifier">name</span> = <span class="ruby-identifier">options</span>[<span class="ruby-value">:name</span>] <span class="ruby-operator">||</span> <span class="ruby-node">&quot;Run #{launch_page}&quot;</span>
   <span class="ruby-identifier">shell_parameters</span> = <span class="ruby-identifier">options</span>[<span class="ruby-value">:shell_parameters</span>] <span class="ruby-operator">||</span> <span class="ruby-string">&quot;&quot;</span>
@@ -1032,7 +1035,7 @@
 
           
           <div class="method-source-code" id="add_jar_artifact-source">
-            <pre><span class="ruby-comment"># File lib/buildr/ide/idea.rb, line 779</span>
+            <pre><span class="ruby-comment"># File lib/buildr/ide/idea.rb, line 792</span>
 <span class="ruby-keyword">def</span> <span class="ruby-identifier">add_jar_artifact</span>(<span class="ruby-identifier">project</span>, <span class="ruby-identifier">options</span> = {})
   <span class="ruby-identifier">artifact_name</span> = <span class="ruby-identifier">to_artifact_name</span>(<span class="ruby-identifier">project</span>, <span class="ruby-identifier">options</span>)
 
@@ -1123,6 +1126,7 @@
           <div class="method-source-code" id="add_sql_server_data_source-source">
             <pre><span class="ruby-comment"># File lib/buildr/ide/idea.rb, line 679</span>
 <span class="ruby-keyword">def</span> <span class="ruby-identifier">add_sql_server_data_source</span>(<span class="ruby-identifier">name</span>, <span class="ruby-identifier">options</span> = {})
+  <span class="ruby-identifier">default_url</span> = <span class="ruby-keyword">nil</span>
   <span class="ruby-keyword">if</span> <span class="ruby-identifier">options</span>[<span class="ruby-value">:url</span>].<span class="ruby-identifier">nil?</span> <span class="ruby-operator">&amp;&amp;</span> <span class="ruby-identifier">options</span>[<span class="ruby-value">:database</span>]
     <span class="ruby-identifier">default_url</span> = <span class="ruby-node">&quot;jdbc:jtds:sqlserver://#{(options[:host] || &quot;127.0.0.1&quot;)}:#{(options[:port] || &quot;1433&quot;)}/#{options[:database]}&quot;</span>
   <span class="ruby-keyword">end</span>
@@ -1134,6 +1138,15 @@
     <span class="ruby-value">:dialect</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-string">'TSQL'</span>,
     <span class="ruby-value">:classpath</span> =<span class="ruby-operator">&gt;</span> [<span class="ruby-string">'net.sourceforge.jtds:jtds:jar:1.2.7'</span>]
   }.<span class="ruby-identifier">merge</span>(<span class="ruby-identifier">options</span>)
+
+  <span class="ruby-keyword">if</span> <span class="ruby-identifier">params</span>[<span class="ruby-value">:url</span>]
+    <span class="ruby-keyword">if</span> <span class="ruby-regexp">/jdbc\:jtds\:sqlserver\:\/\/[^:\]+(\:\d+)?\/([^;]*)(\;.*)?/</span> <span class="ruby-operator">=~</span> <span class="ruby-identifier">params</span>[<span class="ruby-value">:url</span>]
+      <span class="ruby-identifier">database_name</span> = <span class="ruby-node">$2</span>
+      <span class="ruby-identifier">params</span>[<span class="ruby-value">:schema_pattern</span>] = <span class="ruby-node">&quot;#{database_name}.*&quot;</span>
+      <span class="ruby-identifier">params</span>[<span class="ruby-value">:default_schemas</span>] = <span class="ruby-node">&quot;#{database_name}.*&quot;</span>
+    <span class="ruby-keyword">end</span>
+  <span class="ruby-keyword">end</span>
+
   <span class="ruby-identifier">add_data_source</span>(<span class="ruby-identifier">name</span>, <span class="ruby-identifier">params</span>)
 <span class="ruby-keyword">end</span></pre>
           </div><!-- add_sql_server_data_source-source -->
@@ -1237,7 +1250,7 @@
 
           
           <div class="method-source-code" id="artifact_content-source">
-            <pre><span class="ruby-comment"># File lib/buildr/ide/idea.rb, line 829</span>
+            <pre><span class="ruby-comment"># File lib/buildr/ide/idea.rb, line 842</span>
 <span class="ruby-keyword">def</span> <span class="ruby-identifier">artifact_content</span>(<span class="ruby-identifier">xml</span>, <span class="ruby-identifier">project</span>, <span class="ruby-identifier">projects</span>, <span class="ruby-identifier">options</span>)
   <span class="ruby-identifier">emit_module_output</span>(<span class="ruby-identifier">xml</span>, <span class="ruby-identifier">projects</span>)
   <span class="ruby-identifier">emit_jpa_descriptors</span>(<span class="ruby-identifier">xml</span>, <span class="ruby-identifier">project</span>, <span class="ruby-identifier">options</span>)
@@ -1272,7 +1285,7 @@
 
           
           <div class="method-source-code" id="artifacts_component-source">
-            <pre><span class="ruby-comment"># File lib/buildr/ide/idea.rb, line 947</span>
+            <pre><span class="ruby-comment"># File lib/buildr/ide/idea.rb, line 960</span>
 <span class="ruby-keyword">def</span> <span class="ruby-identifier">artifacts_component</span>
   <span class="ruby-identifier">create_composite_component</span>(<span class="ruby-string">&quot;ArtifactManager&quot;</span>, {}, <span class="ruby-keyword">self</span>.<span class="ruby-identifier">artifacts</span>)
 <span class="ruby-keyword">end</span></pre>
@@ -1305,7 +1318,7 @@
 
           
           <div class="method-source-code" id="base_document-source">
-            <pre><span class="ruby-comment"># File lib/buildr/ide/idea.rb, line 839</span>
+            <pre><span class="ruby-comment"># File lib/buildr/ide/idea.rb, line 852</span>
 <span class="ruby-keyword">def</span> <span class="ruby-identifier">base_document</span>
   <span class="ruby-identifier">target</span> = <span class="ruby-constant">StringIO</span>.<span class="ruby-identifier">new</span>
   <span class="ruby-constant">Builder</span><span class="ruby-operator">::</span><span class="ruby-constant">XmlMarkup</span>.<span class="ruby-identifier">new</span>(<span class="ruby-value">:target</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-identifier">target</span>).<span class="ruby-identifier">project</span>(<span class="ruby-value">:version</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-string">&quot;4&quot;</span>)
@@ -1340,7 +1353,7 @@
 
           
           <div class="method-source-code" id="configurations_component-source">
-            <pre><span class="ruby-comment"># File lib/buildr/ide/idea.rb, line 951</span>
+            <pre><span class="ruby-comment"># File lib/buildr/ide/idea.rb, line 964</span>
 <span class="ruby-keyword">def</span> <span class="ruby-identifier">configurations_component</span>
   <span class="ruby-identifier">create_composite_component</span>(<span class="ruby-string">&quot;ProjectRunConfigurationManager&quot;</span>, {}, <span class="ruby-keyword">self</span>.<span class="ruby-identifier">configurations</span>)
 <span class="ruby-keyword">end</span></pre>
@@ -1373,7 +1386,7 @@
 
           
           <div class="method-source-code" id="data_sources_component-source">
-            <pre><span class="ruby-comment"># File lib/buildr/ide/idea.rb, line 943</span>
+            <pre><span class="ruby-comment"># File lib/buildr/ide/idea.rb, line 956</span>
 <span class="ruby-keyword">def</span> <span class="ruby-identifier">data_sources_component</span>
   <span class="ruby-identifier">create_composite_component</span>(<span class="ruby-string">&quot;DataSourceManagerImpl&quot;</span>, {<span class="ruby-value">:format</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-string">&quot;xml&quot;</span>, <span class="ruby-value">:hash</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-string">&quot;3208837817&quot;</span>}, <span class="ruby-keyword">self</span>.<span class="ruby-identifier">data_sources</span>)
 <span class="ruby-keyword">end</span></pre>
@@ -1406,7 +1419,7 @@
 
           
           <div class="method-source-code" id="default_components-source">
-            <pre><span class="ruby-comment"># File lib/buildr/ide/idea.rb, line 845</span>
+            <pre><span class="ruby-comment"># File lib/buildr/ide/idea.rb, line 858</span>
 <span class="ruby-keyword">def</span> <span class="ruby-identifier">default_components</span>
   [
     <span class="ruby-identifier">lambda</span> { <span class="ruby-identifier">modules_component</span> },
@@ -1446,7 +1459,7 @@
 
           
           <div class="method-source-code" id="extension-source">
-            <pre><span class="ruby-comment"># File lib/buildr/ide/idea.rb, line 835</span>
+            <pre><span class="ruby-comment"># File lib/buildr/ide/idea.rb, line 848</span>
 <span class="ruby-keyword">def</span> <span class="ruby-identifier">extension</span>
   <span class="ruby-string">&quot;ipr&quot;</span>
 <span class="ruby-keyword">end</span></pre>
@@ -1479,7 +1492,7 @@
 
           
           <div class="method-source-code" id="framework_detection_exclusion_component-source">
-            <pre><span class="ruby-comment"># File lib/buildr/ide/idea.rb, line 856</span>
+            <pre><span class="ruby-comment"># File lib/buildr/ide/idea.rb, line 869</span>
 <span class="ruby-keyword">def</span> <span class="ruby-identifier">framework_detection_exclusion_component</span>
   <span class="ruby-identifier">create_component</span>(<span class="ruby-string">'FrameworkDetectionExcludesConfiguration'</span>) <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">xml</span><span class="ruby-operator">|</span>
     <span class="ruby-identifier">xml</span>.<span class="ruby-identifier">file</span> <span class="ruby-value">:url</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-identifier">file_path</span>(<span class="ruby-identifier">buildr_project</span>.<span class="ruby-identifier">_</span>(<span class="ruby-value">:artifacts</span>))
@@ -1514,7 +1527,7 @@
 
           
           <div class="method-source-code" id="initial_components-source">
-            <pre><span class="ruby-comment"># File lib/buildr/ide/idea.rb, line 862</span>
+            <pre><span class="ruby-comment"># File lib/buildr/ide/idea.rb, line 875</span>
 <span class="ruby-keyword">def</span> <span class="ruby-identifier">initial_components</span>
   [
     <span class="ruby-identifier">lambda</span> { <span class="ruby-identifier">project_root_manager_component</span> },
@@ -1550,7 +1563,7 @@
 
           
           <div class="method-source-code" id="modules_component-source">
-            <pre><span class="ruby-comment"># File lib/buildr/ide/idea.rb, line 888</span>
+            <pre><span class="ruby-comment"># File lib/buildr/ide/idea.rb, line 901</span>
 <span class="ruby-keyword">def</span> <span class="ruby-identifier">modules_component</span>
   <span class="ruby-identifier">create_component</span>(<span class="ruby-string">&quot;ProjectModuleManager&quot;</span>) <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">xml</span><span class="ruby-operator">|</span>
     <span class="ruby-identifier">xml</span>.<span class="ruby-identifier">modules</span> <span class="ruby-keyword">do</span>
@@ -1605,7 +1618,7 @@
 
           
           <div class="method-source-code" id="project_details_component-source">
-            <pre><span class="ruby-comment"># File lib/buildr/ide/idea.rb, line 882</span>
+            <pre><span class="ruby-comment"># File lib/buildr/ide/idea.rb, line 895</span>
 <span class="ruby-keyword">def</span> <span class="ruby-identifier">project_details_component</span>
   <span class="ruby-identifier">create_component</span>(<span class="ruby-string">&quot;ProjectDetails&quot;</span>) <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">xml</span><span class="ruby-operator">|</span>
     <span class="ruby-identifier">xml</span>.<span class="ruby-identifier">option</span>(<span class="ruby-string">&quot;name&quot;</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-string">&quot;projectName&quot;</span>, <span class="ruby-string">&quot;value&quot;</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-keyword">self</span>.<span class="ruby-identifier">name</span>)
@@ -1640,7 +1653,7 @@
 
           
           <div class="method-source-code" id="project_root_manager_component-source">
-            <pre><span class="ruby-comment"># File lib/buildr/ide/idea.rb, line 869</span>
+            <pre><span class="ruby-comment"># File lib/buildr/ide/idea.rb, line 882</span>
 <span class="ruby-keyword">def</span> <span class="ruby-identifier">project_root_manager_component</span>
   <span class="ruby-identifier">attribs</span> = {}
   <span class="ruby-identifier">attribs</span>[<span class="ruby-string">&quot;version&quot;</span>] = <span class="ruby-string">&quot;2&quot;</span>
@@ -1682,7 +1695,7 @@
 
           
           <div class="method-source-code" id="resolve_path-source">
-            <pre><span class="ruby-comment"># File lib/buildr/ide/idea.rb, line 955</span>
+            <pre><span class="ruby-comment"># File lib/buildr/ide/idea.rb, line 968</span>
 <span class="ruby-keyword">def</span> <span class="ruby-identifier">resolve_path</span>(<span class="ruby-identifier">path</span>)
   <span class="ruby-identifier">resolve_path_from_base</span>(<span class="ruby-identifier">path</span>, <span class="ruby-string">&quot;$PROJECT_DIR$&quot;</span>)
 <span class="ruby-keyword">end</span></pre>
@@ -1715,7 +1728,7 @@
 
           
           <div class="method-source-code" id="vcs_component-source">
-            <pre><span class="ruby-comment"># File lib/buildr/ide/idea.rb, line 914</span>
+            <pre><span class="ruby-comment"># File lib/buildr/ide/idea.rb, line 927</span>
 <span class="ruby-keyword">def</span> <span class="ruby-identifier">vcs_component</span>
   <span class="ruby-identifier">project_directories</span> = <span class="ruby-identifier">buildr_project</span>.<span class="ruby-identifier">projects</span>.<span class="ruby-identifier">select</span> { <span class="ruby-operator">|</span><span class="ruby-identifier">p</span><span class="ruby-operator">|</span> <span class="ruby-identifier">p</span>.<span class="ruby-identifier">iml?</span> }.<span class="ruby-identifier">collect</span> { <span class="ruby-operator">|</span><span class="ruby-identifier">p</span><span class="ruby-operator">|</span> <span class="ruby-identifier">p</span>.<span class="ruby-identifier">base_dir</span> }
   <span class="ruby-identifier">project_directories</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-identifier">buildr_project</span>.<span class="ruby-identifier">base_dir</span>

Modified: buildr/site/rdoc/Buildr/IntellijIdea/ProjectExtension.html
URL: http://svn.apache.org/viewvc/buildr/site/rdoc/Buildr/IntellijIdea/ProjectExtension.html?rev=1592474&r1=1592473&r2=1592474&view=diff
==============================================================================
--- buildr/site/rdoc/Buildr/IntellijIdea/ProjectExtension.html (original)
+++ buildr/site/rdoc/Buildr/IntellijIdea/ProjectExtension.html Mon May  5 10:11:02 2014
@@ -486,7 +486,7 @@
 
           
           <div class="method-source-code" id="iml-source">
-            <pre><span class="ruby-comment"># File lib/buildr/ide/idea.rb, line 1098</span>
+            <pre><span class="ruby-comment"># File lib/buildr/ide/idea.rb, line 1115</span>
 <span class="ruby-keyword">def</span> <span class="ruby-identifier">iml</span>
   <span class="ruby-keyword">if</span> <span class="ruby-identifier">iml?</span>
     <span class="ruby-keyword">unless</span> <span class="ruby-ivar">@iml</span>
@@ -531,7 +531,7 @@
 
           
           <div class="method-source-code" id="iml-3F-source">
-            <pre><span class="ruby-comment"># File lib/buildr/ide/idea.rb, line 1122</span>
+            <pre><span class="ruby-comment"># File lib/buildr/ide/idea.rb, line 1139</span>
 <span class="ruby-keyword">def</span> <span class="ruby-identifier">iml?</span>
   <span class="ruby-ivar">@has_iml</span> = <span class="ruby-ivar">@has_iml</span>.<span class="ruby-identifier">nil?</span> <span class="ruby-operator">?</span> <span class="ruby-keyword">true</span> <span class="ruby-operator">:</span> <span class="ruby-ivar">@has_iml</span>
 <span class="ruby-keyword">end</span></pre>
@@ -564,7 +564,7 @@
 
           
           <div class="method-source-code" id="ipr-source">
-            <pre><span class="ruby-comment"># File lib/buildr/ide/idea.rb, line 1086</span>
+            <pre><span class="ruby-comment"># File lib/buildr/ide/idea.rb, line 1103</span>
 <span class="ruby-keyword">def</span> <span class="ruby-identifier">ipr</span>
   <span class="ruby-keyword">if</span> <span class="ruby-identifier">ipr?</span>
     <span class="ruby-ivar">@ipr</span> <span class="ruby-operator">||=</span> <span class="ruby-constant">IdeaProject</span>.<span class="ruby-identifier">new</span>(<span class="ruby-keyword">self</span>)
@@ -601,7 +601,7 @@
 
           
           <div class="method-source-code" id="ipr-3F-source">
-            <pre><span class="ruby-comment"># File lib/buildr/ide/idea.rb, line 1094</span>
+            <pre><span class="ruby-comment"># File lib/buildr/ide/idea.rb, line 1111</span>
 <span class="ruby-keyword">def</span> <span class="ruby-identifier">ipr?</span>
   <span class="ruby-operator">!</span><span class="ruby-ivar">@no_ipr</span> <span class="ruby-operator">&amp;&amp;</span> <span class="ruby-keyword">self</span>.<span class="ruby-identifier">parent</span>.<span class="ruby-identifier">nil?</span>
 <span class="ruby-keyword">end</span></pre>
@@ -634,7 +634,7 @@
 
           
           <div class="method-source-code" id="no_iml-source">
-            <pre><span class="ruby-comment"># File lib/buildr/ide/idea.rb, line 1118</span>
+            <pre><span class="ruby-comment"># File lib/buildr/ide/idea.rb, line 1135</span>
 <span class="ruby-keyword">def</span> <span class="ruby-identifier">no_iml</span>
   <span class="ruby-ivar">@has_iml</span> = <span class="ruby-keyword">false</span>
 <span class="ruby-keyword">end</span></pre>
@@ -667,7 +667,7 @@
 
           
           <div class="method-source-code" id="no_ipr-source">
-            <pre><span class="ruby-comment"># File lib/buildr/ide/idea.rb, line 1114</span>
+            <pre><span class="ruby-comment"># File lib/buildr/ide/idea.rb, line 1131</span>
 <span class="ruby-keyword">def</span> <span class="ruby-identifier">no_ipr</span>
   <span class="ruby-ivar">@no_ipr</span> = <span class="ruby-keyword">true</span>
 <span class="ruby-keyword">end</span></pre>

Modified: buildr/site/rdoc/CHANGELOG.html
URL: http://svn.apache.org/viewvc/buildr/site/rdoc/CHANGELOG.html?rev=1592474&r1=1592473&r2=1592474&view=diff
==============================================================================
--- buildr/site/rdoc/CHANGELOG.html (original)
+++ buildr/site/rdoc/CHANGELOG.html Mon May  5 10:11:02 2014
@@ -393,6 +393,40 @@
 
 <div id="documentation" class="description">
   
+<p>1.4.16 (2014-05-03)</p>
+
+<pre>Added:  Add the ability to generate a html report when using the
+        jacoco addon. Extracted from the ode project.
+Fixed:  Remove the projectname.ids file when rebuilding the idea
+        project file avoiding conflict with idea.
+Fixed:  Avoid passing duplicate -keep parameters to wsimport from
+        wsgen addon.
+Change: Improved the error handling when generating java from wsdl
+        in the wsgen addon.
+Change: Upgraded the Checkstyle plugin to use checkstyle 5.7 that
+        improves Java 7 compatibility.
+Added:  Add support for configuration of the schema-pattern,
+        table-pattern and default-schemas settings in idea's
+        data source definitions.
+Change: Upgraded the PMD plugin to use pmd 5.0.5 which for Java 7
+        compatibility.
+Change: Derive the version of GWT in gwt addon from supplied
+        dependencies.
+Fixed:  Include the compiled classes on path for GWT addon to
+        ensure the GWT compiler can load annotations.
+Change: Derive the GWT version from build settings if not
+        explicitly specified by GWT addon.
+Change: Support prefixing the version generated by the
+        gwt_auto_version addon with the environment
+        variable &quot;VERSION_PREFIX&quot;.
+Fixed:  Support overriding the GWT version used by the GWT addon.
+Fixed:  Fix problem when the :dependencies option was not
+        passed to the GWT addon.
+Fixed:  Avoid crash in GPG addon if unable to create a pom
+        for an artifact.
+Fixed:  Correct location of Git mirror in the README. Submitted
+        by Marcos Sainz.</pre>
+
 <p>1.4.15 (2013-11-06)</p>
 
 <pre>Change: Update to TestNG 6.8.7.

Modified: buildr/site/rdoc/README_rdoc.html
URL: http://svn.apache.org/viewvc/buildr/site/rdoc/README_rdoc.html?rev=1592474&r1=1592473&r2=1592474&view=diff
==============================================================================
--- buildr/site/rdoc/README_rdoc.html (original)
+++ buildr/site/rdoc/README_rdoc.html Mon May  5 10:11:02 2014
@@ -517,17 +517,14 @@ href="http://hivelogic.com/narrative/art
 
 <h2 id="label-Living+On+the+Edge">Living On the Edge<span><a href="#label-Living+On+the+Edge">&para;</a> <a href="#documentation">&uarr;</a></span></h2>
 
-<p>You can check the latest sources from SVN:</p>
+<p>You can check the latest sources from GIT:</p>
 
-<pre>svn co http://svn.apache.org/repos/asf/buildr/trunk</pre>
+<pre>git clone http://git.apache.org/buildr.git</pre>
 
-<p>Or browse the SVN repository online: <a
-href="http://svn.apache.org/repos/asf/buildr">svn.apache.org/repos/asf/buildr</a></p>
+<p>If you prefer GitHub, a mirror is available from <a
+href="http://github.com/apache/buildr">github.com/apache/buildr</a>:</p>
 
-<p>If you prefer Git, a Git fork is available from <a
-href="http://github.com/buildr/buildr/tree/master">github.com/buildr/buildr/tree/master</a>:</p>
-
-<pre>git clone git://github.com/buildr/buildr.git</pre>
+<pre>git clone git://github.com/apache/buildr.git</pre>
 
 <p>To install <a href="Buildr.html">Buildr</a> locally from source:</p>
 

Modified: buildr/site/rdoc/created.rid
URL: http://svn.apache.org/viewvc/buildr/site/rdoc/created.rid?rev=1592474&r1=1592473&r2=1592474&view=diff
==============================================================================
--- buildr/site/rdoc/created.rid (original)
+++ buildr/site/rdoc/created.rid Mon May  5 10:11:02 2014
@@ -1,75 +1,75 @@
-Wed, 06 Nov 2013 21:38:16 +1100
-lib/buildr/clojure/shell.rb	Thu, 21 Mar 2013 06:23:34 +1100
-lib/buildr/clojure.rb	Wed, 20 Mar 2013 21:58:14 +1100
-lib/buildr/core/application.rb	Fri, 01 Nov 2013 20:32:49 +1100
-lib/buildr/core/assets.rb	Wed, 06 Nov 2013 08:31:54 +1100
-lib/buildr/core/build.rb	Wed, 02 Oct 2013 10:31:12 +1000
-lib/buildr/core/cc.rb	Wed, 09 Oct 2013 10:28:35 +1100
-lib/buildr/core/checks.rb	Thu, 21 Mar 2013 07:37:36 +1100
-lib/buildr/core/common.rb	Fri, 01 Nov 2013 18:48:03 +1100
-lib/buildr/core/compile.rb	Fri, 01 Nov 2013 18:48:12 +1100
-lib/buildr/core/console.rb	Sat, 26 Oct 2013 12:02:32 +1100
-lib/buildr/core/doc.rb	Thu, 21 Mar 2013 07:38:02 +1100
-lib/buildr/core/environment.rb	Thu, 21 Mar 2013 07:38:44 +1100
-lib/buildr/core/filter.rb	Fri, 01 Nov 2013 18:48:32 +1100
-lib/buildr/core/generate.rb	Wed, 09 Oct 2013 22:05:11 +1100
-lib/buildr/core/help.rb	Thu, 21 Mar 2013 07:38:44 +1100
-lib/buildr/core/jrebel.rb	Thu, 21 Mar 2013 07:38:44 +1100
-lib/buildr/core/linux.rb	Wed, 20 Feb 2013 22:13:54 +1100
-lib/buildr/core/osx.rb	Wed, 20 Feb 2013 22:13:54 +1100
-lib/buildr/core/progressbar.rb	Fri, 18 Oct 2013 04:03:57 +1100
-lib/buildr/core/project.rb	Tue, 01 Oct 2013 19:17:39 +1000
-lib/buildr/core/run.rb	Thu, 21 Mar 2013 07:39:20 +1100
-lib/buildr/core/shell.rb	Wed, 02 Oct 2013 08:36:55 +1000
-lib/buildr/core/test.rb	Thu, 21 Mar 2013 07:39:20 +1100
-lib/buildr/core/transports.rb	Fri, 01 Nov 2013 18:49:48 +1100
-lib/buildr/core/util.rb	Fri, 01 Nov 2013 20:49:57 +1100
-lib/buildr/groovy/bdd.rb	Thu, 21 Mar 2013 06:21:06 +1100
-lib/buildr/groovy/compiler.rb	Thu, 21 Mar 2013 06:21:23 +1100
-lib/buildr/groovy/doc.rb	Thu, 21 Mar 2013 06:23:34 +1100
-lib/buildr/groovy/shell.rb	Thu, 21 Mar 2013 06:23:34 +1100
-lib/buildr/groovy.rb	Wed, 20 Feb 2013 22:13:55 +1100
-lib/buildr/ide/eclipse.rb	Thu, 21 Mar 2013 06:20:48 +1100
-lib/buildr/ide/idea.rb	Wed, 06 Nov 2013 08:29:45 +1100
-lib/buildr/java/ant.rb	Thu, 21 Mar 2013 06:23:34 +1100
-lib/buildr/java/bdd.rb	Thu, 10 Oct 2013 08:12:20 +1100
-lib/buildr/java/cobertura.rb	Thu, 21 Mar 2013 06:23:34 +1100
-lib/buildr/java/commands.rb	Tue, 29 Oct 2013 07:03:01 +1100
-lib/buildr/java/compiler.rb	Thu, 21 Mar 2013 06:23:34 +1100
-lib/buildr/java/deprecated.rb	Thu, 21 Mar 2013 06:23:34 +1100
-lib/buildr/java/doc.rb	Thu, 21 Mar 2013 06:23:34 +1100
-lib/buildr/java/ecj.rb	Fri, 18 Oct 2013 04:03:57 +1100
-lib/buildr/java/emma.rb	Thu, 21 Mar 2013 06:24:17 +1100
-lib/buildr/java/external.rb	Fri, 18 Oct 2013 04:03:57 +1100
-lib/buildr/java/jruby.rb	Wed, 20 Feb 2013 22:13:53 +1100
-lib/buildr/java/packaging.rb	Wed, 06 Nov 2013 08:34:16 +1100
-lib/buildr/java/pom.rb	Tue, 24 Sep 2013 08:38:35 +1000
-lib/buildr/java/rjb.rb	Fri, 01 Nov 2013 20:45:35 +1100
-lib/buildr/java/test_result.rb	Tue, 29 Oct 2013 07:03:53 +1100
-lib/buildr/java/tests.rb	Wed, 06 Nov 2013 10:11:27 +1100
-lib/buildr/java/version_requirement.rb	Thu, 21 Mar 2013 07:36:49 +1100
-lib/buildr/packaging/archive.rb	Fri, 01 Nov 2013 18:47:35 +1100
-lib/buildr/packaging/artifact.rb	Fri, 01 Nov 2013 18:47:24 +1100
-lib/buildr/packaging/artifact_namespace.rb	Thu, 21 Mar 2013 06:19:34 +1100
-lib/buildr/packaging/artifact_search.rb	Thu, 21 Mar 2013 06:20:16 +1100
-lib/buildr/packaging/gems.rb	Thu, 21 Mar 2013 06:20:16 +1100
-lib/buildr/packaging/package.rb	Tue, 29 Oct 2013 06:45:45 +1100
-lib/buildr/packaging/tar.rb	Sun, 09 Jun 2013 07:32:47 +1000
-lib/buildr/packaging/test_jar.rb	Sat, 26 Oct 2013 12:36:06 +1100
-lib/buildr/packaging/version_requirement.rb	Thu, 21 Mar 2013 06:20:48 +1100
-lib/buildr/packaging/zip.rb	Tue, 30 Apr 2013 19:35:54 +1000
-lib/buildr/packaging/ziptask.rb	Fri, 01 Nov 2013 18:50:01 +1100
-lib/buildr/run.rb	Wed, 20 Mar 2013 21:58:14 +1100
-lib/buildr/scala/bdd.rb	Thu, 21 Mar 2013 06:12:29 +1100
-lib/buildr/scala/compiler.rb	Thu, 21 Mar 2013 06:18:52 +1100
-lib/buildr/scala/doc.rb	Sun, 14 Apr 2013 11:52:45 +1000
-lib/buildr/scala/shell.rb	Thu, 21 Mar 2013 06:13:29 +1100
-lib/buildr/scala/tests.rb	Fri, 01 Nov 2013 18:48:53 +1100
-lib/buildr/scala.rb	Wed, 20 Feb 2013 22:13:55 +1100
-lib/buildr/shell.rb	Wed, 20 Mar 2013 21:58:33 +1100
-lib/buildr/version.rb	Wed, 06 Nov 2013 21:35:40 +1100
-lib/buildr.rb	Thu, 10 Oct 2013 05:27:57 +1100
-README.rdoc	Sat, 20 Apr 2013 08:28:27 +1000
-CHANGELOG	Wed, 06 Nov 2013 11:36:01 +1100
-LICENSE	Wed, 20 Feb 2013 22:13:55 +1100
-NOTICE	Wed, 20 Feb 2013 22:13:55 +1100
+Sat, 03 May 2014 15:04:38 +1000
+lib/buildr/clojure/shell.rb	Wed, 19 Feb 2014 14:44:32 +1100
+lib/buildr/clojure.rb	Wed, 19 Feb 2014 14:44:32 +1100
+lib/buildr/core/application.rb	Wed, 19 Feb 2014 14:44:32 +1100
+lib/buildr/core/assets.rb	Wed, 19 Feb 2014 14:44:32 +1100
+lib/buildr/core/build.rb	Wed, 19 Feb 2014 14:44:32 +1100
+lib/buildr/core/cc.rb	Wed, 19 Feb 2014 14:44:32 +1100
+lib/buildr/core/checks.rb	Wed, 19 Feb 2014 14:44:32 +1100
+lib/buildr/core/common.rb	Wed, 19 Feb 2014 14:44:32 +1100
+lib/buildr/core/compile.rb	Wed, 19 Feb 2014 14:44:32 +1100
+lib/buildr/core/console.rb	Wed, 19 Feb 2014 14:44:32 +1100
+lib/buildr/core/doc.rb	Wed, 19 Feb 2014 14:44:32 +1100
+lib/buildr/core/environment.rb	Wed, 19 Feb 2014 14:44:32 +1100
+lib/buildr/core/filter.rb	Wed, 19 Feb 2014 14:44:32 +1100
+lib/buildr/core/generate.rb	Wed, 19 Feb 2014 14:44:32 +1100
+lib/buildr/core/help.rb	Wed, 19 Feb 2014 14:44:32 +1100
+lib/buildr/core/jrebel.rb	Wed, 19 Feb 2014 14:44:32 +1100
+lib/buildr/core/linux.rb	Wed, 19 Feb 2014 14:44:32 +1100
+lib/buildr/core/osx.rb	Wed, 19 Feb 2014 14:44:32 +1100
+lib/buildr/core/progressbar.rb	Wed, 19 Feb 2014 14:44:32 +1100
+lib/buildr/core/project.rb	Wed, 19 Feb 2014 14:44:32 +1100
+lib/buildr/core/run.rb	Wed, 19 Feb 2014 14:44:32 +1100
+lib/buildr/core/shell.rb	Wed, 19 Feb 2014 14:44:32 +1100
+lib/buildr/core/test.rb	Wed, 19 Feb 2014 14:44:32 +1100
+lib/buildr/core/transports.rb	Wed, 19 Feb 2014 14:44:32 +1100
+lib/buildr/core/util.rb	Wed, 19 Feb 2014 14:44:32 +1100
+lib/buildr/groovy/bdd.rb	Wed, 19 Feb 2014 14:44:32 +1100
+lib/buildr/groovy/compiler.rb	Wed, 19 Feb 2014 14:44:32 +1100
+lib/buildr/groovy/doc.rb	Wed, 19 Feb 2014 14:44:32 +1100
+lib/buildr/groovy/shell.rb	Wed, 19 Feb 2014 14:44:32 +1100
+lib/buildr/groovy.rb	Wed, 19 Feb 2014 14:44:32 +1100
+lib/buildr/ide/eclipse.rb	Wed, 19 Feb 2014 14:44:32 +1100
+lib/buildr/ide/idea.rb	Sat, 03 May 2014 15:00:05 +1000
+lib/buildr/java/ant.rb	Wed, 19 Feb 2014 14:44:32 +1100
+lib/buildr/java/bdd.rb	Wed, 19 Feb 2014 14:44:32 +1100
+lib/buildr/java/cobertura.rb	Wed, 19 Feb 2014 14:44:32 +1100
+lib/buildr/java/commands.rb	Wed, 19 Feb 2014 14:44:32 +1100
+lib/buildr/java/compiler.rb	Wed, 19 Feb 2014 14:44:32 +1100
+lib/buildr/java/deprecated.rb	Wed, 19 Feb 2014 14:44:32 +1100
+lib/buildr/java/doc.rb	Wed, 19 Feb 2014 14:44:32 +1100
+lib/buildr/java/ecj.rb	Wed, 19 Feb 2014 14:44:32 +1100
+lib/buildr/java/emma.rb	Wed, 19 Feb 2014 14:44:32 +1100
+lib/buildr/java/external.rb	Wed, 19 Feb 2014 14:44:32 +1100
+lib/buildr/java/jruby.rb	Wed, 19 Feb 2014 14:44:32 +1100
+lib/buildr/java/packaging.rb	Wed, 19 Feb 2014 14:44:32 +1100
+lib/buildr/java/pom.rb	Wed, 19 Feb 2014 14:44:32 +1100
+lib/buildr/java/rjb.rb	Wed, 19 Feb 2014 14:44:32 +1100
+lib/buildr/java/test_result.rb	Wed, 19 Feb 2014 14:44:32 +1100
+lib/buildr/java/tests.rb	Wed, 19 Feb 2014 14:44:32 +1100
+lib/buildr/java/version_requirement.rb	Wed, 19 Feb 2014 14:44:32 +1100
+lib/buildr/packaging/archive.rb	Wed, 19 Feb 2014 14:44:32 +1100
+lib/buildr/packaging/artifact.rb	Wed, 19 Feb 2014 14:44:32 +1100
+lib/buildr/packaging/artifact_namespace.rb	Wed, 19 Feb 2014 14:44:32 +1100
+lib/buildr/packaging/artifact_search.rb	Wed, 19 Feb 2014 14:44:32 +1100
+lib/buildr/packaging/gems.rb	Wed, 19 Feb 2014 14:44:32 +1100
+lib/buildr/packaging/package.rb	Wed, 19 Feb 2014 14:44:32 +1100
+lib/buildr/packaging/tar.rb	Wed, 19 Feb 2014 14:44:32 +1100
+lib/buildr/packaging/test_jar.rb	Wed, 19 Feb 2014 14:44:32 +1100
+lib/buildr/packaging/version_requirement.rb	Wed, 19 Feb 2014 14:44:32 +1100
+lib/buildr/packaging/zip.rb	Wed, 19 Feb 2014 14:44:32 +1100
+lib/buildr/packaging/ziptask.rb	Wed, 19 Feb 2014 14:44:32 +1100
+lib/buildr/run.rb	Wed, 19 Feb 2014 14:44:32 +1100
+lib/buildr/scala/bdd.rb	Wed, 19 Feb 2014 14:44:32 +1100
+lib/buildr/scala/compiler.rb	Wed, 19 Feb 2014 14:44:32 +1100
+lib/buildr/scala/doc.rb	Wed, 19 Feb 2014 14:44:32 +1100
+lib/buildr/scala/shell.rb	Wed, 19 Feb 2014 14:44:32 +1100
+lib/buildr/scala/tests.rb	Wed, 19 Feb 2014 14:44:32 +1100
+lib/buildr/scala.rb	Wed, 19 Feb 2014 14:44:32 +1100
+lib/buildr/shell.rb	Wed, 19 Feb 2014 14:44:32 +1100
+lib/buildr/version.rb	Sat, 03 May 2014 15:01:42 +1000
+lib/buildr.rb	Wed, 19 Feb 2014 14:44:32 +1100
+README.rdoc	Sun, 23 Feb 2014 09:47:36 +1100
+CHANGELOG	Sat, 03 May 2014 14:52:02 +1000
+LICENSE	Wed, 19 Feb 2014 04:32:20 +1100
+NOTICE	Wed, 19 Feb 2014 14:43:39 +1100

Modified: buildr/site/rdoc/index.html
URL: http://svn.apache.org/viewvc/buildr/site/rdoc/index.html?rev=1592474&r1=1592473&r2=1592474&view=diff
==============================================================================
--- buildr/site/rdoc/index.html (original)
+++ buildr/site/rdoc/index.html Mon May  5 10:11:02 2014
@@ -496,17 +496,14 @@ href="http://hivelogic.com/narrative/art
 
 <h2 id="label-Living+On+the+Edge">Living On the Edge<span><a href="#label-Living+On+the+Edge">&para;</a> <a href="#documentation">&uarr;</a></span></h2>
 
-<p>You can check the latest sources from SVN:</p>
+<p>You can check the latest sources from GIT:</p>
 
-<pre>svn co http://svn.apache.org/repos/asf/buildr/trunk</pre>
+<pre>git clone http://git.apache.org/buildr.git</pre>
 
-<p>Or browse the SVN repository online: <a
-href="http://svn.apache.org/repos/asf/buildr">svn.apache.org/repos/asf/buildr</a></p>
+<p>If you prefer GitHub, a mirror is available from <a
+href="http://github.com/apache/buildr">github.com/apache/buildr</a>:</p>
 
-<p>If you prefer Git, a Git fork is available from <a
-href="http://github.com/buildr/buildr/tree/master">github.com/buildr/buildr/tree/master</a>:</p>
-
-<pre>git clone git://github.com/buildr/buildr.git</pre>
+<pre>git clone git://github.com/apache/buildr.git</pre>
 
 <p>To install <a href="Buildr.html">Buildr</a> locally from source:</p>
 

Modified: buildr/site/rdoc/js/search_index.js
URL: http://svn.apache.org/viewvc/buildr/site/rdoc/js/search_index.js?rev=1592474&r1=1592473&r2=1592474&view=diff
==============================================================================
--- buildr/site/rdoc/js/search_index.js (original)
+++ buildr/site/rdoc/js/search_index.js Mon May  5 10:11:02 2014
@@ -1 +1 @@

[... 5 lines stripped ...]