donaldp     2003/03/01 03:15:03

  Modified:    simpleserver build.xml
  Log:
  include some more jars in the .sar
  
  Revision  Changes    Path
  1.22      +3 -4      avalon-apps/simpleserver/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/avalon-apps/simpleserver/build.xml,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- build.xml 6 Feb 2003 13:34:31 -0000       1.21
  +++ build.xml 1 Mar 2003 11:15:03 -0000       1.22
  @@ -48,12 +48,8 @@
       <fileset dir="../common/lib">
         <include name="**/*.jar" />
       </fileset>
  -    <fileset dir="lib">
  -      <include name="*.jar" />
  -    </fileset>
     </path>
   
  -
     <path id="tools.class.path">
       <path refid="project.class.path"/>
       <pathelement location="${xerces.jar}"/>
  @@ -206,6 +202,9 @@
   
         <lib dir="../common/lib">
           <include name="cornerstone.jar"/>
  +          <include name="excalibur-thread*.jar"/>
  +          <include name="excalibur-pool*.jar"/>
  +          <include name="excalibur-collections*.jar"/>
         </lib>
   
       </sar>
  
  
  

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

Reply via email to