Skip to Content.
Sympa Menu

notify-dpml - r1920 - trunk

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: r1920 - trunk
  • Date: Sun, 18 Mar 2007 19:53:46 +0100

Author: mcconnell
Date: 2007-03-18 19:53:46 +0100 (Sun, 18 Mar 2007)
New Revision: 1920

Modified:
trunk/release.bat
trunk/snapshot.bat
Log:


Modified: trunk/release.bat
===================================================================
--- trunk/release.bat 2007-03-18 18:49:29 UTC (rev 1919)
+++ trunk/release.bat 2007-03-18 18:53:46 UTC (rev 1920)
@@ -16,7 +16,7 @@
REM execute the bootstrap build procedure
REM

-CD ..\main
+CD main
CALL bootstrap
POPD
IF ERRORLEVEL 1 GOTO :exit
@@ -25,7 +25,7 @@
REM execute the build of the runtime systems using the bootstrap artifacts
REM

-CD ..\main
+CD main
CALL build clean install -decimal
POPD
IF ERRORLEVEL 1 GOTO :exit
@@ -34,7 +34,7 @@
REM build the tutorials using the resources established from the general
system build
REM

-CD ..\tutorials
+CD tutorials
CALL build clean install
POPD

@@ -42,7 +42,7 @@
REM build the documentation
REM

-CD ..\central
+CD central
CALL build clean install -decimal
POPD


Modified: trunk/snapshot.bat
===================================================================
--- trunk/snapshot.bat 2007-03-18 18:49:29 UTC (rev 1919)
+++ trunk/snapshot.bat 2007-03-18 18:53:46 UTC (rev 1920)
@@ -16,7 +16,7 @@
REM execute the bootstrap build procedure
REM

-CD ..\main
+CD main
CALL bootstrap
POPD
IF ERRORLEVEL 1 GOTO :exit
@@ -25,7 +25,7 @@
REM execute the build of the runtime systems using the bootstrap artifacts
REM

-CD ..\main
+CD main
CALL build clean install
POPD
IF ERRORLEVEL 1 GOTO :exit
@@ -34,7 +34,7 @@
REM build the tutorials using the resources established from the general
system build
REM

-CD ..\tutorials
+CD tutorials
CALL build clean install
POPD

@@ -42,7 +42,7 @@
REM build the documentation
REM

-CD ..\central
+CD central
CALL build clean install
POPD





  • r1920 - trunk, mcconnell at BerliOS, 03/18/2007

Archive powered by MHonArc 2.6.24.

Top of Page