bloritsch 2003/03/24 11:54:15
Modified: datasource build.xml
Log:
update the datatsource build file
Revision Changes Path
1.36 +1 -18 avalon-excalibur/datasource/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/avalon-excalibur/datasource/build.xml,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- build.xml 5 Mar 2003 04:14:57 -0000 1.35
+++ build.xml 24 Mar 2003 19:54:15 -0000 1.36
@@ -406,32 +406,15 @@
<mkdir dir="${dist.base}"/>
- <zip zipfile="${dist.base}/${dist.name}-bin.zip" compress="true">
+ <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>
- <!--
- Not supported by released ant but when it is we should enable this across
- all of the products
- <tar longfile="gnu" tarfile="${dist.base}/${dist.name}-bin.tar">
- <tarfileset dir="${dist.dir}"
- prefix="${dist.name}"
- username="avalon"
- group="avalon"/>
- </tar>
-
- <gzip zipfile="${dist.base}/${dist.name}-bin.tar.gz"
- src="${dist.name}-bin.tar"/>
- <bzip2 zipfile="${dist.base}/${dist.name}-bin.tar.gz"
- src="${dist.name}-bin.tar"/>
-
- <delete file="${dist.base}/${dist.name}-bin.tar"/>
<checksum fileext=".md5">
<fileset dir="${dist.base}" />
</checksum>
- -->
</target>
<!-- Creates a mini jar-only distribution -->
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]