Publish of Github pages from Gradle.

This commit is contained in:
R. Tyler Croy 2015-08-07 08:23:00 -07:00
parent d4fdc862ff
commit 10b259a700
53 changed files with 1868 additions and 796 deletions

View File

@ -69,7 +69,7 @@ Base plugin
<div class="sect2">
<h3 id="compatibility"><a class="anchor" href="#compatibility"></a>Compatibility</h3>
<div class="paragraph">
<p>This plugin requires <a href=":http://gradle.org">Gradle</a> 2.0 or better</p>
<p>This plugin requires <a href="http://gradle.org">Gradle</a> 2.0 or better</p>
</div>
</div>
<div class="sect2">
@ -94,7 +94,7 @@ apply <span class="key">plugin</span>: <span class="string"><span class="delimit
<h3 id="adding-gems"><a class="anchor" href="#adding-gems"></a>Adding gems</h3>
<div class="paragraph">
<p>You can also add Ruby gem dependencies in your <code>build.gradle</code> file under the
<code>gems</code> <a href=":https://docs.gradle.org/current/dsl/org.gradle.api.artifacts.Configuration.html">configuration</a> which is provided by plugin, e.g.:</p>
<code>gems</code> <a href="https://docs.gradle.org/current/dsl/org.gradle.api.artifacts.Configuration.html">configuration</a> which is provided by plugin, e.g.:</p>
</div>
<div class="listingblock">
<div class="title">build.gradle</div>
@ -114,11 +114,11 @@ apply <span class="key">plugin</span>: <span class="string"><span class="delimit
</td>
<td class="content">
This functionality currently relies on a deployed version of the
<a href=":https://github.com/torquebox/rubygems-servlets">rubygems-servlets</a>
<a href="https://github.com/torquebox/rubygems-servlets">rubygems-servlets</a>
software to help proxy a Rubygem repository into a Maven repository format.
This ensures that Gradle can resolve gem-based dependencies. <em>Currently</em> the
plugin release on <a href=":http://rubygems.lasagna.io/proxy/maven/releases">a
Rubygems Maven proxy</a> operated by <a href=":https://github.com/rtyler">R. Tyler
plugin release on <a href="http://rubygems.lasagna.io/proxy/maven/releases">a
Rubygems Maven proxy</a> operated by <a href="https://github.com/rtyler">R. Tyler
Croy</a>
</td>
</tr>
@ -210,37 +210,37 @@ to maintain dependency isolation, see
<div class="ulist">
<ul>
<li>
<p><code>jvmArgs</code> - <code>List</code>. See <a href=":http://www.gradle.org/docs/current/dsl/org.gradle.api.tasks.JavaExec.html#org.gradle.api.tasks.JavaExec:jvmArgs">jvmArgs</a></p>
<p><code>jvmArgs</code> - <code>List</code>. See <a href="http://www.gradle.org/docs/current/dsl/org.gradle.api.tasks.JavaExec.html#org.gradle.api.tasks.JavaExec:jvmArgs">jvmArgs</a></p>
</li>
<li>
<p><code>allJvmArgs</code> - <code>List</code>. See <a href=":http://www.gradle.org/docs/current/dsl/org.gradle.api.tasks.JavaExec.html#org.gradle.api.tasks.JavaExec:allJvmArgs">allJvmArgs</a></p>
<p><code>allJvmArgs</code> - <code>List</code>. See <a href="http://www.gradle.org/docs/current/dsl/org.gradle.api.tasks.JavaExec.html#org.gradle.api.tasks.JavaExec:allJvmArgs">allJvmArgs</a></p>
</li>
<li>
<p><code>systemProperties</code> - <code>Map</code>. See <a href=":http://www.gradle.org/docs/current/dsl/org.gradle.api.tasks.JavaExec.html#org.gradle.api.tasks.JavaExec:systemProperties">systemProperties</a></p>
<p><code>systemProperties</code> - <code>Map</code>. See <a href="http://www.gradle.org/docs/current/dsl/org.gradle.api.tasks.JavaExec.html#org.gradle.api.tasks.JavaExec:systemProperties">systemProperties</a></p>
</li>
<li>
<p><code>bootstrapClassPath</code> - <code>FileCollection</code> or <code>List</code>. See <a href=":http://www.gradle.org/docs/current/dsl/org.gradle.api.tasks.JavaExec.html#org.gradle.api.tasks.JavaExec:bootstrapClasspath">bootstrapClasspath</a></p>
<p><code>bootstrapClassPath</code> - <code>FileCollection</code> or <code>List</code>. See <a href="http://www.gradle.org/docs/current/dsl/org.gradle.api.tasks.JavaExec.html#org.gradle.api.tasks.JavaExec:bootstrapClasspath">bootstrapClasspath</a></p>
</li>
<li>
<p><code>minHeapSize</code> - <code>String</code>. See <a href=":http://www.gradle.org/docs/current/dsl/org.gradle.api.tasks.JavaExec.html:minHeapSize">minHeapSize</a></p>
<p><code>minHeapSize</code> - <code>String</code>. See <a href="http://www.gradle.org/docs/current/dsl/org.gradle.api.tasks.JavaExec.html:minHeapSize">minHeapSize</a></p>
</li>
<li>
<p><code>maxHeapSize</code> - <code>String</code>. See <a href=":http://www.gradle.org/docs/current/dsl/org.gradle.api.tasks.JavaExec.html#org.gradle.api.tasks.JavaExec:maxHeapSize">maxHeapSize</a></p>
<p><code>maxHeapSize</code> - <code>String</code>. See <a href="http://www.gradle.org/docs/current/dsl/org.gradle.api.tasks.JavaExec.html#org.gradle.api.tasks.JavaExec:maxHeapSize">maxHeapSize</a></p>
</li>
<li>
<p><code>defaultCharacterEncoding</code> - <code>String</code>. See <a href=":http://www.gradle.org/docs/current/dsl/org.gradle.api.tasks.JavaExec.html:defaultCharacterEncoding">defaultCharacterEncoding</a></p>
<p><code>defaultCharacterEncoding</code> - <code>String</code>. See <a href="http://www.gradle.org/docs/current/dsl/org.gradle.api.tasks.JavaExec.html:defaultCharacterEncoding">defaultCharacterEncoding</a></p>
</li>
<li>
<p><code>enableAssertions</code> - <code>Boolean</code>. See <a href=":http://www.gradle.org/docs/current/dsl/org.gradle.api.tasks.JavaExec.html#org.gradle.api.tasks.JavaExec:enableAssertions">enableAssertions</a></p>
<p><code>enableAssertions</code> - <code>Boolean</code>. See <a href="http://www.gradle.org/docs/current/dsl/org.gradle.api.tasks.JavaExec.html#org.gradle.api.tasks.JavaExec:enableAssertions">enableAssertions</a></p>
</li>
<li>
<p><code>debug</code> - <code>Boolean</code>. See <a href=":http://www.gradle.org/docs/current/dsl/org.gradle.api.tasks.JavaExec.html#org.gradle.api.tasks.JavaExec:debug">debug</a></p>
<p><code>debug</code> - <code>Boolean</code>. See <a href="http://www.gradle.org/docs/current/dsl/org.gradle.api.tasks.JavaExec.html#org.gradle.api.tasks.JavaExec:debug">debug</a></p>
</li>
<li>
<p><code>copyTo</code> - <code>JavaForkOptions</code>. See <a href=":http://www.gradle.org/docs/current/dsl/org.gradle.api.tasks.JavaExec.html:copyTo">copyTo</a></p>
<p><code>copyTo</code> - <code>JavaForkOptions</code>. See <a href="http://www.gradle.org/docs/current/dsl/org.gradle.api.tasks.JavaExec.html:copyTo">copyTo</a></p>
</li>
<li>
<p><code>executable</code> - <code>Object</code> (Usually <code>File</code> or <code>String</code>). See <a href=":http://www.gradle.org/docs/current/dsl/org.gradle.api.tasks.JavaExec.html#org.gradle.api.tasks.JavaExec:executable">executable</a></p>
<p><code>executable</code> - <code>Object</code> (Usually <code>File</code> or <code>String</code>). See <a href="http://www.gradle.org/docs/current/dsl/org.gradle.api.tasks.JavaExec.html#org.gradle.api.tasks.JavaExec:executable">executable</a></p>
</li>
</ul>
</div>

