From 90a905719766e1c181075d777a72fd7597b0f35c Mon Sep 17 00:00:00 2001 From: William Victor Mote Date: Thu, 13 Nov 2003 18:01:22 +0000 Subject: [PATCH] fix minor grammatical problem git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197011 13f79535-47bb-0310-9956-ffa450edef68 --- src/documentation/content/xdocs/compiling.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/documentation/content/xdocs/compiling.xml b/src/documentation/content/xdocs/compiling.xml index 27171035a..730c575da 100644 --- a/src/documentation/content/xdocs/compiling.xml +++ b/src/documentation/content/xdocs/compiling.xml @@ -30,7 +30,7 @@ You will only need to adjust the classpath if you build FOP in some other way. S
JAVA_HOME -

The build script uses Ant, a popular java-based build tool, which requires that the environment variable JAVA_HOME point to your local JDK root directory. This is true even if you use JDK 1.2 or above, which normally don't need this setting.

+

The build script uses Ant, a popular java-based build tool, which requires that the environment variable JAVA_HOME point to your local JDK root directory. This is true even if you use JDK 1.2 or above, which normally does not need this setting.

-- 2.39.5