rlubke 02/01/29 10:23:17
Modified: . build.xml
Log:
- updated build process of jcheck.ear to use the application.xml descriptor.
Revision Changes Path
1.18 +1 -1 jakarta-watchdog-4.0/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-watchdog-4.0/build.xml,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- build.xml 29 Jan 2002 03:47:35 -0000 1.17
+++ build.xml 29 Jan 2002 18:23:17 -0000 1.18
@@ -318,7 +318,7 @@
</copy>
<mkdir dir="${watchdog.build}/tmp/META-INF"/>
<copy todir="${watchdog.build}/tmp/META-INF">
- <fileset dir="src/etc" includes="ear-dd.xml"/>
+ <fileset dir="src/etc" includes="application.xml"/>
</copy>
<jar jarfile="${watchdog.dist}/jcheck.ear"
basedir="${watchdog.build}/tmp"/>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>