Author: desruisseaux
Date: Sat Aug 31 21:52:09 2019
New Revision: 1866222

URL: http://svn.apache.org/viewvc?rev=1866222&view=rev
Log:
Fix HTML link and make comments a little bit more explicit.

Modified:
    sis/site/trunk/content/downloads.mdtext
    sis/site/trunk/content/index.mdtext

Modified: sis/site/trunk/content/downloads.mdtext
URL: 
http://svn.apache.org/viewvc/sis/site/trunk/content/downloads.mdtext?rev=1866222&r1=1866221&r2=1866222&view=diff
==============================================================================
--- sis/site/trunk/content/downloads.mdtext [UTF-8] (original)
+++ sis/site/trunk/content/downloads.mdtext [UTF-8] Sat Aug 31 21:52:09 2019
@@ -91,8 +91,8 @@ Below are examples of declarations in a
       </dependency>
     </dependencies>
 
-    <!-- The following dependency can be omitted on Java 8, or
-         on Java 9 and 10 if the --add-modules option is used. -->
+    <!-- The following dependency can be omitted on Java 8 (unconditionally), 
or
+         on Java 9 and 10 if the "--add-modules java.xml.bind" option is used. 
-->
     <dependency>
       <groupId>org.glassfish.jaxb</groupId>
       <artifactId>jaxb-runtime</artifactId>
@@ -100,7 +100,7 @@ Below are examples of declarations in a
       <scope>runtime</scope>
     </dependency>
 
-    <!-- Above dependency can be replaced by the following dependency
+    <!-- Above JAXB dependency can be replaced by the following dependency
          if no XML (un)marshalling is wanted. This dependency is lighter. -->
     <dependency>
       <groupId>jakarta.xml.bind</groupId>

Modified: sis/site/trunk/content/index.mdtext
URL: 
http://svn.apache.org/viewvc/sis/site/trunk/content/index.mdtext?rev=1866222&r1=1866221&r2=1866222&view=diff
==============================================================================
--- sis/site/trunk/content/index.mdtext [UTF-8] (original)
+++ sis/site/trunk/content/index.mdtext [UTF-8] Sat Aug 31 21:52:09 2019
@@ -55,8 +55,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:
 
-  * `--add-modules java.xml.bind,java.xml.ws.annotation` option (available 
with Java 9 or 10 only) added to the `java` command
-  * or JAXB dependency added from Glassfish or Jakarata projects. See [Maven 
coordinates][downloads.html#maven].
+  * "`--add-modules java.xml.bind,java.xml.ws.annotation`" option (available 
with Java 9 or 10 only) added to the `java` command
+  * or JAXB dependency added from Glassfish or Jakarata projects. See [Maven 
coordinates](downloads.html#maven).
 
 The EPSG geodetic dataset is optional for licensing reasons, but recommended.
 EPSG database installation is [described in a separated page](epsg.html).


Reply via email to