Skip to Content.
Sympa Menu

notify-dpml - svn commit: r1830 - development/main

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: r1830 - development/main
  • Date: Sat, 19 Feb 2005 22:35:17 +0100

Author: mcconnell
Date: Sat Feb 19 22:35:16 2005
New Revision: 1830

Modified:
development/main/build.xml
Log:
update build to match structure

Modified: development/main/build.xml
==============================================================================
--- development/main/build.xml (original)
+++ development/main/build.xml Sat Feb 19 22:35:16 2005
@@ -24,13 +24,11 @@
<property file="${basedir}/user.properties"/>
<property file="${basedir}/build.properties"/>

- <target name="home">
- <ant dir="home"/>
+ <target name="transit"
+ description="Build the Transit distribution and update the local
installation">
+ <ant dir="transit"/>
</target>

- <target name="transit" depends="home"
- description="Build the Transit distribution and update the local
installation"/>
-
<target name="magic" description="Build magic (requires Transit).">
<ant dir="magic"/>
</target>
@@ -63,16 +61,6 @@
</delete>
</target>

- <!--
- <target name="clean" description="Clean all subprojects.">
- <ant dir="planet" target="clean"/>
- <ant dir="central" target="clean"/>
- <ant dir="metro" target="clean"/>
- <ant dir="magic" target="clean"/>
- <ant dir="home" target="clean"/>
- </target>
- -->
-
<target name="junit-report">
<mkdir dir="target/reports/junit"/>
<junitreport todir="target/reports/junit">



  • svn commit: r1830 - development/main, mcconnell, 02/19/2005

Archive powered by MHonArc 2.6.24.

Top of Page