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