Author: tchemit Date: 2011-04-11 14:00:34 +0200 (Mon, 11 Apr 2011) New Revision: 2254 Url: http://nuiton.org/repositories/revision/jaxx/2254 Log: Anomalie #1453: Jaxx should not be embed validators.xml file at runtime Removed: trunk/jaxx-runtime/src/main/resources/validators.xml Deleted: trunk/jaxx-runtime/src/main/resources/validators.xml =================================================================== --- trunk/jaxx-runtime/src/main/resources/validators.xml 2011-04-11 10:11:46 UTC (rev 2253) +++ trunk/jaxx-runtime/src/main/resources/validators.xml 2011-04-11 12:00:34 UTC (rev 2254) @@ -1,43 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!-- - #%L - JAXX :: Runtime - - $Id$ - $HeadURL$ - %% - Copyright (C) 2008 - 2010 CodeLutin - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Lesser 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 Lesser Public License for more details. - - You should have received a copy of the GNU General Lesser Public - License along with this program. If not, see - <http://www.gnu.org/licenses/lgpl-3.0.html>. - #L% - --> - -<!DOCTYPE validators PUBLIC - "-//OpenSymphony Group//XWork Validator Config 1.0//EN" - "http://www.opensymphony.com/xwork/xwork-validator-config-1.0.dtd"> - -<!-- START SNIPPET: validators --> -<validators> - <validator name="requiredFile" class="jaxx.runtime.validator.field.RequiredFileFieldValidator"/> - <validator name="existingFile" class="jaxx.runtime.validator.field.ExistingFileFieldValidator"/> - <validator name="notExistingFile" class="jaxx.runtime.validator.field.NotExistingFileFieldValidator"/> - <validator name="existingDirectory" class="jaxx.runtime.validator.field.ExistingDirectoryFieldValidator"/> - <validator name="notExistingDirectory" class="jaxx.runtime.validator.field.NotExistingDirectoryFieldValidator"/> - <validator name="collectionFieldExpression" - class="jaxx.runtime.validator.field.CollectionFieldExpressionValidator"/> - <validator name="collectionUniqueKey" - class="jaxx.runtime.validator.field.CollectionUniqueKeyValidator"/> -</validators> - <!-- END SNIPPET: validators -->
participants (1)
-
tchemit@users.nuiton.org