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

View file

@ -1,4 +1,4 @@
# The Servo Parallel Browser Project
zRThe Servo Parallel Browser Project
Servo is a prototype web browser engine written in the [Rust](https://github.com/mozilla/rust)
language. It is currently developed on 64bit OS X and 64bit Linux.
@ -36,7 +36,7 @@ cd servo
mkdir -p build && cd build
../configure
make && make check
./servo ../src/test/about-mozilla.html
./servo ../src/test/html/about-mozilla.html
```
[issue]: https://github.com/mxcl/homebrew/issues/5117