donaldp     2003/04/04 20:27:01

  Modified:    .        build.xml
  Log:
  Merge containerkit jar into tools jar now that it only contains tools.
  
  Revision  Changes    Path
  1.237     +2 -8      avalon-phoenix/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/avalon-phoenix/build.xml,v
  retrieving revision 1.236
  retrieving revision 1.237
  diff -u -r1.236 -r1.237
  --- build.xml 5 Apr 2003 04:12:14 -0000       1.236
  +++ build.xml 5 Apr 2003 04:27:01 -0000       1.237
  @@ -710,6 +710,7 @@
               <include name="org/apache/avalon/phoenix/tools/**"/>
               <include name="org/apache/avalon/phoenix/framework/**"/>
               <exclude name="org/apache/avalon/phoenix/tools/punit/**"/>
  +            <include name="org/apache/avalon/phoenix/containerkit/**"/>
               <zipfileset dir="${src.dir}/schema" 
fullpath="META-INF/spice/catalog.xml">
                   <include name="catalog.xml"/>
               </zipfileset>
  @@ -719,10 +720,6 @@
               <include name="org/apache/avalon/phoenix/tools/punit/**"/>
           </jar>
   
  -        <jar jarfile="${target.lib}/phoenix-containerkit.jar" 
basedir="${target.classes}">
  -            <include name="org/apache/avalon/phoenix/containerkit/**"/>
  -        </jar>
  -
       </target>
   
       <target name="checkstyle" if="do.checkstyle" description="Checkstyle">
  @@ -802,9 +799,6 @@
                   <include name="excalibur-i18n*.jar"/>
                   <include name="qdox*.jar"/>
               </fileset>
  -            <fileset dir="${target.lib}">
  -                <include name="phoenix-containerkit.jar"/>
  -            </fileset>
           </copy>
           <copy file="${configkit.jar}" todir="${bin.dist.tools.lib}"/>
           <copy todir="${bin.dist.tools.lib}">
  @@ -933,7 +927,7 @@
               See http://cvs.apache.org/viewcvs/avalon-apps/demo/target.xml for usage
               See http://jakarta.apache.org/avalon/phoenix/mx/index.html for 
documentation
   
  -            phoenix-punit.jar needs to be used with phoenix-containerkit-1.0.jar
  +            phoenix-punit.jar needs to be used with phoenix-tools-1.0.jar
               See 
http://cvs.apache.org/viewcvs/avalon-phoenix/src/test/org/apache/avalon/phoenix/tools/punit/test/
               for usage.
               See http://jakarta.apache.org/avalon/phoenix/punit/index.html for 
documentation
  
  
  

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

Reply via email to