You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by js...@apache.org on 2003/02/07 14:31:54 UTC

cvs commit: jakarta-commons/jelly/jelly-tags/jetty project.xml

jstrachan    2003/02/07 05:31:54

  Modified:    jelly/jelly-tags/jetty project.xml
  Log:
  patched the dependencies so that unit tests run - though note that you have to manually download the Sun jars yourself
  
  Revision  Changes    Path
  1.12      +11 -0     jakarta-commons/jelly/jelly-tags/jetty/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/jelly-tags/jetty/project.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- project.xml	27 Jan 2003 05:24:17 -0000	1.11
  +++ project.xml	7 Feb 2003 13:31:53 -0000	1.12
  @@ -49,6 +49,17 @@
         <version>SNAPSHOT</version>
       </dependency>
   
  +    <dependency>
  +      <id>jsse</id>
  +      <version>1.0.3</version>
  +    </dependency>
  +
  +    <dependency>
  +      <id>jsse+jnet</id>
  +      <version>1.0.3</version>
  +    </dependency>
  +
  +	
       <!-- END for testing -->
       
       <!-- for runtime -->
  
  
  

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