donaldp 02/04/08 02:43:03
Modified: all Tag: depchecking build.xml
Log:
Fix gump run hopefully.
Revision Changes Path
No revision
No revision
1.122.2.13 +4 -1 jakarta-avalon-excalibur/all/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/all/build.xml,v
retrieving revision 1.122.2.12
retrieving revision 1.122.2.13
diff -u -r1.122.2.12 -r1.122.2.13
--- build.xml 6 Apr 2002 13:55:03 -0000 1.122.2.12
+++ build.xml 8 Apr 2002 09:43:03 -0000 1.122.2.13
@@ -603,6 +603,7 @@
</copy>
<!-- Copy files from jakarta-excalibur-core src/xdocs -->
+ <!--
<copy todir="${build.xdocs}" filtering="on">
<fileset dir="${xdocs.dir}">
<include name="announcement.xml" />
@@ -619,7 +620,7 @@
out="${dist.base}/README.html"/>
<style style="${announce2site}"
in="${build.context}/xdocs/announcement.xml"
out="jakarta-news.xml"/>
-
+ -->
</target>
<!-- Creates all the .jar files -->
@@ -746,6 +747,7 @@
</copy>
<!-- Copy files from jakarta-excalibur-core src/xdocs -->
+ <!--
<copy todir="${build.xdocs}" filtering="on" overwrite="yes">
<fileset dir="${xdocs.dir}">
<exclude name="**/*.dia" />
@@ -771,6 +773,7 @@
<fileset dir="${tools.dir}/ext"/>
</classpath>
</java>
+ -->
</target>
<!-- Prepares the documentation directory -->
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>