Jérôme Charron wrote:
The changes I suggest are:
1. Change package of urlfilter-automaton from org.apache.nutch.net to
org.apache.nutch.urlfilter.automaton
2. Change package of urlfilter-prefix from org.apache.nutch.net to
org.apache.nutch.urlfilter.prefix
3. Change package of urlfilter-regex from org.apache.nutch.net to
org.apache.nutch.urlfilter.regex
4. Change package of lib-regex-filter from org.apache.nutch.net to
org.apache.nutch.urlfilter.regex.api
5. Change package of ontology from org.apache.nutch.ontology to
org.apache.nutch.ontology.jena

+1

Yes, I know, changing packaging for some javadoc reasons is quite an "upside
down world" (sorry for this litteral
translation from french), but it is the only way to do it since javdoc
groups are filtered by packages.

I don't think it upside down. Plugins should not share packages with core code, since that would permit them to use package-private APIs. Also, re-arranging the code to make the javadoc nice is right, since the javadoc is a primary means of describing the code.

Doug


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Nutch-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nutch-developers

Reply via email to