Skip to Content.
Sympa Menu

notify-dpml - svn commit: r1777 - 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: r1777 - development/main/home
  • Date: Mon, 14 Feb 2005 15:47:52 +0100

Author: mcconnell
Date: Mon Feb 14 15:47:51 2005
New Revision: 1777

Modified:
development/main/home/build.xml
Log:
tweaking - bring in the setup of the dependent ant files earlier in the
process

Modified: development/main/home/build.xml
==============================================================================
--- development/main/home/build.xml (original)
+++ development/main/home/build.xml Mon Feb 14 15:47:51 2005
@@ -43,7 +43,7 @@
<ant dir="transit" inheritall="false"/>
</target>

- <target name="package"
depends="standard.package,install.junit,install.ant.junit">
+ <target name="package" depends="standard.package">
<mkdir dir="${dist}"/>
<antcall target="install.zip"/>
<antcall target="install.tar"/>
@@ -54,7 +54,7 @@
</copy>
</target>

- <target name="build" depends="standard.build">
+ <target name="build"
depends="standard.build,install.junit,install.ant.junit">

<delete dir="${bundle}"/>




  • svn commit: r1777 - development/main/home, mcconnell, 02/14/2005

Archive powered by MHonArc 2.6.24.

Top of Page