Skip to Content.
Sympa Menu

notify-dpml - svn commit: r1779 - 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: r1779 - development/main/home
  • Date: Mon, 14 Feb 2005 16:11:56 +0100

Author: mcconnell
Date: Mon Feb 14 16:11:56 2005
New Revision: 1779

Modified:
development/main/home/build.xml
Log:
add some logs

Modified: development/main/home/build.xml
==============================================================================
--- development/main/home/build.xml (original)
+++ development/main/home/build.xml Mon Feb 14 16:11:56 2005
@@ -276,6 +276,7 @@
</target>

<target name="install.junit" depends="install.junit.check"
unless="cache.junit.available">
+ <echo>Installing Junit.</echo>
<get xmlns="antlib:net.dpml.transit" property="junit.path"
uri="${junit.uri}"/>
</target>
@@ -285,6 +286,7 @@
</target>

<target name="install.ant.junit" depends="install.ant.junit.check"
unless="ant.junit.available">
+ <echo>Installing Ant Junit adapter.</echo>
<get xmlns="antlib:net.dpml.transit" property="ant-junit.path"
uri="${ant.junit.uri}"/>
</target>



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

Archive powered by MHonArc 2.6.24.

Top of Page