mcconnell 2003/01/24 06:02:51
Modified: . build.xml
Log:
Added defintion for prj-monitor to resolve excalibur build.
Revision Changes Path
1.198 +5 -0 jakarta-avalon-excalibur/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/build.xml,v
retrieving revision 1.197
retrieving revision 1.198
diff -u -r1.197 -r1.198
--- build.xml 23 Jan 2003 22:57:04 -0000 1.197
+++ build.xml 24 Jan 2003 14:02:50 -0000 1.198
@@ -121,6 +121,11 @@
<ant dir="io" target="${subproject-target}"/>
</target>
+ <!-- Monitor -->
+ <target name="prj-monitor" depends="prj-logger, prj-sourceresolve">
+ <ant dir="monitor" target="${subproject-target}"/>
+ </target>
+
<!-- JProcess -->
<target name="prj-jprocess" depends="prj-io, prj-threadcontext">
<ant dir="jprocess" target="${subproject-target}"/>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>