[root]/continuum-api/src/main/java/org/apache/maven/continuum/notification
Put the build definition in the notification dispatcher context
9 lines of code changed in:
Fix license header from my previous commit
0 lines of code changed in:
Update license
32 lines of code changed in:
Merge with branch rev. 406599
2 lines of code changed in:
rename ContinuumProject to Project
7 lines of code changed in:
nuke ContinuumBuild
5 lines of code changed in:
move over to classes in the new package where they are identical
0 lines of code changed in:
Fixing CONTINUUM-235: "Collapse standardError and standardOutput to 'output'"
Fixing CONTINUUM-242: "Write the build output to disk instead of keeping it in
the database"
o Removing standardOutput and standardError from the ContinuumBuild object. The
output from the build can be accessed by calling Store.getBuildOutput().
o Removing the ScmResult parameter from the notifiers, it can be read from the
ContinuumProject instance.
o Adding buildOutputDirectory to the ConfigurationService.
3 lines of code changed in:
[CONTINUUM-193]. Collapse CheckOutScmResult and UpdateScmResult in ScmResult.
3 lines of code changed in:
Set more svn properties
0 lines of code changed in:
o Setting svn:eol-style=native and svn:keywords="Author Date Id Revision".
0 lines of code changed in:
Move ContinuumNotificationDispatcher to continuum-api.
70 lines of code changed in: