summaryrefslogtreecommitdiff
path: root/manual/javacprops.html
diff options
context:
space:
mode:
authorGintas Grigelionis <gintas@apache.org>2018-02-28 07:58:59 +0100
committerGintas Grigelionis <gintas@apache.org>2018-02-28 08:00:45 +0100
commit66b52f99e4306fe928aa5e497021cb51cb927e5e (patch)
treec58d724bc70f01dcf464dc4c84832507ca8c4d82 /manual/javacprops.html
parent3e61185e19eca3ca70afeda3fb31a1a544f2b474 (diff)
downloadant-66b52f99e4306fe928aa5e497021cb51cb927e5e.tar.gz
Use HTML 5(-ish), fix links
Diffstat (limited to 'manual/javacprops.html')
-rw-r--r--manual/javacprops.html25
1 files changed, 13 insertions, 12 deletions
diff --git a/manual/javacprops.html b/manual/javacprops.html
index 14430cc1f..5593f2218 100644
--- a/manual/javacprops.html
+++ b/manual/javacprops.html
@@ -24,28 +24,29 @@
<body>
-<p>The source and target attributes of <code>&lt;javac&gt;</code>
-don't have any default values for historical reasons. Since the
-underlying javac compiler's default depends on the JDK you use, you
-may encounter build files that don't explicitly set those attributes
-and that will no longer compile using a newer JDK. If you cannot
-change the build file, Apache Ant provides two properties that help you
-setting default values for these attributes. If the attributes have
-been set explicitly, the properties listed here will be ignored.</p>
+<p>The <var>source</var> and <var>target</var> attributes
+of <code>&lt;javac&gt;</code> don't have any default values for
+historical reasons. Since the underlying <code>javac</code>
+compiler defaults depends on the JDK you use, you may encounter
+build files that don't explicitly set those attributes and that will
+no longer compile using a newer JDK. If you cannot change the build
+file, Apache Ant provides two properties that help you setting
+default values for these attributes. If the attributes have been
+set explicitly, the properties listed here will be ignored.</p>
<h2 id="source">ant.build.javac.source</h2>
<p><em>Since Ant 1.7</em></p>
-<p>Provides a default value for <code>&lt;javac&gt;</code>'s and
-<code>&lt;javadoc&gt;</code>'s source attribute.</p>
+<p>Provides a default value for <code>&lt;javac&gt;</code>'s
+and <code>&lt;javadoc&gt;</code>'s <var>source</var> attribute.</p>
<h2 id="target">ant.build.javac.target</h2>
<p><em>Since Ant 1.7</em></p>
-<p>Provides a default value for <code>&lt;javac&gt;</code>'s target
-attribute.</p>
+<p>Provides a default value
+for <code>&lt;javac&gt;</code>'s <var>target</var> attribute.</p>
</body>
</html>