From 971f472ef5acc415be7438b689522ebdbc0906bf 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 ae6c51b1a..30cca6516 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 - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
JARLocation
/commons-logging/jars/commons-logging-1.0.1.jarlib
/log4j/jars/log4j-1.2.8.jarlib
/commons-beanutils/jars/commons-beanutils-1.6.jarsrc/contrib/lib
/commons-collections/jars/commons-collections-2.1.jarsrc/contrib/lib
/commons-lang/jars/commons-lang-1.0-b1.jarsrc/contrib/lib
/junit/jars/junit-3.8.1.jarlib

The main targets of interest to our users are: