Sign in
eclipse
/
gerrit
/
webtools
/
webtools.releng.aggregator
/
71a90ce6fc34943fe98a40a97ad5b6f25f992273
/
.
/
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'
{}
\;