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 724E41836B for ; Tue, 9 Feb 2016 09:45:42 +0000 (UTC) Received: (qmail 92923 invoked by uid 500); 9 Feb 2016 09:45:36 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 92642 invoked by uid 500); 9 Feb 2016 09:45:36 -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 92387 invoked by uid 99); 9 Feb 2016 09:45:35 -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; Tue, 09 Feb 2016 09:45:35 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id BA109E1086; Tue, 9 Feb 2016 09:45:35 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jbernhardt@apache.org To: commits@cxf.apache.org Date: Tue, 09 Feb 2016 09:45:40 -0000 Message-Id: <6d300f5087da4317bff30c441ff1dd89@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [6/7] cxf-fediz git commit: Ensure correct encoding of generated jaxb files Ensure correct encoding of generated jaxb files Project: http://git-wip-us.apache.org/repos/asf/cxf-fediz/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf-fediz/commit/2267bf19 Tree: http://git-wip-us.apache.org/repos/asf/cxf-fediz/tree/2267bf19 Diff: http://git-wip-us.apache.org/repos/asf/cxf-fediz/diff/2267bf19 Branch: refs/heads/1.2.x-fixes Commit: 2267bf196b3eacca83c43df763fd474f981c7f11 Parents: 6a6ffd0 Author: Jan Bernhardt Authored: Tue Feb 9 08:39:57 2016 +0100 Committer: Jan Bernhardt Committed: Tue Feb 9 08:39:57 2016 +0100 ---------------------------------------------------------------------- plugins/core/pom.xml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/2267bf19/plugins/core/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/core/pom.xml b/plugins/core/pom.xml index ca4beb7..7564fbb 100644 --- a/plugins/core/pom.xml +++ b/plugins/core/pom.xml @@ -95,6 +95,8 @@ org.apache.cxf.fediz.core.config.jaxb -Xdv + -encoding + UTF-8