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 2002/09/06 11:37:09 UTC

cvs commit: jakarta-avalon-phoenix/lib/deploy/ext README.txt

donaldp     2002/09/06 02:37:09

  Modified:    .        build.xml
  Added:       lib/deploy/apps README.txt
               lib/deploy/ext README.txt
  Log:
  Update build process to copy files from lib/deploy/[apps|ext] to $PHOENIX_HOME/[apps|ext] to make it easier to build and test with phoenix.
  
  Revision  Changes    Path
  1.161     +7 -0      jakarta-avalon-phoenix/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-phoenix/build.xml,v
  retrieving revision 1.160
  retrieving revision 1.161
  diff -u -r1.160 -r1.161
  --- build.xml	6 Sep 2002 07:14:17 -0000	1.160
  +++ build.xml	6 Sep 2002 09:37:09 -0000	1.161
  @@ -411,6 +411,13 @@
               </fileset>
           </copy>
   
  +        <copy todir="${bin.dist.apps}">
  +            <fileset dir="${lib.dir}/deploy/apps"/>
  +        </copy>
  +        <copy todir="${bin.dist.ext}">
  +            <fileset dir="${lib.dir}/deploy/ext"/>
  +        </copy>
  +
           <antcall target="dist-mx4j"/>
           <antcall target="dist-beanshell"/>
   
  
  
  
  1.1                  jakarta-avalon-phoenix/lib/deploy/apps/README.txt
  
  Index: README.txt
  ===================================================================
  Place any jars here that you wish for phoenix to copy to $PHOENIX_HOME/apps when a distribution is created.
  
  
  
  1.1                  jakarta-avalon-phoenix/lib/deploy/ext/README.txt
  
  Index: README.txt
  ===================================================================
  Place any jars here that you wish for phoenix to copy to $PHOENIX_HOME/ext when a distribution is created.
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>