Browse Source

whitespace - closes #80

master
Stefan Bodewig 6 years ago
parent
commit
6b576f1e8d
3 changed files with 4 additions and 4 deletions
  1. +2
    -2
      manual/Tasks/jmod.html
  2. +1
    -1
      manual/Tasks/link.html
  3. +1
    -1
      src/etc/testcases/taskdefs/link.xml

+ 2
- 2
manual/Tasks/jmod.html View File

@@ -55,7 +55,7 @@ tool.</p>
</tr> </tr>
<tr> <tr>
<td>classpathref</td> <td>classpathref</td>
<td class="left">Files to be placed in the jmod file, given as a
<td class="left">Files to be placed in the jmod file, given as a
<a href="../using.html#references">reference</a> <a href="../using.html#references">reference</a>
to a path defined elsewhere.</td> to a path defined elsewhere.</td>
</tr> </tr>
@@ -197,7 +197,7 @@ tool.</p>


<h3>Parameters specified as nested elements</h3> <h3>Parameters specified as nested elements</h3>
<h4>classpath, modulepath, commandpath, headerpath, configpath, legalpath, nativelibpath, manpath</h4> <h4>classpath, modulepath, commandpath, headerpath, configpath, legalpath, nativelibpath, manpath</h4>
<p>The
<p>The
<code>classpath</code>, <code>classpath</code>,
<code>modulepath</code>, <code>modulepath</code>,
<code>commandpath</code>, <code>commandpath</code>,


+ 1
- 1
manual/Tasks/link.html View File

@@ -295,7 +295,7 @@ times. Requires <code>jdk.localedata</code> module. Attributes:
</table> </table>


<h4 id="nested-resourceOrder">resourceOrder</h4> <h4 id="nested-resourceOrder">resourceOrder</h4>
<p>Explicit resource search order in linked image. May be specified multiple
<p>Explicit resource search order in linked image. May be specified multiple
times. Attributes:</p> times. Attributes:</p>
<table class="attr"> <table class="attr">
<tr> <tr>


+ 1
- 1
src/etc/testcases/taskdefs/link.xml View File

@@ -1252,7 +1252,7 @@ module ${provider.mod} {
<link destdir="${image}" modulepath="${jdkmods}${jmods}" <link destdir="${image}" modulepath="${jdkmods}${jmods}"
modules="${inc.mod}" modules="${inc.mod}"
bindServices="false"/> bindServices="false"/>
<link destdir="${image2}" modulepath="${jdkmods}${jmods}" <link destdir="${image2}" modulepath="${jdkmods}${jmods}"
modules="${inc.mod}" modules="${inc.mod}"
bindServices="true"/> bindServices="true"/>


Loading…
Cancel
Save