Repository: incubator-stratos Updated Branches: refs/heads/master 9aa7fb284 -> aba72724a
Corrected header comment Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/aba72724 Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/aba72724 Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/aba72724 Branch: refs/heads/master Commit: aba72724a2bc954a936f2cf29a320bef50791fff Parents: 9aa7fb2 Author: Imesh Gunaratne <[email protected]> Authored: Thu Apr 17 19:29:34 2014 +0530 Committer: Imesh Gunaratne <[email protected]> Committed: Thu Apr 17 19:29:34 2014 +0530 ---------------------------------------------------------------------- .../src/main/resources/web/WEB-INF/tiles/main_defs.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/aba72724/dependencies/org.wso2.carbon.ui/src/main/resources/web/WEB-INF/tiles/main_defs.xml ---------------------------------------------------------------------- diff --git a/dependencies/org.wso2.carbon.ui/src/main/resources/web/WEB-INF/tiles/main_defs.xml b/dependencies/org.wso2.carbon.ui/src/main/resources/web/WEB-INF/tiles/main_defs.xml index 0d19de6..0330cbb 100644 --- a/dependencies/org.wso2.carbon.ui/src/main/resources/web/WEB-INF/tiles/main_defs.xml +++ b/dependencies/org.wso2.carbon.ui/src/main/resources/web/WEB-INF/tiles/main_defs.xml @@ -1,3 +1,4 @@ +<?xml version="1.0" encoding="ISO-8859-1" ?> <!-- ~ Licensed to the Apache Software Foundation (ASF) under one ~ or more contributor license agreements. See the NOTICE file @@ -16,8 +17,6 @@ ~ specific language governing permissions and limitations ~ under the License. --> - -<?xml version="1.0" encoding="ISO-8859-1" ?> <!DOCTYPE tiles-definitions PUBLIC "-//Apache Software Foundation//DTD Tiles Configuration 2.0//EN" "http://tiles.apache.org/dtds/tiles-config_2_0.dtd">
