My favorites | Sign in
Logo
                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
@echo off
rem @version $Revision$ ($Author$) $Date$

if exist "%~dp0generated-version.cmd" goto generated_version_found
echo 
echo %~dp0generated-version.cmd Not Found, run maven first
goto :errormark

:generated_version_found
call "%~dp0generated-version.cmd"
rem echo BLUECOVE_VERSION=%BLUECOVE_VERSION%
goto :endmark

:errormark
exit /b 1
:endmark
Show details Hide details

Change log

r2549 by skarzhevskyy on Dec 10, 2008   Diff
fix for directory may contain spaces on
windows
Go to: 
Project members, sign in to write a code review

Older revisions

r2408 by skarzhevskyy on Oct 09, 2008   Diff
organize product to modules
r2147 by skarzhevskyy on May 01, 2008   Diff
clean up XP scripts
r2077 by skarzhevskyy on Apr 21, 2008   Diff
Apache Harmony 5.0M5
All revisions of this file

File info

Size: 368 bytes, 16 lines

File properties

svn:mime-type
text/plain
svn:eol-style
CRLF
svn:keywords
Date Author Id Revision
Hosted by Google Code