pbwest      02/05/10 17:23:58

  Modified:    bin      Tag: FOP_0-20-0_Alt-Design fopdevenv
  Log:
  Fixed path setting bug; used /usr/local/src/xml-fop_20_Alt/bin
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.2   +1 -1      xml-fop/bin/Attic/fopdevenv
  
  Index: fopdevenv
  ===================================================================
  RCS file: /home/cvs/xml-fop/bin/Attic/fopdevenv,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- fopdevenv 8 May 2002 05:17:34 -0000       1.1.2.1
  +++ fopdevenv 11 May 2002 00:23:58 -0000      1.1.2.2
  @@ -4,7 +4,7 @@
   # N.B. If FOPDEV is unset, it defaults to the current directory.
   #  This will work from the xml-fop base directory if you
   #  . bin/fopdevenv
  -FOPDEV=${FOPDEV:-.}; export FOPDEV
  +FOPDEV=${FOPDEV:-"`pwd`"}; export FOPDEV
   JAVA_HOME=${JAVA_HOME:?"Set JAVA_HOME and try again"}
   FOPDEVJARS=`find $FOPDEV -follow -name '*.jar'`
   pre_vpath CLASSPATH $FOPDEVJARS $FOPDEV/build/classes $FOPDEV/build/fop.jar 
$JAVA_HOME/jre/lib/rt.jar
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to