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 gl...@apache.org on 2001/06/27 03:10:01 UTC

cvs commit: jakarta-taglibs/i18n build.xml

glenn       01/06/26 18:10:01

  Modified:    i18n     build.xml
  Log:
  Fix i18n.tld build problem
  
  Revision  Changes    Path
  1.4       +8 -0      jakarta-taglibs/i18n/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/i18n/build.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- build.xml	2001/05/05 17:15:15	1.3
  +++ build.xml	2001/06/27 01:10:00	1.4
  @@ -6,7 +6,15 @@
   
   <project name="i18n" default="main">
   
  +  <property name="library-dist.pre" value="library-dist.pre"/>
     &common;
   
  +  <!-- =================================================================== -->
  +  <!-- copy the dom4j and log4j jars into the examples lib dir             -->
  +  <!-- =================================================================== -->
  +  <target name="library-dist.pre">
  +    <copy file="${conf.src}/i18n.tld" tofile="${examples.tld}"/>
  +  </target>
  +
   </project>