1311
docs.iml Normal file

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 Fri Jul 31 01:11:23 PDT 2015 -->
<title>GemUtils.OverwriteAction (jruby-gradle-base-plugin 1.0.0 API)</title>
<meta name="date" content="2015-07-31">
<!-- Generated by groovydoc (2.3.3) on Fri Aug 07 08:22:52 PDT 2015 -->
<title>GemUtils.OverwriteAction (jruby-gradle-base-plugin 1.0.1 API)</title>
<meta name="date" content="2015-08-07">
<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.0 API)";
parent.document.title="GemUtils.OverwriteAction (jruby-gradle-base-plugin 1.0.1 API)";
}
//-->
</script>

View File

@ -6,9 +6,9 @@
<html>
<head>
<!-- Generated by groovydoc (2.3.3) on Fri Jul 31 01:11:23 PDT 2015 -->
<title>GemUtils (jruby-gradle-base-plugin 1.0.0 API)</title>
<meta name="date" content="2015-07-31">
<!-- Generated by groovydoc (2.3.3) on Fri Aug 07 08:22:52 PDT 2015 -->
<title>GemUtils (jruby-gradle-base-plugin 1.0.1 API)</title>
<meta name="date" content="2015-08-07">
<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.0 API)";
parent.document.title="GemUtils (jruby-gradle-base-plugin 1.0.1 API)";
}
//-->
</script>

View File

@ -6,9 +6,9 @@
<html>
<head>
<!-- Generated by groovydoc (2.3.3) on Fri Jul 31 01:11:23 PDT 2015 -->
<title>GenerateGradleRb (jruby-gradle-base-plugin 1.0.0 API)</title>
<meta name="date" content="2015-07-31">
<!-- Generated by groovydoc (2.3.3) on Fri Aug 07 08:22:52 PDT 2015 -->
<title>GenerateGradleRb (jruby-gradle-base-plugin 1.0.1 API)</title>
<meta name="date" content="2015-08-07">
<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="GenerateGradleRb (jruby-gradle-base-plugin 1.0.0 API)";
parent.document.title="GenerateGradleRb (jruby-gradle-base-plugin 1.0.1 API)";
}
//-->
</script>

View File

@ -6,9 +6,9 @@
<html>
<head>
<!-- Generated by groovydoc (2.3.3) on Fri Jul 31 01:11:23 PDT 2015 -->
<title>JRubyExec (jruby-gradle-base-plugin 1.0.0 API)</title>
<meta name="date" content="2015-07-31">
<!-- Generated by groovydoc (2.3.3) on Fri Aug 07 08:22:52 PDT 2015 -->
<title>JRubyExec (jruby-gradle-base-plugin 1.0.1 API)</title>
<meta name="date" content="2015-08-07">
<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="JRubyExec (jruby-gradle-base-plugin 1.0.0 API)";
parent.document.title="JRubyExec (jruby-gradle-base-plugin 1.0.1 API)";
}
//-->
</script>

View File

@ -6,9 +6,9 @@
<html>
<head>
<!-- Generated by groovydoc (2.3.3) on Fri Jul 31 01:11:24 PDT 2015 -->
<title>JRubyPlugin (jruby-gradle-base-plugin 1.0.0 API)</title>
<meta name="date" content="2015-07-31">
<!-- Generated by groovydoc (2.3.3) on Fri Aug 07 08:22:53 PDT 2015 -->
<title>JRubyPlugin (jruby-gradle-base-plugin 1.0.1 API)</title>
<meta name="date" content="2015-08-07">
<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.0 API)";
parent.document.title="JRubyPlugin (jruby-gradle-base-plugin 1.0.1 API)";
}
//-->
</script>

View File

@ -6,9 +6,9 @@
<html>
<head>
<!-- Generated by groovydoc (2.3.3) on Fri Jul 31 01:11:24 PDT 2015 -->
<title>JRubyPluginExtension (jruby-gradle-base-plugin 1.0.0 API)</title>
<meta name="date" content="2015-07-31">
<!-- Generated by groovydoc (2.3.3) on Fri Aug 07 08:22:53 PDT 2015 -->
<title>JRubyPluginExtension (jruby-gradle-base-plugin 1.0.1 API)</title>
<meta name="date" content="2015-08-07">
<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.0 API)";
parent.document.title="JRubyPluginExtension (jruby-gradle-base-plugin 1.0.1 API)";
}
//-->
</script>

View File

@ -6,9 +6,9 @@
<html>
<head>
<!-- Generated by groovydoc (2.3.3) on Fri Jul 31 01:11:24 PDT 2015 -->
<title>JRubyPrepare (jruby-gradle-base-plugin 1.0.0 API)</title>
<meta name="date" content="2015-07-31">
<!-- Generated by groovydoc (2.3.3) on Fri Aug 07 08:22:53 PDT 2015 -->
<title>JRubyPrepare (jruby-gradle-base-plugin 1.0.1 API)</title>
<meta name="date" content="2015-08-07">
<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="JRubyPrepare (jruby-gradle-base-plugin 1.0.0 API)";
parent.document.title="JRubyPrepare (jruby-gradle-base-plugin 1.0.1 API)";
}
//-->
</script>

View File

@ -1,237 +0,0 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- **************************************************************** -->
<!-- * PLEASE KEEP COMPLICATED EXPRESSIONS OUT OF THESE TEMPLATES, * -->
<!-- * i.e. only iterate & print data where possible. Thanks, Jez. * -->
<!-- **************************************************************** -->
<html>
<head>
<!-- Generated by groovydoc (2.3.3) on Thu Jul 30 13:36:34 PDT 2015 -->
<title>JRubyPrepareGems (jruby-gradle-base-plugin 1.0.0 API)</title>
<meta name="date" content="2015-07-30">
<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">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<body class="center">
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="JRubyPrepareGems (jruby-gradle-base-plugin 1.0.0 API)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-all.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<div>
<ul class="navList">
<li><a href="../../../index.html?com/github/jrubygradle/JRubyPrepareGems" target="_top">Frames</a></li>
<li><a href="JRubyPrepareGems.html" target="_top">No Frames</a></li>
</ul>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
Nested&nbsp;&nbsp;&nbsp;Field&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<li><a href="#constructor_summary">Constructor</a></li>&nbsp;&nbsp;&nbsp;Method&nbsp;&nbsp;&nbsp;
</ul>
<ul class="subNavList">
<li>&nbsp;|&nbsp;Detail:&nbsp;</li>
Field&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<li><a href="#constructor_detail">Constructor</a></li>&nbsp;&nbsp;&nbsp;Method&nbsp;&nbsp;&nbsp;
</ul>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">Package: <strong>com.github.jrubygradle</strong></div>
<h2 title="[Groovy] Class JRubyPrepareGems" class="title">[Groovy] Class JRubyPrepareGems</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li><ul class="inheritance"></ul></li><li><ul class="inheritance"></ul></li><li><ul class="inheritance"></ul></li><li>com.github.jrubygradle.JRubyPrepareGems
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<p>
<DL><DT><B>Authors:</B></DT><DD>Schalk W. Cronjé</DD><DD>R Tyler Croy</DD></DL></p>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- =========== NESTED CLASS SUMMARY =========== -->
<!-- =========== ENUM CONSTANT SUMMARY =========== -->
<!-- =========== FIELD SUMMARY =========== -->
<!-- =========== PROPERTY SUMMARY =========== -->
<!-- =========== ELEMENT SUMMARY =========== -->
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_summary"><!-- --></a>
<h3>Constructor Summary</h3>
<ul class="blockList">
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructors Summary table">
<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Constructor and description</th>
</tr>
<tr class="altColor">
<td class="colFirst">
<code><a href="#JRubyPrepareGems()">JRubyPrepareGems</a></strong>
()</code><br></td>
</tr>
</table>
</ul>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary"><!-- --></a>
<h3>Inherited Methods Summary</h3>
<ul class="blockList">
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Inherited Methods Summary table">
<caption><span>Inherited Methods</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Methods inherited from class</th>
<th class="colLast" scope="col">Name</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>class <a href='../../../com/github/jrubygradle/JRubyPrepare.html'>JRubyPrepare</a></strong></code></td>
<td class="colLast"><code><a href='../../../com/github/jrubygradle/JRubyPrepare.html#copy()'>copy</a>, <a href='../../../com/github/jrubygradle/JRubyPrepare.html#gems(java.lang.Object)'>gems</a>, <a href='../../../com/github/jrubygradle/JRubyPrepare.html#getGems()'>getGems</a>, <a href='../../../com/github/jrubygradle/JRubyPrepare.html#outputDir(java.lang.Object)'>outputDir</a></code></td>
</tr>
</table>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- =========== CONSTRUCTOR DETAIL =========== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="JRubyPrepareGems()"><!-- --></a>
<ul class="blockListLast">
<li class="blockList">
<h4><strong>JRubyPrepareGems</strong>()</h4>
<p></p>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-all.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<div>
<ul class="navList">
<li><a href="../../../index.html?com/github/jrubygradle/JRubyPrepareGems" target="_top">Frames</a></li>
<li><a href="JRubyPrepareGems.html" target="_top">No Frames</a></li>
</ul>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
Nested&nbsp;&nbsp;&nbsp;Field&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<li><a href="#constructor_summary">Constructor</a></li>&nbsp;&nbsp;&nbsp;Method&nbsp;&nbsp;&nbsp;
</ul>
<ul class="subNavList">
<li>&nbsp;|&nbsp;Detail:&nbsp;</li>
Field&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<li><a href="#constructor_detail">Constructor</a></li>&nbsp;&nbsp;&nbsp;Method&nbsp;&nbsp;&nbsp;
</ul>
</div>
<p>Groovy Documentation</p>
<a name="skip-navbar_bottom">
<!-- -->
</a>
</div>
</div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>

