Skip to Content.
Sympa Menu

notify-dpml - svn commit: r1742 - 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: r1742 - development/main/home
  • Date: Sun, 06 Feb 2005 07:25:41 +0100

Author: mcconnell
Date: Sun Feb 6 07:25:40 2005
New Revision: 1742

Modified:
development/main/home/build.xml
Log:
Add missing commons-cli-1.0.jar to distribution.

Modified: development/main/home/build.xml
==============================================================================
--- development/main/home/build.xml (original)
+++ development/main/home/build.xml Sun Feb 6 07:25:40 2005
@@ -110,6 +110,10 @@
<property name="local" value="${bundle}/local/${project.version}"/>
<echo>Creating local repository ${local}</echo>
<mkdir dir="${local}/dpml/util"/>
+ <mkdir dir="${local}/${commons-cli.parent}"/>
+ <copy todir="${local}/${commons-cli.parent}">
+ <fileset dir="${dpml.cache}/${commons-cli.parent}"/>
+ </copy>
<copy todir="${local}/dpml/util">
<fileset dir="${basedir}/util/target/deliverables"/>
<fileset dir="${basedir}/util/cli/target/deliverables"/>



  • svn commit: r1742 - development/main/home, mcconnell, 02/06/2005

Archive powered by MHonArc 2.6.24.

Top of Page