Author: sletellier Date: 2011-05-16 16:06:42 +0200 (Mon, 16 May 2011) New Revision: 288 Url: http://chorem.org/repositories/revision/bow/288 Log: #365 Remove spring and dwr Removed: trunk/bow-ui/src/main/webapp/WEB-INF/dwr.xml Deleted: trunk/bow-ui/src/main/webapp/WEB-INF/dwr.xml =================================================================== --- trunk/bow-ui/src/main/webapp/WEB-INF/dwr.xml 2011-05-16 13:52:58 UTC (rev 287) +++ trunk/bow-ui/src/main/webapp/WEB-INF/dwr.xml 2011-05-16 14:06:42 UTC (rev 288) @@ -1,46 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!-- - #%L - bow - - $Id$ - $HeadURL$ - %% - Copyright (C) 2010 - 2011 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% - --> - -<!DOCTYPE dwr PUBLIC - "-//GetAhead Limited//DTD Direct Web Remoting 1.0//EN" - "http://www.getahead.ltd.uk/dwr/dwr10.dtd"> - -<dwr> - <allow> - <create creator="new" javascript="validator"> - <param name="class" value="org.apache.struts2.validators.DWRValidator"/> - </create> - <convert converter="bean" match="com.opensymphony.xwork2.ValidationAwareSupport"/> - </allow> - - <signatures> - <![CDATA[ - import java.util.Map; - import org.apache.struts2.validators.DWRValidator; - - DWRValidator.doPost(String, String, Map<String, String>); - ]]> - </signatures> -</dwr>