View File

@ -1,328 +0,0 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- **************************************************************** -->
<!-- * PLEASE KEEP COMPLICATED EXPRESSIONS OUT OF THESE TEMPLATES, * -->
<!-- * i.e. only iterate & print data where possible. Thanks, Jez. * -->
<!-- **************************************************************** -->
<html>
<head>
<!-- Generated by groovydoc (2.3.3) on Thu Jul 30 13:36:34 PDT 2015 -->
<title>JRubyPrepareJars (jruby-gradle-base-plugin 1.0.0 API)</title>
<meta name="date" content="2015-07-30">
<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">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<body class="center">
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="JRubyPrepareJars (jruby-gradle-base-plugin 1.0.0 API)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-all.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<div>
<ul class="navList">
<li><a href="../../../index.html?com/github/jrubygradle/JRubyPrepareJars" target="_top">Frames</a></li>
<li><a href="JRubyPrepareJars.html" target="_top">No Frames</a></li>
</ul>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
Nested&nbsp;&nbsp;&nbsp;Field&nbsp;&nbsp;&nbsp;<li><a href="#property_summary">Property</a></li>&nbsp;&nbsp;&nbsp;<li><a href="#constructor_summary">Constructor</a></li>&nbsp;&nbsp;&nbsp;<li><a href="#method_summary">Method</a></li>&nbsp;&nbsp;&nbsp;
</ul>
<ul class="subNavList">
<li>&nbsp;|&nbsp;Detail:&nbsp;</li>
Field&nbsp;&nbsp;&nbsp;<li><a href="#prop_detail">Property</a></li>&nbsp;&nbsp;&nbsp;<li><a href="#constructor_detail">Constructor</a></li>&nbsp;&nbsp;&nbsp;<li><a href="#method_detail">Method</a></li>&nbsp;&nbsp;&nbsp;
</ul>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">Package: <strong>com.github.jrubygradle</strong></div>
<h2 title="[Groovy] Class JRubyPrepareJars" class="title">[Groovy] Class JRubyPrepareJars</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li><ul class="inheritance"></ul></li><li><ul class="inheritance"></ul></li><li>com.github.jrubygradle.JRubyPrepareJars
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<p> Prepare embedded jars or all jars used by JRuby by telling the location
of those jars via JARS_HOME environment. The directory uses a maven
repository layout as per jar-dependencies.
<DL><DT><B>Authors:</B></DT><DD>Schalk W. Cronjé</DD><DD>R Tyler Croy</DD><DD>Christian Meier</DD></DL></p>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- =========== NESTED CLASS SUMMARY =========== -->
<!-- =========== ENUM CONSTANT SUMMARY =========== -->
<!-- =========== FIELD SUMMARY =========== -->
<!-- =========== PROPERTY SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="property_summary"><!-- --></a>
<h3>Properties Summary</h3>
<ul class="blockList">
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Properties Summary table, listing nested classes, and an explanation">
<caption><span>Properties</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Type</th>
<th class="colLast" scope="col">Name and description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code><strong>java.lang.Object</strong></code>&nbsp;</td>
<td class="colLast"><code><a href="#outputDir"></a>outputDir</code><br></td>
</tr>
</table>
</ul>
</li>
</ul>
<!-- =========== ELEMENT SUMMARY =========== -->
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_summary"><!-- --></a>
<h3>Constructor Summary</h3>
<ul class="blockList">
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructors Summary table">
<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Constructor and description</th>
</tr>
<tr class="altColor">
<td class="colFirst">
<code><a href="#JRubyPrepareJars()">JRubyPrepareJars</a></strong>
()</code><br></td>
</tr>
</table>
</ul>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary"><!-- --></a>
<h3>Methods Summary</h3>
<ul class="blockList">
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Methods Summary table">
<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Type</th>
<th class="colLast" scope="col">Name and description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</strong></code></td>
<td class="colLast"><code><strong><a href="#copy()">copy</a></strong>()</code><br></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.io.File</strong></code></td>
<td class="colLast"><code><strong><a href="#getOutputDir()">getOutputDir</a></strong>()</code><br>Target directory for JARs <CODE>outputDir + "/jars"</CODE></td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</strong></code></td>
<td class="colLast"><code><strong><a href="#outputDir(java.lang.Object)">outputDir</a></strong>(java.lang.Object file)</code><br>Sets the output directory</td>
</tr>
</table>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- =========== PROPERTY DETAIL =========== -->
<ul class="blockList">
<li class="blockList"><a name="prop_detail">
<!-- -->
</a>
<h3>Property Detail</h3>
<a name="outputDir"><!-- --></a>
<ul class="blockListLast">
<li class="blockList">
<h4>@groovy.transform.PackageScope
java.lang.Object <strong>outputDir</strong></h4>
<p></p>
</li>
</ul>
</li>
</ul>
<!-- =========== CONSTRUCTOR DETAIL =========== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="JRubyPrepareJars()"><!-- --></a>
<ul class="blockListLast">
<li class="blockList">
<h4><strong>JRubyPrepareJars</strong>()</h4>
<p></p>
</li>
</ul>
</li>
</ul>
<!-- =========== METHOD DETAIL =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="copy()"><!-- --></a>
<ul class="blockListLast">
<li class="blockList">
<h4>@TaskAction
void <strong>copy</strong>()</h4>
<p></p>
</li>
</ul>
<a name="getOutputDir()"><!-- --></a>
<ul class="blockListLast">
<li class="blockList">
<h4>@OutputDirectory
java.io.File <strong>getOutputDir</strong>()</h4>
<p> Target directory for JARs <CODE>outputDir + "/jars"</CODE>
</p>
</li>
</ul>
<a name="outputDir(java.lang.Object)"><!-- --></a>
<ul class="blockListLast">
<li class="blockList">
<h4>void <strong>outputDir</strong>(java.lang.Object file)</h4>
<p> Sets the output directory
<DL><DT><B>Parameters:</B></DT><DD><code>f</code> - Output directory</DD></DL></p>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-all.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<div>
<ul class="navList">
<li><a href="../../../index.html?com/github/jrubygradle/JRubyPrepareJars" target="_top">Frames</a></li>
<li><a href="JRubyPrepareJars.html" target="_top">No Frames</a></li>
</ul>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
Nested&nbsp;&nbsp;&nbsp;Field&nbsp;&nbsp;&nbsp;<li><a href="#property_summary">Property</a></li>&nbsp;&nbsp;&nbsp;<li><a href="#constructor_summary">Constructor</a></li>&nbsp;&nbsp;&nbsp;<li><a href="#method_summary">Method</a></li>&nbsp;&nbsp;&nbsp;
</ul>
<ul class="subNavList">
<li>&nbsp;|&nbsp;Detail:&nbsp;</li>
Field&nbsp;&nbsp;&nbsp;<li><a href="#prop_detail">Property</a></li>&nbsp;&nbsp;&nbsp;<li><a href="#constructor_detail">Constructor</a></li>&nbsp;&nbsp;&nbsp;<li><a href="#method_detail">Method</a></li>&nbsp;&nbsp;&nbsp;
</ul>
</div>
<p>Groovy Documentation</p>
<a name="skip-navbar_bottom">
<!-- -->
</a>
</div>
</div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>

View File

@ -6,9 +6,9 @@
<html>
<head>
<!-- Generated by groovydoc (2.3.3) on Fri Jul 31 01:11:23 PDT 2015 -->
<title>GemVersion (jruby-gradle-base-plugin 1.0.0 API)</title>
<meta name="date" content="2015-07-31">
<!-- Generated by groovydoc (2.3.3) on Fri Aug 07 08:22:52 PDT 2015 -->
<title>GemVersion (jruby-gradle-base-plugin 1.0.1 API)</title>
<meta name="date" content="2015-08-07">
<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.0 API)";
parent.document.title="GemVersion (jruby-gradle-base-plugin 1.0.1 API)";
}
//-->
</script>

