Repository: incubator-predictionio
Updated Branches:
  refs/heads/develop 4bb84a11f -> 6b2c60adb


[PIO-26] BUG: Put license before XML declaration

Closes apache/incubator-predictionio#294


Project: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-predictionio/commit/734339b5
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-predictionio/tree/734339b5
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-predictionio/diff/734339b5

Branch: refs/heads/develop
Commit: 734339b548182a0c3fd267ddbbd58e0897466325
Parents: 4bb84a1
Author: Chan Lee <chanlee...@gmail.com>
Authored: Wed Sep 21 11:16:42 2016 -0700
Committer: Donald Szeto <don...@apache.org>
Committed: Wed Sep 21 11:16:42 2016 -0700

----------------------------------------------------------------------
 tests/docker-files/env-conf/hbase-site.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-predictionio/blob/734339b5/tests/docker-files/env-conf/hbase-site.xml
----------------------------------------------------------------------
diff --git a/tests/docker-files/env-conf/hbase-site.xml 
b/tests/docker-files/env-conf/hbase-site.xml
index 1b7b507..12185f1 100644
--- a/tests/docker-files/env-conf/hbase-site.xml
+++ b/tests/docker-files/env-conf/hbase-site.xml
@@ -1,3 +1,5 @@
+<?xml version="1.0"?>
+<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
 <!--
 Licensed to the Apache Software Foundation (ASF) under one or more
 contributor license agreements.  See the NOTICE file distributed with
@@ -14,8 +16,6 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express 
or implied.
 See the License for the specific language governing permissions and
 limitations under the License.
 -->
-<?xml version="1.0"?>
-<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
 <configuration>
   <property>
     <name>hbase.rootdir</name>

Reply via email to