You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by Fuad Efendi <fu...@efendi.ca> on 2005/08/17 18:54:19 UTC

Typo in plugin/build.xml

 <target name="clean">
	...
    <ant dir="clustering-carrot2" target="deploy"/>
    <ant dir="ontology" target="deploy"/>
  </target>

Should be "clean" instead "deploy"

Re: Typo in plugin/build.xml

Posted by Piotr Kosiorowski <pk...@gmail.com>.
Commited. Thanks for finding it.
Regards,
Piotr
Fuad Efendi wrote:
>  <target name="clean">
> 	...
>     <ant dir="clustering-carrot2" target="deploy"/>
>     <ant dir="ontology" target="deploy"/>
>   </target>
> 
> Should be "clean" instead "deploy"
>