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