From de9b1bdfbef0256b43a0575a794c9c0e2eeac7d8 Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Sun, 13 Apr 2008 09:02:16 +0000 Subject: [PATCH] minor readme tweak --- spring-webflow-samples/readme.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-webflow-samples/readme.txt b/spring-webflow-samples/readme.txt index d6858e3d..c90cc75b 100644 --- a/spring-webflow-samples/readme.txt +++ b/spring-webflow-samples/readme.txt @@ -7,7 +7,7 @@ Sample pre-requisites: ---------------------- -* JDK 1.5 or > must be installed with the JAVA_HOME variable set +* JDK 1.5 or > must be installed and in your system path. * Ant 1.7 or > must be installed and in your system path @@ -22,4 +22,4 @@ To build an individual sample: --------------------- 1. cd to the sample root directory -2. run 'ant dist' to produce a deployable .war file within target/artifacts \ No newline at end of file +2. run 'ant jar' to produce a deployable .war file within target/artifacts \ No newline at end of file