From 4aab5b174200bcaf9e62583d8a1c7ba4da17e3d6 Mon Sep 17 00:00:00 2001
From: Vincent Hennebert
Date: Mon, 17 Mar 2008 20:00:36 +0000
Subject: [PATCH] Changed the documentation to reflect the move to Java 1.4 as
a minimum requirement
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_95@638048 13f79535-47bb-0310-9956-ffa450edef68
---
src/documentation/content/xdocs/0.95/compiling.xml | 4 ++--
src/documentation/content/xdocs/0.95/fonts.xml | 12 ++----------
.../content/xdocs/0.95/pdfencryption.xml | 7 +------
src/documentation/content/xdocs/0.95/running.xml | 2 +-
src/documentation/content/xdocs/dev/release.xml | 2 +-
src/documentation/content/xdocs/trunk/compiling.xml | 4 ++--
src/documentation/content/xdocs/trunk/fonts.xml | 12 ++----------
.../content/xdocs/trunk/pdfencryption.xml | 6 ++----
src/documentation/content/xdocs/trunk/running.xml | 2 +-
9 files changed, 14 insertions(+), 37 deletions(-)
diff --git a/src/documentation/content/xdocs/0.95/compiling.xml b/src/documentation/content/xdocs/0.95/compiling.xml
index c6c17a3c0..57761429f 100644
--- a/src/documentation/content/xdocs/0.95/compiling.xml
+++ b/src/documentation/content/xdocs/0.95/compiling.xml
@@ -41,7 +41,7 @@
JDK
- Building FOP requires a minimum Java Development Kit (JDK/SDK) of 1.3
+ Building FOP requires a minimum Java Development Kit (JDK/SDK) of 1.4
(A Java Runtime Environment is not sufficient).
@@ -59,7 +59,7 @@
The build script uses Apache Ant, a popular
Java-based build tool, which usually requires that the environment variable JAVA_HOME point to
- your local JDK root directory. This is true even if you use JDK 1.3 or above, which normally
+ your local JDK root directory. This is true even if you use JDK 1.4 or above, which normally
does not need this setting.
diff --git a/src/documentation/content/xdocs/0.95/fonts.xml b/src/documentation/content/xdocs/0.95/fonts.xml
index af1de28f2..423eaad11 100644
--- a/src/documentation/content/xdocs/0.95/fonts.xml
+++ b/src/documentation/content/xdocs/0.95/fonts.xml
@@ -231,20 +231,12 @@
Type 1 Font Metrics
FOP includes PFMReader, which reads the PFM file that normally comes with a Type 1 font, and generates an appropriate font metrics file for it.
To use it, run the class org.apache.fop.fonts.apps.PFMReader:
-
Windows (on JDK 1.4 and later):
+
Windows:
-
Windows (on JDK 1.3.x):
-
-
Unix (on JDK 1.4 and later):
+
Unix:
-
Unix (on JDK 1.3.1):
-
PFMReader [options]:
-fn <fontname> By default, FOP uses the fontname from the
diff --git a/src/documentation/content/xdocs/0.95/pdfencryption.xml b/src/documentation/content/xdocs/0.95/pdfencryption.xml
index c8cdbb29c..cda301aab 100644
--- a/src/documentation/content/xdocs/0.95/pdfencryption.xml
+++ b/src/documentation/content/xdocs/0.95/pdfencryption.xml
@@ -203,16 +203,11 @@ Fop fop = fopFactory.newFop(MimeConstants.MIME_PDF, userAgent);
install.
-
- Download the binary distribution for your JDK version. If you have JDK
- 1.3 or earlier you must also download a JCE from the same page.
-
Unpack the distribution. Add the jar file to your classpath. A
convenient way to use the jar on Linux is to simply drop it into the
FOP lib directory, it will be automatically picked up by
- fop.sh. If you have JDK 1.3 or earlier don't forget to
- install the JCE as well.
+ fop.sh.
Open the java.security file and add
diff --git a/src/documentation/content/xdocs/0.95/running.xml b/src/documentation/content/xdocs/0.95/running.xml
index 38df4be82..38e31cc6c 100644
--- a/src/documentation/content/xdocs/0.95/running.xml
+++ b/src/documentation/content/xdocs/0.95/running.xml
@@ -305,7 +305,7 @@ Fop [options] [-fo|-xml] infile [-xsl file] [-awt|-pdf|-mif|-rtf|-tiff|-png|-pcl
Increase memory available to the JVM. See
- the -Xmx option
+ the -Xmx option
for more information.
It is usually unwise to increase the memory allocated to the JVM beyond the amount of
diff --git a/src/documentation/content/xdocs/dev/release.xml b/src/documentation/content/xdocs/dev/release.xml
index fa4dbfa37..641758d78 100644
--- a/src/documentation/content/xdocs/dev/release.xml
+++ b/src/documentation/content/xdocs/dev/release.xml
@@ -73,7 +73,7 @@ The purpose of documenting it here is to facilitate consistency, ensure that the
fop-hyph.jar to lib/ (e.g. from
http://sourceforge.net/projects/offo
Alternatively, create a build-local.properties file that points to the above libs.
-
Run build[.sh] dist. Do this once using Sun JDK 1.3.1_15 or later and once with Sun JDK 1.4.2_08 or later. A Forrest installation is needed.
+
Run build[.sh] dist. Do this using Sun JDK 1.4.2_08 or later. A Forrest installation is needed.
Create signatures. Don't forget to upload your KEY:
gpg -a -b --force-v3-sigs fop-0.94-src.tar.gz etc.
Upload the dist and signature files to your web directory
diff --git a/src/documentation/content/xdocs/trunk/compiling.xml b/src/documentation/content/xdocs/trunk/compiling.xml
index c6c17a3c0..57761429f 100644
--- a/src/documentation/content/xdocs/trunk/compiling.xml
+++ b/src/documentation/content/xdocs/trunk/compiling.xml
@@ -41,7 +41,7 @@
JDK
- Building FOP requires a minimum Java Development Kit (JDK/SDK) of 1.3
+ Building FOP requires a minimum Java Development Kit (JDK/SDK) of 1.4
(A Java Runtime Environment is not sufficient).
@@ -59,7 +59,7 @@
The build script uses Apache Ant, a popular
Java-based build tool, which usually requires that the environment variable JAVA_HOME point to
- your local JDK root directory. This is true even if you use JDK 1.3 or above, which normally
+ your local JDK root directory. This is true even if you use JDK 1.4 or above, which normally
does not need this setting.
diff --git a/src/documentation/content/xdocs/trunk/fonts.xml b/src/documentation/content/xdocs/trunk/fonts.xml
index af1de28f2..423eaad11 100644
--- a/src/documentation/content/xdocs/trunk/fonts.xml
+++ b/src/documentation/content/xdocs/trunk/fonts.xml
@@ -231,20 +231,12 @@
Type 1 Font Metrics
FOP includes PFMReader, which reads the PFM file that normally comes with a Type 1 font, and generates an appropriate font metrics file for it.
To use it, run the class org.apache.fop.fonts.apps.PFMReader:
-
Windows (on JDK 1.4 and later):
+
Windows:
-
Windows (on JDK 1.3.x):
-
-
Unix (on JDK 1.4 and later):
+
Unix:
-
Unix (on JDK 1.3.1):
-
PFMReader [options]:
-fn <fontname> By default, FOP uses the fontname from the
diff --git a/src/documentation/content/xdocs/trunk/pdfencryption.xml b/src/documentation/content/xdocs/trunk/pdfencryption.xml
index c8cdbb29c..22d965057 100644
--- a/src/documentation/content/xdocs/trunk/pdfencryption.xml
+++ b/src/documentation/content/xdocs/trunk/pdfencryption.xml
@@ -204,15 +204,13 @@ Fop fop = fopFactory.newFop(MimeConstants.MIME_PDF, userAgent);
- Download the binary distribution for your JDK version. If you have JDK
- 1.3 or earlier you must also download a JCE from the same page.
+ Download the binary distribution for your JDK version.
Unpack the distribution. Add the jar file to your classpath. A
convenient way to use the jar on Linux is to simply drop it into the
FOP lib directory, it will be automatically picked up by
- fop.sh. If you have JDK 1.3 or earlier don't forget to
- install the JCE as well.
+ fop.sh.
Open the java.security file and add
diff --git a/src/documentation/content/xdocs/trunk/running.xml b/src/documentation/content/xdocs/trunk/running.xml
index 38df4be82..38e31cc6c 100644
--- a/src/documentation/content/xdocs/trunk/running.xml
+++ b/src/documentation/content/xdocs/trunk/running.xml
@@ -305,7 +305,7 @@ Fop [options] [-fo|-xml] infile [-xsl file] [-awt|-pdf|-mif|-rtf|-tiff|-png|-pcl
Increase memory available to the JVM. See
- the -Xmx option
+ the -Xmx option
for more information.
It is usually unwise to increase the memory allocated to the JVM beyond the amount of
--
2.39.5