View File

@ -6,9 +6,9 @@
<html>
<head>
<!-- Generated by groovydoc (2.3.3) on Fri Jul 31 01:11:23 PDT 2015 -->
<title>GemVersionResolver (jruby-gradle-base-plugin 1.0.0 API)</title>
<meta name="date" content="2015-07-31">
<!-- Generated by groovydoc (2.3.3) on Fri Aug 07 08:22:52 PDT 2015 -->
<title>GemVersionResolver (jruby-gradle-base-plugin 1.0.1 API)</title>
<meta name="date" content="2015-08-07">
<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.0 API)";
parent.document.title="GemVersionResolver (jruby-gradle-base-plugin 1.0.1 API)";
}
//-->
</script>

View File

@ -6,9 +6,9 @@
<html>
<head>
<!-- Generated by groovydoc (2.3.3) on Fri Jul 31 01:11:23 PDT 2015 -->
<title>JRubyExecDelegate (jruby-gradle-base-plugin 1.0.0 API)</title>
<meta name="date" content="2015-07-31">
<!-- Generated by groovydoc (2.3.3) on Fri Aug 07 08:22:52 PDT 2015 -->
<title>JRubyExecDelegate (jruby-gradle-base-plugin 1.0.1 API)</title>
<meta name="date" content="2015-08-07">
<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.0 API)";
parent.document.title="JRubyExecDelegate (jruby-gradle-base-plugin 1.0.1 API)";
}
//-->
</script>

View File

@ -6,9 +6,9 @@
<html>
<head>
<!-- Generated by groovydoc (2.3.3) on Fri Jul 31 01:11:24 PDT 2015 -->
<title>JRubyExecTraits (jruby-gradle-base-plugin 1.0.0 API)</title>
<meta name="date" content="2015-07-31">
<!-- Generated by groovydoc (2.3.3) on Fri Aug 07 08:22:52 PDT 2015 -->
<title>JRubyExecTraits (jruby-gradle-base-plugin 1.0.1 API)</title>
<meta name="date" content="2015-08-07">
<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.0 API)";
parent.document.title="JRubyExecTraits (jruby-gradle-base-plugin 1.0.1 API)";
}
//-->
</script>

View File

@ -6,9 +6,9 @@
<html>
<head>
<!-- Generated by groovydoc (2.3.3) on Fri Jul 31 01:11:24 PDT 2015 -->
<title>JRubyExecUtils (jruby-gradle-base-plugin 1.0.0 API)</title>
<meta name="date" content="2015-07-31">
<!-- Generated by groovydoc (2.3.3) on Fri Aug 07 08:22:53 PDT 2015 -->
<title>JRubyExecUtils (jruby-gradle-base-plugin 1.0.1 API)</title>
<meta name="date" content="2015-08-07">
<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.0 API)";
parent.document.title="JRubyExecUtils (jruby-gradle-base-plugin 1.0.1 API)";
}
//-->
</script>

View File

@ -2,7 +2,7 @@
<html>
<head>
<title>com.github.jrubygradle.internal (jruby-gradle-base-plugin 1.0.0 API)</title>
<title>com.github.jrubygradle.internal (jruby-gradle-base-plugin 1.0.1 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.0 API)";
parent.document.title="com.github.jrubygradle.internal (jruby-gradle-base-plugin 1.0.1 API)";
}
</script>
<noscript>

View File

@ -2,7 +2,7 @@
<html>
<head>
<title>com.github.jrubygradle (jruby-gradle-base-plugin 1.0.0 API)</title>
<title>com.github.jrubygradle (jruby-gradle-base-plugin 1.0.1 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.0 API)";
parent.document.title="com.github.jrubygradle (jruby-gradle-base-plugin 1.0.1 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.0 API)</title>
<meta name="date" content="2015-07-31">
<title>Deprecated API (jruby-gradle-base-plugin 1.0.1 API)</title>
<meta name="date" content="2015-08-07">
<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.0 API)";
parent.document.title="Deprecated API (jruby-gradle-base-plugin 1.0.1 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-base-plugin 1.0.0 API)</title>
<title>API Help (jruby-gradle-base-plugin 1.0.1 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-07-31">
<meta name="date" content="2015-08-07">
<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.0 API)";
parent.document.title="API Help (jruby-gradle-base-plugin 1.0.1 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.0 API)</title>
<meta name="date" content="2015-07-31">
<title>Index (jruby-gradle-base-plugin 1.0.1 API)</title>
<meta name="date" content="2015-08-07">
<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.0 API)";
parent.document.title="Index (jruby-gradle-base-plugin 1.0.1 API)";
}
//-->
</script>

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.0 API)</title>
<title>Index (jruby-gradle-base-plugin 1.0.1 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.0 API)</title>
<title>Overview (jruby-gradle-base-plugin 1.0.1 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.0 API)</title>
<title>Overview (jruby-gradle-base-plugin 1.0.1 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.0 API)";
parent.document.title="Overview (jruby-gradle-base-plugin 1.0.1 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.0 API</h1>
<h1 class="title">jruby-gradle-base-plugin 1.0.1 API</h1>
</div>
<div class="header">

View File

@ -6,9 +6,9 @@
<html>
<head>
<!-- Generated by groovydoc (2.3.3) on Fri Jul 31 01:11:25 PDT 2015 -->
<title>JRubyJar.Type (jruby-gradle-jar-plugin 1.0.0)</title>
<meta name="date" content="2015-07-31">
<!-- Generated by groovydoc (2.3.3) on Fri Aug 07 08:22:54 PDT 2015 -->
<title>JRubyJar.Type (jruby-gradle-jar-plugin 1.0.1)</title>
<meta name="date" content="2015-08-07">
<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.0)";
parent.document.title="JRubyJar.Type (jruby-gradle-jar-plugin 1.0.1)";
}
//-->
</script>

View File

@ -6,9 +6,9 @@
<html>
<head>
<!-- Generated by groovydoc (2.3.3) on Fri Jul 31 01:11:25 PDT 2015 -->
<title>JRubyJar (jruby-gradle-jar-plugin 1.0.0)</title>
<meta name="date" content="2015-07-31">
<!-- Generated by groovydoc (2.3.3) on Fri Aug 07 08:22:54 PDT 2015 -->
<title>JRubyJar (jruby-gradle-jar-plugin 1.0.1)</title>
<meta name="date" content="2015-08-07">
<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 (jruby-gradle-jar-plugin 1.0.0)";
parent.document.title="JRubyJar (jruby-gradle-jar-plugin 1.0.1)";
}
//-->
</script>

View File

@ -6,9 +6,9 @@
<html>
<head>
<!-- Generated by groovydoc (2.3.3) on Fri Jul 31 01:11:25 PDT 2015 -->
<title>JRubyJarPlugin (jruby-gradle-jar-plugin 1.0.0)</title>
<meta name="date" content="2015-07-31">
<!-- Generated by groovydoc (2.3.3) on Fri Aug 07 08:22:54 PDT 2015 -->
<title>JRubyJarPlugin (jruby-gradle-jar-plugin 1.0.1)</title>
<meta name="date" content="2015-08-07">
<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.0)";
parent.document.title="JRubyJarPlugin (jruby-gradle-jar-plugin 1.0.1)";
}
//-->
</script>

View File

@ -6,9 +6,9 @@
<html>
<head>
<!-- Generated by groovydoc (2.3.3) on Fri Jul 31 01:11:25 PDT 2015 -->
<title>JRubyDirInfo (jruby-gradle-jar-plugin 1.0.0)</title>
<meta name="date" content="2015-07-31">
<!-- Generated by groovydoc (2.3.3) on Fri Aug 07 08:22:54 PDT 2015 -->
<title>JRubyDirInfo (jruby-gradle-jar-plugin 1.0.1)</title>
<meta name="date" content="2015-08-07">
<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.0)";
parent.document.title="JRubyDirInfo (jruby-gradle-jar-plugin 1.0.1)";
}
//-->
</script>

View File

@ -2,7 +2,7 @@
<html>
<head>
<title>com.github.jrubygradle.jar.internal (jruby-gradle-jar-plugin 1.0.0 API)</title>
<title>com.github.jrubygradle.jar.internal (jruby-gradle-jar-plugin 1.0.1 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.0 API)";
parent.document.title="com.github.jrubygradle.jar.internal (jruby-gradle-jar-plugin 1.0.1 API)";
}
</script>
<noscript>

View File

