Don't include org.onelab package content in our javadoc.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@638151 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2008-03-18 00:14:29 +00:00
parent f8fc7bdd77
commit 0b65a3cc46
1 changed files with 4 additions and 1 deletions

View File

@ -276,7 +276,10 @@
doctitle="${Name} ${version} API"
bottom="Copyright © ${year} The Apache Software Foundation"
>
<packageset dir="${src.dir}"/>
<packageset dir="${src.dir}">
<include name="org/apache/**"/>
<exclude name="org/onelab/**"/>
</packageset>
<link href="${javadoc.link.java}"/>
<classpath >
<path refid="classpath" />