You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by ge...@apache.org on 2004/05/12 16:37:08 UTC

cvs commit: jakarta-struts project.xml

germuska    2004/05/12 07:37:08

  Modified:    .        project.xml
  Log:
  Change the "dependency" url for commons-validator to point to an explanation
  of how to deal with the unreleased validator dependency.
  
  Revision  Changes    Path
  1.27      +8 -0      jakarta-struts/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/project.xml,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- project.xml	8 Mar 2004 23:27:51 -0000	1.26
  +++ project.xml	12 May 2004 14:37:08 -0000	1.27
  @@ -216,7 +216,15 @@
         <groupId>commons-validator</groupId>
         <artifactId>commons-validator</artifactId>
         <version>1.1.2-dev</version>
  +      <url>http://apache.org/~germuska/commons-validator/</url>
  +      <!--
  +      Until the validator dependency is served from one of Struts' repositories,
  +      change the URL to point to a page (above) which explains how to build using Maven
  +      and offers a copy of the necessary JAR.  This is the URL Maven shows when a
  +      dependency can't be resolved, so the above, with explanation, will probably
  +      help people more than just pointing to the Validator project (below).
         <url>http://jakarta.apache.org/commons/validator/</url>
  +      -->
         <properties>
           <war.bundle>true</war.bundle>
           <cactus.bundle>true</cactus.bundle>
  
  
  

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