Author: buildbot
Date: Sat Aug 31 21:52:17 2019
New Revision: 1049476

Log:
Staging update by buildbot for sis

Modified:
    websites/staging/sis/trunk/content/   (props changed)
    websites/staging/sis/trunk/content/downloads.html
    websites/staging/sis/trunk/content/index.html

Propchange: websites/staging/sis/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sat Aug 31 21:52:17 2019
@@ -1 +1 @@
-1866221
+1866222

Modified: websites/staging/sis/trunk/content/downloads.html
==============================================================================
--- websites/staging/sis/trunk/content/downloads.html (original)
+++ websites/staging/sis/trunk/content/downloads.html Sat Aug 31 21:52:17 2019
@@ -164,8 +164,8 @@ Below are examples of declarations in a
   <span class="nt">&lt;/dependency&gt;</span>
 <span class="nt">&lt;/dependencies&gt;</span>
 
-<span class="c">&lt;!-- The following dependency can be omitted on Java 8, 
or</span>
-<span class="c">     on Java 9 and 10 if the --add-modules option is used. 
--&gt;</span>
+<span class="c">&lt;!-- The following dependency can be omitted on Java 8 
(unconditionally), or</span>
+<span class="c">     on Java 9 and 10 if the &quot;--add-modules 
java.xml.bind&quot; option is used. --&gt;</span>
 <span class="nt">&lt;dependency&gt;</span>
   <span class="nt">&lt;groupId&gt;</span>org.glassfish.jaxb<span 
class="nt">&lt;/groupId&gt;</span>
   <span class="nt">&lt;artifactId&gt;</span>jaxb-runtime<span 
class="nt">&lt;/artifactId&gt;</span>
@@ -173,7 +173,7 @@ Below are examples of declarations in a
   <span class="nt">&lt;scope&gt;</span>runtime<span 
class="nt">&lt;/scope&gt;</span>
 <span class="nt">&lt;/dependency&gt;</span>
 
-<span class="c">&lt;!-- Above dependency can be replaced by the following 
dependency</span>
+<span class="c">&lt;!-- Above JAXB dependency can be replaced by the following 
dependency</span>
 <span class="c">     if no XML (un)marshalling is wanted. This dependency is 
lighter. --&gt;</span>
 <span class="nt">&lt;dependency&gt;</span>
   <span class="nt">&lt;groupId&gt;</span>jakarta.xml.bind<span 
class="nt">&lt;/groupId&gt;</span>

Modified: websites/staging/sis/trunk/content/index.html
==============================================================================
--- websites/staging/sis/trunk/content/index.html (original)
+++ websites/staging/sis/trunk/content/index.html Sat Aug 31 21:52:17 2019
@@ -140,8 +140,8 @@ Apache SIS requires Java 8 or higher tog
 If using Java 8 Runtime Environment, nothing else is needed since Java 8 
includes JAXB.
 If using Java 9 or higher, one of the following configurations is needed:</p>
 <ul>
-<li><code>--add-modules java.xml.bind,java.xml.ws.annotation</code> option 
(available with Java 9 or 10 only) added to the <code>java</code> command</li>
-<li>or JAXB dependency added from Glassfish or Jakarata projects. See [Maven 
coordinates][downloads.html#maven].</li>
+<li>"<code>--add-modules java.xml.bind,java.xml.ws.annotation</code>" option 
(available with Java 9 or 10 only) added to the <code>java</code> command</li>
+<li>or JAXB dependency added from Glassfish or Jakarata projects. See <a 
href="downloads.html#maven">Maven coordinates</a>.</li>
 </ul>
 <p>The EPSG geodetic dataset is optional for licensing reasons, but 
recommended.
 EPSG database installation is <a href="epsg.html">described in a separated 
page</a>.</p>


Reply via email to