DOn't javadoc the wsn-osgi stuff
Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/59f62e55 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/59f62e55 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/59f62e55 Branch: refs/heads/3.0.x-fixes Commit: 59f62e5593cf32a3c7bfa2e54c91e2e7c9ccd5dd Parents: cf74acd Author: Daniel Kulp <[email protected]> Authored: Tue Oct 7 20:45:14 2014 -0400 Committer: Daniel Kulp <[email protected]> Committed: Tue Oct 7 20:50:49 2014 -0400 ---------------------------------------------------------------------- distribution/javadoc/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/59f62e55/distribution/javadoc/pom.xml ---------------------------------------------------------------------- diff --git a/distribution/javadoc/pom.xml b/distribution/javadoc/pom.xml index 5e7d364..72bd349 100644 --- a/distribution/javadoc/pom.xml +++ b/distribution/javadoc/pom.xml @@ -413,7 +413,7 @@ <fileset dir="../../services"> <include name="**/src/main/java/**/*.java" /> - + <exclude name="**/wsn-osgi/**" /> <exclude name="**/systests/**" /> <exclude name="**/sts-war/**" /> <exclude name="**/xkms-war/**" />
