Sign in
eclipse
/
gerrit
/
webtools
/
webtools.releng.aggregator
/
db0d29386948caab7a303c372ca7932d3aea14ea
/
.
/
scripts
/
build-preparation.sh
blob: 2eb8b865d8033096ac1541eb7f88f61244e4af9d [
file
] [
log
] [
blame
]
#!/bin/bash
#Replaces @buildversionid@ by 3.7.0, in the category.xml files.
find
./
-
name category
.
xml
-
type f
-
exec sed
-
i
's/@buildversionid@/3.7.0/g'
{}
\;