cvs commit: jakarta-watchdog-4.0 build.xml
[email protected] 5 Aug 2002 12:36:58 -0000
| Newsgroups | gmane.comp.jakarta.watchdog.devel |
|---|---|
| Message-ID | <[email protected]> |
rlubke 2002/08/05 05:36:58
Modified: . build.xml
Log:
- ported build.xml update from 4.0 branch
Revision Changes Path
1.23 +7 -0 jakarta-watchdog-4.0/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-watchdog-4.0/build.xml,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- build.xml 5 Aug 2002 10:59:41 -0000 1.22
+++ build.xml 5 Aug 2002 12:36:58 -0000 1.23
@@ -299,6 +299,13 @@
<fileset dir="${watchdog.build}" excludes="webapps/**"/>
</copy>
+ <!-- Copy source files -->
+ <!-- Include only the test driver and server side sources (for test reviews, etc.) -->
+ <mkdir dir="${watchdog.dist}/src"/>
+ <copy todir="${watchdog.dist}/src">
+ <fileset dir="src" includes="server/**,tools/**" excludes="CVS"/>
+ </copy>
+
<!-- Create web application archives -->
<mkdir dir="${watchdog.dist}/webapps"/>
<jar jarfile="${watchdog.dist}/webapps/jsp-tests.war"