Skip to Content.
Sympa Menu

notify-dpml - r1236 - trunk/main

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: carelparadis AT mail.berlios.de
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: r1236 - trunk/main
  • Date: Tue, 21 Mar 2006 02:01:19 +0100

Author: carelparadis
Date: 2006-03-21 02:01:02 +0100 (Tue, 21 Mar 2006)
New Revision: 1236

Modified:
trunk/main/bootstrap
Log:
Fix problems into bootstrap unix script.

Modified: trunk/main/bootstrap
===================================================================
--- trunk/main/bootstrap 2006-03-20 23:06:38 UTC (rev 1235)
+++ trunk/main/bootstrap 2006-03-21 01:01:02 UTC (rev 1236)
@@ -70,7 +70,7 @@
cd ../..
}

-dpmlComonent()
+dpmlComponent()
{
cd lang/component
build clean install
@@ -105,7 +105,7 @@
cd ../..
}

-depotLibrary()
+dpmlLibrary()
{
cd depot/library
build clean install
@@ -116,7 +116,7 @@
{
cd depot/tools/builder
build clean install
- cd ../..
+ cd ../../..
}

externalModules()
@@ -140,11 +140,11 @@
cd ../..
}

-depotCoreConsole()
+depotCore()
{
cd depot/core
build clean install
- cd ../../..
+ cd ../..
}

ID=$1
@@ -159,9 +159,9 @@
dpmlApplication
transitMain
transitTools
-depotLibrary
+dpmlLibrary
depotAntBuilder
externalModules
utilCli
depotBuild
-depotCoreConsole
+depotCore




  • r1236 - trunk/main, carelparadis, 03/20/2006

Archive powered by MHonArc 2.6.24.

Top of Page