You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by sp...@apache.org on 2005/06/17 22:58:23 UTC

cvs commit: xml-fop build.xml

spepping    2005/06/17 13:58:23

  Modified:    .        build.xml
  Log:
  Make this work for case-sensitive users
  
  Revision  Changes    Path
  1.123     +1 -1      xml-fop/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/build.xml,v
  retrieving revision 1.122
  retrieving revision 1.123
  diff -u -r1.122 -r1.123
  --- build.xml	24 May 2005 19:45:02 -0000	1.122
  +++ build.xml	17 Jun 2005 20:58:23 -0000	1.123
  @@ -207,7 +207,7 @@
       <property name="build.examples.dir" value="${build.dir}/examples"/>
   
       <property name="viewer.resources.dest.dir" value="${build.dest}/org/apache/fop/render/awt/viewer/resources"/>
  -    <property name="viewer.images.dest.dir" value="${build.dest}/org/apache/fop/render/awt/viewer/Images"/>
  +    <property name="viewer.images.dest.dir" value="${build.dest}/org/apache/fop/render/awt/viewer/images"/>
   
       <property name="dist.bin.dir" value="${basedir}/dist-bin"/>
       <property name="dist.src.dir" value="${basedir}/dist-src"/>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-commits-help@xmlgraphics.apache.org