You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by rl...@apache.org on 2004/04/13 07:50:11 UTC

cvs commit: jakarta-commons/validator/src/share/org/apache/commons/validator ValidatorResources.java

rleland     2004/04/12 22:50:11

  Modified:    validator/src/share/org/apache/commons/validator Tag:
                        VALIDATOR_1_1_2_BRANCH ValidatorResources.java
  Log:
  register 1.1.3 DTD
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.30.2.1  +6 -4      jakarta-commons/validator/src/share/org/apache/commons/validator/ValidatorResources.java
  
  Index: ValidatorResources.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/validator/src/share/org/apache/commons/validator/ValidatorResources.java,v
  retrieving revision 1.30
  retrieving revision 1.30.2.1
  diff -u -r1.30 -r1.30.2.1
  --- ValidatorResources.java	21 Feb 2004 17:10:29 -0000	1.30
  +++ ValidatorResources.java	13 Apr 2004 05:50:11 -0000	1.30.2.1
  @@ -64,7 +64,9 @@
           "-//Apache Software Foundation//DTD Commons Validator Rules Configuration 1.0.1//EN",
           "/org/apache/commons/validator/resources/validator_1_0_1.dtd",
           "-//Apache Software Foundation//DTD Commons Validator Rules Configuration 1.1//EN",
  -        "/org/apache/commons/validator/resources/validator_1_1.dtd"
  +        "/org/apache/commons/validator/resources/validator_1_1.dtd",
  +        "-//Apache Software Foundation//DTD Commons Validator Rules Configuration 1.1.3//EN",
  +        "/org/apache/commons/validator/resources/validator_1_1_3.dtd"
       };
   
       /**
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org