Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
git-svn-id: http://anonsvn.jboss.org/repos/weld/ri/trunk@2629 1c488680-804c-0410-94cd-c6b725194a0e
  • Loading branch information
mojavelinux committed Apr 27, 2009
1 parent d98f0ee commit af9dac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/build.xml
Expand Up @@ -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}" />
Expand Down

0 comments on commit af9dac5

Please sign in to comment.