Publish of Github pages from Gradle.

This commit is contained in:
R. Tyler Croy 2015-08-14 09:06:49 -07:00
parent 40ed05200f
commit 101fdc9c9b
44 changed files with 753 additions and 1652 deletions

View File

@ -103,9 +103,23 @@ apply <span class="key">plugin</span>: <span class="string"><span class="delimit
gems <span class="key">group</span>: <span class="string"><span class="delimiter">'</span><span class="content">rubygems</span><span class="delimiter">'</span></span>, <span class="key">name</span>: <span class="string"><span class="delimiter">'</span><span class="content">sinatra</span><span class="delimiter">'</span></span>, <span class="key">version</span>: <span class="string"><span class="delimiter">'</span><span class="content">1.4.5</span><span class="delimiter">'</span></span>
<span class="comment">/* alternatively */</span>
gems <span class="string"><span class="delimiter">'</span><span class="content">rubygems:rake:10.3.+</span><span class="delimiter">'</span></span>
<span class="comment">/* prereleased gems needs to pick a specific version */</span>
gems <span class="string"><span class="delimiter">'</span><span class="content">rubygems:rails:4.2.3.rc1</span><span class="delimiter">'</span></span>
}</code></pre>
</div>
</div>
<div class="admonitionblock important">
<table>
<tr>
<td class="icon">
<i class="fa icon-important" title="Important"></i>
</td>
<td class="content">
Prereleased gems can only be a specific version due to limitations of mapping a rubygems repository to a maven repository.
</td>
</tr>
</table>
</div>
<div class="admonitionblock note">
<table>
<tr>

1311
docs.iml

File diff suppressed because it is too large Load Diff

View File

@ -6,9 +6,9 @@
<html>
<head>
<!-- Generated by groovydoc (2.3.3) on Sat Aug 08 12:14:00 PDT 2015 -->
<title>GemUtils.OverwriteAction (jruby-gradle-base-plugin 1.0.1 API)</title>
<meta name="date" content="2015-08-08">
<!-- Generated by groovydoc (2.3.3) on Fri Aug 14 09:06:35 PDT 2015 -->
<title>GemUtils.OverwriteAction (jruby-gradle-base-plugin 1.0.2 API)</title>
<meta name="date" content="2015-08-14">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link href="../../../groovy.ico" type="image/x-icon" rel="shortcut icon">
<link href="../../../groovy.ico" type="image/x-icon" rel="icon">
@ -17,7 +17,7 @@
<body class="center">
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="GemUtils.OverwriteAction (jruby-gradle-base-plugin 1.0.1 API)";
parent.document.title="GemUtils.OverwriteAction (jruby-gradle-base-plugin 1.0.2 API)";
}
//-->
</script>

View File

