Skip to Content.
Sympa Menu

notify-dpml - r2013 - trunk/main

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: mcconnell at BerliOS <mcconnell AT mail.berlios.de>
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: r2013 - trunk/main
  • Date: Tue, 28 Aug 2007 21:21:10 +0200

Author: mcconnell
Date: 2007-08-28 21:21:10 +0200 (Tue, 28 Aug 2007)
New Revision: 2013

Modified:
trunk/main/bootstrap
Log:
more shell updates

Modified: trunk/main/bootstrap
===================================================================
--- trunk/main/bootstrap 2007-08-28 18:14:28 UTC (rev 2012)
+++ trunk/main/bootstrap 2007-08-28 19:21:10 UTC (rev 2013)
@@ -1,10 +1,7 @@
#!/bin/sh
#
-# Utility script that executes the bootstrap build.
+# The following command will initate a bootstrap build.
#
-# The following command will initate a bootstrap build using the BOOTSTRAP
-# version identifier.
-#
# $ bootstrap
#

@@ -27,7 +24,7 @@
# ant -f bootstrap.xml xml
#}

-dpmlLangLibrary()
+depotLibrary()
{
cd depot/library
executeAnt -f bootstrap.xml clean install
@@ -41,40 +38,34 @@
cd ../..
}

-transitMain()
+dpmlTransit()
{
cd transit/core
executeAnt -f bootstrap.xml clean install
cd ../..
}

-depotBuild()
+utilCli()
{
- cd depot/library
+ cd util/cli
executeAnt -f bootstrap.xml clean install
cd ../..
}

-depotTools()
+depotBuild()
{
- cd depot/tools
+ cd depot/build
executeAnt -f bootstrap.xml clean install
cd ../..
}

-utilCli()
+depotTools()
{
- cd util/cli
+ cd depot/tools
executeAnt -f bootstrap.xml clean install
cd ../..
}

-depotBuild()
-{
- cd depot/build
- executeAnt -f bootstrap.xml clean install
- cd ../..
-}

externalModules()
{
@@ -83,9 +74,10 @@
cd ..
}

-transitMain
+
+dpmlTransit
dpmlPart
-dpmlLangLibrary
+depotLibrary
utilCli
depotBuild
depotTools




  • r2013 - trunk/main, mcconnell at BerliOS, 08/28/2007

Archive powered by MHonArc 2.6.24.

Top of Page