Skip to content

Commit

Permalink
issue: 350325 adding manifest.template (+adding manifest.txt to .giti…
Browse files Browse the repository at this point in the history
…gnore)

Change-Id: I177fc561188413b78d3a16faf7fa18c6055627cd
  • Loading branch information
Katya Katsenelenbogen committed Apr 27, 2014
1 parent 2dfdb19 commit af0b5be
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,6 @@ missing

# JX specific
/bin
manifest.txt
/docs
version
1 change: 1 addition & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ mkdir -p $BIN_FOLDER
GIT_VERSION=`git describe --long --tags --always`
echo "git version is: $GIT_VERSION"
echo "$GIT_VERSION" > version
cp manifest.template manifest.txt
sed -i "s/Specification-Version: .*/Specification-Version: $GIT_VERSION/" manifest.txt

## Build Accelio
Expand Down
File renamed without changes.

0 comments on commit af0b5be

Please sign in to comment.