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 ke...@locus.apache.org on 2000/07/11 01:33:46 UTC

cvs commit: xml-fop build.sh

keiron      00/07/10 16:33:46

  Modified:    .        build.sh
  Log:
  added w3c.jar lib to class path
  
  Revision  Changes    Path
  1.2       +1 -1      xml-fop/build.sh
  
  Index: build.sh
  ===================================================================
  RCS file: /home/cvs/xml-fop/build.sh,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.sh	2000/03/06 21:30:59	1.1
  +++ build.sh	2000/07/10 23:33:46	1.2
  @@ -13,7 +13,7 @@
     exit 1
   fi
   
  -LOCALCLASSPATH=$JAVA_HOME/lib/tools.jar:$JAVA_HOME/lib/classes.zip:./lib/ant.jar:./lib/xml.jar:./lib
  +LOCALCLASSPATH=$JAVA_HOME/lib/tools.jar:$JAVA_HOME/lib/classes.zip:./lib/ant.jar:./lib/xml.jar:./lib/w3c.jar:./lib
   ANT_HOME=./lib
   
   echo Building with classpath $CLASSPATH:$LOCALCLASSPATH