From 26f9518dda926adb6ac0170a43d66bca5791446d Mon Sep 17 00:00:00 2001
From: Matthew Jason Benson
Date: Tue, 11 Apr 2006 18:51:20 +0000
Subject: [PATCH] document ant.build.source/target in running.html#sysprops
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@393292 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/running.html | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)
diff --git a/docs/manual/running.html b/docs/manual/running.html
index ecc3c8789..5317a0ec7 100644
--- a/docs/manual/running.html
+++ b/docs/manual/running.html
@@ -235,6 +235,16 @@ And I filtered out the getPropertyHelper access.
valid values /default value |
description |
+
+ ant.build.javac.source |
+ Source-level version number |
+ Default source value for <javac>/<javadoc> |
+
+
+ ant.build.javac.target |
+ Class-compatibility version number |
+ Default target value for <javac> |
+
ant.executor.class |
classname; default is org. apache. tools. ant. helper. DefaultExecutor |
@@ -530,7 +540,7 @@ classpath possible, generally just the ant-launcher.jar.
-Copyright © 2000-2005 The Apache Software Foundation. All rights
+
Copyright © 2000-2006 The Apache Software Foundation. All rights
Reserved.