From a73f5b12c60738db2fa2e0dc66ae220ca14fb752 Mon Sep 17 00:00:00 2001 From: Kevin Roast Date: Tue, 12 Jun 2007 09:57:28 +0000 Subject: [PATCH] Modified webscript portlet dashlet definitions to use correct wcservice servlet, changed all definitions to use short form of service urls. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5919 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261 --- source/web/WEB-INF/portlet.xml | 8 ++++---- source/web/jsp/dashboards/dashlets/doclist-webscript.jsp | 2 +- source/web/jsp/dashboards/dashlets/myspaces-webscript.jsp | 2 +- source/web/jsp/dashboards/dashlets/mytasks-webscript.jsp | 2 +- .../web/jsp/dashboards/dashlets/mywebforms-webscript.jsp | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/source/web/WEB-INF/portlet.xml b/source/web/WEB-INF/portlet.xml index 4a09c85d74..e1ba5f2557 100644 --- a/source/web/WEB-INF/portlet.xml +++ b/source/web/WEB-INF/portlet.xml @@ -29,7 +29,7 @@ scriptUrl - /alfresco/168service/mytasks + /alfresco/168s/mytasks @@ -50,7 +50,7 @@ scriptUrl - /alfresco/168service/doclist + /alfresco/168s/doclist @@ -71,7 +71,7 @@ scriptUrl - /alfresco/168service/myspaces + /alfresco/168s/myspaces @@ -92,7 +92,7 @@ scriptUrl - /alfresco/168service/mywebforms + /alfresco/168s/mywebforms diff --git a/source/web/jsp/dashboards/dashlets/doclist-webscript.jsp b/source/web/jsp/dashboards/dashlets/doclist-webscript.jsp index 6979e47c18..e498115b7a 100644 --- a/source/web/jsp/dashboards/dashlets/doclist-webscript.jsp +++ b/source/web/jsp/dashboards/dashlets/doclist-webscript.jsp @@ -24,4 +24,4 @@ --%> <%@ taglib uri="/WEB-INF/repo.tld" prefix="r" %> - \ No newline at end of file + \ No newline at end of file diff --git a/source/web/jsp/dashboards/dashlets/myspaces-webscript.jsp b/source/web/jsp/dashboards/dashlets/myspaces-webscript.jsp index 60c54f5a93..a6bc630fc2 100644 --- a/source/web/jsp/dashboards/dashlets/myspaces-webscript.jsp +++ b/source/web/jsp/dashboards/dashlets/myspaces-webscript.jsp @@ -24,4 +24,4 @@ --%> <%@ taglib uri="/WEB-INF/repo.tld" prefix="r" %> - \ No newline at end of file + \ No newline at end of file diff --git a/source/web/jsp/dashboards/dashlets/mytasks-webscript.jsp b/source/web/jsp/dashboards/dashlets/mytasks-webscript.jsp index be3122b60d..571487a8aa 100644 --- a/source/web/jsp/dashboards/dashlets/mytasks-webscript.jsp +++ b/source/web/jsp/dashboards/dashlets/mytasks-webscript.jsp @@ -24,4 +24,4 @@ --%> <%@ taglib uri="/WEB-INF/repo.tld" prefix="r" %> - \ No newline at end of file + \ No newline at end of file diff --git a/source/web/jsp/dashboards/dashlets/mywebforms-webscript.jsp b/source/web/jsp/dashboards/dashlets/mywebforms-webscript.jsp index caa6e12af3..9febd32fcd 100644 --- a/source/web/jsp/dashboards/dashlets/mywebforms-webscript.jsp +++ b/source/web/jsp/dashboards/dashlets/mywebforms-webscript.jsp @@ -24,4 +24,4 @@ --%> <%@ taglib uri="/WEB-INF/repo.tld" prefix="r" %> - \ No newline at end of file + \ No newline at end of file