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