Project

General

Profile

Revision 02503aef

ID02503aefdc45b18904aeb6e74b5e95f7b2ab4cc1
Parent c5382d25
Child 57f7cb3f

Added by Gabriel DE PERTHUIS almost 15 years ago

s/vigicore/vigiboard/g

git ls-files |while read f; do
test f "$f" -a ! -h "$f" -a -r "$f" -a -w "$f" && \
sed -i -re "s:vigicore:vigiboard:g; s:Vigicore:Vigiboard:g; s:VigiCore:Vigiboard:g" -
"$f";
done

git-svn-id: https://vigilo-dev.si.c-s.fr/svn@483 b22e2e97-25c9-44ff-b637-2e5ceca36478

View differences:

development.ini
22 22
[app:main]
23 23
use = egg:vigiboard
24 24

  
25
# Requis par Vigicore
25
# Requis par Vigiboard
26 26
appname = vigiboard
27 27

  
28 28
full_stack = true

Also available in: Unified diff