Author: rich
Date: Tue Apr 26 11:05:08 2005
New Revision: 164847
URL: http://svn.apache.org/viewcvs?rev=164847&view=rev
Log:
Updated the text of the message that says what version of the JSF RI is
required.
Modified:
incubator/beehive/trunk/netui/test/webapps/jsf/build.xml
Modified: incubator/beehive/trunk/netui/test/webapps/jsf/build.xml
URL:
http://svn.apache.org/viewcvs/incubator/beehive/trunk/netui/test/webapps/jsf/build.xml?rev=164847&r1=164846&r2=164847&view=diff
==============================================================================
--- incubator/beehive/trunk/netui/test/webapps/jsf/build.xml (original)
+++ incubator/beehive/trunk/netui/test/webapps/jsf/build.xml Tue Apr 26
11:05:08 2005
@@ -55,7 +55,7 @@
<echo message="| NetUI jsfWeb BVT webapp build starting (using JSF
Reference Implementation) |"/>
<echo
message="---------------------------------------------------------------------------------------"/>
- <fail unless="os.JSF_HOME" message="JSF_HOME must point to the
JavaServer Faces 1.1 Reference Implementation distribution."/>
+ <fail unless="os.JSF_HOME" message="JSF_HOME must point to the
JavaServer Faces 1.1.01 Reference Implementation distribution."/>
<property name="webinf.dir" value="${webapp.dir}/WEB-INF"/>
<copy todir="${webinf.dir}/lib" overwrite="true" failonerror="true">