This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository echobase. See http://git.codelutin.com/echobase.git commit 238598e02bae721ecc13135869c1a9383d7a0c51 Author: Tony CHEMIT <chemit@codelutin.com> Date: Mon Dec 15 11:14:31 2014 +0100 remove unused jsp --- .../main/webapp/WEB-INF/jsp/spatial/showMap.jsp | 39 ---------------------- 1 file changed, 39 deletions(-) diff --git a/echobase-ui/src/main/webapp/WEB-INF/jsp/spatial/showMap.jsp b/echobase-ui/src/main/webapp/WEB-INF/jsp/spatial/showMap.jsp deleted file mode 100644 index 8dc15a0..0000000 --- a/echobase-ui/src/main/webapp/WEB-INF/jsp/spatial/showMap.jsp +++ /dev/null @@ -1,39 +0,0 @@ -<%-- - #%L - EchoBase :: UI - %% - Copyright (C) 2011 - 2013 Ifremer, Codelutin - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L% - --%> -<%@page contentType="text/html" pageEncoding="UTF-8" %> -<%@ taglib prefix="s" uri="/struts-tags" %> -<%@ taglib prefix="sj" uri="/struts-jquery-tags" %> - -<sj:head jqueryui="true" jquerytheme="echobase-theme" debug="true" compressed="false" /> - -<script type="text/javascript" - src="<s:url value='/js/leaflet-src.js' />"></script> - -<script type="text/javascript"> - - jQuery(document).ready(function () { - - }); -</script> -<div id="map"> -Loading... -</div> - -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.