|
|
Log message
Structural changes: Created hamcrest-core.
* Moved all of hamcrest-api into hamcrest-core.
* Moved all *.core matchers from hamcrest-library into hamcrest-core.
* Moved essential integration, utility and base classes into hamcrest-core.
* Created org.hamcrest.CoreMatchers static import class.
* Beefed up JavaDoc of hamcrest-core.
* Updated necessary docs and build for new structure.
* Reversed dependency -> now core depends on generator tool (for CoreMatchers).
|