Updated Branches: refs/heads/fix-weird-chars [created] fb1b70e4e
Replacing strange chars in pom.xml with spaces Project: http://git-wip-us.apache.org/repos/asf/jclouds-labs-openstack/repo Commit: http://git-wip-us.apache.org/repos/asf/jclouds-labs-openstack/commit/fb1b70e4 Tree: http://git-wip-us.apache.org/repos/asf/jclouds-labs-openstack/tree/fb1b70e4 Diff: http://git-wip-us.apache.org/repos/asf/jclouds-labs-openstack/diff/fb1b70e4 Branch: refs/heads/fix-weird-chars Commit: fb1b70e4ebce7c56cb3d0a377df9dfe15f680535 Parents: c0d9b1c Author: Andrew Phillips <[email protected]> Authored: Wed Nov 20 00:18:56 2013 -0500 Committer: Andrew Phillips <[email protected]> Committed: Wed Nov 20 00:18:56 2013 -0500 ---------------------------------------------------------------------- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds-labs-openstack/blob/fb1b70e4/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 63dbace..939197f 100644 --- a/pom.xml +++ b/pom.xml @@ -80,9 +80,9 @@ <keyword>Licensed</keyword> </keywords> <mapping> - <xml>XML_STYLE</xml> - Â Â <java>SLASHSTAR_STYLE</java> - Â Â <clj>SEMICOLON_STYLE</clj> + <xml>XML_STYLE</xml> + <java>SLASHSTAR_STYLE</java> + <clj>SEMICOLON_STYLE</clj> </mapping> <excludes> <!-- expectation files for unit tests -->
