You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jclouds.apache.org by an...@apache.org on 2013/05/24 23:09:22 UTC

git commit: Move license header after opening
Updated Branches:
  refs/heads/master d821cd4ea -> 8aeed868f


Move license header after opening <?xml... in Checkstyle config


Project: http://git-wip-us.apache.org/repos/asf/incubator-jclouds/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-jclouds/commit/8aeed868
Tree: http://git-wip-us.apache.org/repos/asf/incubator-jclouds/tree/8aeed868
Diff: http://git-wip-us.apache.org/repos/asf/incubator-jclouds/diff/8aeed868

Branch: refs/heads/master
Commit: 8aeed868f4bcea387ec44b38620bfe8b92f49222
Parents: d821cd4
Author: Andrew Phillips <de...@yahoo.co.uk>
Authored: Thu May 23 21:47:00 2013 +0300
Committer: Andrew Phillips <an...@apache.org>
Committed: Fri May 24 17:08:52 2013 -0400

----------------------------------------------------------------------
 resources/checkstyle.xml              |    2 +-
 resources/checkstyle_suppressions.xml |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-jclouds/blob/8aeed868/resources/checkstyle.xml
----------------------------------------------------------------------
diff --git a/resources/checkstyle.xml b/resources/checkstyle.xml
index 6b3a179..de81e0f 100644
--- a/resources/checkstyle.xml
+++ b/resources/checkstyle.xml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
 
     Licensed to the Apache Software Foundation (ASF) under one or more
@@ -16,7 +17,6 @@
     limitations under the License.
 
 -->
-<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE module PUBLIC "-//Puppy Crawl//DTD Check Configuration 1.3//EN" "http://www.puppycrawl.com/dtds/configuration_1_3.dtd">
 
 <module name="Checker">

http://git-wip-us.apache.org/repos/asf/incubator-jclouds/blob/8aeed868/resources/checkstyle_suppressions.xml
----------------------------------------------------------------------
diff --git a/resources/checkstyle_suppressions.xml b/resources/checkstyle_suppressions.xml
index 175f1ea..54c6850 100644
--- a/resources/checkstyle_suppressions.xml
+++ b/resources/checkstyle_suppressions.xml
@@ -1,3 +1,4 @@
+<?xml version="1.0"?>
 <!--
 
     Licensed to the Apache Software Foundation (ASF) under one or more
@@ -16,7 +17,6 @@
     limitations under the License.
 
 -->
-<?xml version="1.0"?>
 
 <!DOCTYPE suppressions PUBLIC
     "-//Puppy Crawl//DTD Suppressions 1.1//EN"