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:
parent
f8fc7bdd77
commit
0b65a3cc46
|
@ -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" />
|
||||
|
|
Loading…
Reference in New Issue