Skip to Content.
Sympa Menu

notify-dpml - svn commit: r1876 - 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: r1876 - development/main
  • Date: Tue, 22 Feb 2005 21:05:08 +0100

Author: mcconnell
Date: Tue Feb 22 21:05:07 2005
New Revision: 1876

Modified:
development/main/build.xml
Log:
remove all because you cannot theoretically do an all because ant locks onto
the original jars

Modified: development/main/build.xml
==============================================================================
--- development/main/build.xml (original)
+++ development/main/build.xml Tue Feb 22 21:05:07 2005
@@ -45,14 +45,6 @@
<ant dir="planet"/>
</target>

- <target name="all" description="Build the entire DPML." >
- <antcall target="transit" />
- <antcall target="magic" />
- <antcall target="metro" />
- <antcall target="planet" />
- <antcall target="central" />
- </target>
-
<target name="clean" description="Clean all subprojects.">
<delete includeemptydirs="true">
<fileset dir=".">



  • svn commit: r1876 - development/main, mcconnell, 02/22/2005

Archive powered by MHonArc 2.6.24.

Top of Page