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