Skip to Content.
Sympa Menu

notify-dpml - svn commit: r1685 - 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: r1685 - development/main/home
  • Date: Tue, 01 Feb 2005 11:29:24 +0100

Author: mcconnell
Date: Tue Feb 1 11:29:24 2005
New Revision: 1685

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

Modified: development/main/home/build.xml
==============================================================================
--- development/main/home/build.xml (original)
+++ development/main/home/build.xml Tue Feb 1 11:29:24 2005
@@ -25,9 +25,12 @@
<import file="${transit.home}/standard.xml"/>

<target name="bundle" depends="init">
+
+ <delete dir="${basedir}/target/bundle"/>
+
<property name="work" value="${basedir}/target/bundle"/>
- <delete dir="${work}"/>
<mkdir dir="${work}/cache"/>
+
<!-- create the transit configuration directory -->
<property name="root" value="${work}/transit"/>
<echo>Adding Transit application properties to ${root}</echo>
@@ -84,6 +87,7 @@
</target>

<target name="dist" depends="bundle">
+
<property name="dist" location="${basedir}/target/dist"/>
<mkdir dir="${dist}"/>
<zip destfile="${dist}/${project.name}-${project.version}.zip"
whenempty="create">



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

Archive powered by MHonArc 2.6.24.

Top of Page