@ -6,9 +6,9 @@
<html>
<head>
<!-- Generated by groovydoc (2.3.3) on Sat Aug 08 12:14:00 PDT 2015 -->
<title>GemUtils (jruby-gradle-base-plugin 1.0.1 API)</title>
<meta name="date" content="2015-08-08">
<!-- Generated by groovydoc (2.3.3) on Fri Aug 14 09:06:35 PDT 2015 -->
<title>GemUtils (jruby-gradle-base-plugin 1.0.2 API)</title>
<meta name="date" content="2015-08-14">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link href="../../../groovy.ico" type="image/x-icon" rel="shortcut icon">
<link href="../../../groovy.ico" type="image/x-icon" rel="icon">
@ -17,7 +17,7 @@
<body class="center">
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="GemUtils (jruby-gradle-base-plugin 1.0.1 API)";
parent.document.title="GemUtils (jruby-gradle-base-plugin 1.0.2 API)";
}
//-->
</script>
@ -144,22 +144,22 @@ if (location.href.indexOf('is-external=true') == -1) {
<tr class="altColor">
<td class="colFirst"><code>static&nbsp;void</strong></code></td>
<td class="colLast"><code><strong><a href="#extractGem(Project, java.io.File, java.io.File, java.io.File, com.github.jrubygradle.GemUtils.OverwriteAction)">extractGem</a></strong>(<a href='../../../Project.html'>Project</a> project, java.io.File jRubyClasspath, java.io.File gem, java.io.File destDir, <a href='../../../com/github/jrubygradle/GemUtils.OverwriteAction.html'>OverwriteAction</a> overwrite)</code><br>Extracts a gem to a folder</td>
<td class="colLast"><code><strong><a href="#extractGem(org.gradle.api.Project, java.io.File, java.io.File, java.io.File, com.github.jrubygradle.GemUtils.OverwriteAction)">extractGem</a></strong>(org.gradle.api.Project project, java.io.File jRubyClasspath, java.io.File gem, java.io.File destDir, <a href='../../../com/github/jrubygradle/GemUtils.OverwriteAction.html'>OverwriteAction</a> overwrite)</code><br>Extracts a gem to a folder</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static&nbsp;void</strong></code></td>
<td class="colLast"><code><strong><a href="#extractGems(Project, java.io.File, FileCollection, java.io.File, com.github.jrubygradle.GemUtils.OverwriteAction)">extractGems</a></strong>(<a href='../../../Project.html'>Project</a> project, java.io.File jRubyClasspath, <a href='../../../FileCollection.html'>FileCollection</a> gems, java.io.File destDir, <a href='../../../com/github/jrubygradle/GemUtils.OverwriteAction.html'>OverwriteAction</a> overwrite)</code><br></td>
<td class="colLast"><code><strong><a href="#extractGems(org.gradle.api.Project, java.io.File, org.gradle.api.file.FileCollection, java.io.File, com.github.jrubygradle.GemUtils.OverwriteAction)">extractGems</a></strong>(org.gradle.api.Project project, java.io.File jRubyClasspath, org.gradle.api.file.FileCollection gems, java.io.File destDir, <a href='../../../com/github/jrubygradle/GemUtils.OverwriteAction.html'>OverwriteAction</a> overwrite)</code><br></td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static&nbsp;void</strong></code></td>
<td class="colLast"><code><strong><a href="#extractGems(Project, Configuration, Configuration, java.io.File, com.github.jrubygradle.GemUtils.OverwriteAction)">extractGems</a></strong>(<a href='../../../Project.html'>Project</a> project, <a href='../../../Configuration.html'>Configuration</a> jRubyConfig, <a href='../../../Configuration.html'>Configuration</a> gemConfig, java.io.File destDir, <a href='../../../com/github/jrubygradle/GemUtils.OverwriteAction.html'>OverwriteAction</a> action)</code><br>Extract Gems from a given configuration.</td>
<td class="colLast"><code><strong><a href="#extractGems(org.gradle.api.Project, org.gradle.api.artifacts.Configuration, org.gradle.api.artifacts.Configuration, java.io.File, com.github.jrubygradle.GemUtils.OverwriteAction)">extractGems</a></strong>(org.gradle.api.Project project, org.gradle.api.artifacts.Configuration jRubyConfig, org.gradle.api.artifacts.Configuration gemConfig, java.io.File destDir, <a href='../../../com/github/jrubygradle/GemUtils.OverwriteAction.html'>OverwriteAction</a> action)</code><br>Extract Gems from a given configuration.</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static&nbsp;<a href='../../../CopySpec.html'>CopySpec</a></strong></code></td>
<td class="colLast"><code><strong><a href="#gemCopySpec(def, Project, java.lang.Object)">gemCopySpec</a></strong>(java.lang.Object properties = [:], <a href='../../../Project.html'>Project</a> project, java.lang.Object dir)</code><br>Adds a GEM CopySpec to an archive</td>
<td class="colFirst"><code>static&nbsp;org.gradle.api.file.CopySpec</strong></code></td>
<td class="colLast"><code><strong><a href="#gemCopySpec(def, org.gradle.api.Project, java.lang.Object)">gemCopySpec</a></strong>(java.lang.Object properties = [:], org.gradle.api.Project project, java.lang.Object dir)</code><br>Adds a GEM CopySpec to an archive</td>
</tr>
<tr class="altColor">
@ -169,13 +169,13 @@ if (location.href.indexOf('is-external=true') == -1) {
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static&nbsp;<a href='../../../FileCollection.html'>FileCollection</a></strong></code></td>
<td class="colLast"><code><strong><a href="#getGems(FileCollection)">getGems</a></strong>(<a href='../../../FileCollection.html'>FileCollection</a> fc)</code><br>Given a FileCollection return a filtered FileCollection only containing GEMs</td>
<td class="colFirst"><code>static&nbsp;org.gradle.api.file.FileCollection</strong></code></td>
<td class="colLast"><code><strong><a href="#getGems(org.gradle.api.file.FileCollection)">getGems</a></strong>(org.gradle.api.file.FileCollection fc)</code><br>Given a FileCollection return a filtered FileCollection only containing GEMs</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static&nbsp;<a href='../../../CopySpec.html'>CopySpec</a></strong></code></td>
<td class="colLast"><code><strong><a href="#jarCopySpec(Project, java.lang.Object)">jarCopySpec</a></strong>(<a href='../../../Project.html'>Project</a> project, java.lang.Object dir)</code><br>// specifications/*
<td class="colFirst"><code>static&nbsp;org.gradle.api.file.CopySpec</strong></code></td>
<td class="colLast"><code><strong><a href="#jarCopySpec(org.gradle.api.Project, java.lang.Object)">jarCopySpec</a></strong>(org.gradle.api.Project project, java.lang.Object dir)</code><br>// specifications/*
if(!</td>
</tr>
@ -186,7 +186,7 @@ if (location.href.indexOf('is-external=true') == -1) {
<tr class="altColor">
<td class="colFirst"><code>static&nbsp;void</strong></code></td>
<td class="colLast"><code><strong><a href="#setupJars(Configuration, java.io.File, com.github.jrubygradle.GemUtils.OverwriteAction)">setupJars</a></strong>(<a href='../../../Configuration.html'>Configuration</a> config, java.io.File destDir, <a href='../../../com/github/jrubygradle/GemUtils.OverwriteAction.html'>OverwriteAction</a> overwrite)</code><br></td>
<td class="colLast"><code><strong><a href="#setupJars(org.gradle.api.artifacts.Configuration, java.io.File, com.github.jrubygradle.GemUtils.OverwriteAction)">setupJars</a></strong>(org.gradle.api.artifacts.Configuration config, java.io.File destDir, <a href='../../../com/github/jrubygradle/GemUtils.OverwriteAction.html'>OverwriteAction</a> overwrite)</code><br></td>
</tr>
<tr class="rowColor">
@ -244,36 +244,36 @@ if (location.href.indexOf('is-external=true') == -1) {
</a>
<h3>Method Detail</h3>
<a name="extractGem(Project, java.io.File, java.io.File, java.io.File, com.github.jrubygradle.GemUtils.OverwriteAction)"><!-- --></a>
<a name="extractGem(org.gradle.api.Project, java.io.File, java.io.File, java.io.File, com.github.jrubygradle.GemUtils.OverwriteAction)"><!-- --></a>
<ul class="blockListLast">
<li class="blockList">
<h4>static&nbsp;void <strong>extractGem</strong>(<a href='../../../Project.html'>Project</a> project, java.io.File jRubyClasspath, java.io.File gem, java.io.File destDir, <a href='../../../com/github/jrubygradle/GemUtils.OverwriteAction.html'>OverwriteAction</a> overwrite)</h4>
<h4>static&nbsp;void <strong>extractGem</strong>(org.gradle.api.Project project, java.io.File jRubyClasspath, java.io.File gem, java.io.File destDir, <a href='../../../com/github/jrubygradle/GemUtils.OverwriteAction.html'>OverwriteAction</a> overwrite)</h4>
<p> Extracts a gem to a folder
<DL><DT><B>Parameters:</B></DT><DD><code>project</code> - Project instance</DD><DD><code>jRubyClasspath</code> - Where to find the jruby-complete jar</DD><DD><code>gem</code> - Gem file to extract</DD><DD><code>destDir</code> - Directory to extract to</DD><DD><code>overwrite</code> - Allow overwrite of an existing gem folder</DD></DL></p>
</li>
</ul>
<a name="extractGems(Project, java.io.File, FileCollection, java.io.File, com.github.jrubygradle.GemUtils.OverwriteAction)"><!-- --></a>
<a name="extractGems(org.gradle.api.Project, java.io.File, org.gradle.api.file.FileCollection, java.io.File, com.github.jrubygradle.GemUtils.OverwriteAction)"><!-- --></a>
<ul class="blockListLast">
<li class="blockList">
<h4>static&nbsp;void <strong>extractGems</strong>(<a href='../../../Project.html'>Project</a> project, java.io.File jRubyClasspath, <a href='../../../FileCollection.html'>FileCollection</a> gems, java.io.File destDir, <a href='../../../com/github/jrubygradle/GemUtils.OverwriteAction.html'>OverwriteAction</a> overwrite)</h4>
<h4>static&nbsp;void <strong>extractGems</strong>(org.gradle.api.Project project, java.io.File jRubyClasspath, org.gradle.api.file.FileCollection gems, java.io.File destDir, <a href='../../../com/github/jrubygradle/GemUtils.OverwriteAction.html'>OverwriteAction</a> overwrite)</h4>
<p></p>
</li>
</ul>
<a name="extractGems(Project, Configuration, Configuration, java.io.File, com.github.jrubygradle.GemUtils.OverwriteAction)"><!-- --></a>
<a name="extractGems(org.gradle.api.Project, org.gradle.api.artifacts.Configuration, org.gradle.api.artifacts.Configuration, java.io.File, com.github.jrubygradle.GemUtils.OverwriteAction)"><!-- --></a>
<ul class="blockListLast">
<li class="blockList">
<h4>static&nbsp;void <strong>extractGems</strong>(<a href='../../../Project.html'>Project</a> project, <a href='../../../Configuration.html'>Configuration</a> jRubyConfig, <a href='../../../Configuration.html'>Configuration</a> gemConfig, java.io.File destDir, <a href='../../../com/github/jrubygradle/GemUtils.OverwriteAction.html'>OverwriteAction</a> action)</h4>
<h4>static&nbsp;void <strong>extractGems</strong>(org.gradle.api.Project project, org.gradle.api.artifacts.Configuration jRubyConfig, org.gradle.api.artifacts.Configuration gemConfig, java.io.File destDir, <a href='../../../com/github/jrubygradle/GemUtils.OverwriteAction.html'>OverwriteAction</a> action)</h4>
<p> Extract Gems from a given configuration.
<DL><DT><B>Parameters:</B></DT><DD><code>project</code> - Project instance</DD><DD><code>jRubyClasspath</code> - Where to find the jruby-complete jar</DD><DD><code>gemConfig</code> - Configuration containing GEMs</DD><DD><code>destDir</code> - Directory to extract to</DD><DD><code>action</code> - Allow overwrite of an existing gem folder</DD></DL></p>
</li>
</ul>
<a name="gemCopySpec(def, Project, java.lang.Object)"><!-- --></a>
<a name="gemCopySpec(def, org.gradle.api.Project, java.lang.Object)"><!-- --></a>
<ul class="blockListLast">
<li class="blockList">
<h4>static&nbsp;<a href='../../../CopySpec.html'>CopySpec</a> <strong>gemCopySpec</strong>(java.lang.Object properties = [:], <a href='../../../Project.html'>Project</a> project, java.lang.Object dir)</h4>
<h4>static&nbsp;org.gradle.api.file.CopySpec <strong>gemCopySpec</strong>(java.lang.Object properties = [:], org.gradle.api.Project project, java.lang.Object dir)</h4>
<p> Adds a GEM CopySpec to an archive
The following are supported as properties:
@ -295,19 +295,19 @@ if (location.href.indexOf('is-external=true') == -1) {
</li>
</ul>
<a name="getGems(FileCollection)"><!-- --></a>
<a name="getGems(org.gradle.api.file.FileCollection)"><!-- --></a>
<ul class="blockListLast">
<li class="blockList">
<h4>static&nbsp;<a href='../../../FileCollection.html'>FileCollection</a> <strong>getGems</strong>(<a href='../../../FileCollection.html'>FileCollection</a> fc)</h4>
<h4>static&nbsp;org.gradle.api.file.FileCollection <strong>getGems</strong>(org.gradle.api.file.FileCollection fc)</h4>
<p> Given a FileCollection return a filtered FileCollection only containing GEMs
<DL><DT><B>Returns:</B></DT><DD>Filtered FileCollection</DD></DL><DL><DT><B>Parameters:</B></DT><DD><code>fc</code> - Original FileCollection</DD></DL></p>
</li>
</ul>
<a name="jarCopySpec(Project, java.lang.Object)"><!-- --></a>
<a name="jarCopySpec(org.gradle.api.Project, java.lang.Object)"><!-- --></a>
<ul class="blockListLast">
<li class="blockList">
<h4>static&nbsp;<a href='../../../CopySpec.html'>CopySpec</a> <strong>jarCopySpec</strong>(<a href='../../../Project.html'>Project</a> project, java.lang.Object dir)</h4>
<h4>static&nbsp;org.gradle.api.file.CopySpec <strong>jarCopySpec</strong>(org.gradle.api.Project project, java.lang.Object dir)</h4>
<p>
// specifications/*
if(!fullGem) {
@ -324,10 +324,10 @@ if (location.href.indexOf('is-external=true') == -1) {
</li>
</ul>
<a name="setupJars(Configuration, java.io.File, com.github.jrubygradle.GemUtils.OverwriteAction)"><!-- --></a>
<a name="setupJars(org.gradle.api.artifacts.Configuration, java.io.File, com.github.jrubygradle.GemUtils.OverwriteAction)"><!-- --></a>
<ul class="blockListLast">
<li class="blockList">
<h4>static&nbsp;void <strong>setupJars</strong>(<a href='../../../Configuration.html'>Configuration</a> config, java.io.File destDir, <a href='../../../com/github/jrubygradle/GemUtils.OverwriteAction.html'>OverwriteAction</a> overwrite)</h4>
<h4>static&nbsp;void <strong>setupJars</strong>(org.gradle.api.artifacts.Configuration config, java.io.File destDir, <a href='../../../com/github/jrubygradle/GemUtils.OverwriteAction.html'>OverwriteAction</a> overwrite)</h4>
<p></p>
</li>
</ul>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -6,9 +6,9 @@
<html>
<head>
<!-- Generated by groovydoc (2.3.3) on Sat Aug 08 12:14:00 PDT 2015 -->
<title>JRubyPlugin (jruby-gradle-base-plugin 1.0.1 API)</title>
<meta name="date" content="2015-08-08">
<!-- Generated by groovydoc (2.3.3) on Fri Aug 14 09:06:36 PDT 2015 -->
<title>JRubyPlugin (jruby-gradle-base-plugin 1.0.2 API)</title>
<meta name="date" content="2015-08-14">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link href="../../../groovy.ico" type="image/x-icon" rel="shortcut icon">
<link href="../../../groovy.ico" type="image/x-icon" rel="icon">
@ -17,7 +17,7 @@
<body class="center">
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="JRubyPlugin (jruby-gradle-base-plugin 1.0.1 API)";
parent.document.title="JRubyPlugin (jruby-gradle-base-plugin 1.0.2 API)";
}
//-->
</script>
@ -79,12 +79,13 @@ if (location.href.indexOf('is-external=true') == -1) {
<dl>
<dt>All Implemented Interfaces and Traits:</dt>
<dd><a href='../../../org.gradle.api.Plugin.html'>Plugin</a></dd>
<dd>org.gradle.api.Plugin</dd>
</dl>
<!-- todo: direct known subclasses -->
<hr>
<br>
<pre>class JRubyPlugin
extends java.lang.Object
</pre>
@ -158,7 +159,7 @@ if (location.href.indexOf('is-external=true') == -1) {
<tr class="altColor">
<td class="colFirst"><code>void</strong></code></td>
<td class="colLast"><code><strong><a href="#apply(Project)">apply</a></strong>(<a href='../../../Project.html'>Project</a> project)</code><br></td>
<td class="colLast"><code><strong><a href="#apply(org.gradle.api.Project)">apply</a></strong>(org.gradle.api.Project project)</code><br></td>
</tr>
</table>
@ -237,10 +238,10 @@ if (location.href.indexOf('is-external=true') == -1) {
</a>
<h3>Method Detail</h3>
<a name="apply(Project)"><!-- --></a>
<a name="apply(org.gradle.api.Project)"><!-- --></a>
<ul class="blockListLast">
<li class="blockList">
<h4>void <strong>apply</strong>(<a href='../../../Project.html'>Project</a> project)</h4>
<h4>void <strong>apply</strong>(org.gradle.api.Project project)</h4>
<p></p>
</li>
</ul>

View File

@ -6,9 +6,9 @@
<html>
<head>
<!-- Generated by groovydoc (2.3.3) on Sat Aug 08 12:14:00 PDT 2015 -->
<title>JRubyPluginExtension (jruby-gradle-base-plugin 1.0.1 API)</title>
<meta name="date" content="2015-08-08">
<!-- Generated by groovydoc (2.3.3) on Fri Aug 14 09:06:36 PDT 2015 -->
<title>JRubyPluginExtension (jruby-gradle-base-plugin 1.0.2 API)</title>
<meta name="date" content="2015-08-14">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link href="../../../groovy.ico" type="image/x-icon" rel="shortcut icon">
<link href="../../../groovy.ico" type="image/x-icon" rel="icon">
@ -17,7 +17,7 @@
<body class="center">
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="JRubyPluginExtension (jruby-gradle-base-plugin 1.0.1 API)";
parent.document.title="JRubyPluginExtension (jruby-gradle-base-plugin 1.0.2 API)";
}
//-->
</script>
@ -108,16 +108,21 @@ if (location.href.indexOf('is-external=true') == -1) {
</tr>
<tr class="altColor">
<td class="colFirst"><code><strong>static&nbsp;java.lang.String</strong></code>&nbsp;</td>
<td class="colLast"><code><a href="#DEFAULT_JRUBY_VERSION"></a>DEFAULT_JRUBY_VERSION</code><br></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><strong>boolean</strong></code>&nbsp;</td>
<td class="colLast"><code><a href="#defaultRepositories"></a>defaultRepositories</code><br>Set this to false if you do not want the default set of repositories to be loaded.</td>
</tr>
<tr class="rowColor">
<tr class="altColor">
<td class="colFirst"><code><strong>java.lang.String</strong></code>&nbsp;</td>
<td class="colLast"><code><a href="#defaultVersion"></a>defaultVersion</code><br>The default version of jruby that will be used by jrubyWar</td>
</tr>
<tr class="altColor">
<tr class="rowColor">
<td class="colFirst"><code><strong>java.lang.String</strong></code>&nbsp;</td>
<td class="colLast"><code><a href="#execVersion"></a>execVersion</code><br>The version of jruby used by jrubyexec as well as default version of jruby that will be used by JRubyExec</td>
</tr>
@ -145,8 +150,8 @@ if (location.href.indexOf('is-external=true') == -1) {
<tr class="altColor">
<td class="colFirst">
<code><a href="#JRubyPluginExtension(Project)">JRubyPluginExtension</a></strong>
(<a href='../../../Project.html'>Project</a> p)</code><br></td>
<code><a href="#JRubyPluginExtension(org.gradle.api.Project)">JRubyPluginExtension</a></strong>
(org.gradle.api.Project p)</code><br></td>
</tr>
</table>
@ -170,15 +175,35 @@ if (location.href.indexOf('is-external=true') == -1) {
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.io.File</strong></code></td>
<td class="colLast"><code><strong><a href="#getGemInstallDir()">getGemInstallDir</a></strong>()</code><br>Resolves the currently configured GEM installation directory.</td>
<td class="colFirst"><code>void</strong></code></td>
<td class="colLast"><code><strong><a href="#defaultVersion(java.lang.String)">defaultVersion</a></strong>(java.lang.String newDefaultVersion)</code><br>Set the default version of JRuby to be used by all JRuby/Gradle code</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.io.File</strong></code></td>
<td class="colLast"><code><strong><a href="#getGemInstallDir()">getGemInstallDir</a></strong>()</code><br>Resolves the currently configured GEM installation directory.</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.io.File</strong></code></td>
<td class="colLast"><code><strong><a href="#getJarInstallDir()">getJarInstallDir</a></strong>()</code><br>Resolves the currently configured Jars installation directory.</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</strong></code></td>
<td class="colLast"><code><strong><a href="#registerDefaultVersionCallback(groovy.lang.Closure)">registerDefaultVersionCallback</a></strong>(groovy.lang.Closure callback)</code><br>Register a callback to be invoked when defaultVersion is updated</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</strong></code></td>
<td class="colLast"><code><strong><a href="#registerExecVersionCallback(groovy.lang.Closure)">registerExecVersionCallback</a></strong>(groovy.lang.Closure callback)</code><br>Register a callback to be invoked when execVersion is updated</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</strong></code></td>
<td class="colLast"><code><strong><a href="#setDefaultVersion(java.lang.String)">setDefaultVersion</a></strong>(java.lang.String newDefaultVersion)</code><br></td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</strong></code></td>
<td class="colLast"><code><strong><a href="#setExecVersion(java.lang.String)">setExecVersion</a></strong>(java.lang.String newVersion)</code><br>Change the version of jruby for jrubyexec and JRubyExec</td>
@ -237,10 +262,18 @@ if (location.href.indexOf('is-external=true') == -1) {
</a>
<h3>Property Detail</h3>
<a name="DEFAULT_JRUBY_VERSION"><!-- --></a>
<ul class="blockListLast">
<li class="blockList">
<h4>static&nbsp;final&nbsp;java.lang.String <strong>DEFAULT_JRUBY_VERSION</strong></h4>
<p></p>
</li>
</ul>
<a name="defaultRepositories"><!-- --></a>
<ul class="blockListLast">
<li class="blockList">
<h4>@Incubating
<h4>@org.gradle.api.Incubating
boolean <strong>defaultRepositories</strong></h4>
<p> Set this to false if you do not want the default set of repositories to be loaded.
<DL><DT><B>Since:</B></DT><DD>0.1.1</DD></DL></p>
@ -251,18 +284,17 @@ boolean <strong>defaultRepositories</strong></h4>
<ul class="blockListLast">
<li class="blockList">
<h4>java.lang.String <strong>defaultVersion</strong></h4>
<p> The default version of jruby that will be used by jrubyWar
</p>
<p> The default version of jruby that will be used by jrubyWar </p>
</li>
</ul>
<a name="execVersion"><!-- --></a>
<ul class="blockListLast">
<li class="blockList">
<h4>java.lang.String <strong>execVersion</strong></h4>
<p> The version of jruby used by jrubyexec as well as default version of jruby that will be used by JRubyExec
<h4>@java.lang.Deprecated
java.lang.String <strong>execVersion</strong></h4>
<p> The version of jruby used by jrubyexec as well as default version of jruby that will be used by JRubyExec<DL><DT><B>deprecated:</B></DT><DD>Setting execVersion is not very often done and should probably
be avoided. Set jrubyVersion on your JRubyExec tasks instead</DD></DL>
</p>
</li>
</ul>
@ -281,10 +313,10 @@ boolean <strong>defaultRepositories</strong></h4>
</a>
<h3>Constructor Detail</h3>
<a name="JRubyPluginExtension(Project)"><!-- --></a>
<a name="JRubyPluginExtension(org.gradle.api.Project)"><!-- --></a>
<ul class="blockListLast">
<li class="blockList">
<h4><strong>JRubyPluginExtension</strong>(<a href='../../../Project.html'>Project</a> p)</h4>
<h4><strong>JRubyPluginExtension</strong>(org.gradle.api.Project p)</h4>
<p></p>
</li>
</ul>
@ -302,6 +334,15 @@ boolean <strong>defaultRepositories</strong></h4>
</a>
<h3>Method Detail</h3>
<a name="defaultVersion(java.lang.String)"><!-- --></a>
<ul class="blockListLast">
<li class="blockList">
<h4>void <strong>defaultVersion</strong>(java.lang.String newDefaultVersion)</h4>
<p> Set the default version of JRuby to be used by all JRuby/Gradle code
<DL><DT><B>Parameters:</B></DT><DD>newDefaultVersion</DD></DL><DL><DT><B>Since:</B></DT><DD>1.1.0</DD></DL></p>
</li>
</ul>
<a name="getGemInstallDir()"><!-- --></a>
<ul class="blockListLast">
<li class="blockList">
@ -320,11 +361,47 @@ boolean <strong>defaultRepositories</strong></h4>
</li>
</ul>
<a name="registerDefaultVersionCallback(groovy.lang.Closure)"><!-- --></a>
<ul class="blockListLast">
<li class="blockList">
<h4>@org.gradle.api.Incubating
void <strong>registerDefaultVersionCallback</strong>(groovy.lang.Closure callback)</h4>
<p> Register a callback to be invoked when defaultVersion is updated
NOTE: This is primarily meant for JRuby/Gradle plugin developers
<DL><DT><B>Parameters:</B></DT><DD>callback</DD></DL><DL><DT><B>Since:</B></DT><DD>1.1.0</DD></DL></p>
</li>
</ul>
<a name="registerExecVersionCallback(groovy.lang.Closure)"><!-- --></a>
<ul class="blockListLast">
<li class="blockList">
<h4>@org.gradle.api.Incubating
void <strong>registerExecVersionCallback</strong>(groovy.lang.Closure callback)</h4>
<p> Register a callback to be invoked when execVersion is updated
This is primarily meant for JRuby/Gradle plugin developers. You can expect
that this callback will be executed if defaultVersion is changed but
execVersion is not changed.
<DL><DT><B>Parameters:</B></DT><DD>callback</DD></DL><DL><DT><B>Since:</B></DT><DD>1.1.0</DD></DL></p>
</li>
</ul>
<a name="setDefaultVersion(java.lang.String)"><!-- --></a>
<ul class="blockListLast">
<li class="blockList">
<h4>void <strong>setDefaultVersion</strong>(java.lang.String newDefaultVersion)</h4>
<p></p>
</li>
</ul>
<a name="setExecVersion(java.lang.String)"><!-- --></a>
<ul class="blockListLast">
<li class="blockList">
<h4>void <strong>setExecVersion</strong>(java.lang.String newVersion)</h4>
<p> Change the version of jruby for jrubyexec and JRubyExec
<h4>@java.lang.Deprecated
void <strong>setExecVersion</strong>(java.lang.String newVersion)</h4>
<p> Change the version of jruby for jrubyexec and JRubyExec<DL><DT><B>deprecated:</B></DT><DD>Setting execVersion is not very often done and should probably
be avoided. Set jrubyVersion on your JRubyExec tasks instead</DD></DL>
<DL><DT><B>Parameters:</B></DT><DD>newVersion</DD></DL></p>
</li>
</ul>

File diff suppressed because one or more lines are too long

View File

@ -6,9 +6,9 @@
<html>
<head>
<!-- Generated by groovydoc (2.3.3) on Sat Aug 08 12:14:00 PDT 2015 -->
<title>GemVersion (jruby-gradle-base-plugin 1.0.1 API)</title>
<meta name="date" content="2015-08-08">
<!-- Generated by groovydoc (2.3.3) on Fri Aug 14 09:06:35 PDT 2015 -->
<title>GemVersion (jruby-gradle-base-plugin 1.0.2 API)</title>
<meta name="date" content="2015-08-14">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link href="../../../../groovy.ico" type="image/x-icon" rel="shortcut icon">
<link href="../../../../groovy.ico" type="image/x-icon" rel="icon">
@ -17,7 +17,7 @@
<body class="center">
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="GemVersion (jruby-gradle-base-plugin 1.0.1 API)";
parent.document.title="GemVersion (jruby-gradle-base-plugin 1.0.2 API)";
}
//-->
</script>
@ -180,7 +180,9 @@ if (location.href.indexOf('is-external=true') == -1) {
<tr class="altColor">
<td class="colFirst"><code>java.lang.String</strong></code></td>
<td class="colLast"><code><strong><a href="#toString()">toString</a></strong>()</code><br>string of the underlying data as maven version range.</td>
<td class="colLast"><code><strong><a href="#toString()">toString</a></strong>()</code><br>string of the underlying data as maven version range. for prereleased
versions with ranges like [1.pre, 1.pre] the to range will be replaced
by the single boundary of the range.</td>
</tr>
</table>
@ -279,7 +281,9 @@ if (location.href.indexOf('is-external=true') == -1) {
<ul class="blockListLast">
<li class="blockList">
<h4>java.lang.String <strong>toString</strong>()</h4>
<p> string of the underlying data as maven version range.
<p> string of the underlying data as maven version range. for prereleased
versions with ranges like [1.pre, 1.pre] the to range will be replaced
by the single boundary of the range.
<DL><DT><B>Returns:</B></DT><DD>String maven version range</DD></DL></p>
</li>
</ul>

View File

@ -6,9 +6,9 @@
<html>
<head>
<!-- Generated by groovydoc (2.3.3) on Sat Aug 08 12:14:00 PDT 2015 -->
<title>GemVersionResolver (jruby-gradle-base-plugin 1.0.1 API)</title>
<meta name="date" content="2015-08-08">
<!-- Generated by groovydoc (2.3.3) on Fri Aug 14 09:06:35 PDT 2015 -->
<title>GemVersionResolver (jruby-gradle-base-plugin 1.0.2 API)</title>
<meta name="date" content="2015-08-14">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link href="../../../../groovy.ico" type="image/x-icon" rel="shortcut icon">
<link href="../../../../groovy.ico" type="image/x-icon" rel="icon">
@ -17,7 +17,7 @@
<body class="center">
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="GemVersionResolver (jruby-gradle-base-plugin 1.0.1 API)";
parent.document.title="GemVersionResolver (jruby-gradle-base-plugin 1.0.2 API)";
}
//-->
</script>
@ -135,8 +135,8 @@ if (location.href.indexOf('is-external=true') == -1) {
<tr class="altColor">
<td class="colFirst">
<code><a href="#GemVersionResolver(Logger, Configuration)">GemVersionResolver</a></strong>
(<a href='../../../../Logger.html'>Logger</a> logger, <a href='../../../../Configuration.html'>Configuration</a> configuration)</code><br></td>
<code><a href="#GemVersionResolver(org.gradle.api.logging.Logger, org.gradle.api.artifacts.Configuration)">GemVersionResolver</a></strong>
(org.gradle.api.logging.Logger logger, org.gradle.api.artifacts.Configuration configuration)</code><br></td>
</tr>
<tr class="rowColor">
@ -177,12 +177,12 @@ if (location.href.indexOf('is-external=true') == -1) {
<tr class="altColor">
<td class="colFirst"><code>void</strong></code></td>
<td class="colLast"><code><strong><a href="#resolve(DependencyResolveDetails)">resolve</a></strong>(<a href='../../../../DependencyResolveDetails.html'>DependencyResolveDetails</a> details)</code><br></td>
<td class="colLast"><code><strong><a href="#resolve(org.gradle.api.artifacts.DependencyResolveDetails)">resolve</a></strong>(org.gradle.api.artifacts.DependencyResolveDetails details)</code><br></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static&nbsp;void</strong></code></td>
<td class="colLast"><code><strong><a href="#setup(Project)">setup</a></strong>(<a href='../../../../Project.html'>Project</a> project)</code><br></td>
<td class="colLast"><code><strong><a href="#setup(org.gradle.api.Project)">setup</a></strong>(org.gradle.api.Project project)</code><br></td>
</tr>
<tr class="altColor">
@ -255,10 +255,10 @@ if (location.href.indexOf('is-external=true') == -1) {
</a>
<h3>Constructor Detail</h3>
<a name="GemVersionResolver(Logger, Configuration)"><!-- --></a>
<a name="GemVersionResolver(org.gradle.api.logging.Logger, org.gradle.api.artifacts.Configuration)"><!-- --></a>
<ul class="blockListLast">
<li class="blockList">
<h4><strong>GemVersionResolver</strong>(<a href='../../../../Logger.html'>Logger</a> logger, <a href='../../../../Configuration.html'>Configuration</a> configuration)</h4>
<h4><strong>GemVersionResolver</strong>(org.gradle.api.logging.Logger logger, org.gradle.api.artifacts.Configuration configuration)</h4>
<p></p>
</li>
</ul>
@ -300,18 +300,18 @@ if (location.href.indexOf('is-external=true') == -1) {
</li>
</ul>
<a name="resolve(DependencyResolveDetails)"><!-- --></a>
<a name="resolve(org.gradle.api.artifacts.DependencyResolveDetails)"><!-- --></a>
<ul class="blockListLast">
<li class="blockList">
<h4>void <strong>resolve</strong>(<a href='../../../../DependencyResolveDetails.html'>DependencyResolveDetails</a> details)</h4>
<h4>void <strong>resolve</strong>(org.gradle.api.artifacts.DependencyResolveDetails details)</h4>
<p></p>
</li>
</ul>
<a name="setup(Project)"><!-- --></a>
<a name="setup(org.gradle.api.Project)"><!-- --></a>
<ul class="blockListLast">
<li class="blockList">
<h4>static&nbsp;void <strong>setup</strong>(<a href='../../../../Project.html'>Project</a> project)</h4>
<h4>static&nbsp;void <strong>setup</strong>(org.gradle.api.Project project)</h4>
<p></p>
</li>
</ul>

View File

@ -6,9 +6,9 @@
<html>
<head>
<!-- Generated by groovydoc (2.3.3) on Sat Aug 08 12:14:00 PDT 2015 -->
<title>JRubyExecDelegate (jruby-gradle-base-plugin 1.0.1 API)</title>
<meta name="date" content="2015-08-08">
<!-- Generated by groovydoc (2.3.3) on Fri Aug 14 09:06:36 PDT 2015 -->
<title>JRubyExecDelegate (jruby-gradle-base-plugin 1.0.2 API)</title>
<meta name="date" content="2015-08-14">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link href="../../../../groovy.ico" type="image/x-icon" rel="shortcut icon">
<link href="../../../../groovy.ico" type="image/x-icon" rel="icon">
@ -17,7 +17,7 @@
<body class="center">
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="JRubyExecDelegate (jruby-gradle-base-plugin 1.0.1 API)";
parent.document.title="JRubyExecDelegate (jruby-gradle-base-plugin 1.0.2 API)";
}
//-->
</script>
@ -85,6 +85,7 @@ if (location.href.indexOf('is-external=true') == -1) {
<hr>
<br>
<pre>class JRubyExecDelegate
extends java.lang.Object
</pre>
@ -132,7 +133,7 @@ if (location.href.indexOf('is-external=true') == -1) {
</tr>
<tr class="altColor">
<td class="colFirst"><code><strong><a href='../../../../Project.html'>Project</a></strong></code>&nbsp;</td>
<td class="colFirst"><code><strong>org.gradle.api.Project</strong></code>&nbsp;</td>
<td class="colLast"><code><a href="#project"></a>project</code><br></td>
</tr>
@ -163,7 +164,7 @@ if (location.href.indexOf('is-external=true') == -1) {
<tr class="altColor">
<td class="colFirst"><code>static&nbsp;void</strong></code></td>
<td class="colLast"><code><strong><a href="#addToProject(Project)">addToProject</a></strong>(<a href='../../../../Project.html'>Project</a> project)</code><br></td>
<td class="colLast"><code><strong><a href="#addToProject(org.gradle.api.Project)">addToProject</a></strong>(org.gradle.api.Project project)</code><br></td>
</tr>
<tr class="rowColor">
@ -253,7 +254,7 @@ if (location.href.indexOf('is-external=true') == -1) {
<a name="project"><!-- --></a>
<ul class="blockListLast">
<li class="blockList">
<h4><a href='../../../../Project.html'>Project</a> <strong>project</strong></h4>
<h4>org.gradle.api.Project <strong>project</strong></h4>
<p></p>
</li>
</ul>
@ -275,10 +276,10 @@ if (location.href.indexOf('is-external=true') == -1) {
</a>
<h3>Method Detail</h3>
<a name="addToProject(Project)"><!-- --></a>
<a name="addToProject(org.gradle.api.Project)"><!-- --></a>
<ul class="blockListLast">
<li class="blockList">
<h4>static&nbsp;void <strong>addToProject</strong>(<a href='../../../../Project.html'>Project</a> project)</h4>
<h4>static&nbsp;void <strong>addToProject</strong>(org.gradle.api.Project project)</h4>
<p></p>
</li>
</ul>

View File

@ -6,9 +6,9 @@
<html>
<head>
<!-- Generated by groovydoc (2.3.3) on Sat Aug 08 12:14:00 PDT 2015 -->
<title>JRubyExecTraits (jruby-gradle-base-plugin 1.0.1 API)</title>
<meta name="date" content="2015-08-08">
<!-- Generated by groovydoc (2.3.3) on Fri Aug 14 09:06:36 PDT 2015 -->
<title>JRubyExecTraits (jruby-gradle-base-plugin 1.0.2 API)</title>
<meta name="date" content="2015-08-14">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link href="../../../../groovy.ico" type="image/x-icon" rel="shortcut icon">
<link href="../../../../groovy.ico" type="image/x-icon" rel="icon">
@ -17,7 +17,7 @@
<body class="center">
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="JRubyExecTraits (jruby-gradle-base-plugin 1.0.1 API)";
parent.document.title="JRubyExecTraits (jruby-gradle-base-plugin 1.0.2 API)";
}
//-->
</script>
@ -160,7 +160,7 @@ if (location.href.indexOf('is-external=true') == -1) {
<tr class="altColor">
<td class="colFirst"><code>java.io.File</strong></code></td>
<td class="colLast"><code><strong><a href="#_convertGemWorkDir(Project)">_convertGemWorkDir</a></strong>(<a href='../../../../Project.html'>Project</a> project)</code><br></td>
<td class="colLast"><code><strong><a href="#_convertGemWorkDir(org.gradle.api.Project)">_convertGemWorkDir</a></strong>(org.gradle.api.Project project)</code><br></td>
</tr>
<tr class="rowColor">
@ -215,12 +215,12 @@ if (location.href.indexOf('is-external=true') == -1) {
<tr class="rowColor">
<td class="colFirst"><code>void</strong></code></td>
<td class="colLast"><code><strong><a href="#prepareDependencies(Project)">prepareDependencies</a></strong>(<a href='../../../../Project.html'>Project</a> project)</code><br>Prepare the Ruby and Java dependencies for the configured configuration</td>
<td class="colLast"><code><strong><a href="#prepareDependencies(org.gradle.api.Project)">prepareDependencies</a></strong>(org.gradle.api.Project project)</code><br>Prepare the Ruby and Java dependencies for the configured configuration</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</strong></code></td>
<td class="colLast"><code><strong><a href="#prepareDependencies(Project, com.github.jrubygradle.GemUtils.OverwriteAction)">prepareDependencies</a></strong>(<a href='../../../../Project.html'>Project</a> project, <a href='../../../../com/github/jrubygradle/GemUtils.OverwriteAction.html'>OverwriteAction</a> overwrite)</code><br>Prepare dependencies with a custom overwrite behavior</td>
<td class="colLast"><code><strong><a href="#prepareDependencies(org.gradle.api.Project, com.github.jrubygradle.GemUtils.OverwriteAction)">prepareDependencies</a></strong>(org.gradle.api.Project project, <a href='../../../../com/github/jrubygradle/GemUtils.OverwriteAction.html'>OverwriteAction</a> overwrite)</code><br>Prepare dependencies with a custom overwrite behavior</td>
</tr>
<tr class="rowColor">
@ -280,7 +280,7 @@ if (location.href.indexOf('is-external=true') == -1) {
<ul class="blockListLast">
<li class="blockList">
<h4>@java.util.Optional
@Input
@org.gradle.api.tasks.Input
boolean <strong>inheritRubyEnv</strong></h4>
<p> Allow JRubyExec to inherit a Ruby env from the shell (e.g. RVM)
<DL><DT><B>Since:</B></DT><DD>0.1.10 (Moved from <CODE>JRubyExec</CODE>)</DD></DL></p>
@ -304,10 +304,10 @@ boolean <strong>inheritRubyEnv</strong></h4>
</a>
<h3>Method Detail</h3>
<a name="_convertGemWorkDir(Project)"><!-- --></a>
<a name="_convertGemWorkDir(org.gradle.api.Project)"><!-- --></a>
<ul class="blockListLast">
<li class="blockList">
<h4>java.io.File <strong>_convertGemWorkDir</strong>(<a href='../../../../Project.html'>Project</a> project)</h4>
<h4>java.io.File <strong>_convertGemWorkDir</strong>(org.gradle.api.Project project)</h4>
<p></p>
</li>
</ul>
@ -367,7 +367,7 @@ void <strong>configuration</strong>(java.lang.String newConfiguration)</h4>
<a name="getConfiguration()"><!-- --></a>
<ul class="blockListLast">
<li class="blockList">
<h4>@Input
<h4>@org.gradle.api.tasks.Input
java.lang.String <strong>getConfiguration</strong>()</h4>
<p></p>
</li>
@ -377,7 +377,7 @@ java.lang.String <strong>getConfiguration</strong>()</h4>
<ul class="blockListLast">
<li class="blockList">
<h4>@java.util.Optional
@Input
@org.gradle.api.tasks.Input
@groovy.transform.CompileDynamic
java.io.File <strong>getGemWorkDir</strong>()</h4>
<p> Returns the directory that will be used to unpack Gems into
@ -402,10 +402,10 @@ java.io.File <strong>getGemWorkDir</strong>()</h4>
</li>
</ul>
<a name="prepareDependencies(Project)"><!-- --></a>
<a name="prepareDependencies(org.gradle.api.Project)"><!-- --></a>
<ul class="blockListLast">
<li class="blockList">
<h4>void <strong>prepareDependencies</strong>(<a href='../../../../Project.html'>Project</a> project)</h4>
<h4>void <strong>prepareDependencies</strong>(org.gradle.api.Project project)</h4>
<p> Prepare the Ruby and Java dependencies for the configured configuration
This method will determine the appropriate dependency overwrite behavior
@ -415,10 +415,10 @@ java.io.File <strong>getGemWorkDir</strong>()</h4>
</li>
</ul>
<a name="prepareDependencies(Project, com.github.jrubygradle.GemUtils.OverwriteAction)"><!-- --></a>
<a name="prepareDependencies(org.gradle.api.Project, com.github.jrubygradle.GemUtils.OverwriteAction)"><!-- --></a>
<ul class="blockListLast">
<li class="blockList">
<h4>void <strong>prepareDependencies</strong>(<a href='../../../../Project.html'>Project</a> project, <a href='../../../../com/github/jrubygradle/GemUtils.OverwriteAction.html'>OverwriteAction</a> overwrite)</h4>
<h4>void <strong>prepareDependencies</strong>(org.gradle.api.Project project, <a href='../../../../com/github/jrubygradle/GemUtils.OverwriteAction.html'>OverwriteAction</a> overwrite)</h4>
<p> Prepare dependencies with a custom overwrite behavior </p>
</li>
</ul>

View File

@ -6,9 +6,9 @@
<html>
<head>
<!-- Generated by groovydoc (2.3.3) on Sat Aug 08 12:14:00 PDT 2015 -->
<title>JRubyExecUtils (jruby-gradle-base-plugin 1.0.1 API)</title>
<meta name="date" content="2015-08-08">
<!-- Generated by groovydoc (2.3.3) on Fri Aug 14 09:06:36 PDT 2015 -->
<title>JRubyExecUtils (jruby-gradle-base-plugin 1.0.2 API)</title>
<meta name="date" content="2015-08-14">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link href="../../../../groovy.ico" type="image/x-icon" rel="shortcut icon">
<link href="../../../../groovy.ico" type="image/x-icon" rel="icon">
@ -17,7 +17,7 @@
<body class="center">
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="JRubyExecUtils (jruby-gradle-base-plugin 1.0.1 API)";
parent.document.title="JRubyExecUtils (jruby-gradle-base-plugin 1.0.2 API)";
}
//-->
</script>
@ -157,17 +157,17 @@ if (location.href.indexOf('is-external=true') == -1) {
<tr class="altColor">
<td class="colFirst"><code>static&nbsp;java.lang.Object</strong></code></td>
<td class="colLast"><code><strong><a href="#classpathFromConfiguration(Configuration)">classpathFromConfiguration</a></strong>(<a href='../../../../Configuration.html'>Configuration</a> cfg)</code><br>Extract a list of files from a configuration that is suitable for a jruby classpath</td>
<td class="colLast"><code><strong><a href="#classpathFromConfiguration(org.gradle.api.artifacts.Configuration)">classpathFromConfiguration</a></strong>(org.gradle.api.artifacts.Configuration cfg)</code><br>Extract a list of files from a configuration that is suitable for a jruby classpath</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static&nbsp;java.io.File</strong></code></td>
<td class="colLast"><code><strong><a href="#jrubyJar(Configuration)">jrubyJar</a></strong>(<a href='../../../../Configuration.html'>Configuration</a> cfg)</code><br>Extract the jruby-complete-XXX.jar classpath</td>
<td class="colLast"><code><strong><a href="#jrubyJar(org.gradle.api.artifacts.Configuration)">jrubyJar</a></strong>(org.gradle.api.artifacts.Configuration cfg)</code><br>Extract the jruby-complete-XXX.jar classpath</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static&nbsp;<a href='../../../../FileCollection.html'>FileCollection</a></strong></code></td>
<td class="colLast"><code><strong><a href="#jrubyJar(FileCollection)">jrubyJar</a></strong>(<a href='../../../../FileCollection.html'>FileCollection</a> fc)</code><br>Extract the jruby-complete-XXX.jar as a FileCollection</td>
<td class="colFirst"><code>static&nbsp;org.gradle.api.file.FileCollection</strong></code></td>
<td class="colLast"><code><strong><a href="#jrubyJar(org.gradle.api.file.FileCollection)">jrubyJar</a></strong>(org.gradle.api.file.FileCollection fc)</code><br>Extract the jruby-complete-XXX.jar as a FileCollection</td>
</tr>
<tr class="rowColor">
@ -192,7 +192,7 @@ if (location.href.indexOf('is-external=true') == -1) {
<tr class="rowColor">
<td class="colFirst"><code>static&nbsp;void</strong></code></td>
<td class="colLast"><code><strong><a href="#updateJRubyDependenciesForConfiguration(Project, java.lang.String, java.lang.String)">updateJRubyDependenciesForConfiguration</a></strong>(<a href='../../../../Project.html'>Project</a> project, java.lang.String configuration, java.lang.String version)</code><br>Update the given configuration on the project with the appropriate versions
<td class="colLast"><code><strong><a href="#updateJRubyDependenciesForConfiguration(org.gradle.api.Project, java.lang.String, java.lang.String)">updateJRubyDependenciesForConfiguration</a></strong>(org.gradle.api.Project project, java.lang.String configuration, java.lang.String version)</code><br>Update the given configuration on the project with the appropriate versions
of JRuby and supplemental dependencies to execute JRuby successfully</td>
</tr>
@ -289,27 +289,27 @@ if (location.href.indexOf('is-external=true') == -1) {
</li>
</ul>
<a name="classpathFromConfiguration(Configuration)"><!-- --></a>
<a name="classpathFromConfiguration(org.gradle.api.artifacts.Configuration)"><!-- --></a>
<ul class="blockListLast">
<li class="blockList">
<h4>static&nbsp;java.lang.Object <strong>classpathFromConfiguration</strong>(<a href='../../../../Configuration.html'>Configuration</a> cfg)</h4>
<h4>static&nbsp;java.lang.Object <strong>classpathFromConfiguration</strong>(org.gradle.api.artifacts.Configuration cfg)</h4>
<p> Extract a list of files from a configuration that is suitable for a jruby classpath <DL><DT><B>Returns:</B></DT><DD></DD></DL><DL><DT><B>Parameters:</B></DT><DD><code>cfg</code> - Configuration to use</DD></DL></p>
</li>
</ul>
<a name="jrubyJar(Configuration)"><!-- --></a>
<a name="jrubyJar(org.gradle.api.artifacts.Configuration)"><!-- --></a>
<ul class="blockListLast">
<li class="blockList">
<h4>static&nbsp;java.io.File <strong>jrubyJar</strong>(<a href='../../../../Configuration.html'>Configuration</a> cfg)</h4>
<h4>static&nbsp;java.io.File <strong>jrubyJar</strong>(org.gradle.api.artifacts.Configuration cfg)</h4>
<p> Extract the jruby-complete-XXX.jar classpath
<DL><DT><B>Returns:</B></DT><DD>Returns the classpath as a File or null if the jar was not found</DD></DL><DL><DT><B>Parameters:</B></DT><DD><code>cfg</code> - Configuration</DD></DL></p>
</li>
</ul>
<a name="jrubyJar(FileCollection)"><!-- --></a>
<a name="jrubyJar(org.gradle.api.file.FileCollection)"><!-- --></a>
<ul class="blockListLast">
<li class="blockList">
<h4>static&nbsp;<a href='../../../../FileCollection.html'>FileCollection</a> <strong>jrubyJar</strong>(<a href='../../../../FileCollection.html'>FileCollection</a> fc)</h4>
<h4>static&nbsp;org.gradle.api.file.FileCollection <strong>jrubyJar</strong>(org.gradle.api.file.FileCollection fc)</h4>
<p> Extract the jruby-complete-XXX.jar as a FileCollection
<DL><DT><B>Returns:</B></DT><DD>Returns the classpath as a File or null if the jar was not found</DD></DL><DL><DT><B>Parameters:</B></DT><DD><code>cfg</code> - FileCollection</DD></DL></p>
</li>
@ -353,10 +353,10 @@ static&nbsp;java.util.Map <strong>jrubyJarVersionTriple</strong>(java.io.File ja
</li>
</ul>
<a name="updateJRubyDependenciesForConfiguration(Project, java.lang.String, java.lang.String)"><!-- --></a>
<a name="updateJRubyDependenciesForConfiguration(org.gradle.api.Project, java.lang.String, java.lang.String)"><!-- --></a>
<ul class="blockListLast">
<li class="blockList">
<h4>static&nbsp;void <strong>updateJRubyDependenciesForConfiguration</strong>(<a href='../../../../Project.html'>Project</a> project, java.lang.String configuration, java.lang.String version)</h4>
<h4>static&nbsp;void <strong>updateJRubyDependenciesForConfiguration</strong>(org.gradle.api.Project project, java.lang.String configuration, java.lang.String version)</h4>
<p> Update the given configuration on the project with the appropriate versions
of JRuby and supplemental dependencies to execute JRuby successfully
</p>

View File

@ -2,7 +2,7 @@
<html>
<head>
<title>com.github.jrubygradle.internal (jruby-gradle-base-plugin 1.0.1 API)</title>
<title>com.github.jrubygradle.internal (jruby-gradle-base-plugin 1.0.2 API)</title>
<meta name="keywords" content="com.github.jrubygradle.internal package">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" title="Style">
@ -11,7 +11,7 @@
<script type="text/javascript">
function windowTitle()
{
parent.document.title="com.github.jrubygradle.internal (jruby-gradle-base-plugin 1.0.1 API)";
parent.document.title="com.github.jrubygradle.internal (jruby-gradle-base-plugin 1.0.2 API)";
}
</script>
<noscript>

View File

@ -2,7 +2,7 @@
<html>
<head>
<title>com.github.jrubygradle (jruby-gradle-base-plugin 1.0.1 API)</title>
<title>com.github.jrubygradle (jruby-gradle-base-plugin 1.0.2 API)</title>
<meta name="keywords" content="com.github.jrubygradle package">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" title="Style">
@ -11,7 +11,7 @@
<script type="text/javascript">
function windowTitle()
{
parent.document.title="com.github.jrubygradle (jruby-gradle-base-plugin 1.0.1 API)";
parent.document.title="com.github.jrubygradle (jruby-gradle-base-plugin 1.0.2 API)";
}
</script>
<noscript>

View File

@ -4,8 +4,8 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<!-- Generated by groovydoc (2.3.3) on -->
<title>Deprecated API (jruby-gradle-base-plugin 1.0.1 API)</title>
<meta name="date" content="2015-08-08">
<title>Deprecated API (jruby-gradle-base-plugin 1.0.2 API)</title>
<meta name="date" content="2015-08-14">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link href="groovy.ico" type="image/x-icon" rel="shortcut icon">
<link href="groovy.ico" type="image/x-icon" rel="icon">
@ -14,7 +14,7 @@
<body class="center">
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Deprecated API (jruby-gradle-base-plugin 1.0.1 API)";
parent.document.title="Deprecated API (jruby-gradle-base-plugin 1.0.2 API)";
}
//-->
</script>
@ -50,10 +50,57 @@ if (location.href.indexOf('is-external=true') == -1) {
<h2 title="Contents">Contents</h2>
<ul>
<li><a href="#method">Deprecated Method</a></li>
<li><a href="#property">Deprecated Property</a></li>
</ul>
</div>
<div class="contentContainer">
<!-- Deprecated fields/properties/enum constant types -->
<a name="property"><!-- --></a><ul class="blockList">
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Deprecated Properties table, listing deprecated properties, and an explanation">
<caption><span>Deprecated Properties</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Property and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne">
<strong><a href="com/github/jrubygradle/JRubyPluginExtension.html#execVersion">JRubyPluginExtension#execVersion</a></strong>
</td>
<td>
<div class="block"><i>The version of jruby used by jrubyexec as well as default version of jruby that will be used by JRubyExec</i></div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
<a name="method"><!-- --></a><ul class="blockList">
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Deprecated Methods table, listing deprecated methods, and an explanation">
<caption><span>Deprecated Methods</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><strong><a href="com/github/jrubygradle/JRubyPluginExtension.html#setExecVersion(java.lang.String)">JRubyPluginExtension#setExecVersion</a></strong>(java.lang.String newVersion)
<div class="block"><i>Change the version of jruby for jrubyexec and JRubyExec</i></div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->

View File

@ -5,16 +5,16 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<!-- Generated by groovydoc (2.3.3) on -->
<title>API Help (jruby-gradle-base-plugin 1.0.1 API)</title>
<title>API Help (jruby-gradle-base-plugin 1.0.2 API)</title>
<link href="groovy.ico" type="image/x-icon" rel="shortcut icon">
<link href="groovy.ico" type="image/x-icon" rel="icon">
<meta name="date" content="2015-08-08">
<meta name="date" content="2015-08-14">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
</head>
<body class="center">
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="API Help (jruby-gradle-base-plugin 1.0.1 API)";
parent.document.title="API Help (jruby-gradle-base-plugin 1.0.2 API)";
}
//-->
</script>

View File

@ -4,14 +4,14 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<!-- Generated by groovydoc (2.3.3) on -->
<title>Index (jruby-gradle-base-plugin 1.0.1 API)</title>
<meta name="date" content="2015-08-08">
<title>Index (jruby-gradle-base-plugin 1.0.2 API)</title>
<meta name="date" content="2015-08-14">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
</head>
<body class="center">
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Index (jruby-gradle-base-plugin 1.0.1 API)";
parent.document.title="Index (jruby-gradle-base-plugin 1.0.2 API)";
}
//-->
</script>
@ -105,9 +105,9 @@ if (location.href.indexOf('is-external=true') == -1) {
<h2 class="title">A</h2>
<dl>
<dt><span class="strong"><a href="com/github/jrubygradle/internal/JRubyExecDelegate.html#addToProject(Project)" title="Method in JRubyExecDelegate">addToProject(Project)</a></span> - Method in <a href="com/github/jrubygradle/internal/JRubyExecDelegate.html">JRubyExecDelegate</a>
<dt><span class="strong"><a href="com/github/jrubygradle/internal/JRubyExecDelegate.html#addToProject(org.gradle.api.Project)" title="Method in JRubyExecDelegate">addToProject(Project)</a></span> - Method in <a href="com/github/jrubygradle/internal/JRubyExecDelegate.html">JRubyExecDelegate</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="com/github/jrubygradle/JRubyPlugin.html#apply(Project)" title="Method in JRubyPlugin">apply(Project)</a></span> - Method in <a href="com/github/jrubygradle/JRubyPlugin.html">JRubyPlugin</a>
<dt><span class="strong"><a href="com/github/jrubygradle/JRubyPlugin.html#apply(org.gradle.api.Project)" title="Method in JRubyPlugin">apply(Project)</a></span> - Method in <a href="com/github/jrubygradle/JRubyPlugin.html">JRubyPlugin</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="com/github/jrubygradle/JRubyExec.html#args(Iterable<?>)" title="Method in JRubyExec">args(Iterable&lt;?&gt;)</a></span> - Method in <a href="com/github/jrubygradle/JRubyExec.html">JRubyExec</a>
</dt><dd> <div class="block"></div></dd>
@ -131,7 +131,7 @@ if (location.href.indexOf('is-external=true') == -1) {
<h2 class="title">C</h2>
<dl>
<dt><span class="strong"><a href="com/github/jrubygradle/internal/JRubyExecUtils.html#classpathFromConfiguration(Configuration)" title="Method in JRubyExecUtils">classpathFromConfiguration(Configuration)</a></span> - Method in <a href="com/github/jrubygradle/internal/JRubyExecUtils.html">JRubyExecUtils</a>
<dt><span class="strong"><a href="com/github/jrubygradle/internal/JRubyExecUtils.html#classpathFromConfiguration(org.gradle.api.artifacts.Configuration)" title="Method in JRubyExecUtils">classpathFromConfiguration(Configuration)</a></span> - Method in <a href="com/github/jrubygradle/internal/JRubyExecUtils.html">JRubyExecUtils</a>
</dt><dd> <div class="block">Extract a list of files from a configuration that is suitable for a jruby classpath</div></dd>
<dt><span class="strong"><a href="com/github/jrubygradle/GenerateGradleRb.html#configuration(java.lang.Object)" title="Method in GenerateGradleRb">configuration(Object)</a></span> - Method in <a href="com/github/jrubygradle/GenerateGradleRb.html">GenerateGradleRb</a>
</dt><dd> <div class="block"></div></dd>
@ -149,6 +149,8 @@ if (location.href.indexOf('is-external=true') == -1) {
<h2 class="title">D</h2>
<dl>
<dt><span class="strong"><a href="com/github/jrubygradle/JRubyPluginExtension.html#defaultVersion(java.lang.String)" title="Method in JRubyPluginExtension">defaultVersion(String)</a></span> - Method in <a href="com/github/jrubygradle/JRubyPluginExtension.html">JRubyPluginExtension</a>
</dt><dd> <div class="block">Set the default version of JRuby to be used by all JRuby/Gradle code</div></dd>
<dt><span class="strong"><a href="com/github/jrubygradle/JRubyPrepare.html#dependencies(java.lang.Object)" title="Method in JRubyPrepare">dependencies(Object)</a></span> - Method in <a href="com/github/jrubygradle/JRubyPrepare.html">JRubyPrepare</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="com/github/jrubygradle/GenerateGradleRb.html#destinationDir(java.lang.Object)" title="Method in GenerateGradleRb">destinationDir(Object)</a></span> - Method in <a href="com/github/jrubygradle/GenerateGradleRb.html">GenerateGradleRb</a>
@ -164,9 +166,9 @@ if (location.href.indexOf('is-external=true') == -1) {
<dt><span class="strong"><a href="com/github/jrubygradle/JRubyExec.html#exec()" title="Method in JRubyExec">exec()</a></span> - Method in <a href="com/github/jrubygradle/JRubyExec.html">JRubyExec</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="com/github/jrubygradle/GemUtils.html#extractGem(Project, java.io.File, java.io.File, java.io.File, com.github.jrubygradle.GemUtils.OverwriteAction)" title="Method in GemUtils">extractGem(Project, File, File, File, OverwriteAction)</a></span> - Method in <a href="com/github/jrubygradle/GemUtils.html">GemUtils</a>
<dt><span class="strong"><a href="com/github/jrubygradle/GemUtils.html#extractGem(org.gradle.api.Project, java.io.File, java.io.File, java.io.File, com.github.jrubygradle.GemUtils.OverwriteAction)" title="Method in GemUtils">extractGem(Project, File, File, File, OverwriteAction)</a></span> - Method in <a href="com/github/jrubygradle/GemUtils.html">GemUtils</a>
</dt><dd> <div class="block">Extracts a gem to a folder</div></dd>
<dt><span class="strong"><a href="com/github/jrubygradle/GemUtils.html#extractGems(Project, Configuration, Configuration, java.io.File, com.github.jrubygradle.GemUtils.OverwriteAction)" title="Method in GemUtils">extractGems(Project, Configuration, Configuration, File, OverwriteAction)</a></span> - Method in <a href="com/github/jrubygradle/GemUtils.html">GemUtils</a>
<dt><span class="strong"><a href="com/github/jrubygradle/GemUtils.html#extractGems(org.gradle.api.Project, org.gradle.api.artifacts.Configuration, org.gradle.api.artifacts.Configuration, java.io.File, com.github.jrubygradle.GemUtils.OverwriteAction)" title="Method in GemUtils">extractGems(Project, Configuration, Configuration, File, OverwriteAction)</a></span> - Method in <a href="com/github/jrubygradle/GemUtils.html">GemUtils</a>
</dt><dd> <div class="block">Extract Gems from a given configuration.</div></dd>
</dl>
@ -184,7 +186,7 @@ if (location.href.indexOf('is-external=true') == -1) {
<h2 class="title">G</h2>
<dl>
<dt><span class="strong"><a href="com/github/jrubygradle/GemUtils.html#gemCopySpec(def, Project, java.lang.Object)" title="Method in GemUtils">gemCopySpec(def, Project, Object)</a></span> - Method in <a href="com/github/jrubygradle/GemUtils.html">GemUtils</a>
<dt><span class="strong"><a href="com/github/jrubygradle/GemUtils.html#gemCopySpec(def, org.gradle.api.Project, java.lang.Object)" title="Method in GemUtils">gemCopySpec(def, Project, Object)</a></span> - Method in <a href="com/github/jrubygradle/GemUtils.html">GemUtils</a>
</dt><dd> <div class="block">Adds a GEM CopySpec to an archive</div></dd>
<dt><span class="strong"><a href="com/github/jrubygradle/GemUtils.html#gemFullNameFromFile(java.lang.String)" title="Method in GemUtils">gemFullNameFromFile(String)</a></span> - Method in <a href="com/github/jrubygradle/GemUtils.html">GemUtils</a>
</dt><dd> <div class="block">Take the given .gem filename (e.g. rake-10.3.2.gem) and just return the
@ -232,7 +234,7 @@ if (location.href.indexOf('is-external=true') == -1) {
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="com/github/jrubygradle/JRubyPluginExtension.html#getGemInstallDir()" title="Method in JRubyPluginExtension">getGemInstallDir()</a></span> - Method in <a href="com/github/jrubygradle/JRubyPluginExtension.html">JRubyPluginExtension</a>
</dt><dd> <div class="block">Resolves the currently configured GEM installation directory.</div></dd>
<dt><span class="strong"><a href="com/github/jrubygradle/GemUtils.html#getGems(FileCollection)" title="Method in GemUtils">getGems(FileCollection)</a></span> - Method in <a href="com/github/jrubygradle/GemUtils.html">GemUtils</a>
<dt><span class="strong"><a href="com/github/jrubygradle/GemUtils.html#getGems(org.gradle.api.file.FileCollection)" title="Method in GemUtils">getGems(FileCollection)</a></span> - Method in <a href="com/github/jrubygradle/GemUtils.html">GemUtils</a>
</dt><dd> <div class="block">Given a FileCollection return a filtered FileCollection only containing GEMs</div></dd>
<dt><span class="strong"><a href="com/github/jrubygradle/internal/JRubyExecTraits.html#getGemWorkDir()" title="Method in JRubyExecTraits">getGemWorkDir()</a></span> - Method in <a href="com/github/jrubygradle/internal/JRubyExecTraits.html">JRubyExecTraits</a>
</dt><dd> <div class="block">Returns the directory that will be used to unpack Gems into</div></dd>
@ -277,7 +279,7 @@ if (location.href.indexOf('is-external=true') == -1) {
<h2 class="title">J</h2>
<dl>
<dt><span class="strong"><a href="com/github/jrubygradle/GemUtils.html#jarCopySpec(Project, java.lang.Object)" title="Method in GemUtils">jarCopySpec(Project, Object)</a></span> - Method in <a href="com/github/jrubygradle/GemUtils.html">GemUtils</a>
<dt><span class="strong"><a href="com/github/jrubygradle/GemUtils.html#jarCopySpec(org.gradle.api.Project, java.lang.Object)" title="Method in GemUtils">jarCopySpec(Project, Object)</a></span> - Method in <a href="com/github/jrubygradle/GemUtils.html">GemUtils</a>
</dt><dd> <div class="block">// specifications/*
if(!</div></dd>
<dt><span class="strong"><a href="com/github/jrubygradle/JRubyExec.html#jarDependenciesGemLibPath(java.io.File)" title="Method in JRubyExec">jarDependenciesGemLibPath(File)</a></span> - Method in <a href="com/github/jrubygradle/JRubyExec.html">JRubyExec</a>
@ -295,7 +297,7 @@ if (location.href.indexOf('is-external=true') == -1) {
task and {@project.jrubyexec} extension.</div></dd>
<dt><span class="strong"><a href="com/github/jrubygradle/internal/JRubyExecUtils.html" title="Class in com.github.jrubygradle.internal">JRubyExecUtils</a></span> - Class in <a href="./com/github/jrubygradle/internal/package-summary.html">com.github.jrubygradle.internal</a>
</dt><dd><div class="block"> <DL><DT><B>Authors:</B></DT><DD>Schalk W.</DD></DL></div></dd>
<dt><span class="strong"><a href="com/github/jrubygradle/internal/JRubyExecUtils.html#jrubyJar(FileCollection)" title="Method in JRubyExecUtils">jrubyJar(FileCollection)</a></span> - Method in <a href="com/github/jrubygradle/internal/JRubyExecUtils.html">JRubyExecUtils</a>
<dt><span class="strong"><a href="com/github/jrubygradle/internal/JRubyExecUtils.html#jrubyJar(org.gradle.api.file.FileCollection)" title="Method in JRubyExecUtils">jrubyJar(FileCollection)</a></span> - Method in <a href="com/github/jrubygradle/internal/JRubyExecUtils.html">JRubyExecUtils</a>
</dt><dd> <div class="block">Extract the jruby-complete-XXX.jar as a FileCollection</div></dd>
<dt><span class="strong"><a href="com/github/jrubygradle/internal/JRubyExecUtils.html#jrubyJarVersion(java.io.File)" title="Method in JRubyExecUtils">jrubyJarVersion(File)</a></span> - Method in <a href="com/github/jrubygradle/internal/JRubyExecUtils.html">JRubyExecUtils</a>
</dt><dd> <div class="block">Extracts the JRuby version number from a jruby-complete-XXX.jar filename</div></dd>
@ -305,7 +307,7 @@ if (location.href.indexOf('is-external=true') == -1) {
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="com/github/jrubygradle/JRubyPluginExtension.html" title="Class in com.github.jrubygradle">JRubyPluginExtension</a></span> - Class in <a href="./com/github/jrubygradle/package-summary.html">com.github.jrubygradle</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="com/github/jrubygradle/JRubyPluginExtension.html#JRubyPluginExtension(Project)" title="Constructor in JRubyPluginExtension">JRubyPluginExtension(Project)</a></span> - Constructor in <a href="com/github/jrubygradle/JRubyPluginExtension.html">JRubyPluginExtension</a>
<dt><span class="strong"><a href="com/github/jrubygradle/JRubyPluginExtension.html#JRubyPluginExtension(org.gradle.api.Project)" title="Constructor in JRubyPluginExtension">JRubyPluginExtension(Project)</a></span> - Constructor in <a href="com/github/jrubygradle/JRubyPluginExtension.html">JRubyPluginExtension</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="com/github/jrubygradle/JRubyPrepare.html" title="Class in com.github.jrubygradle">JRubyPrepare</a></span> - Class in <a href="./com/github/jrubygradle/package-summary.html">com.github.jrubygradle</a>
</dt><dd><div class="block"> <DL><DT><B>Authors:</B></DT><DD>Schalk W.</DD></DL></div></dd>
@ -364,7 +366,7 @@ if (location.href.indexOf('is-external=true') == -1) {
<dt><span class="strong"><a href="com/github/jrubygradle/internal/JRubyExecUtils.html#pathVar()" title="Method in JRubyExecUtils">pathVar()</a></span> - Method in <a href="com/github/jrubygradle/internal/JRubyExecUtils.html">JRubyExecUtils</a>
</dt><dd> <div class="block">Get the name of the system search path environmental variable</div></dd>
<dt><span class="strong"><a href="com/github/jrubygradle/internal/JRubyExecTraits.html#prepareDependencies(Project, com.github.jrubygradle.GemUtils.OverwriteAction)" title="Method in JRubyExecTraits">prepareDependencies(Project, OverwriteAction)</a></span> - Method in <a href="com/github/jrubygradle/internal/JRubyExecTraits.html">JRubyExecTraits</a>
<dt><span class="strong"><a href="com/github/jrubygradle/internal/JRubyExecTraits.html#prepareDependencies(org.gradle.api.Project, com.github.jrubygradle.GemUtils.OverwriteAction)" title="Method in JRubyExecTraits">prepareDependencies(Project, OverwriteAction)</a></span> - Method in <a href="com/github/jrubygradle/internal/JRubyExecTraits.html">JRubyExecTraits</a>
</dt><dd> <div class="block">Prepare dependencies with a custom overwrite behavior</div></dd>
<dt><span class="strong"><a href="com/github/jrubygradle/internal/JRubyExecUtils.html#prepareWorkingPath(java.io.File, java.lang.String)" title="Method in JRubyExecUtils">prepareWorkingPath(File, String)</a></span> - Method in <a href="com/github/jrubygradle/internal/JRubyExecUtils.html">JRubyExecUtils</a>
</dt><dd> <div class="block">Create a search path that includes the GEM working directory</div></dd>
@ -382,7 +384,11 @@ if (location.href.indexOf('is-external=true') == -1) {
<h2 class="title">R</h2>
<dl>
<dt><span class="strong"><a href="com/github/jrubygradle/internal/GemVersionResolver.html#resolve(DependencyResolveDetails)" title="Method in GemVersionResolver">resolve(DependencyResolveDetails)</a></span> - Method in <a href="com/github/jrubygradle/internal/GemVersionResolver.html">GemVersionResolver</a>
<dt><span class="strong"><a href="com/github/jrubygradle/JRubyPluginExtension.html#registerDefaultVersionCallback(groovy.lang.Closure)" title="Method in JRubyPluginExtension">registerDefaultVersionCallback(Closure)</a></span> - Method in <a href="com/github/jrubygradle/JRubyPluginExtension.html">JRubyPluginExtension</a>
</dt><dd> <div class="block">Register a callback to be invoked when defaultVersion is updated</div></dd>
<dt><span class="strong"><a href="com/github/jrubygradle/JRubyPluginExtension.html#registerExecVersionCallback(groovy.lang.Closure)" title="Method in JRubyPluginExtension">registerExecVersionCallback(Closure)</a></span> - Method in <a href="com/github/jrubygradle/JRubyPluginExtension.html">JRubyPluginExtension</a>
</dt><dd> <div class="block">Register a callback to be invoked when execVersion is updated</div></dd>
<dt><span class="strong"><a href="com/github/jrubygradle/internal/GemVersionResolver.html#resolve(org.gradle.api.artifacts.DependencyResolveDetails)" title="Method in GemVersionResolver">resolve(DependencyResolveDetails)</a></span> - Method in <a href="com/github/jrubygradle/internal/GemVersionResolver.html">GemVersionResolver</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="com/github/jrubygradle/GemUtils.html#rewriteJarDependencies(java.io.File, List<File>, Map<String, String>, com.github.jrubygradle.GemUtils.OverwriteAction)" title="Method in GemUtils">rewriteJarDependencies(File, List&lt;File&gt;, Map&lt;String, String&gt;, OverwriteAction)</a></span> - Method in <a href="com/github/jrubygradle/GemUtils.html">GemUtils</a>
</dt><dd> <div class="block"></div></dd>
@ -399,6 +405,8 @@ if (location.href.indexOf('is-external=true') == -1) {
</dt><dd> <div class="block">Add arguments for script in a closure style</div></dd>
<dt><span class="strong"><a href="com/github/jrubygradle/JRubyExec.html#setArgs(Iterable<?>)" title="Method in JRubyExec">setArgs(Iterable&lt;?&gt;)</a></span> - Method in <a href="com/github/jrubygradle/JRubyExec.html">JRubyExec</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="com/github/jrubygradle/JRubyPluginExtension.html#setDefaultVersion(java.lang.String)" title="Method in JRubyPluginExtension">setDefaultVersion(String)</a></span> - Method in <a href="com/github/jrubygradle/JRubyPluginExtension.html">JRubyPluginExtension</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="com/github/jrubygradle/JRubyPluginExtension.html#setExecVersion(java.lang.String)" title="Method in JRubyPluginExtension">setExecVersion(String)</a></span> - Method in <a href="com/github/jrubygradle/JRubyPluginExtension.html">JRubyPluginExtension</a>
</dt><dd> <div class="block">Change the version of jruby for jrubyexec and JRubyExec</div></dd>
<dt><span class="strong"><a href="com/github/jrubygradle/JRubyPluginExtension.html#setGemInstallDir(java.lang.Object)" title="Method in JRubyPluginExtension">setGemInstallDir(Object)</a></span> - Method in <a href="com/github/jrubygradle/JRubyPluginExtension.html">JRubyPluginExtension</a>
@ -412,9 +420,9 @@ if (location.href.indexOf('is-external=true') == -1) {
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="com/github/jrubygradle/internal/JRubyExecTraits.html#setScript(def)" title="Method in JRubyExecTraits">setScript(def)</a></span> - Method in <a href="com/github/jrubygradle/internal/JRubyExecTraits.html">JRubyExecTraits</a>
</dt><dd> <div class="block">Set script to execute.</div></dd>
<dt><span class="strong"><a href="com/github/jrubygradle/internal/GemVersionResolver.html#setup(Project)" title="Method in GemVersionResolver">setup(Project)</a></span> - Method in <a href="com/github/jrubygradle/internal/GemVersionResolver.html">GemVersionResolver</a>
<dt><span class="strong"><a href="com/github/jrubygradle/internal/GemVersionResolver.html#setup(org.gradle.api.Project)" title="Method in GemVersionResolver">setup(Project)</a></span> - Method in <a href="com/github/jrubygradle/internal/GemVersionResolver.html">GemVersionResolver</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="com/github/jrubygradle/GemUtils.html#setupJars(Configuration, java.io.File, com.github.jrubygradle.GemUtils.OverwriteAction)" title="Method in GemUtils">setupJars(Configuration, File, OverwriteAction)</a></span> - Method in <a href="com/github/jrubygradle/GemUtils.html">GemUtils</a>
<dt><span class="strong"><a href="com/github/jrubygradle/GemUtils.html#setupJars(org.gradle.api.artifacts.Configuration, java.io.File, com.github.jrubygradle.GemUtils.OverwriteAction)" title="Method in GemUtils">setupJars(Configuration, File, OverwriteAction)</a></span> - Method in <a href="com/github/jrubygradle/GemUtils.html">GemUtils</a>
</dt><dd> <div class="block"></div></dd>
</dl>
@ -424,7 +432,9 @@ if (location.href.indexOf('is-external=true') == -1) {
<dl>
<dt><span class="strong"><a href="com/github/jrubygradle/internal/GemVersion.html#toString()" title="Method in GemVersion">toString()</a></span> - Method in <a href="com/github/jrubygradle/internal/GemVersion.html">GemVersion</a>
</dt><dd> <div class="block">string of the underlying data as maven version range.</div></dd>
</dt><dd> <div class="block">string of the underlying data as maven version range. for prereleased
versions with ranges like [1.pre, 1.pre] the to range will be replaced
by the single boundary of the range.</div></dd>
<dt><span class="strong"><a href="com/github/jrubygradle/internal/GemVersionResolver.html#toString()" title="Method in GemVersionResolver">toString()</a></span> - Method in <a href="com/github/jrubygradle/internal/GemVersionResolver.html">GemVersionResolver</a>
</dt><dd> <div class="block"></div></dd>
</dl>
@ -434,10 +444,10 @@ if (location.href.indexOf('is-external=true') == -1) {
<h2 class="title">U</h2>
<dl>
<dt><span class="strong"><a href="com/github/jrubygradle/JRubyExec.html#updateJRubyDependencies(Project)" title="Method in JRubyExec">updateJRubyDependencies(Project)</a></span> - Method in <a href="com/github/jrubygradle/JRubyExec.html">JRubyExec</a>
<dt><span class="strong"><a href="com/github/jrubygradle/JRubyExec.html#updateJRubyDependencies(org.gradle.api.Project)" title="Method in JRubyExec">updateJRubyDependencies(Project)</a></span> - Method in <a href="com/github/jrubygradle/JRubyExec.html">JRubyExec</a>
</dt><dd> <div class="block">Ensure that our JRuby depedencies are updated properly for the default jrubyExec configuration
and all other JRubyExec tasks</div></dd>
<dt><span class="strong"><a href="com/github/jrubygradle/internal/JRubyExecUtils.html#updateJRubyDependenciesForConfiguration(Project, java.lang.String, java.lang.String)" title="Method in JRubyExecUtils">updateJRubyDependenciesForConfiguration(Project, String, String)</a></span> - Method in <a href="com/github/jrubygradle/internal/JRubyExecUtils.html">JRubyExecUtils</a>
<dt><span class="strong"><a href="com/github/jrubygradle/internal/JRubyExecUtils.html#updateJRubyDependenciesForConfiguration(org.gradle.api.Project, java.lang.String, java.lang.String)" title="Method in JRubyExecUtils">updateJRubyDependenciesForConfiguration(Project, String, String)</a></span> - Method in <a href="com/github/jrubygradle/internal/JRubyExecUtils.html">JRubyExecUtils</a>
</dt><dd> <div class="block">Update the given configuration on the project with the appropriate versions
of JRuby and supplemental dependencies to execute JRuby successfully</div></dd>
</dl>
@ -488,7 +498,7 @@ if (location.href.indexOf('is-external=true') == -1) {
<h2 class="title">_</h2>
<dl>
<dt><span class="strong"><a href="com/github/jrubygradle/internal/JRubyExecTraits.html#_convertGemWorkDir(Project)" title="Method in JRubyExecTraits">_convertGemWorkDir(Project)</a></span> - Method in <a href="com/github/jrubygradle/internal/JRubyExecTraits.html">JRubyExecTraits</a>
<dt><span class="strong"><a href="com/github/jrubygradle/internal/JRubyExecTraits.html#_convertGemWorkDir(org.gradle.api.Project)" title="Method in JRubyExecTraits">_convertGemWorkDir(Project)</a></span> - Method in <a href="com/github/jrubygradle/internal/JRubyExecTraits.html">JRubyExecTraits</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="com/github/jrubygradle/internal/JRubyExecTraits.html#_convertJrubyArgs()" title="Method in JRubyExecTraits">_convertJrubyArgs()</a></span> - Method in <a href="com/github/jrubygradle/internal/JRubyExecTraits.html">JRubyExecTraits</a>
</dt><dd> <div class="block"></div></dd>

View File

@ -1,7 +1,7 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<title>Index (jruby-gradle-base-plugin 1.0.1 API)</title>
<title>Index (jruby-gradle-base-plugin 1.0.2 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link href="groovy.ico" type="image/x-icon" rel="shortcut icon">
<link href="groovy.ico" type="image/x-icon" rel="icon">

View File

@ -1,7 +1,7 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Overview (jruby-gradle-base-plugin 1.0.1 API)</title>
<title>Overview (jruby-gradle-base-plugin 1.0.2 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="keywords" content="Overview">

View File

@ -2,7 +2,7 @@
<html>
<head>
<title>Overview (jruby-gradle-base-plugin 1.0.1 API)</title>
<title>Overview (jruby-gradle-base-plugin 1.0.2 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="keywords" content="Overview">
<link rel ="stylesheet" type="text/css" href="stylesheet.css" title="Style">
@ -12,7 +12,7 @@
<body class="center">
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Overview (jruby-gradle-base-plugin 1.0.1 API)";
parent.document.title="Overview (jruby-gradle-base-plugin 1.0.2 API)";
}
//-->
</script>
@ -46,7 +46,7 @@ if (location.href.indexOf('is-external=true') == -1) {
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h1 class="title">jruby-gradle-base-plugin 1.0.1 API</h1>
<h1 class="title">jruby-gradle-base-plugin 1.0.2 API</h1>
</div>
<div class="header">

View File

@ -6,9 +6,9 @@
<html>
<head>
<!-- Generated by groovydoc (2.3.3) on Sat Aug 08 12:14:01 PDT 2015 -->
<title>JRubyJar.Type (jruby-gradle-jar-plugin 1.0.1)</title>
<meta name="date" content="2015-08-08">
<!-- Generated by groovydoc (2.3.3) on Fri Aug 14 09:06:40 PDT 2015 -->
<title>JRubyJar.Type (jruby-gradle-jar-plugin 1.0.2)</title>
<meta name="date" content="2015-08-14">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link href="../../../../groovy.ico" type="image/x-icon" rel="shortcut icon">
<link href="../../../../groovy.ico" type="image/x-icon" rel="icon">
@ -17,7 +17,7 @@
<body class="center">
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="JRubyJar.Type (jruby-gradle-jar-plugin 1.0.1)";
parent.document.title="JRubyJar.Type (jruby-gradle-jar-plugin 1.0.2)";
}
//-->
</script>

File diff suppressed because one or more lines are too long

View File

@ -6,9 +6,9 @@
<html>
<head>
<!-- Generated by groovydoc (2.3.3) on Sat Aug 08 12:14:01 PDT 2015 -->
<title>JRubyJarPlugin (jruby-gradle-jar-plugin 1.0.1)</title>
<meta name="date" content="2015-08-08">
<!-- Generated by groovydoc (2.3.3) on Fri Aug 14 09:06:40 PDT 2015 -->
<title>JRubyJarPlugin (jruby-gradle-jar-plugin 1.0.2)</title>
<meta name="date" content="2015-08-14">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link href="../../../../groovy.ico" type="image/x-icon" rel="shortcut icon">
<link href="../../../../groovy.ico" type="image/x-icon" rel="icon">
@ -17,7 +17,7 @@
<body class="center">
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="JRubyJarPlugin (jruby-gradle-jar-plugin 1.0.1)";
parent.document.title="JRubyJarPlugin (jruby-gradle-jar-plugin 1.0.2)";
}
//-->
</script>
@ -79,12 +79,13 @@ if (location.href.indexOf('is-external=true') == -1) {
<dl>
<dt>All Implemented Interfaces and Traits:</dt>
<dd><a href='../../../../org.gradle.api.Plugin.html'>Plugin</a></dd>
<dd>org.gradle.api.Plugin</dd>
</dl>
<!-- todo: direct known subclasses -->
<hr>
<br>
<pre>class JRubyJarPlugin
extends java.lang.Object
</pre>
@ -132,12 +133,12 @@ if (location.href.indexOf('is-external=true') == -1) {
<tr class="altColor">
<td class="colFirst"><code>void</strong></code></td>
<td class="colLast"><code><strong><a href="#apply(Project)">apply</a></strong>(<a href='../../../../Project.html'>Project</a> project)</code><br></td>
<td class="colLast"><code><strong><a href="#apply(org.gradle.api.Project)">apply</a></strong>(org.gradle.api.Project project)</code><br></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</strong></code></td>
<td class="colLast"><code><strong><a href="#updateTestTask(Project)">updateTestTask</a></strong>(<a href='../../../../Project.html'>Project</a> project)</code><br></td>
<td class="colLast"><code><strong><a href="#updateTestTask(org.gradle.api.Project)">updateTestTask</a></strong>(org.gradle.api.Project project)</code><br></td>
</tr>
</table>
@ -190,19 +191,19 @@ if (location.href.indexOf('is-external=true') == -1) {
</a>
<h3>Method Detail</h3>
<a name="apply(Project)"><!-- --></a>
<a name="apply(org.gradle.api.Project)"><!-- --></a>
<ul class="blockListLast">
<li class="blockList">
<h4>void <strong>apply</strong>(<a href='../../../../Project.html'>Project</a> project)</h4>
<h4>void <strong>apply</strong>(org.gradle.api.Project project)</h4>
<p></p>
</li>
</ul>
<a name="updateTestTask(Project)"><!-- --></a>
<a name="updateTestTask(org.gradle.api.Project)"><!-- --></a>
<ul class="blockListLast">
<li class="blockList">
<h4>@groovy.transform.PackageScope
void <strong>updateTestTask</strong>(<a href='../../../../Project.html'>Project</a> project)</h4>
void <strong>updateTestTask</strong>(org.gradle.api.Project project)</h4>
<p></p>
</li>
</ul>

View File

@ -6,9 +6,9 @@
<html>
<head>
<!-- Generated by groovydoc (2.3.3) on Sat Aug 08 12:14:01 PDT 2015 -->
<title>JRubyDirInfo (jruby-gradle-jar-plugin 1.0.1)</title>
<meta name="date" content="2015-08-08">
<!-- Generated by groovydoc (2.3.3) on Fri Aug 14 09:06:38 PDT 2015 -->
<title>JRubyDirInfo (jruby-gradle-jar-plugin 1.0.2)</title>
<meta name="date" content="2015-08-14">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link href="../../../../../groovy.ico" type="image/x-icon" rel="shortcut icon">
<link href="../../../../../groovy.ico" type="image/x-icon" rel="icon">
@ -17,7 +17,7 @@
<body class="center">
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="JRubyDirInfo (jruby-gradle-jar-plugin 1.0.1)";
parent.document.title="JRubyDirInfo (jruby-gradle-jar-plugin 1.0.2)";
}
//-->
</script>
@ -140,7 +140,7 @@ if (location.href.indexOf('is-external=true') == -1) {
<tr class="altColor">
<td class="colFirst"><code>void</strong></code></td>
<td class="colLast"><code><strong><a href="#add(RelativePath)">add</a></strong>(<a href='../../../../../RelativePath.html'>RelativePath</a> relativePath)</code><br></td>
<td class="colLast"><code><strong><a href="#add(org.gradle.api.file.RelativePath)">add</a></strong>(org.gradle.api.file.RelativePath relativePath)</code><br></td>
</tr>
<tr class="rowColor">
@ -221,10 +221,10 @@ if (location.href.indexOf('is-external=true') == -1) {
</a>
<h3>Method Detail</h3>
<a name="add(RelativePath)"><!-- --></a>
<a name="add(org.gradle.api.file.RelativePath)"><!-- --></a>
<ul class="blockListLast">
<li class="blockList">
<h4>void <strong>add</strong>(<a href='../../../../../RelativePath.html'>RelativePath</a> relativePath)</h4>
<h4>void <strong>add</strong>(org.gradle.api.file.RelativePath relativePath)</h4>
<p></p>
</li>
</ul>

View File

@ -2,7 +2,7 @@
<html>
<head>
<title>com.github.jrubygradle.jar.internal (jruby-gradle-jar-plugin 1.0.1 API)</title>
<title>com.github.jrubygradle.jar.internal (jruby-gradle-jar-plugin 1.0.2 API)</title>
<meta name="keywords" content="com.github.jrubygradle.jar.internal package">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" title="Style">
@ -11,7 +11,7 @@
<script type="text/javascript">
function windowTitle()
{
parent.document.title="com.github.jrubygradle.jar.internal (jruby-gradle-jar-plugin 1.0.1 API)";
parent.document.title="com.github.jrubygradle.jar.internal (jruby-gradle-jar-plugin 1.0.2 API)";
}
</script>
<noscript>

View File

@ -2,7 +2,7 @@
<html>
<head>
<title>com.github.jrubygradle.jar (jruby-gradle-jar-plugin 1.0.1 API)</title>
<title>com.github.jrubygradle.jar (jruby-gradle-jar-plugin 1.0.2 API)</title>
<meta name="keywords" content="com.github.jrubygradle.jar package">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" title="Style">
@ -11,7 +11,7 @@
<script type="text/javascript">
function windowTitle()
{
parent.document.title="com.github.jrubygradle.jar (jruby-gradle-jar-plugin 1.0.1 API)";
parent.document.title="com.github.jrubygradle.jar (jruby-gradle-jar-plugin 1.0.2 API)";
}
</script>
<noscript>

View File

@ -4,8 +4,8 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<!-- Generated by groovydoc (2.3.3) on -->
<title>Deprecated API (jruby-gradle-jar-plugin 1.0.1 API)</title>
<meta name="date" content="2015-08-08">
<title>Deprecated API (jruby-gradle-jar-plugin 1.0.2 API)</title>
<meta name="date" content="2015-08-14">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link href="groovy.ico" type="image/x-icon" rel="shortcut icon">
<link href="groovy.ico" type="image/x-icon" rel="icon">
@ -14,7 +14,7 @@
<body class="center">
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Deprecated API (jruby-gradle-jar-plugin 1.0.1 API)";
parent.document.title="Deprecated API (jruby-gradle-jar-plugin 1.0.2 API)";
}
//-->
</script>

View File

@ -5,16 +5,16 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<!-- Generated by groovydoc (2.3.3) on -->
<title>API Help (jruby-gradle-jar-plugin 1.0.1 API)</title>
<title>API Help (jruby-gradle-jar-plugin 1.0.2 API)</title>
<link href="groovy.ico" type="image/x-icon" rel="shortcut icon">
<link href="groovy.ico" type="image/x-icon" rel="icon">
<meta name="date" content="2015-08-08">
<meta name="date" content="2015-08-14">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
</head>
<body class="center">
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="API Help (jruby-gradle-jar-plugin 1.0.1 API)";
parent.document.title="API Help (jruby-gradle-jar-plugin 1.0.2 API)";
}
//-->
</script>

View File

@ -4,14 +4,14 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<!-- Generated by groovydoc (2.3.3) on -->
<title>Index (jruby-gradle-jar-plugin 1.0.1 API)</title>
<meta name="date" content="2015-08-08">
<title>Index (jruby-gradle-jar-plugin 1.0.2 API)</title>
<meta name="date" content="2015-08-14">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
</head>
<body class="center">
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Index (jruby-gradle-jar-plugin 1.0.1 API)";
parent.document.title="Index (jruby-gradle-jar-plugin 1.0.2 API)";
}
//-->
</script>
@ -105,11 +105,14 @@ if (location.href.indexOf('is-external=true') == -1) {
<h2 class="title">A</h2>
<dl>
<dt><span class="strong"><a href="com/github/jrubygradle/jar/internal/JRubyDirInfo.html#add(RelativePath)" title="Method in JRubyDirInfo">add(RelativePath)</a></span> - Method in <a href="com/github/jrubygradle/jar/internal/JRubyDirInfo.html">JRubyDirInfo</a>
<dt><span class="strong"><a href="com/github/jrubygradle/jar/internal/JRubyDirInfo.html#add(org.gradle.api.file.RelativePath)" title="Method in JRubyDirInfo">add(RelativePath)</a></span> - Method in <a href="com/github/jrubygradle/jar/internal/JRubyDirInfo.html">JRubyDirInfo</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="com/github/jrubygradle/jar/JRubyJar.html#addJRubyDependencies(Configuration)" title="Method in JRubyJar">addJRubyDependencies(Configuration)</a></span> - Method in <a href="com/github/jrubygradle/jar/JRubyJar.html">JRubyJar</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="com/github/jrubygradle/jar/JRubyJarPlugin.html#apply(Project)" title="Method in JRubyJarPlugin">apply(Project)</a></span> - Method in <a href="com/github/jrubygradle/jar/JRubyJarPlugin.html">JRubyJarPlugin</a>
<dt><span class="strong"><a href="com/github/jrubygradle/jar/JRubyJar.html#addEmbeddedDependencies(org.gradle.api.artifacts.Configuration)" title="Method in JRubyJar">addEmbeddedDependencies(Configuration)</a></span> - Method in <a href="com/github/jrubygradle/jar/JRubyJar.html">JRubyJar</a>
</dt><dd> <div class="block">Add the necessary JRuby dependencies to the specified <CODE>org.gradle.api.artifacts.Configuration</CODE></div></dd>
<dt><span class="strong"><a href="com/github/jrubygradle/jar/JRubyJar.html#addJRubyDependency()" title="Method in JRubyJar">addJRubyDependency()</a></span> - Method in <a href="com/github/jrubygradle/jar/JRubyJar.html">JRubyJar</a>
</dt><dd> <div class="block">Adds our jruby-complete to a custom configuration only so it can be
safely unzipped later when we build the jar</div></dd>
<dt><span class="strong"><a href="com/github/jrubygradle/jar/JRubyJarPlugin.html#apply(org.gradle.api.Project)" title="Method in JRubyJarPlugin">apply(Project)</a></span> - Method in <a href="com/github/jrubygradle/jar/JRubyJarPlugin.html">JRubyJarPlugin</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="com/github/jrubygradle/jar/JRubyJar.html#applyConfig()" title="Method in JRubyJar">applyConfig()</a></span> - Method in <a href="com/github/jrubygradle/jar/JRubyJar.html">JRubyJar</a>
</dt><dd> <div class="block"></div></dd>
@ -127,6 +130,8 @@ if (location.href.indexOf('is-external=true') == -1) {
<h2 class="title">C</h2>
<dl>
<dt><span class="strong"><a href="com/github/jrubygradle/jar/JRubyJar.html#customConfigName" title="Field in JRubyJar">customConfigName</a></span> - Field in <a href="com/github/jrubygradle/jar/JRubyJar.html">JRubyJar</a>
</dt><dd> <div class="block"></div></dd>
</dl>
@ -300,9 +305,9 @@ if (location.href.indexOf('is-external=true') == -1) {
<h2 class="title">U</h2>
<dl>
<dt><span class="strong"><a href="com/github/jrubygradle/jar/JRubyJar.html#updateDependencies()" title="Method in JRubyJar">updateDependencies()</a></span> - Method in <a href="com/github/jrubygradle/jar/JRubyJar.html">JRubyJar</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="com/github/jrubygradle/jar/JRubyJarPlugin.html#updateTestTask(Project)" title="Method in JRubyJarPlugin">updateTestTask(Project)</a></span> - Method in <a href="com/github/jrubygradle/jar/JRubyJarPlugin.html">JRubyJarPlugin</a>
<dt><span class="strong"><a href="com/github/jrubygradle/jar/JRubyJar.html#updateStageDirectory()" title="Method in JRubyJar">updateStageDirectory()</a></span> - Method in <a href="com/github/jrubygradle/jar/JRubyJar.html">JRubyJar</a>
</dt><dd> <div class="block">Update the staging directory and tasks responsible for setting it up</div></dd>
<dt><span class="strong"><a href="com/github/jrubygradle/jar/JRubyJarPlugin.html#updateTestTask(org.gradle.api.Project)" title="Method in JRubyJarPlugin">updateTestTask(Project)</a></span> - Method in <a href="com/github/jrubygradle/jar/JRubyJarPlugin.html">JRubyJarPlugin</a>
</dt><dd> <div class="block"></div></dd>
</dl>

View File

@ -1,7 +1,7 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<title>Index (jruby-gradle-jar-plugin 1.0.1 API)</title>
<title>Index (jruby-gradle-jar-plugin 1.0.2 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link href="groovy.ico" type="image/x-icon" rel="shortcut icon">
<link href="groovy.ico" type="image/x-icon" rel="icon">

View File

@ -1,7 +1,7 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Overview (jruby-gradle-jar-plugin 1.0.1)</title>
<title>Overview (jruby-gradle-jar-plugin 1.0.2)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="keywords" content="Overview">

View File

@ -2,7 +2,7 @@
<html>
<head>
<title>Overview (jruby-gradle-jar-plugin 1.0.1 API)</title>
<title>Overview (jruby-gradle-jar-plugin 1.0.2 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="keywords" content="Overview">
<link rel ="stylesheet" type="text/css" href="stylesheet.css" title="Style">
@ -12,7 +12,7 @@
<body class="center">
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Overview (jruby-gradle-jar-plugin 1.0.1 API)";
parent.document.title="Overview (jruby-gradle-jar-plugin 1.0.2 API)";
}
//-->
</script>
@ -46,7 +46,7 @@ if (location.href.indexOf('is-external=true') == -1) {
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h1 class="title">jruby-gradle-jar-plugin 1.0.1</h1>
<h1 class="title">jruby-gradle-jar-plugin 1.0.2</h1>
</div>
<div class="header">

File diff suppressed because one or more lines are too long

View File

@ -6,9 +6,9 @@
<html>
<head>
<!-- Generated by groovydoc (2.3.3) on Sat Aug 08 12:14:02 PDT 2015 -->
<title>JRubyWarPlugin (jruby-gradle-war-plugin 1.0.1-alpha API)</title>
<meta name="date" content="2015-08-08">
<!-- Generated by groovydoc (2.3.3) on Fri Aug 14 09:06:44 PDT 2015 -->
<title>JRubyWarPlugin (jruby-gradle-war-plugin 1.0.2-alpha API)</title>
<meta name="date" content="2015-08-14">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link href="../../../../groovy.ico" type="image/x-icon" rel="shortcut icon">
<link href="../../../../groovy.ico" type="image/x-icon" rel="icon">
@ -17,7 +17,7 @@
<body class="center">
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="JRubyWarPlugin (jruby-gradle-war-plugin 1.0.1-alpha API)";
parent.document.title="JRubyWarPlugin (jruby-gradle-war-plugin 1.0.2-alpha API)";
}
//-->
</script>
@ -79,12 +79,13 @@ if (location.href.indexOf('is-external=true') == -1) {
<dl>
<dt>All Implemented Interfaces and Traits:</dt>
<dd><a href='../../../../org.gradle.api.Plugin.html'>Plugin</a></dd>
<dd>org.gradle.api.Plugin</dd>
</dl>
<!-- todo: direct known subclasses -->
<hr>
<br>
<pre>class JRubyWarPlugin
extends java.lang.Object
</pre>
@ -132,7 +133,7 @@ if (location.href.indexOf('is-external=true') == -1) {
<tr class="altColor">
<td class="colFirst"><code>void</strong></code></td>
<td class="colLast"><code><strong><a href="#apply(Project)">apply</a></strong>(<a href='../../../../Project.html'>Project</a> project)</code><br></td>
<td class="colLast"><code><strong><a href="#apply(org.gradle.api.Project)">apply</a></strong>(org.gradle.api.Project project)</code><br></td>
</tr>
</table>
@ -185,10 +186,10 @@ if (location.href.indexOf('is-external=true') == -1) {
</a>
<h3>Method Detail</h3>
<a name="apply(Project)"><!-- --></a>
<a name="apply(org.gradle.api.Project)"><!-- --></a>
<ul class="blockListLast">
<li class="blockList">
<h4>void <strong>apply</strong>(<a href='../../../../Project.html'>Project</a> project)</h4>
<h4>void <strong>apply</strong>(org.gradle.api.Project project)</h4>
<p></p>
</li>
</ul>

View File

@ -2,7 +2,7 @@
<html>
<head>
<title>com.github.jrubygradle.war (jruby-gradle-war-plugin 1.0.1-alpha API)</title>
<title>com.github.jrubygradle.war (jruby-gradle-war-plugin 1.0.2-alpha API)</title>
<meta name="keywords" content="com.github.jrubygradle.war package">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" title="Style">
@ -11,7 +11,7 @@
<script type="text/javascript">
function windowTitle()
{
parent.document.title="com.github.jrubygradle.war (jruby-gradle-war-plugin 1.0.1-alpha API)";
parent.document.title="com.github.jrubygradle.war (jruby-gradle-war-plugin 1.0.2-alpha API)";
}
</script>
<noscript>

View File

@ -4,8 +4,8 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<!-- Generated by groovydoc (2.3.3) on -->
<title>Deprecated API (jruby-gradle-war-plugin 1.0.1-alpha API)</title>
<meta name="date" content="2015-08-08">
<title>Deprecated API (jruby-gradle-war-plugin 1.0.2-alpha API)</title>
<meta name="date" content="2015-08-14">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link href="groovy.ico" type="image/x-icon" rel="shortcut icon">
<link href="groovy.ico" type="image/x-icon" rel="icon">
@ -14,7 +14,7 @@
<body class="center">
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Deprecated API (jruby-gradle-war-plugin 1.0.1-alpha API)";
parent.document.title="Deprecated API (jruby-gradle-war-plugin 1.0.2-alpha API)";
}
//-->
</script>

View File

@ -5,16 +5,16 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<!-- Generated by groovydoc (2.3.3) on -->
<title>API Help (jruby-gradle-war-plugin 1.0.1-alpha API)</title>
<title>API Help (jruby-gradle-war-plugin 1.0.2-alpha API)</title>
<link href="groovy.ico" type="image/x-icon" rel="shortcut icon">
<link href="groovy.ico" type="image/x-icon" rel="icon">
<meta name="date" content="2015-08-08">
<meta name="date" content="2015-08-14">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
</head>
<body class="center">
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="API Help (jruby-gradle-war-plugin 1.0.1-alpha API)";
parent.document.title="API Help (jruby-gradle-war-plugin 1.0.2-alpha API)";
}
//-->
</script>

View File

@ -4,14 +4,14 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<!-- Generated by groovydoc (2.3.3) on -->
<title>Index (jruby-gradle-war-plugin 1.0.1-alpha API)</title>
<meta name="date" content="2015-08-08">
<title>Index (jruby-gradle-war-plugin 1.0.2-alpha API)</title>
<meta name="date" content="2015-08-14">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
</head>
<body class="center">
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Index (jruby-gradle-war-plugin 1.0.1-alpha API)";
parent.document.title="Index (jruby-gradle-war-plugin 1.0.2-alpha API)";
}
//-->
</script>
@ -105,7 +105,7 @@ if (location.href.indexOf('is-external=true') == -1) {
<h2 class="title">A</h2>
<dl>
<dt><span class="strong"><a href="com/github/jrubygradle/war/JRubyWarPlugin.html#apply(Project)" title="Method in JRubyWarPlugin">apply(Project)</a></span> - Method in <a href="com/github/jrubygradle/war/JRubyWarPlugin.html">JRubyWarPlugin</a>
<dt><span class="strong"><a href="com/github/jrubygradle/war/JRubyWarPlugin.html#apply(org.gradle.api.Project)" title="Method in JRubyWarPlugin">apply(Project)</a></span> - Method in <a href="com/github/jrubygradle/war/JRubyWarPlugin.html">JRubyWarPlugin</a>
</dt><dd> <div class="block"></div></dd>
</dl>
@ -253,7 +253,7 @@ if (location.href.indexOf('is-external=true') == -1) {
<h2 class="title">U</h2>
<dl>
<dt><span class="strong"><a href="com/github/jrubygradle/war/JRubyWar.html#updateJRubyDependencies(Project)" title="Method in JRubyWar">updateJRubyDependencies(Project)</a></span> - Method in <a href="com/github/jrubygradle/war/JRubyWar.html">JRubyWar</a>
<dt><span class="strong"><a href="com/github/jrubygradle/war/JRubyWar.html#updateJRubyDependencies(org.gradle.api.Project)" title="Method in JRubyWar">updateJRubyDependencies(Project)</a></span> - Method in <a href="com/github/jrubygradle/war/JRubyWar.html">JRubyWar</a>
</dt><dd> <div class="block">Update dependencies on the project to include those necessary for
building JRubyWar's</div></dd>
</dl>

View File

@ -1,7 +1,7 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<title>Index (jruby-gradle-war-plugin 1.0.1-alpha API)</title>
<title>Index (jruby-gradle-war-plugin 1.0.2-alpha API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link href="groovy.ico" type="image/x-icon" rel="shortcut icon">
<link href="groovy.ico" type="image/x-icon" rel="icon">

View File

@ -1,7 +1,7 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Overview (jruby-gradle-war-plugin 1.0.1-alpha API)</title>
<title>Overview (jruby-gradle-war-plugin 1.0.2-alpha API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="keywords" content="Overview">

View File

@ -2,7 +2,7 @@
<html>
<head>
<title>Overview (jruby-gradle-war-plugin 1.0.1-alpha API)</title>
<title>Overview (jruby-gradle-war-plugin 1.0.2-alpha API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="keywords" content="Overview">
<link rel ="stylesheet" type="text/css" href="stylesheet.css" title="Style">
@ -12,7 +12,7 @@
<body class="center">
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Overview (jruby-gradle-war-plugin 1.0.1-alpha API)";
parent.document.title="Overview (jruby-gradle-war-plugin 1.0.2-alpha API)";
}
//-->
</script>
@ -46,7 +46,7 @@ if (location.href.indexOf('is-external=true') == -1) {
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h1 class="title">jruby-gradle-war-plugin 1.0.1-alpha API</h1>
<h1 class="title">jruby-gradle-war-plugin 1.0.2-alpha API</h1>
</div>
<div class="header">

View File

@ -1,91 +1,85 @@
<urlset xmlns='http://www.sitemaps.org/schemas/sitemap/0.9'>
<url>
<loc>http://jruby-gradle.org/base/</loc>
<lastmod>2015-08-08</lastmod>
<lastmod>2015-08-14</lastmod>
<priority>0.1</priority>
<changefreq>never</changefreq>
</url>
<url>
<loc>http://jruby-gradle.org/community/</loc>
<lastmod>2015-08-08</lastmod>
<lastmod>2015-08-14</lastmod>
<priority>0.1</priority>
<changefreq>never</changefreq>
</url>
<url>
<loc>http://jruby-gradle.org/cookbook/</loc>
<lastmod>2015-08-08</lastmod>
<lastmod>2015-08-14</lastmod>
<priority>0.1</priority>
<changefreq>never</changefreq>
</url>
<url>
<loc>http://jruby-gradle.org/docinfo/</loc>
<lastmod>2015-08-08</lastmod>
<lastmod>2015-08-14</lastmod>
<priority>0.1</priority>
<changefreq>never</changefreq>
</url>
<url>
<loc>http://jruby-gradle.org/docs/</loc>
<lastmod>2015-08-08</lastmod>
<priority>0.1</priority>
<changefreq>never</changefreq>
</url>
<url>
<loc>http://jruby-gradle.org/docs.iml</loc>
<lastmod>2015-08-08</lastmod>
<lastmod>2015-08-14</lastmod>
<priority>0.1</priority>
<changefreq>never</changefreq>
</url>
<url>
<loc>http://jruby-gradle.org/download/</loc>
<lastmod>2015-08-08</lastmod>
<lastmod>2015-08-14</lastmod>
<priority>0.1</priority>
<changefreq>never</changefreq>
</url>
<url>
<loc>http://jruby-gradle.org/errors/jrubyexec-version-conflict/</loc>
<lastmod>2015-08-08</lastmod>
<lastmod>2015-08-14</lastmod>
<priority>0.1</priority>
<changefreq>never</changefreq>
</url>
<url>
<loc>http://jruby-gradle.org/errors/jrubyjar-version-conflict/</loc>
<lastmod>2015-08-08</lastmod>
<lastmod>2015-08-14</lastmod>
<priority>0.1</priority>
<changefreq>never</changefreq>
</url>
<url>
<loc>http://jruby-gradle.org/examples/basic-topology.gradle</loc>
<lastmod>2015-08-08</lastmod>
<lastmod>2015-08-14</lastmod>
<priority>0.1</priority>
<changefreq>never</changefreq>
</url>
<url>
<loc>http://jruby-gradle.org/examples/building-wars.gradle</loc>
<lastmod>2015-08-08</lastmod>
<lastmod>2015-08-14</lastmod>
<priority>0.1</priority>
<changefreq>never</changefreq>
</url>
<url>
<loc>http://jruby-gradle.org/examples/executable-jar.gradle</loc>
<lastmod>2015-08-08</lastmod>
<lastmod>2015-08-14</lastmod>
<priority>0.1</priority>
<changefreq>never</changefreq>
</url>
<url>
<loc>http://jruby-gradle.org/examples/rspec.gradle</loc>
<lastmod>2015-08-08</lastmod>
<lastmod>2015-08-14</lastmod>
<priority>0.1</priority>
<changefreq>never</changefreq>
</url>
<url>
<loc>http://jruby-gradle.org/</loc>
<lastmod>2015-08-08</lastmod>
<lastmod>2015-08-14</lastmod>
<priority>0.1</priority>
<changefreq>never</changefreq>
</url>
<url>
<loc>http://jruby-gradle.org/jar/</loc>
<lastmod>2015-08-08</lastmod>
<lastmod>2015-08-14</lastmod>
<priority>0.1</priority>
<changefreq>never</changefreq>
</url>
@ -97,49 +91,49 @@
</url>
<url>
<loc>http://jruby-gradle.org/news/</loc>
<lastmod>2015-08-08</lastmod>
<lastmod>2015-08-14</lastmod>
<priority>0.1</priority>
<changefreq>never</changefreq>
</url>
<url>
<loc>http://jruby-gradle.org/plugins/base/</loc>
<lastmod>2015-08-08</lastmod>
<lastmod>2015-08-14</lastmod>
<priority>0.1</priority>
<changefreq>never</changefreq>
</url>
<url>
<loc>http://jruby-gradle.org/plugins/jar/</loc>
<lastmod>2015-08-08</lastmod>
<lastmod>2015-08-14</lastmod>
<priority>0.1</priority>
<changefreq>never</changefreq>
</url>
<url>
<loc>http://jruby-gradle.org/plugins/storm/</loc>
<lastmod>2015-08-08</lastmod>
<lastmod>2015-08-14</lastmod>
<priority>0.1</priority>
<changefreq>never</changefreq>
</url>
<url>
<loc>http://jruby-gradle.org/plugins/war/</loc>
<lastmod>2015-08-08</lastmod>
<lastmod>2015-08-14</lastmod>
<priority>0.1</priority>
<changefreq>never</changefreq>
</url>
<url>
<loc>http://jruby-gradle.org/start/</loc>
<lastmod>2015-08-08</lastmod>
<lastmod>2015-08-14</lastmod>
<priority>0.1</priority>
<changefreq>never</changefreq>
</url>
<url>
<loc>http://jruby-gradle.org/storm/</loc>
<lastmod>2015-08-08</lastmod>
<lastmod>2015-08-14</lastmod>
<priority>0.1</priority>
<changefreq>never</changefreq>
</url>
<url>
<loc>http://jruby-gradle.org/war/</loc>
<lastmod>2015-08-08</lastmod>
<lastmod>2015-08-14</lastmod>
<priority>0.1</priority>
<changefreq>never</changefreq>
</url>