From ea51d21f61d6b4e645132dc3c4bc30798cccd7f6 Mon Sep 17 00:00:00 2001
From: Glen Stampoultzis
Date: Sun, 11 May 2003 00:52:25 +0000
Subject: [PATCH] Fixed a mistake I made in the how to build section.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353097 13f79535-47bb-0310-9956-ffa450edef68
---
.../content/xdocs/howtobuild.xml | 58 ++++++++++---------
1 file changed, 30 insertions(+), 28 deletions(-)
diff --git a/src/documentation/content/xdocs/howtobuild.xml b/src/documentation/content/xdocs/howtobuild.xml
index ae6c51b1ae..30cca65161 100644
--- a/src/documentation/content/xdocs/howtobuild.xml
+++ b/src/documentation/content/xdocs/howtobuild.xml
@@ -61,34 +61,36 @@
need to it's possible to manually put the jars in the
correct directories. These can be obtained from here:
-
- JAR |
- Location |
-
-
- /commons-logging/jars/commons-logging-1.0.1.jar |
- lib |
-
-
- /log4j/jars/log4j-1.2.8.jar |
- lib |
-
-
- /commons-beanutils/jars/commons-beanutils-1.6.jar |
- src/contrib/lib |
-
-
- /commons-collections/jars/commons-collections-2.1.jar |
- src/contrib/lib |
-
-
- /commons-lang/jars/commons-lang-1.0-b1.jar |
- src/contrib/lib |
-
-
- /junit/jars/junit-3.8.1.jar |
- lib |
-
+
+
+ JAR |
+ Location |
+
+
+ /commons-logging/jars/commons-logging-1.0.1.jar |
+ lib |
+
+
+ /log4j/jars/log4j-1.2.8.jar |
+ lib |
+
+
+ /commons-beanutils/jars/commons-beanutils-1.6.jar |
+ src/contrib/lib |
+
+
+ /commons-collections/jars/commons-collections-2.1.jar |
+ src/contrib/lib |
+
+
+ /commons-lang/jars/commons-lang-1.0-b1.jar |
+ src/contrib/lib |
+
+
+ /junit/jars/junit-3.8.1.jar |
+ lib |
+
+
The main targets of interest to our users are:
--
2.39.5