aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Victor Mote <vmote@apache.org>2003-04-14 22:28:26 +0000
committerWilliam Victor Mote <vmote@apache.org>2003-04-14 22:28:26 +0000
commit491e6a892ddb0d686a4bfbc97d2f6a8338047347 (patch)
tree9204931bbf568cb4f4b67d33e13820d4088a7938
parent9fb083dad5494da03b4a486f2f2b552d4be1b7f7 (diff)
downloadxmlgraphics-fop-491e6a892ddb0d686a4bfbc97d2f6a8338047347.tar.gz
xmlgraphics-fop-491e6a892ddb0d686a4bfbc97d2f6a8338047347.zip
Add note about minimum JDK.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196262 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--src/documentation/content/xdocs/compiling.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/documentation/content/xdocs/compiling.xml b/src/documentation/content/xdocs/compiling.xml
index da38a0cef..51d7856e3 100644
--- a/src/documentation/content/xdocs/compiling.xml
+++ b/src/documentation/content/xdocs/compiling.xml
@@ -16,6 +16,12 @@ If you are using a binary distribution, it is already compiled and there is no n
<section>
<title>Set Up Your Environment</title>
<section>
+ <title>JDK</title>
+ <p>
+ Building FOP requires a minimum Java Development Kit (JDK) of 1.3.
+ </p>
+ </section>
+ <section>
<title>CLASSPATH</title>
<p>There is no generally no need to setup a classpath.
All libraries needed to compile FOP are included in the source distribution and are referenced by the build script.