My favorites | Sign in
Project Home Downloads Wiki Issues Source
Checkout   Browse   Changes    
 
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh
# @version $Revision$ ($Author$) $Date$
#
GENERATED_VERSION="${SCRIPTS_DIR}/generated-version.sh"
if [ ! -f "${GENERATED_VERSION}" ]; then
echo "${GENERATED_VERSION} Not Found, run maven first"
exit 1;
fi
if [ ! -x "${GENERATED_VERSION}" ]; then
chmod +x "${GENERATED_VERSION}"
fi
. "${GENERATED_VERSION}"
# echo BLUECOVE_VERSION=${BLUECOVE_VERSION}

Change log

r2963 by skarzhevskyy on Mar 25, 2009   Diff
corrections for chmod
Go to: 
Project members, sign in to write a code review

Older revisions

r2550 by skarzhevskyy on Dec 10, 2008   Diff
fixed scripts on Unix for dirs with
spaces
r2408 by skarzhevskyy on Oct 9, 2008   Diff
organize product to modules
r2151 by skarzhevskyy on May 1, 2008   Diff
Scrips 4 Linux
All revisions of this file

File info

Size: 372 bytes, 13 lines

File properties

svn:eol-style
LF
svn:executable
*
svn:keywords
Date Author Id Revision
Powered by Google Project Hosting