From 7332b6c8570797f8270d7ba241150ab0974889c5 Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Mon, 28 Apr 2008 12:19:34 +0000 Subject: [PATCH] docs --- spring-webflow-samples/readme.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/spring-webflow-samples/readme.txt b/spring-webflow-samples/readme.txt index 4bf75398..4ff986c3 100644 --- a/spring-webflow-samples/readme.txt +++ b/spring-webflow-samples/readme.txt @@ -17,10 +17,10 @@ To build the samples: --------------------- 1. cd to the ../build-spring-webflow directory -2. run 'ant' to build the Spring Web Flow projects and the main-line "booking-faces" and "booking-mvc" sample projects. - Built .war files are placed in the target/artifacts directory of each sample. +2. run 'ant' to build the Spring Web Flow projects and the main-line 'booking-faces' and 'booking-mvc' sample projects. + Built .war files are placed in the 'target/artifacts' directory of each sample. -3. After running the master build, you may also cd to any sample directory and run 'ant jar' to build the sample manually. +3. After running the master build, you may also cd to any sample directory and run 'ant jar' to build a sample manually. To import Web Flow projects into Eclipse: -----------------------------------------