donaldp 2003/02/28 17:12:43
Modified: . build.xml
Added: lib/deploy/lib README.txt
Log:
Add in lib directory from which users can place jars in place to automatically
deploy them into lib directory in distribution
Revision Changes Path
1.201 +3 -0 avalon-phoenix/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/avalon-phoenix/build.xml,v
retrieving revision 1.200
retrieving revision 1.201
diff -u -r1.200 -r1.201
--- build.xml 28 Feb 2003 22:51:52 -0000 1.200
+++ build.xml 1 Mar 2003 01:12:43 -0000 1.201
@@ -515,6 +515,9 @@
<copy todir="${bin.dist.ext}">
<fileset dir="${lib.dir}/deploy/ext"/>
</copy>
+ <copy todir="${bin.dist.lib}">
+ <fileset dir="${lib.dir}/deploy/lib"/>
+ </copy>
<delete dir="mx4j-tools-temp"/>
<unzip src="${mx4j-tools.jar}" dest="mx4j-tools-temp"/>
1.1 avalon-phoenix/lib/deploy/lib/README.txt
Index: README.txt
===================================================================
Place any jars here that you wish for phoenix to copy to $PHOENIX_HOME/lib when a
distribution is created.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]