cvs commit: jakarta-watchdog-4.0 build.xml
[email protected] 5 Aug 2002 12:59:04 -0000
| Newsgroups | gmane.comp.jakarta.watchdog.devel |
|---|---|
| Message-ID | <[email protected]> |
rlubke 2002/08/05 05:59:04
Modified: . Tag: WATCHDOG_4_0 build.xml
Log:
- reverted src inclusion in binary distribution. Binary size for distribution was
10+ MB.
Revision Changes Path
No revision
No revision
1.22.2.2 +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.22.2.1
retrieving revision 1.22.2.2
diff -u -r1.22.2.1 -r1.22.2.2
--- build.xml 5 Aug 2002 12:36:01 -0000 1.22.2.1
+++ build.xml 5 Aug 2002 12:59:04 -0000 1.22.2.2
@@ -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"