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