diff --git a/Build-NinjectAndExtensions.bat b/Build-NinjectAndExtensions.bat index 7d4ee8d8..819186bb 100644 --- a/Build-NinjectAndExtensions.bat +++ b/Build-NinjectAndExtensions.bat @@ -6,8 +6,8 @@ IF ERRORLEVEL 1 GOTO FAILED xcopy /S dist\* ..\dist-all cd .. -IF NOT EXIST .\ninject.extensions.contextpreservation GOTO ENDFACTORY - cd ninject.extensions.contextpreservation +IF NOT EXIST .\ninject.extensions.factory GOTO ENDFACTORY + cd ninject.extensions.factory del lib\Ninject\*.zip copy ..\Ninject\dist\*.zip lib\Ninject call UnzipDependencies.cmd diff --git a/PushGoogleCode.bat b/PushGoogleCode.bat new file mode 100644 index 00000000..bb2d0490 --- /dev/null +++ b/PushGoogleCode.bat @@ -0,0 +1,2 @@ +tools\nant\nant.exe -buildfile:PushGoogleCode.build Push %1 %2 %3 %4 %5 %6 %7 %8 +pause \ No newline at end of file diff --git a/PushGoogleCode.build b/PushGoogleCode.build new file mode 100644 index 00000000..c098a01a --- /dev/null +++ b/PushGoogleCode.build @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/tools/GCUpload/GCUpload.exe b/tools/GCUpload/GCUpload.exe new file mode 100644 index 00000000..89529750 Binary files /dev/null and b/tools/GCUpload/GCUpload.exe differ