@ -2,7 +2,7 @@
<html>
<head>
<title>com.github.jrubygradle.jar (jruby-gradle-jar-plugin 1.0.0 API)</title>
<title>com.github.jrubygradle.jar (jruby-gradle-jar-plugin 1.0.1 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.0 API)";
parent.document.title="com.github.jrubygradle.jar (jruby-gradle-jar-plugin 1.0.1 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.0 API)</title>
<meta name="date" content="2015-07-31">
<title>Deprecated API (jruby-gradle-jar-plugin 1.0.1 API)</title>
<meta name="date" content="2015-08-07">
<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.0 API)";
parent.document.title="Deprecated API (jruby-gradle-jar-plugin 1.0.1 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.0 API)</title>
<title>API Help (jruby-gradle-jar-plugin 1.0.1 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-07-31">
<meta name="date" content="2015-08-07">
<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.0 API)";
parent.document.title="API Help (jruby-gradle-jar-plugin 1.0.1 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.0 API)</title>
<meta name="date" content="2015-07-31">
<title>Index (jruby-gradle-jar-plugin 1.0.1 API)</title>
<meta name="date" content="2015-08-07">
<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.0 API)";
parent.document.title="Index (jruby-gradle-jar-plugin 1.0.1 API)";
}
//-->
</script>

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.0 API)</title>
<title>Index (jruby-gradle-jar-plugin 1.0.1 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.0)</title>
<title>Overview (jruby-gradle-jar-plugin 1.0.1)</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.0 API)</title>
<title>Overview (jruby-gradle-jar-plugin 1.0.1 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.0 API)";
parent.document.title="Overview (jruby-gradle-jar-plugin 1.0.1 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.0</h1>
<h1 class="title">jruby-gradle-jar-plugin 1.0.1</h1>
</div>
<div class="header">

View File

@ -6,9 +6,9 @@
<html>
<head>
<!-- Generated by groovydoc (2.3.3) on Fri Jul 31 01:11:25 PDT 2015 -->
<title>JRubyWar (jruby-gradle-war-plugin 1.0.0-alpha API)</title>
<meta name="date" content="2015-07-31">
<!-- Generated by groovydoc (2.3.3) on Fri Aug 07 08:22:56 PDT 2015 -->
<title>JRubyWar (jruby-gradle-war-plugin 1.0.1-alpha API)</title>
<meta name="date" content="2015-08-07">
<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="JRubyWar (jruby-gradle-war-plugin 1.0.0-alpha API)";
parent.document.title="JRubyWar (jruby-gradle-war-plugin 1.0.1-alpha API)";
}
//-->
</script>

View File

@ -6,9 +6,9 @@
<html>
<head>
<!-- Generated by groovydoc (2.3.3) on Fri Jul 31 01:11:25 PDT 2015 -->
<title>JRubyWarPlugin (jruby-gradle-war-plugin 1.0.0-alpha API)</title>
<meta name="date" content="2015-07-31">
<!-- Generated by groovydoc (2.3.3) on Fri Aug 07 08:22:56 PDT 2015 -->
<title>JRubyWarPlugin (jruby-gradle-war-plugin 1.0.1-alpha API)</title>
<meta name="date" content="2015-08-07">
<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.0-alpha API)";
parent.document.title="JRubyWarPlugin (jruby-gradle-war-plugin 1.0.1-alpha API)";
}
//-->
</script>

View File

@ -2,7 +2,7 @@
<html>
<head>
<title>com.github.jrubygradle.war (jruby-gradle-war-plugin 1.0.0-alpha API)</title>
<title>com.github.jrubygradle.war (jruby-gradle-war-plugin 1.0.1-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.0-alpha API)";
parent.document.title="com.github.jrubygradle.war (jruby-gradle-war-plugin 1.0.1-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.0-alpha API)</title>
<meta name="date" content="2015-07-31">
<title>Deprecated API (jruby-gradle-war-plugin 1.0.1-alpha API)</title>
<meta name="date" content="2015-08-07">
<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.0-alpha API)";
parent.document.title="Deprecated API (jruby-gradle-war-plugin 1.0.1-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.0-alpha API)</title>
<title>API Help (jruby-gradle-war-plugin 1.0.1-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-07-31">
<meta name="date" content="2015-08-07">
<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.0-alpha API)";
parent.document.title="API Help (jruby-gradle-war-plugin 1.0.1-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.0-alpha API)</title>
<meta name="date" content="2015-07-31">
<title>Index (jruby-gradle-war-plugin 1.0.1-alpha API)</title>
<meta name="date" content="2015-08-07">
<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.0-alpha API)";
parent.document.title="Index (jruby-gradle-war-plugin 1.0.1-alpha API)";
}
//-->
</script>

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.0-alpha API)</title>
<title>Index (jruby-gradle-war-plugin 1.0.1-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.0-alpha API)</title>
<title>Overview (jruby-gradle-war-plugin 1.0.1-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.0-alpha API)</title>
<title>Overview (jruby-gradle-war-plugin 1.0.1-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.0-alpha API)";
parent.document.title="Overview (jruby-gradle-war-plugin 1.0.1-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.0-alpha API</h1>
<h1 class="title">jruby-gradle-war-plugin 1.0.1-alpha API</h1>
</div>
<div class="header">

View File

