You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by hl...@apache.org on 2003/07/03 18:15:55 UTC

cvs commit: jakarta-tapestry/support gump.xml

hlship      2003/07/03 09:15:54

  Modified:    support  gump.xml
  Log:
  Fix gump.xml to pick up correctly named Javassist JAR.
  
  Revision  Changes    Path
  1.13      +2 -2      jakarta-tapestry/support/gump.xml
  
  Index: gump.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tapestry/support/gump.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- gump.xml	3 Jul 2003 02:37:14 -0000	1.12
  +++ gump.xml	3 Jul 2003 16:15:54 -0000	1.13
  @@ -77,7 +77,7 @@
       
       <!-- This needs to be kept up-to-date as we update to later versions of Javassist -->
       
  -    <jar name="lib/ext/javassist.jar"/>
  +    <jar name="lib/ext/javassist-2.5.1.jar"/>
       <license name="lib/ext/LICENSE.javassist.txt"/>
     </project>