This is an automated email from the ASF dual-hosted git repository.

sijie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git


The following commit(s) were added to refs/heads/master by this push:
     new ec6ba50  fix invalid formatter xml
ec6ba50 is described below

commit ec6ba500163b9f0b10d4597365d27e162281193b
Author: Rajan Dhabalia <[email protected]>
AuthorDate: Fri Feb 8 17:36:30 2019 -0800

    fix invalid formatter xml
    
    ### Motivation
    
    `formatter.xml` is an invalid xml and eclipse fails to load it.
    
    
    
    Reviewers: Enrico Olivelli <[email protected]>, Sijie Guo 
<[email protected]>
    
    This closes #1939 from rdhabalia/format_xml
---
 buildtools/src/main/resources/ide/eclipse/formatter.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/buildtools/src/main/resources/ide/eclipse/formatter.xml 
b/buildtools/src/main/resources/ide/eclipse/formatter.xml
index b8648e0..01b73dc 100644
--- a/buildtools/src/main/resources/ide/eclipse/formatter.xml
+++ b/buildtools/src/main/resources/ide/eclipse/formatter.xml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
 <!--
    Licensed to the Apache Software Foundation (ASF) under one or more
    contributor license agreements.  See the NOTICE file distributed with
@@ -15,7 +16,6 @@
    limitations under the License.
 -->
 
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
 <profiles version="11">
 <profile kind="CodeFormatterProfile" name="BookKeeper" version="11">
 <setting 
id="org.eclipse.jdt.core.formatter.comment.insert_new_line_before_root_tags" 
value="insert"/>

Reply via email to