diff --git a/README.markdown b/README.markdown index 264bd9f6..e727939a 100644 --- a/README.markdown +++ b/README.markdown @@ -62,6 +62,10 @@ Donations Accepted - If you enjoy using this product or it has saved you time an It helps keep to the product updated, pays for site hosting, etc. https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=9831498 # RELEASE NOTES +## [0.8.8](https://github.com/chucknorris/roundhouse/releases/tag/0.8.8) + **Catching up with Pull Requests** + (See release for the release notes) + ## [0.8.7](https://github.com/chucknorris/roundhouse/releases/tag/0.8.7) **OMG!! It's a RoundhousE release!!** diff --git a/Settings/UppercuT.config b/Settings/UppercuT.config index f75d4594..d3e740ba 100644 --- a/Settings/UppercuT.config +++ b/Settings/UppercuT.config @@ -45,7 +45,7 @@ - + diff --git a/bdddoc.bat b/bdddoc.bat deleted file mode 100644 index 5e227ab4..00000000 --- a/bdddoc.bat +++ /dev/null @@ -1,39 +0,0 @@ -@echo off - -::Project UppercuT - http://uppercut.googlecode.com - -if '%2' NEQ '' goto usage -if '%3' NEQ '' goto usage -if '%1' == '/?' goto usage -if '%1' == '-?' goto usage -if '%1' == '?' goto usage -if '%1' == '/help' goto usage - -SET APP_BDDDOC="..\lib\bdddoc\bdddoc.console.exe" -SET TEST_ASSEMBLY_NAME="roundhouse.tests.dll" - -SET DIR=%~d0%~p0% - -SET build.config.settings="%DIR%Settings\UppercuT.config" -"%DIR%lib\Nant\nant.exe" /f:.\build\compile.step -D:build.config.settings=%build.config.settings% - -if %ERRORLEVEL% NEQ 0 goto errors - -"%DIR%lib\Nant\nant.exe" /f:.\build\analyzers\test.step %1 -D:build.config.settings=%build.config.settings% -"%DIR%lib\Nant\nant.exe" /f:.\build.custom\bdddoc.build -D:build.config.settings=%build.config.settings% -D:app.bdddoc=%APP_BDDDOC% -D:test_assembly=%TEST_ASSEMBLY_NAME% -"%DIR%lib\Nant\nant.exe" /f:.\build.custom\bdddoc.build open_results - -if %ERRORLEVEL% NEQ 0 goto errors - -goto finish - -:usage -echo. -echo Usage: bdddoc.bat -echo. -goto finish - -:errors -EXIT /B %ERRORLEVEL% - -:finish \ No newline at end of file