Skip to Content.
Sympa Menu

notify-dpml - svn commit: r1828 - in development/main: . home transit

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: r1828 - in development/main: . home transit
  • Date: Sat, 19 Feb 2005 22:18:38 +0100

Author: mcconnell
Date: Sat Feb 19 22:18:38 2005
New Revision: 1828

Added:
development/main/transit/
- copied from r1827, development/main/home/
Removed:
development/main/home/
Modified:
development/main/build.bat
Log:
rename home to transit

Modified: development/main/build.bat
==============================================================================
--- development/main/build.bat (original)
+++ development/main/build.bat Sat Feb 19 22:18:38 2005
@@ -11,29 +11,26 @@
REM where the first argument is product group and the second (optional)
argument is the
REM build revision identifier. Allowable product group names include:
REM
-REM all builds home (transit and util), magic, metro and central
-REM core builds home (transit and util), magic and metro
-REM home build the home group (transit and util)
-REM transit an alias to the home group
-REM magic the magic group
-REM metro the metro group
+REM all builds transit, util, magic, metro and central
+REM main builds transit, util, magic and metro
+REM transit build transit and util
+REM magic build magic
+REM metro build metro
REM

-
set ID=%2
set TARGET=%1
IF "%TARGET%" == "" set TARGET=core
-IF "%TARGET%" == "core" CALL :core
-IF "%TARGET%" == "home" CALL :home
-IF "%TARGET%" == "transit" CALL :home
+IF "%TARGET%" == "main" CALL :main
+IF "%TARGET%" == "transit" CALL :transit
IF "%TARGET%" == "magic" CALL :magic
IF "%TARGET%" == "metro" CALL :metro
IF "%TARGET%" == "central" CALL :central
IF "%TARGET%" == "all" CALL :all
goto end

-:core
-CALL :home
+:main
+CALL :transit
IF ERRORLEVEL 1 goto fail
CALL :magic
IF ERRORLEVEL 1 goto fail
@@ -42,7 +39,7 @@
GOTO :EOF

:all
-CALL :home
+CALL :transit
IF ERRORLEVEL 1 goto fail
CALL :magic
IF ERRORLEVEL 1 goto fail
@@ -60,14 +57,8 @@
set ID=""
GOTO :EOF

-:home
-PUSHD home
-CALL :build clean install
-POPD
-GOTO :EOF
-
:transit
-PUSHD home
+PUSHD transit
CALL :build clean install
POPD
GOTO :EOF



  • svn commit: r1828 - in development/main: . home transit, mcconnell, 02/19/2005

Archive powered by MHonArc 2.6.24.

Top of Page