cvs commit: jakarta-watchdog-4.0 build.xml
[email protected] 5 Aug 2002 12:59:18 -0000
| Newsgroups | gmane.comp.jakarta.watchdog.devel |
|---|---|
| Message-ID | <[email protected]> |
rlubke 2002/08/05 05:59:18
Modified: . build.xml
Log:
- reverted source inclusion for binary distribution.
Revision Changes Path
1.24 +0 -7 jakarta-watchdog-4.0/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-watchdog-4.0/build.xml,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- build.xml 5 Aug 2002 12:36:58 -0000 1.23
+++ build.xml 5 Aug 2002 12:59:18 -0000 1.24
@@ -299,13 +299,6 @@
<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"