unico       2004/03/11 03:29:13

  Modified:    testsuite build.xml
  Log:
  fix build
  
  Revision  Changes    Path
  1.24      +1 -1      jakarta-slide/testsuite/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/testsuite/build.xml,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- build.xml 10 Mar 2004 14:17:43 -0000      1.23
  +++ build.xml 11 Mar 2004 11:29:13 -0000      1.24
  @@ -50,7 +50,7 @@
     <target name="make" description="builds the tprocessor">
       <copy todir="${lib}" file="${slideclientlib}/${client.jar}" overwrite="yes" />
       <copy todir="${lib}" file="${slideclientextlib}/commons-httpclient.jar" 
overwrite="yes" />
  -    <copy todir="${lib}" file="${basedir}/../${jdom.jar}" overwrite="yes" />
  +    <copy todir="${lib}" file="${jdom.jar}" overwrite="yes" />
       <antcall target="compile" />
       <antcall target="makejar" />
     </target>
  
  
  

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

Reply via email to