Skip to content
This repository has been archived by the owner on Aug 8, 2020. It is now read-only.

Commit

Permalink
Merge branch 'develop' into md
Browse files Browse the repository at this point in the history
  • Loading branch information
phatboyg committed Jul 21, 2011
2 parents e7c1906 + 1976720 commit 7493635
Show file tree
Hide file tree
Showing 1,154 changed files with 40,595 additions and 97,682 deletions.
5 changes: 1 addition & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
build_artifacts/*
build_output/*
code_drop/*

**/*.suo
**/**/*.suo
Expand All @@ -11,9 +11,7 @@ _ReSharper*

*.csproj.user
*.resharper.user
*.resharper
*.ReSharper.user
*.ReSharper
*.cache
*~
*.swp
Expand All @@ -26,4 +24,3 @@ src/tests/*
tests/*
doc/*
SolutionVersion.cs
gems/lib/**/*
12 changes: 0 additions & 12 deletions Magnum.atomiqProj

This file was deleted.

36 changes: 0 additions & 36 deletions Magnum.ncover

This file was deleted.

21 changes: 21 additions & 0 deletions Magnum.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Magnum</id>
<version>1.1.1.0</version>
<authors>Chris Patterson, Dru Sellers</authors>
<description>Magnum is a library for the larger than average developer</description>
<language>en-US</language>
<licenseUrl>https://github.com/phatboyg/Magnum/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/phatboyg/Magnum</projectUrl>
</metadata>
<files>
<file src="build_output\net-3.5\Magnum.dll" target="lib\NET35" />
<file src="build_output\net-3.5\Magnum.xml" target="lib\NET35" />
<file src="build_output\net-3.5\Magnum.pdb" target="lib\NET35" />
<file src="build_output\net-4.0\Magnum.dll" target="lib\NET40" />
<file src="build_output\net-4.0\Magnum.xml" target="lib\NET40" />
<file src="build_output\net-4.0\Magnum.pdb" target="lib\NET40" />
</files>
</package>

40 changes: 14 additions & 26 deletions build.bat
Original file line number Diff line number Diff line change
@@ -1,32 +1,20 @@
@echo off

::Project UppercuT - http://uppercut.googlecode.com
::No edits to this file are required - http://uppercut.pbwiki.com
@echo Environment details
ruby --version
call rake --version
call gem --version
call gem list albacore

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
echo Building for .NET 3.5
call rake BUILD_CONFIG_KEY=NET35
IF NOT %ERRORLEVEL% == 0 goto FAILED

SET DIR=%~d0%~p0%
SET NANT="%DIR%lib\Nant\nant.exe"
SET build.config.settings="%DIR%settings\UppercuT.config"
echo Building for .NET 4.0
call rake unclean
IF NOT %ERRORLEVEL% == 0 goto FAILED

%NANT% %1 /f:.\build\default.build -D:build.config.settings=%build.config.settings%
echo Create ZIP package
call rake package

if %ERRORLEVEL% NEQ 0 goto errors

goto finish

:usage
echo.
echo Usage: build.bat
echo.
goto finish

:errors
EXIT /B %ERRORLEVEL%

:finish
:FAILED
46 changes: 0 additions & 46 deletions build.custom/gemsbuild.post.step

This file was deleted.

1 change: 0 additions & 1 deletion build.custom/ilmerge.internalize.ignore.txt

This file was deleted.

64 changes: 0 additions & 64 deletions build.custom/ilmerge.post.build

This file was deleted.

52 changes: 0 additions & 52 deletions build.custom/ilmerge.pre.build

This file was deleted.

56 changes: 0 additions & 56 deletions build.custom/package.post.step

This file was deleted.

23 changes: 0 additions & 23 deletions build.custom/zip.pre.build

This file was deleted.

Binary file removed build/Castle.Core.dll
Binary file not shown.
Binary file removed build/Castle.DynamicProxy2.dll
Binary file not shown.
Binary file removed build/Castle.MicroKernel.dll
Binary file not shown.
Binary file removed build/Castle.Windsor.dll
Binary file not shown.
Loading

0 comments on commit 7493635

Please sign in to comment.