You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by la...@apache.org on 2013/08/05 06:18:30 UTC

git commit: STRATOS-27: Fixed import statements in tenant home page

Updated Branches:
  refs/heads/master 5210b53cf -> d9e90ce9e


STRATOS-27: Fixed import statements in tenant home page

Signed-off-by: Lahiru Sandaruwan <la...@wso2.com>


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

Branch: refs/heads/master
Commit: d9e90ce9e0f4f7b49638ecad3a92ad23aa07f479
Parents: 5210b53
Author: Imesh Gunaratne <im...@wso2.com>
Authored: Sun Aug 4 13:56:35 2013 +0530
Committer: Lahiru Sandaruwan <la...@wso2.com>
Committed: Mon Aug 5 09:37:06 2013 +0530

----------------------------------------------------------------------
 .../src/main/resources/web/tenant-dashboard/index.jsp       | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/d9e90ce9/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/index.jsp
----------------------------------------------------------------------
diff --git a/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/index.jsp b/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/index.jsp
index 580156f..a6fd09f 100644
--- a/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/index.jsp
+++ b/products/stratos-controller/modules/dashboard/src/main/resources/web/tenant-dashboard/index.jsp
@@ -16,16 +16,15 @@
   ~ specific language governing permissions and limitations
   ~ under the License.
   --%>
-<%@ page import="org.wso2.stratos.manager.dashboard.ui.clients.CloudManagerServiceClient" %>
-<%@ page import="org.apache.stratos.manager.dashboard.stub.xsd.CloudService" %>
-<%@ page import="org.wso2.carbon.registry.core.exceptions.RegistryException" %>
 <%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %>
 <%@ taglib uri="http://wso2.org/projects/carbon/taglibs/carbontags.jar" prefix="carbon" %>
+<%@ page import="org.apache.stratos.manager.dashboard.ui.clients.CloudManagerServiceClient" %>
+<%@ page import="org.apache.stratos.manager.dashboard.stub.xsd.CloudService" %>
+<%@ page import="org.apache.stratos.account.mgt.ui.clients.AccountMgtClient" %>
 <%@ page import="org.wso2.carbon.ui.CarbonUIMessage" %>
 <%@ page import="org.wso2.carbon.ui.CarbonUIUtil" %>
-<%@ page import="org.wso2.carbon.account.mgt.ui.clients.AccountMgtClient" %>
 <%@ page import="org.wso2.carbon.utils.multitenancy.MultitenantConstants" %>
-<%@ page import="org.wso2.stratos.manager.dashboard.ui.utils.Util" %>
+<%@ page import="org.wso2.carbon.registry.core.exceptions.RegistryException" %>
 
 <jsp:include page="../registry_common/registry_common-i18n-ajaxprocessor.jsp"/>
 <script type="text/javascript" src="../registry_common/js/registry_validation.js"></script>