You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by di...@apache.org on 2004/10/18 07:40:29 UTC

cvs commit: jakarta-commons/jelly project.xml

dion        2004/10/17 22:40:29

  Modified:    jelly    project.xml
  Log:
  Add jstl dependency
  
  Revision  Changes    Path
  1.152     +9 -1      jakarta-commons/jelly/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/project.xml,v
  retrieving revision 1.151
  retrieving revision 1.152
  diff -u -r1.151 -r1.152
  --- project.xml	10 Sep 2004 06:22:33 -0000	1.151
  +++ project.xml	18 Oct 2004 05:40:29 -0000	1.152
  @@ -328,11 +328,19 @@
         <version>20030211.213356</version>
       </dependency>
   
  -      <!-- for the jelly startup scripts -->
  +    <!-- for the jelly startup scripts -->
       <dependency>
         <id>forehead</id>
         <version>1.0-beta-5</version>
         <url>http://forehead.werken.com/</url>
  +    </dependency>
  +
  +    <!-- for the jstl interfaces -->
  +    <dependency>
  +      <groupId>jstl</groupId>
  +      <artifactId>jstl</artifactId>
  +      <version>1.0.6</version>
  +      <url>http://jakarta.apache.org/taglibs/doc/standard-1.0-doc/intro.html</url>
       </dependency>
   
     </dependencies>
  
  
  

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