You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2014/10/08 02:45:34 UTC

git commit: DOn't javadoc the wsn-osgi stuff

Repository: cxf
Updated Branches:
  refs/heads/master 0dc377c74 -> 4ebaac4f2


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/4ebaac4f
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/4ebaac4f
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/4ebaac4f

Branch: refs/heads/master
Commit: 4ebaac4f21ff61cd05a21ae596e58d1f87d53e93
Parents: 0dc377c
Author: Daniel Kulp <dk...@apache.org>
Authored: Tue Oct 7 20:45:14 2014 -0400
Committer: Daniel Kulp <dk...@apache.org>
Committed: Tue Oct 7 20:45:14 2014 -0400

----------------------------------------------------------------------
 distribution/javadoc/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/4ebaac4f/distribution/javadoc/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/javadoc/pom.xml b/distribution/javadoc/pom.xml
index e683878..20ae458 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/**" />