You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by do...@apache.org on 2003/04/05 01:04:43 UTC

cvs commit: avalon-phoenix/examples/demo build.xml

donaldp     2003/04/04 15:04:43

  Modified:    examples/demo build.xml
  Log:
  add tools and API to classpath
  
  Revision  Changes    Path
  1.2       +6 -0      avalon-phoenix/examples/demo/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/avalon-phoenix/examples/demo/build.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.xml	4 Apr 2003 23:00:53 -0000	1.1
  +++ build.xml	4 Apr 2003 23:04:43 -0000	1.2
  @@ -37,6 +37,12 @@
           <fileset dir="../common/lib">
               <include name="**/*.jar"/>
           </fileset>
  +        <fileset dir="../../dist/lib">
  +            <include name="**/*.jar"/>
  +        </fileset>
  +        <fileset dir="../../dist/tools/lib">
  +            <include name="**/*.jar"/>
  +        </fileset>
       </path>
   
       <property name="avalon-site.dir" value="../../avalon-site"/>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@avalon.apache.org
For additional commands, e-mail: cvs-help@avalon.apache.org