You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by ri...@apache.org on 2014/11/06 11:43:43 UTC

git commit: Trivial XML syntax error fixed.

Repository: incubator-brooklyn
Updated Branches:
  refs/heads/master 04ce06b97 -> 94db5ffa4


Trivial XML syntax error fixed.

Committing trivial fix directly to master. Minor XML syntax error - no
space between two attributes. Seems that most XML parsers didn't mind
this but a strict parser (e.g. xpath command on OSX) rejects it.


Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/94db5ffa
Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/94db5ffa
Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/94db5ffa

Branch: refs/heads/master
Commit: 94db5ffa49fd9425f93746ce7c351d9093304d86
Parents: 04ce06b
Author: Richard Downer <ri...@apache.org>
Authored: Thu Nov 6 10:42:16 2014 +0000
Committer: Richard Downer <ri...@apache.org>
Committed: Thu Nov 6 10:43:18 2014 +0000

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/94db5ffa/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 685eec4..9003018 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1028,7 +1028,7 @@
                             <!-- Checks for whitespace                               -->
                             <!-- See http://checkstyle.sf.net/config_whitespace.html -->
                             <module name="FileTabCharacter">
-                                <property name="eachLine"value="true"/>
+                                <property name="eachLine" value="true"/>
                             </module>
                         </module>
                     </checkstyleRules>