bloritsch 2003/03/10 07:14:36
Modified: instrument-manager build.xml
Log:
make sure docs are added to dist
Revision Changes Path
1.38 +2 -9 avalon-excalibur/instrument-manager/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/avalon-excalibur/instrument-manager/build.xml,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- build.xml 6 Mar 2003 15:13:00 -0000 1.37
+++ build.xml 10 Mar 2003 15:14:35 -0000 1.38
@@ -228,14 +228,6 @@
<report format="frames" todir="${build.reports}/junit"/>
</junitreport>
- <!-- Clean up the xml reports used by the junitreport task -->
- <!--
- <delete>
- <fileset dir="${build.tests}" includes="TEST-*.xml"/>
- <fileset dir="${build.tests}" includes="TESTS-*.xml"/>
- </delete>
- -->
-
</target>
<target name="checkstyle" if="do.checkstyle" description="Checkstyle">
@@ -305,9 +297,10 @@
<zip zipfile="${dist.base}/${dist.name}.zip" compress="true">
<zipfileset dir="${dist.dir}" prefix="${dist.name}"/>
+ <zipfileset dir="${docs.dir}" prefix="${dist.name}/docs"/>
</zip>
- <checksum file="${dist.base}/${dist.name}.zip"/>
+ <checksum file="${dist.base}/${dist.name}.zip" fileext=".md5"/>
</target>
<!-- Creates a mini jar-only distribution -->
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]