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

git commit: Fix error in components/org.apache.stratos.account.mgt.ui/src/main/resources/web/account-mgt/account_mgt.jsp

Updated Branches:
  refs/heads/master 3fcaf1f88 -> 9a35d4a2a


Fix error in components/org.apache.stratos.account.mgt.ui/src/main/resources/web/account-mgt/account_mgt.jsp


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

Branch: refs/heads/master
Commit: 9a35d4a2a9ed50e5a623322a87d190f125d9d147
Parents: 3fcaf1f
Author: Manula Thantriwatte <ma...@wso2.com>
Authored: Tue Aug 6 17:52:22 2013 +0530
Committer: Manula Thantriwatte <ma...@wso2.com>
Committed: Tue Aug 6 17:52:22 2013 +0530

----------------------------------------------------------------------
 .../src/main/resources/web/account-mgt/account_mgt.jsp             | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/9a35d4a2/components/org.apache.stratos.account.mgt.ui/src/main/resources/web/account-mgt/account_mgt.jsp
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.account.mgt.ui/src/main/resources/web/account-mgt/account_mgt.jsp b/components/org.apache.stratos.account.mgt.ui/src/main/resources/web/account-mgt/account_mgt.jsp
index 57498f1..f2eade4 100644
--- a/components/org.apache.stratos.account.mgt.ui/src/main/resources/web/account-mgt/account_mgt.jsp
+++ b/components/org.apache.stratos.account.mgt.ui/src/main/resources/web/account-mgt/account_mgt.jsp
@@ -16,7 +16,7 @@ KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
 --%>
-<%@ page import="org.apache.stratos.account.mgt.AccountInfoBean" %>
+<%@ page import="org.apache.stratos.account.mgt.stub.beans.xsd.AccountInfoBean" %>
 <%@ page import="org.apache.stratos.account.mgt.ui.clients.AccountMgtClient" %>
 <%@ page import="org.apache.stratos.account.mgt.ui.clients.UsagePlanClient" %>
 <%@ page import="org.apache.stratos.common.constants.StratosConstants" %>