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/03/01 03:12:38 UTC

cvs commit: avalon-phoenix build.xml

donaldp     2003/02/28 18:12:38

  Modified:    .        build.xml
  Log:
  jing is only needed inside the container classloader
  
  Revision  Changes    Path
  1.202     +3 -3      avalon-phoenix/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/avalon-phoenix/build.xml,v
  retrieving revision 1.201
  retrieving revision 1.202
  diff -u -r1.201 -r1.202
  --- build.xml	1 Mar 2003 01:12:43 -0000	1.201
  +++ build.xml	1 Mar 2003 02:12:37 -0000	1.202
  @@ -489,12 +489,12 @@
               <fileset dir="${build.lib}">
                   <include name="phoenix-containerkit.jar"/>
               </fileset>
  -            <fileset dir="${lib.dir}/jing">
  -                <include name="*.jar"/>
  -            </fileset>
           </copy>
           <copy todir="${bin.dist.container.lib}">
               <fileset dir="${lib.dir}/container">
  +                <include name="*.jar"/>
  +            </fileset>
  +            <fileset dir="${lib.dir}/jing">
                   <include name="*.jar"/>
               </fileset>
           </copy>
  
  
  

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