Return-Path: X-Original-To: apmail-cxf-commits-archive@www.apache.org Delivered-To: apmail-cxf-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B9B031815B for ; Mon, 27 Jul 2015 16:49:10 +0000 (UTC) Received: (qmail 19007 invoked by uid 500); 27 Jul 2015 16:49:10 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 18942 invoked by uid 500); 27 Jul 2015 16:49:10 -0000 Mailing-List: contact commits-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list commits@cxf.apache.org Received: (qmail 18933 invoked by uid 99); 27 Jul 2015 16:49:10 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Jul 2015 16:49:10 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 839C9E04B0; Mon, 27 Jul 2015 16:49:10 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: dkulp@apache.org To: commits@cxf.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: cxf git commit: Get the javadoc working on java6 Date: Mon, 27 Jul 2015 16:49:10 +0000 (UTC) Repository: cxf Updated Branches: refs/heads/3.0.x-fixes ffb79aa67 -> 01aee3230 Get the javadoc working on java6 Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/01aee323 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/01aee323 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/01aee323 Branch: refs/heads/3.0.x-fixes Commit: 01aee323072d8644c85cedab4d93adcaab2bc176 Parents: ffb79aa Author: Daniel Kulp Authored: Mon Jul 27 12:48:54 2015 -0400 Committer: Daniel Kulp Committed: Mon Jul 27 12:48:54 2015 -0400 ---------------------------------------------------------------------- distribution/javadoc/pom.xml | 9 +++++++++ 1 file changed, 9 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/01aee323/distribution/javadoc/pom.xml ---------------------------------------------------------------------- diff --git a/distribution/javadoc/pom.xml b/distribution/javadoc/pom.xml index ab1451e..8ad10ed 100644 --- a/distribution/javadoc/pom.xml +++ b/distribution/javadoc/pom.xml @@ -374,6 +374,15 @@ org.apache.hbase hbase-client + + org.apache.aries.blueprint + org.apache.aries.blueprint.core + + + org.apache.aries.blueprint + blueprint-parser + +