Where do compiled classes go?

In the Vaadin 7 manual in 4.8.2 it says:

 "You must include your application classes either in a JAR file in WEB-INF/lib or as classes in WEB-INF/classes"

Ivy has set things up so that my classes end up in build/classes. Is this just a legacy manual issue that needs to be updated?