[weld-commits] Weld SVN: r5959 - build/trunk/dist.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Tue Feb 23 22:53:21 EST 2010


Author: shane.bryzak at jboss.com
Date: 2010-02-23 22:53:20 -0500 (Tue, 23 Feb 2010)
New Revision: 5959

Modified:
   build/trunk/dist/build.xml
Log:
fix error message


Modified: build/trunk/dist/build.xml
===================================================================
--- build/trunk/dist/build.xml	2010-02-23 12:24:34 UTC (rev 5958)
+++ build/trunk/dist/build.xml	2010-02-24 03:53:20 UTC (rev 5959)
@@ -19,7 +19,7 @@
 
    <target name="setup">
       <fail unless="examples.dir" message="You must specify the examples directory with -Dexamples.dir=~/workspace/examples" />
-      <fail unless="weld.dir" message="You must specify the examples directory with -Dweld.dir=~/workspace/weld" />
+      <fail unless="weld.dir" message="You must specify the weld directory with -Dweld.dir=~/workspace/weld" />
       <fail unless="weld.version" message="You must specify the weld.version as a property" />
       <fail unless="weld.api.version" message="You must specify the weld.api.version as a property" />
       <fail unless="weld.wicket.version" message="You must specify the weld.wicket.version as a property" />



More information about the weld-commits mailing list