@ -146,19 +146,20 @@ puts <span class="string"><span class="delimiter">&quot;</span><span class="cont
<div class="content">
<pre class="CodeRay highlight nowrap"><code data-lang="gradle">apply plugin: &quot;com.github.jruby-gradle.jar&quot;
repositories { jcenter() }
dependencies {
/* Using the built-in `jrubyJar` configuration to describe the
* dependencies our jrubyJar task will need, so the gem is properly
* included in the resulting .jar file
*/
jrubyJar &quot;rubygems:colorize:0.7.7+&quot;
jrubyJar 'org.slf4j:slf4j-simple:1.7.12'
}
jrubyJar {
/* We want to use this Ruby script as our start point when the jar executes
*/
initScript &quot;${projectDir}/entrypoint.rb&quot;
}</code></pre>
*/</code></pre>
</div>
</div>
<div class="listingblock">
@ -166,10 +167,15 @@ jrubyJar {
<div class="content">
<pre class="CodeRay highlight nowrap"><code data-lang="ruby">require <span class="string"><span class="delimiter">'</span><span class="content">colorize</span><span class="delimiter">'</span></span>
java_import <span class="string"><span class="delimiter">'</span><span class="content">org.slf4j.Logger</span><span class="delimiter">'</span></span>
java_import <span class="string"><span class="delimiter">'</span><span class="content">org.slf4j.LoggerFactory</span><span class="delimiter">'</span></span>
logger = <span class="constant">LoggerFactory</span>.getLogger(<span class="string"><span class="delimiter">'</span><span class="content">demo</span><span class="delimiter">'</span></span>)
puts <span class="string"><span class="delimiter">&quot;</span><span class="content">-</span><span class="delimiter">&quot;</span></span> * <span class="integer">20</span>
puts <span class="string"><span class="delimiter">&quot;</span><span class="content">Ruby version: </span><span class="inline"><span class="inline-delimiter">#{</span><span class="predefined-constant">RUBY_VERSION</span><span class="inline-delimiter">}</span></span><span class="delimiter">&quot;</span></span>
puts <span class="string"><span class="delimiter">&quot;</span><span class="content">Ruby platform: </span><span class="inline"><span class="inline-delimiter">#{</span><span class="predefined-constant">RUBY_PLATFORM</span><span class="inline-delimiter">}</span></span><span class="delimiter">&quot;</span></span>
puts <span class="string"><span class="delimiter">&quot;</span><span class="content">Current file: </span><span class="inline"><span class="inline-delimiter">#{</span><span class="predefined-constant">__FILE__</span><span class="inline-delimiter">}</span></span><span class="delimiter">&quot;</span></span>
logger.info <span class="string"><span class="delimiter">&quot;</span><span class="content">Ruby version: </span><span class="inline"><span class="inline-delimiter">#{</span><span class="predefined-constant">RUBY_VERSION</span><span class="inline-delimiter">}</span></span><span class="delimiter">&quot;</span></span>
logger.info <span class="string"><span class="delimiter">&quot;</span><span class="content">Ruby platform: </span><span class="inline"><span class="inline-delimiter">#{</span><span class="predefined-constant">RUBY_PLATFORM</span><span class="inline-delimiter">}</span></span><span class="delimiter">&quot;</span></span>
logger.info <span class="string"><span class="delimiter">&quot;</span><span class="content">Current file: </span><span class="inline"><span class="inline-delimiter">#{</span><span class="predefined-constant">__FILE__</span><span class="inline-delimiter">}</span></span><span class="delimiter">&quot;</span></span>
puts <span class="string"><span class="delimiter">&quot;</span><span class="content">-</span><span class="delimiter">&quot;</span></span> * <span class="integer">20</span>
puts <span class="string"><span class="delimiter">&quot;</span><span class="content">Roses are red</span><span class="delimiter">&quot;</span></span>.red

142
news.atom
View File

@ -1,55 +1,135 @@
<feed xml:lang='en-US' xmlns='http://www.w3.org/2005/Atom'>
<id>http://jruby-gradle.org/</id>
<title>JRuby/Gradle News</title>
<updated>2015-07-20T16:21:55-07:00</updated>
<updated>2015-08-04T04:53:54-07:00</updated>
<link href='http://jruby-gradle.org/news.atom' rel='self' type='application/atom+xml'>
<link href='http://jruby-gradle.org/' rel='alternate' type='text/html'>
<entry>
<id>http://jruby-gradle.org/news/2015/07/09/jrubyjar-improvements/</id>
<title></title>
<updated>2015-07-20T16:21:55-07:00</updated>
<published>2015-07-09T00:00:00+00:00</published>
<link href='http://jruby-gradle.org/news/2015/07/09/jrubyjar-improvements/' rel='alternate' type='text/html'>
<id>http://jruby-gradle.org/news/2015/08/05/jrubyconfeu-presentation/</id>
<title>{&quot;Presentation&quot;=&gt;&quot;JRuby/Gradle at JRubyConf EU 2015&quot;}</title>
<updated>2015-08-04T04:53:54-07:00</updated>
<published>2015-08-05T00:00:00+00:00</published>
<link href='http://jruby-gradle.org/news/2015/08/05/jrubyconfeu-presentation/' rel='alternate' type='text/html'>
<summary>
Improvements to jar packaging
Hello
...
</summary>
<content type='html'>
&lt;div class=&quot;sect1&quot;&gt;
&lt;h2 id=&quot;improvements-to-jar-packaging&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#improvements-to-jar-packaging&quot;&gt;&lt;/a&gt;Improvements to jar packaging&lt;/h2&gt;
&lt;div class=&quot;sectionbody&quot;&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;Hello&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
</content>
</entry>
<entry>
<id>http://jruby-gradle.org/news/2015/07/08/new-jruby-default/</id>
<title></title>
<updated>2015-07-20T16:21:55-07:00</updated>
<published>2015-07-08T00:00:00+00:00</published>
<link href='http://jruby-gradle.org/news/2015/07/08/new-jruby-default/' rel='alternate' type='text/html'>
<id>http://jruby-gradle.org/news/2015/08/04/jrubygradle-one-point-oh/</id>
<title>JRuby/Gradle 1.0 Announced</title>
<updated>2015-08-06T11:08:31-07:00</updated>
<published>2015-08-04T00:00:00+00:00</published>
<link href='http://jruby-gradle.org/news/2015/08/04/jrubygradle-one-point-oh/' rel='alternate' type='text/html'>
<summary>
JRuby 1.7.21 now defaulted
Less than one year after the JRuby/Gradle
project was founded, we are pleased to announce the release of 1.0 for the
core plugins, which includes the base plugin, the jar
plugin and an alpha version of the war plugin. This release marks
the stability of the core task and configuration APIs for the lifetime of the
1.x branch of development.
...
Notable Features
This release includes a number of notable features which can help developers
build high quality Ruby projects, based on JRuby.
Defaulted to the major milestone release: JRuby 9.0.0.0
Native Java dependency resolution via Gradle&#8217;s built-in support of Maven
repositories and with Gem dependency resolution via a
rubygems.org proxy.
Execution of local...
</summary>
<content type='html'>
&lt;div class=&quot;sect1&quot;&gt;
&lt;h2 id=&quot;jruby-1-7-21-now-defaulted&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#jruby-1-7-21-now-defaulted&quot;&gt;&lt;/a&gt;JRuby 1.7.21 now defaulted&lt;/h2&gt;
&lt;div id=&quot;preamble&quot;&gt;
&lt;div class=&quot;sectionbody&quot;&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;Less than one year after the &lt;a href=&quot;http://github.com/jruby-gradle&quot;&gt;JRuby/Gradle&lt;/a&gt;
project was founded, we are pleased to announce the release of &lt;strong&gt;1.0&lt;/strong&gt; for the
core plugins, which includes &lt;a href=&quot;http://jruby-gradle.org/base/&quot;&gt;the base plugin&lt;/a&gt;, &lt;a href=&quot;http://jruby-gradle.org/jar/&quot;&gt;the jar
plugin&lt;/a&gt; and an alpha version of the &lt;a href=&quot;http://jruby-gradle.org/war/&quot;&gt;war plugin&lt;/a&gt;. This release marks
the stability of the core task and configuration APIs for the lifetime of the
&lt;code&gt;1.x&lt;/code&gt; branch of development.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect1&quot;&gt;
&lt;h2 id=&quot;notable-features&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#notable-features&quot;&gt;&lt;/a&gt;Notable Features&lt;/h2&gt;
&lt;div class=&quot;sectionbody&quot;&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;This release includes a number of notable features which can help developers
build high quality Ruby projects, based on &lt;a href=&quot;http://jruby.org&quot;&gt;JRuby&lt;/a&gt;.&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;ulist&quot;&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Defaulted to the major milestone release: &lt;a href=&quot;jruby.org/2015/07/22/jruby-9-0-0-0.html&quot;&gt;JRuby 9.0.0.0&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Native Java dependency resolution via Gradles built-in support of Maven
repositories and with Gem dependency resolution via a
&lt;a href=&quot;http://rubygems.org&quot;&gt;rubygems.org&lt;/a&gt; &lt;a href=&quot;http://rubygems.lasagna.io/proxy/maven/releases&quot;&gt;proxy&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Execution of local Ruby script via the &lt;a href=&quot;http://jruby-gradle.org/base/#jrubyexec&quot;&gt;JRubyExec task&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Execution of scripts provided by a gem dependency, e.g. &lt;code&gt;rspec&lt;/code&gt; via
&lt;a href=&quot;http://jruby-gradle.org/base/#jrubyexec&quot;&gt;JRubyExec task&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Support for distinct
&lt;a href=&quot;https://docs.gradle.org/current/dsl/org.gradle.api.artifacts.Configuration.html&quot;&gt;configurations&lt;/a&gt;
to isolate dependencies, even JRuby versions, between &lt;a href=&quot;http://jruby-gradle.org/base/#jrubyexec&quot;&gt;JRubyExec tasks&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Similar support for different configurations between &lt;a href=&quot;http://jruby-gradle.org/jar/#jrubyjar&quot;&gt;JRubyJar
tasks&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect1&quot;&gt;
&lt;h2 id=&quot;project-history&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#project-history&quot;&gt;&lt;/a&gt;Project History&lt;/h2&gt;
&lt;div class=&quot;sectionbody&quot;&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;The JRuby/Gradle project was originally started to address the challenges faced
when attempting to build complex Ruby applications based on
&lt;a href=&quot;http://jruby.org&quot;&gt;JRuby&lt;/a&gt;. With such applications it is desirable to leverage
the vast libraries available to JVM-based languages, as well as many of the
user-friendly gems built by Ruby developers&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;After trying to make multiple tools, which werent designed to support non-Java
projects, work with Ruby &lt;a href=&quot;https://github.com/rtyler&quot;&gt;R. Tyler Croy&lt;/a&gt; started
building a prototype with Gradle to package up a JRuby application as a jar.
Shortly after publishing the prototype, &lt;a href=&quot;https://github.com/ysb33r&quot;&gt;Schalke
W. Cronje&lt;/a&gt; discovered the fledgling project and with his Gradle development
experience helped bring it from a weekend hack project to a well-tested,
well-structured set of Gradle plugins. Eventually
&lt;a href=&quot;https://github.com/mkristian&quot;&gt;Christian Meier&lt;/a&gt;, whose
link:https://github.com/torquebox/rubygems-servlets] code helped make the
project originally possible, joined the team to help improve support in JRuby
itself for the different embedded operating modes that the JRuby/Gradle
toolchain makes use of.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
</content>

View File

@ -1,6 +0,0 @@
<div class="sect1">
<h2 id="jruby-1-7-21-now-defaulted"><a class="anchor" href="#jruby-1-7-21-now-defaulted"></a>JRuby 1.7.21 now defaulted</h2>
<div class="sectionbody">
</div>
</div>

View File

@ -1,8 +0,0 @@
<div class="sect1">
<h2 id="improvements-to-jar-packaging"><a class="anchor" href="#improvements-to-jar-packaging"></a>Improvements to jar packaging</h2>
<div class="sectionbody">
<div class="paragraph">
<p>Hello</p>
</div>
</div>
</div>

View File

@ -0,0 +1,130 @@
<html>
<head>
<link href='/stylesheets/foundation.css' rel='stylesheet'>
<link href='/stylesheets/jrubygradle.css' rel='stylesheet'>
<link href='/news.atom' rel='alternate' title='JRuby/Gradle News' type='application/atom+xml'>
<title>
JRuby/Gradle 1.0 Announced
</title>
</head>
<body>
<a href='https://github.com/jruby-gradle'>
<img alt='Fork me on GitHub' data-canonical-src='https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png' src='https://camo.githubusercontent.com/365986a132ccd6a44c23a9169022c0b5c890c387/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f7265645f6161303030302e706e67' style='position: absolute; top: 0; right: 0; border: 0;'>
</a>
<div id='main_nav'>
<ul>
<li>
<a href='/'>
Home
</a>
</li>
<li>
<a href='/docs/'>
Documentation
</a>
</li>
<li>
<a href='/community/'>
Community
</a>
</li>
<li>
<a href='/news/'>
News
</a>
</li>
<li>
<a href='/download/'>
Download
</a>
</li>
<li>
<a href='https://travis-ci.org/jruby-gradle/jruby-gradle-plugin'>
<img src='https://travis-ci.org/jruby-gradle/jruby-gradle-plugin.svg?branch=master'>
</a>
</li>
</ul>
</div>
<div id='content'>
<h1>
JRuby/Gradle 1.0 Announced
</h1>
<div id="preamble">
<div class="sectionbody">
<div class="paragraph">
<p>Less than one year after the <a href="http://github.com/jruby-gradle">JRuby/Gradle</a>
project was founded, we are pleased to announce the release of <strong>1.0</strong> for the
core plugins, which includes <a href="/base/">the base plugin</a>, <a href="/jar/">the jar
plugin</a> and an alpha version of the <a href="/war/">war plugin</a>. This release marks
the stability of the core task and configuration APIs for the lifetime of the
<code>1.x</code> branch of development.</p>
</div>
</div>
</div>
<div class="sect1">
<h2 id="notable-features"><a class="anchor" href="#notable-features"></a>Notable Features</h2>
<div class="sectionbody">
<div class="paragraph">
<p>This release includes a number of notable features which can help developers
build high quality Ruby projects, based on <a href="http://jruby.org">JRuby</a>.</p>
</div>
<div class="ulist">
<ul>
<li>
<p>Defaulted to the major milestone release: <a href="jruby.org/2015/07/22/jruby-9-0-0-0.html">JRuby 9.0.0.0</a></p>
</li>
<li>
<p>Native Java dependency resolution via Gradle&#8217;s built-in support of Maven
repositories and with Gem dependency resolution via a
<a href="http://rubygems.org">rubygems.org</a> <a href="http://rubygems.lasagna.io/proxy/maven/releases">proxy</a>.</p>
</li>
<li>
<p>Execution of local Ruby script via the <a href="/base/#jrubyexec">JRubyExec task</a></p>
</li>
<li>
<p>Execution of scripts provided by a gem dependency, e.g. <code>rspec</code> via
<a href="/base/#jrubyexec">JRubyExec task</a></p>
</li>
<li>
<p>Support for distinct
<a href="https://docs.gradle.org/current/dsl/org.gradle.api.artifacts.Configuration.html">configurations</a>
to isolate dependencies, even JRuby versions, between <a href="/base/#jrubyexec">JRubyExec tasks</a>.</p>
</li>
<li>
<p>Similar support for different configurations between <a href="/jar/#jrubyjar">JRubyJar
tasks</a></p>
</li>
</ul>
</div>
</div>
</div>
<div class="sect1">
<h2 id="project-history"><a class="anchor" href="#project-history"></a>Project History</h2>
<div class="sectionbody">
<div class="paragraph">
<p>The JRuby/Gradle project was originally started to address the challenges faced
when attempting to build complex Ruby applications based on
<a href="http://jruby.org">JRuby</a>. With such applications it is desirable to leverage
the vast libraries available to JVM-based languages, as well as many of the
user-friendly gems built by Ruby developers</p>
</div>
<div class="paragraph">
<p>After trying to make multiple tools, which weren&#8217;t designed to support non-Java
projects, work with Ruby <a href="https://github.com/rtyler">R. Tyler Croy</a> started
building a prototype with Gradle to package up a JRuby application as a jar.
Shortly after publishing the prototype, <a href="https://github.com/ysb33r">Schalke
W. Cronje</a> discovered the fledgling project and with his Gradle development
experience helped bring it from a weekend hack project to a well-tested,
well-structured set of Gradle plugins. Eventually
<a href="https://github.com/mkristian">Christian Meier</a>, whose
link:https://github.com/torquebox/rubygems-servlets] code helped make the
project originally possible, joined the team to help improve support in JRuby
itself for the different embedded operating modes that the JRuby/Gradle
toolchain makes use of.</p>
</div>
</div>
</div>
</div>
<hr>
</body>
</html>

View File

@ -0,0 +1,56 @@
<html>
<head>
<link href='/stylesheets/foundation.css' rel='stylesheet'>
<link href='/stylesheets/jrubygradle.css' rel='stylesheet'>
<link href='/news.atom' rel='alternate' title='JRuby/Gradle News' type='application/atom+xml'>
<title>
{"Presentation"=>"JRuby/Gradle at JRubyConf EU 2015"}
</title>
</head>
<body>
<a href='https://github.com/jruby-gradle'>
<img alt='Fork me on GitHub' data-canonical-src='https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png' src='https://camo.githubusercontent.com/365986a132ccd6a44c23a9169022c0b5c890c387/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f7265645f6161303030302e706e67' style='position: absolute; top: 0; right: 0; border: 0;'>
</a>
<div id='main_nav'>
<ul>
<li>
<a href='/'>
Home
</a>
</li>
<li>
<a href='/docs/'>
Documentation
</a>
</li>
<li>
<a href='/community/'>
Community
</a>
</li>
<li>
<a href='/news/'>
News
</a>
</li>
<li>
<a href='/download/'>
Download
</a>
</li>
<li>
<a href='https://travis-ci.org/jruby-gradle/jruby-gradle-plugin'>
<img src='https://travis-ci.org/jruby-gradle/jruby-gradle-plugin.svg?branch=master'>
</a>
</li>
</ul>
</div>
<div id='content'>
<h1>
{"Presentation"=>"JRuby/Gradle at JRubyConf EU 2015"}
</h1>
</div>
<hr>
</body>
</html>

View File

@ -51,34 +51,96 @@ JRuby/Gradle News
</h1>
<div class='post'>
<h1>
<a href='/news/2015/07/09/jrubyjar-improvements/'></a>
<a href='/news/2015/08/05/jrubyconfeu-presentation/'>{"Presentation"=>"JRuby/Gradle at JRubyConf EU 2015"}</a>
</h1>
<strong>
09 July 2015
05 August 2015
</strong>
<div class='content'>
<div class="sect1">
<h2 id="improvements-to-jar-packaging"><a class="anchor" href="#improvements-to-jar-packaging"></a>Improvements to jar packaging</h2>
<div class="sectionbody">
<div class="paragraph">
<p>Hello</p>
</div>
</div>
</div>
</div>
</div>
<div class='post'>
<h1>
<a href='/news/2015/07/08/new-jruby-default/'></a>
<a href='/news/2015/08/04/jrubygradle-one-point-oh/'>JRuby/Gradle 1.0 Announced</a>
</h1>
<strong>
08 July 2015
04 August 2015
</strong>
<div class='content'>
<div class="sect1">
<h2 id="jruby-1-7-21-now-defaulted"><a class="anchor" href="#jruby-1-7-21-now-defaulted"></a>JRuby 1.7.21 now defaulted</h2>
<div id="preamble">
<div class="sectionbody">
<div class="paragraph">
<p>Less than one year after the <a href="http://github.com/jruby-gradle">JRuby/Gradle</a>
project was founded, we are pleased to announce the release of <strong>1.0</strong> for the
core plugins, which includes <a href="/base/">the base plugin</a>, <a href="/jar/">the jar
plugin</a> and an alpha version of the <a href="/war/">war plugin</a>. This release marks
the stability of the core task and configuration APIs for the lifetime of the
<code>1.x</code> branch of development.</p>
</div>
</div>
</div>
<div class="sect1">
<h2 id="notable-features"><a class="anchor" href="#notable-features"></a>Notable Features</h2>
<div class="sectionbody">
<div class="paragraph">
<p>This release includes a number of notable features which can help developers
build high quality Ruby projects, based on <a href="http://jruby.org">JRuby</a>.</p>
</div>
<div class="ulist">
<ul>
<li>
<p>Defaulted to the major milestone release: <a href="jruby.org/2015/07/22/jruby-9-0-0-0.html">JRuby 9.0.0.0</a></p>
</li>
<li>
<p>Native Java dependency resolution via Gradle&#8217;s built-in support of Maven
repositories and with Gem dependency resolution via a
<a href="http://rubygems.org">rubygems.org</a> <a href="http://rubygems.lasagna.io/proxy/maven/releases">proxy</a>.</p>
</li>
<li>
<p>Execution of local Ruby script via the <a href="/base/#jrubyexec">JRubyExec task</a></p>
</li>
<li>
<p>Execution of scripts provided by a gem dependency, e.g. <code>rspec</code> via
<a href="/base/#jrubyexec">JRubyExec task</a></p>
</li>
<li>
<p>Support for distinct
<a href="https://docs.gradle.org/current/dsl/org.gradle.api.artifacts.Configuration.html">configurations</a>
to isolate dependencies, even JRuby versions, between <a href="/base/#jrubyexec">JRubyExec tasks</a>.</p>
</li>
<li>
<p>Similar support for different configurations between <a href="/jar/#jrubyjar">JRubyJar
tasks</a></p>
</li>
</ul>
</div>
</div>
</div>
<div class="sect1">
<h2 id="project-history"><a class="anchor" href="#project-history"></a>Project History</h2>
<div class="sectionbody">
<div class="paragraph">
<p>The JRuby/Gradle project was originally started to address the challenges faced
when attempting to build complex Ruby applications based on
<a href="http://jruby.org">JRuby</a>. With such applications it is desirable to leverage
the vast libraries available to JVM-based languages, as well as many of the
user-friendly gems built by Ruby developers</p>
</div>
<div class="paragraph">
<p>After trying to make multiple tools, which weren&#8217;t designed to support non-Java
projects, work with Ruby <a href="https://github.com/rtyler">R. Tyler Croy</a> started
building a prototype with Gradle to package up a JRuby application as a jar.
Shortly after publishing the prototype, <a href="https://github.com/ysb33r">Schalke
W. Cronje</a> discovered the fledgling project and with his Gradle development
experience helped bring it from a weekend hack project to a well-tested,
well-structured set of Gradle plugins. Eventually
<a href="https://github.com/mkristian">Christian Meier</a>, whose
link:https://github.com/torquebox/rubygems-servlets] code helped make the
project originally possible, joined the team to help improve support in JRuby
itself for the different embedded operating modes that the JRuby/Gradle
toolchain makes use of.</p>
</div>
</div>
</div>
</div>

View File

@ -1,139 +1,145 @@
<urlset xmlns='http://www.sitemaps.org/schemas/sitemap/0.9'>
<url>
<loc>http://jruby-gradle.org/base/</loc>
<lastmod>2015-07-31</lastmod>
<lastmod>2015-08-07</lastmod>
<priority>0.1</priority>
<changefreq>never</changefreq>
</url>
<url>
<loc>http://jruby-gradle.org/community/</loc>
<lastmod>2015-07-31</lastmod>
<lastmod>2015-08-07</lastmod>
<priority>0.1</priority>
<changefreq>never</changefreq>
</url>
<url>
<loc>http://jruby-gradle.org/cookbook/</loc>
<lastmod>2015-07-31</lastmod>
<lastmod>2015-08-07</lastmod>
<priority>0.1</priority>
<changefreq>never</changefreq>
</url>
<url>
<loc>http://jruby-gradle.org/docinfo/</loc>
<lastmod>2015-07-31</lastmod>
<lastmod>2015-08-07</lastmod>
<priority>0.1</priority>
<changefreq>never</changefreq>
</url>
<url>
<loc>http://jruby-gradle.org/docs/</loc>
<lastmod>2015-07-31</lastmod>
<lastmod>2015-08-07</lastmod>
<priority>0.1</priority>
<changefreq>never</changefreq>
</url>
<url>
<loc>http://jruby-gradle.org/docs.iml</loc>
<lastmod>2015-08-07</lastmod>
<priority>0.1</priority>
<changefreq>never</changefreq>
</url>
<url>
<loc>http://jruby-gradle.org/download/</loc>
<lastmod>2015-07-31</lastmod>
<lastmod>2015-08-07</lastmod>
<priority>0.1</priority>
<changefreq>never</changefreq>
</url>
<url>
<loc>http://jruby-gradle.org/errors/jrubyexec-version-conflict/</loc>
<lastmod>2015-07-31</lastmod>
<lastmod>2015-08-07</lastmod>
<priority>0.1</priority>
<changefreq>never</changefreq>
</url>
<url>
<loc>http://jruby-gradle.org/examples/basic-topology.gradle</loc>
<lastmod>2015-07-31</lastmod>
<lastmod>2015-08-07</lastmod>
<priority>0.1</priority>
<changefreq>never</changefreq>
</url>
<url>
<loc>http://jruby-gradle.org/examples/building-wars.gradle</loc>
<lastmod>2015-07-31</lastmod>
<lastmod>2015-08-07</lastmod>
<priority>0.1</priority>
<changefreq>never</changefreq>
</url>
<url>
<loc>http://jruby-gradle.org/examples/executable-jar.gradle</loc>
<lastmod>2015-07-31</lastmod>
<lastmod>2015-08-07</lastmod>
<priority>0.1</priority>
<changefreq>never</changefreq>
</url>
<url>
<loc>http://jruby-gradle.org/examples/rspec.gradle</loc>
<lastmod>2015-07-31</lastmod>
<lastmod>2015-08-07</lastmod>
<priority>0.1</priority>
<changefreq>never</changefreq>
</url>
<url>
<loc>http://jruby-gradle.org/</loc>
<lastmod>2015-07-31</lastmod>
<lastmod>2015-08-07</lastmod>
<priority>0.1</priority>
<changefreq>never</changefreq>
</url>
<url>
<loc>http://jruby-gradle.org/jar/</loc>
<lastmod>2015-07-31</lastmod>
<lastmod>2015-08-07</lastmod>
<priority>0.1</priority>
<changefreq>never</changefreq>
</url>
<url>
<loc>http://jruby-gradle.org/news/2015/07/08/new-jruby-default/</loc>
<lastmod>2015-07-08</lastmod>
<loc>http://jruby-gradle.org/news/2015/08/04/jrubygradle-one-point-oh/</loc>
<lastmod>2015-08-04</lastmod>
<priority>0.1</priority>
<changefreq>never</changefreq>
</url>
<url>
<loc>http://jruby-gradle.org/news/2015/07/09/jrubyjar-improvements/</loc>
<lastmod>2015-07-09</lastmod>
<loc>http://jruby-gradle.org/news/2015/08/05/jrubyconfeu-presentation/</loc>
<lastmod>2015-08-05</lastmod>
<priority>0.1</priority>
<changefreq>never</changefreq>
</url>
<url>
<loc>http://jruby-gradle.org/news/</loc>
<lastmod>2015-07-31</lastmod>
<lastmod>2015-08-07</lastmod>
<priority>0.1</priority>
<changefreq>never</changefreq>
</url>
<url>
<loc>http://jruby-gradle.org/plugins/base/</loc>
<lastmod>2015-07-31</lastmod>
<lastmod>2015-08-07</lastmod>
<priority>0.1</priority>
<changefreq>never</changefreq>
</url>
<url>
<loc>http://jruby-gradle.org/plugins/jar/</loc>
<lastmod>2015-07-31</lastmod>
<lastmod>2015-08-07</lastmod>
<priority>0.1</priority>
<changefreq>never</changefreq>
</url>
<url>
<loc>http://jruby-gradle.org/plugins/storm/</loc>
<lastmod>2015-07-31</lastmod>
<lastmod>2015-08-07</lastmod>
<priority>0.1</priority>
<changefreq>never</changefreq>
</url>
<url>
<loc>http://jruby-gradle.org/plugins/war/</loc>
<lastmod>2015-07-31</lastmod>
<lastmod>2015-08-07</lastmod>
<priority>0.1</priority>
<changefreq>never</changefreq>
</url>
<url>
<loc>http://jruby-gradle.org/start/</loc>
<lastmod>2015-07-31</lastmod>
<lastmod>2015-08-07</lastmod>
<priority>0.1</priority>
<changefreq>never</changefreq>
</url>
<url>
<loc>http://jruby-gradle.org/storm/</loc>
<lastmod>2015-07-31</lastmod>
<lastmod>2015-08-07</lastmod>
<priority>0.1</priority>
<changefreq>never</changefreq>
</url>
<url>
<loc>http://jruby-gradle.org/war/</loc>
<lastmod>2015-07-31</lastmod>
<lastmod>2015-08-07</lastmod>
<priority>0.1</priority>
<changefreq>never</changefreq>
</url>