bloritsch 02/01/30 10:49:10
Modified: . build.xml
Log:
make sure generated docs are included in the distributions
Revision Changes Path
1.99 +0 -4 jakarta-avalon-excalibur/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/build.xml,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -r1.98 -r1.99
--- build.xml 30 Jan 2002 18:41:03 -0000 1.98
+++ build.xml 30 Jan 2002 18:49:10 -0000 1.99
@@ -628,11 +628,9 @@
<fileset dir="${build.testdocs}"/>
</copy>
-<!--
<copy todir="${dist.docs}">
<fileset dir="${build.docs}"/>
</copy>
--->
<copy todir="${dist.javadocs}">
<fileset dir="${build.javadocs}"/>
@@ -747,11 +745,9 @@
<fileset dir="${src.dir}"/>
</copy>
-<!--
<copy todir="${src.dist.docs}">
<fileset dir="${build.docs}"/>
</copy>
--->
<copy todir="${src.dist.javadocs}">
<fileset dir="${build.javadocs}"/>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>