From 82a603c14e0099164bdc5cbe7a4d1c19c2df06e5 Mon Sep 17 00:00:00 2001 From: twogee Date: Thu, 20 Dec 2018 09:10:14 +0100 Subject: [PATCH] Use valid markup --- manual/Tasks/junitlauncher.html | 10 ++++++---- manual/Tasks/link.html | 7 +++---- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/manual/Tasks/junitlauncher.html b/manual/Tasks/junitlauncher.html index 18d563e96..b49cd8c58 100644 --- a/manual/Tasks/junitlauncher.html +++ b/manual/Tasks/junitlauncher.html @@ -175,7 +175,7 @@

Below is an example of setting up the classpath to include the Jupiter test engine and the JUnit platform libraries during the execution of the tests. -
+

 <project>
 
@@ -228,8 +228,9 @@
     </target>
 </project>
     
- +

In the example above, +

+

In the test target we use the classpath nested element to point to the junit.engine.jupiter.classpath and junit.platform.libs.classpath containing those jars. @@ -602,13 +604,13 @@ The fork element allows the following nested elements:

Additional JVM arguments may be passed to the forked JVM via the jvmarg elements. For example: +

     <fork ...>
       <jvmarg value="-Djava.compiler=NONE"/>
       ...
     </fork>
     
-

jvmarg allows all attributes described in Command-line Arguments @@ -617,13 +619,13 @@ The fork element allows the following nested elements:

sysproperty

The sysproperty elements allow passing Java system properties to the forked JVM: +

     <fork>
         <sysproperty key="greeting" value="hello world"/>
     ...
     </fork>
     
-

The attributes for this element are the same as for environment variables

diff --git a/manual/Tasks/link.html b/manual/Tasks/link.html index 212770b63..1ba1a6bcc 100644 --- a/manual/Tasks/link.html +++ b/manual/Tasks/link.html @@ -279,7 +279,7 @@ which executes a particular module's main class. Attributes:

locale

Specifies locales to include in linked image. May be specified multiple -times. Requires jdk.localedata module. Attributes: +times. Requires jdk.localedata module. Attributes:

@@ -318,7 +318,7 @@ times. Attributes:

If the resourceOrder attribute is also present on the task, its patterns are treated as if they occur before patterns in nested - elements.

+<resourceOrder> elements.

excludeResources

Excludes files from linked image tree. May be specified multiple times. @@ -423,7 +423,7 @@ patterns are treated as if they occur before patterns in nested

releaseInfo

Replaces, augments, or trims the image's release info properties. -Can be specified multiple times. Attributes: +Can be specified multiple times. Attributes:

Attribute
@@ -575,7 +575,6 @@ jmod describe "$FOREIGN_JDK_HOME"/jmods/java.base.jmod | grep '^platform' -
Attribute