This is an automated email from the ASF dual-hosted git repository.

jaikiran pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ant.git


The following commit(s) were added to refs/heads/master by this push:
     new da9079eed Remove references to outdated -Djava.compiler=NONE
da9079eed is described below

commit da9079eed099f9d9ecc0e9d5dda9a040a761aa48
Author: Jaikiran Pai <[email protected]>
AuthorDate: Sat Aug 12 17:26:09 2023 +0530

    Remove references to outdated -Djava.compiler=NONE
---
 manual/Tasks/antlr.html         | 2 +-
 manual/Tasks/junit.html         | 2 +-
 manual/Tasks/junitlauncher.html | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/manual/Tasks/antlr.html b/manual/Tasks/antlr.html
index 8add5c04c..da80ce7b8 100644
--- a/manual/Tasks/antlr.html
+++ b/manual/Tasks/antlr.html
@@ -127,7 +127,7 @@ nested <code>&lt;jvmarg&gt;</code> attributes, for 
example:</p>
 
 <pre>
 &lt;antlr target="..."&gt;
-  &lt;jvmarg value=&quot;-Djava.compiler=NONE&quot;/&gt;
+  &lt;jvmarg value=&quot;-Dfoo=bar&quot;/&gt;
   ...
 &lt;/antlr&gt;</pre>
 
diff --git a/manual/Tasks/junit.html b/manual/Tasks/junit.html
index f0e5c95e8..4abb35a27 100644
--- a/manual/Tasks/junit.html
+++ b/manual/Tasks/junit.html
@@ -240,7 +240,7 @@ nested <code>&lt;jvmarg&gt;</code> elements. For 
example:</p>
 
 <pre>
 &lt;junit fork=&quot;yes&quot;&gt;
-  &lt;jvmarg value=&quot;-Djava.compiler=NONE&quot;/&gt;
+  &lt;jvmarg value=&quot;-Dfoo=bar&quot;/&gt;
   ...
 &lt;/junit&gt;
 </pre>
diff --git a/manual/Tasks/junitlauncher.html b/manual/Tasks/junitlauncher.html
index acecdddd5..29ec62828 100644
--- a/manual/Tasks/junitlauncher.html
+++ b/manual/Tasks/junitlauncher.html
@@ -651,7 +651,7 @@ The <code>fork</code> element allows the following nested 
elements:
 </p>
     <pre>
     &lt;fork ...&gt;
-      &lt;jvmarg value="-Djava.compiler=NONE"/&gt;
+      &lt;jvmarg value="-Dfoo=bar"/&gt;
       ...
     &lt;/fork&gt;
     </pre>

Reply via email to