Remove the servo- prefix from core components.

This commit is contained in:
Patrick Walton 2013-05-20 18:41:25 -07:00
parent c658c6dea9
commit c7bce98236
215 changed files with 59 additions and 55 deletions

7
configure vendored
View file

@ -449,9 +449,10 @@ do
make_dir ${CFG_BUILD_DIR}src/${i}
done
make_dir ${CFG_BUILD_DIR}src/components/servo-util
make_dir ${CFG_BUILD_DIR}src/components/servo-net
make_dir ${CFG_BUILD_DIR}src/components/servo-gfx
make_dir ${CFG_BUILD_DIR}src/components/util
make_dir ${CFG_BUILD_DIR}src/components/net
make_dir ${CFG_BUILD_DIR}src/components/gfx
make_dir ${CFG_BUILD_DIR}src/components/main
make_dir src/test/html/ref
make_dir src/compiler/rust