Check-in [5458637330]
Not logged in
Overview
Comment:The client source files are now located in the 'neutral' directory. Update the 'deploy.bat' tool accordingly.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 54586373307ce431519035c30f608b63c3cb32f6
User & Date: mistachkin on 2016-11-13 21:40:33
Other Links: manifest | tags
Context
2016-11-15
05:31
Initial work on supporting packages that have multiple historical versions that reside in the same directory. check-in: 6dad700159 user: mistachkin tags: trunk
2016-11-13
21:40
The client source files are now located in the 'neutral' directory. Update the 'deploy.bat' tool accordingly. check-in: 5458637330 user: mistachkin tags: trunk
21:37
Fix the GPG probing file name. Also, make sure 'addToPath' is imported into the global namespace. check-in: 785d4f88c6 user: mistachkin tags: trunk
Changes

Modified tools/deploy.bat from [bded607c0c] to [ef3a0f8457].

119
120
121
122
123
124
125
126

127
128
129

130
131
132
133
134
135
136
119
120
121
122
123
124
125

126
127
128

129
130
131
132
133
134
135
136







-
+


-
+







REM ****************************************************************************

CALL :fn_ResetErrorLevel

REM ****************************************************************************

FOR %%F IN (%PKGFILES%) DO (
  %__ECHO% XCOPY "%SOURCE%\client\1.0\%%F" "%TARGETDIR%\" %FFLAGS% %DFLAGS%
  %__ECHO% XCOPY "%SOURCE%\client\1.0\neutral\%%F" "%TARGETDIR%\" %FFLAGS% %DFLAGS%

  IF ERRORLEVEL 1 (
    ECHO Failed to copy "%SOURCE%\client\1.0\%%F" to "%TARGETDIR%\".
    ECHO Failed to copy "%SOURCE%\client\1.0\neutral\%%F" to "%TARGETDIR%\".
    GOTO errors
  )
)

REM ****************************************************************************

FOR %%F IN (%EAGLEFILES%) DO (