proyal 2003/03/16 19:47:56
Modified: . build.xml
Log:
Make excalibur-instrument available to client components.
I have included here so it can stay in sync with the manager
in the kernel
Revision Changes Path
1.228 +2 -0 avalon-phoenix/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/avalon-phoenix/build.xml,v
retrieving revision 1.227
retrieving revision 1.228
diff -u -r1.227 -r1.228
--- build.xml 16 Mar 2003 04:46:56 -0000 1.227
+++ build.xml 17 Mar 2003 03:47:56 -0000 1.228
@@ -79,6 +79,7 @@
<property name="xalan.jar" value="${lib.dir}/xalan-2.3.1.jar"/>
<property name="framework.jar" value="${lib.dir}/avalon-framework-4.1.4.jar"/>
<property name="logkit.jar" value="${lib.dir}/logkit-1.2.jar"/>
+ <property name="excalibur-instrument.jar"
value="${lib.dir}/excalibur-instrument-1.0.jar"/>
<property name="tools.jar" value="${java.home}/../lib/tools.jar"/>
<property name="announce2txt"
value="${phoenix.tools.dir}/announcement2txt.xsl"/>
@@ -750,6 +751,7 @@
<copy file="${logkit.jar}" todir="${bin.dist.lib}"/>
<copy file="${framework.jar}" todir="${bin.dist.lib}"/>
+ <copy file="${excalibur-instrument.jar}" todir="${bin.dist.lib}"/>
<copy todir="${bin.dist.lib}">
<fileset dir="${lib.dir}">
<include name="excalibur*.jar"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]