tmiller     02/02/08 05:20:47

  Modified:    java     build.xml
  Log:
  added xmlapis.jar to xsltc class path
  
  Revision  Changes    Path
  1.161     +3 -2      xml-xalan/java/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/build.xml,v
  retrieving revision 1.160
  retrieving revision 1.161
  diff -u -r1.160 -r1.161
  --- build.xml 7 Feb 2002 19:28:00 -0000       1.160
  +++ build.xml 8 Feb 2002 13:20:47 -0000       1.161
  @@ -41,7 +41,7 @@
   
   Copyright:
     Copyright (c) 1999-2001 The Apache Software Foundation.
  -   $Id: build.xml,v 1.160 2002/02/07 19:28:00 dleslie Exp $
  +   $Id: build.xml,v 1.161 2002/02/08 13:20:47 tmiller Exp $
   ==================================================================== -->
   
   <project name="Xalan" default="jar" basedir=".">
  @@ -181,7 +181,7 @@
     <!-- Creates output build directories and doc prerequistes               
-->
     <!-- =================================================================== 
-->
     <target name="prepare">
  -    <echo message="Project:${Name-in-docs} version:${version} build.xml 
$Revision: 1.160 $"/>
  +    <echo message="Project:${Name-in-docs} version:${version} build.xml 
$Revision: 1.161 $"/>
       <mkdir dir="${build.dir}"/>
       <mkdir dir="${build.classes}"/>
       <!-- Note that all testing-related targets *must* depend on 
  @@ -276,6 +276,7 @@
     <!-- Compile just the XSLTC compiler portion (to be integrated soon!) -->
     <!-- =================================================================== 
-->
     <path id="xsltc.class.path">
  +    <pathelement location="${xmlapis.jar}" />
       <pathelement location="${bcel.jar}" />
       <pathelement location="${jlex.jar}" />
       <pathelement location="${java_cup.jar}" />
  
  
  

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

Reply via email to