Skip to Content.
Sympa Menu

notify-dpml - svn commit: r1689 - development/main/home

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: mcconnell AT netcompartner.com
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: svn commit: r1689 - development/main/home
  • Date: Tue, 01 Feb 2005 12:56:55 +0100

Author: mcconnell
Date: Tue Feb 1 12:56:55 2005
New Revision: 1689

Modified:
development/main/home/build.xml
Log:


Modified: development/main/home/build.xml
==============================================================================
--- development/main/home/build.xml (original)
+++ development/main/home/build.xml Tue Feb 1 12:56:55 2005
@@ -100,6 +100,7 @@
<exclude name="bin/**"/>
</zipfileset>
</zip>
+ <checksum fileext=".md5"
file="${dist}/${project.name}-${project.version}.zip"/>

<tar destfile="${dist}/${project.name}-${project.version}.tar.gz2"
compression="gzip" longfile="gnu">
<tarfileset dir="${work}/bin" prefix="bin">
@@ -114,24 +115,8 @@
<exclude name="bin/**"/>
</tarfileset>
</tar>
+ <checksum fileext=".md5"
file="${dist}/${project.name}-${project.version}.tar.gz2"/>

- <!--
- <x:dist compression="gzip">
- <fileset dir="${work}">
- <exclude name="bin/**"/>
- </fileset>
- <fileset dir="${work}">
- <include name="bin/*.policy"/>
- </fileset>
- <zipfileset dir="${work}/bin" prefix="bin">
- <include name="*.bat"/>
- </zipfileset>
- <tarfileset dir="${work}/bin" mode="755" prefix="bin">
- <include name="transit"/>
- <include name="*.sh"/>
- </tarfileset>
- </x:dist>
- -->
</target>

<target name="install" depends="standard.install">



  • svn commit: r1689 - development/main/home, mcconnell, 02/01/2005

Archive powered by MHonArc 2.6.24.

Top of Page