You are viewing a plain text version of this content. The canonical link for it is here.
Posted to taglibs-dev@jakarta.apache.org by mo...@apache.org on 2001/08/27 17:34:45 UTC

cvs commit: jakarta-taglibs-sandbox/latka-taglib build.xml

morgand     01/08/27 08:34:45

  Modified:    latka-taglib build.xml
  Log:
  no message
  
  Revision  Changes    Path
  1.2       +3 -0      jakarta-taglibs-sandbox/latka-taglib/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs-sandbox/latka-taglib/build.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.xml	2001/08/24 17:38:01	1.1
  +++ build.xml	2001/08/27 15:34:45	1.2
  @@ -14,7 +14,10 @@
     <!-- create this file to store the locations of your dependant jars -->
     <property file="../../jakarta-taglibs/build.properties"/>
   
  +  <property name="classpath" value="${servlet.jar}:${latka.jar}"/>
  +
     <property file="../../jakarta-taglibs/common.properties"/>
  +
   
     &common;