You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@gump.apache.org by aj...@apache.org on 2003/12/02 16:30:19 UTC

cvs commit: jakarta-gump/project jelly-tags.xml

ajack       2003/12/02 07:30:19

  Modified:    project  jelly-tags.xml
  Log:
  Fixed cut-n-paste error (http -> interaction)
  
  Revision  Changes    Path
  1.53      +1 -1      jakarta-gump/project/jelly-tags.xml
  
  Index: jelly-tags.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-gump/project/jelly-tags.xml,v
  retrieving revision 1.52
  retrieving revision 1.53
  diff -u -r1.52 -r1.53
  --- jelly-tags.xml	10 Sep 2003 20:24:59 -0000	1.52
  +++ jelly-tags.xml	2 Dec 2003 15:30:19 -0000	1.53
  @@ -306,7 +306,7 @@
       <mkdir dir="interaction/src/test/"/>
   
       <ant basedir="interaction" target="jar">
  -      <property name="final.name"  value="commons-jelly-tags-http-@@DATE@@"/>
  +      <property name="final.name"  value="commons-jelly-tags-interaction-@@DATE@@"/>
       </ant>
   
       <depend project="commons-jelly" inherit="all"/>