Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Nutch Wiki" for change 
notification.

The following page has been changed by JakeVanderdray:
http://wiki.apache.org/nutch/WritingPlugins

------------------------------------------------------------------------------
  
  == Required Files ==
  
- You're going to need to create a directory inside of the plugin directory 
with the name of your plugin and inside that directory, you need the following:
+ You're going to need to create a directory inside of the plugin directory 
with the name of your plugin ('recommended' in this case) and inside that 
directory you need the following:
  
   * A plugin.xml file that tells nutch about your plugin.
   * A build.xml file that tells ant how to build your plugin.
-  * The source code your plugin.
+  * The source code of your plugin in the directory structure 
recommended/java/org/apache/nutch/[Source_Here].
  
  == The Anatomy of a Plugin.xml File ==
  

Reply via email to