[webbeans-commits] Webbeans SVN: r2629 - ri/trunk/dist.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Sun Apr 26 21:34:56 EDT 2009


Author: dan.j.allen
Date: 2009-04-26 21:34:55 -0400 (Sun, 26 Apr 2009)
New Revision: 2629

Modified:
   ri/trunk/dist/build.xml
Log:
fix typo


Modified: ri/trunk/dist/build.xml
===================================================================
--- ri/trunk/dist/build.xml	2009-04-27 01:18:17 UTC (rev 2628)
+++ ri/trunk/dist/build.xml	2009-04-27 01:34:55 UTC (rev 2629)
@@ -24,7 +24,7 @@
 		<fail unless="webbeans.wicket.version" message="You must specify the webbeans.wicket.version as a property" />
 		<fail unless="webbeans.logger.version" message="You must specify the webbeans.logger.version as a property" />
 		<fail unless="refdoc.dir" message="You must specify the reference docs directory with -Drefdoc.dir=~/workspace/wb/reference" />
-		<fail unless="examples.dir" message="You must specify the examples directory with -Dexmaples.dir=~/workspace/wb/examples" />
+		<fail unless="examples.dir" message="You must specify the examples directory with -Dexamples.dir=~/workspace/wb/examples" />
 		
 		<maven target="clean" basedir="${wbri.dir}" />
 		<maven target="clean" basedir="${refdoc.dir}" />




More information about the weld-commits mailing list