Skip to content

Commit

Permalink
Addes Spring package and initial start on nuget packages
Browse files Browse the repository at this point in the history
  • Loading branch information
BennyM committed Jul 18, 2011
1 parent 1167cad commit 4749f65
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 47,840 deletions.
3 changes: 2 additions & 1 deletion Agatha.Spring/Agatha.Spring.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="Spring.Core">
<HintPath>..\libs\spring\Spring.Core.dll</HintPath>
<HintPath>..\packages\Spring.Core.1.3.1\lib\Net40\Spring.Core.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand All @@ -62,6 +62,7 @@
</ItemGroup>
<ItemGroup>
<None Include="agatha.snk" />
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<Folder Include="Properties\" />
Expand Down
12 changes: 11 additions & 1 deletion Tests/App.config
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,15 @@
<endpoint address="http://localhost/Sample.ServiceLayer.Host/Service.svc" binding="basicHttpBinding" bindingConfiguration="RequestProcessorBinding" contract="Agatha.Common.WCF.IWcfRequestProcessor" name="Agatha_IWcfRequestProcessor"/>
</client>
</system.serviceModel>

<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Common.Logging"
publicKeyToken="af08829b84f0328e"
culture="neutral" />
<bindingRedirect oldVersion="1.2.0.0"
newVersion="2.0.0.0"/>
</dependentAssembly>
</assemblyBinding>
</runtime>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup></configuration>
4 changes: 2 additions & 2 deletions Tests/Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>..\libs\rhino.mocks\Rhino.Mocks.dll</HintPath>
</Reference>
<Reference Include="Spring.Core, Version=1.3.0.20001, Culture=neutral, PublicKeyToken=629174307628bb22, processorArchitecture=MSIL">
<HintPath>..\libs\spring\Spring.Core.dll</HintPath>
<Reference Include="Spring.Core, Version=1.3.1.40711, Culture=neutral, PublicKeyToken=65e474d141e25e07, processorArchitecture=MSIL">
<HintPath>..\packages\Spring.Core.1.3.1\lib\Net40\Spring.Core.dll</HintPath>
</Reference>
<Reference Include="StructureMap">
<HintPath>..\packages\structuremap.2.6.2\lib\StructureMap.dll</HintPath>
Expand Down
1 change: 1 addition & 0 deletions Tests/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@
<package id="Castle.Core" version="2.5.2" />
<package id="Castle.Windsor" version="2.5.3" />
<package id="Common.Logging" version="2.0.0" />
<package id="Spring.Core" version="1.3.1" />
</packages>
3 changes: 0 additions & 3 deletions libs/spring/README.txt

This file was deleted.

Binary file removed libs/spring/Spring.Core.dll
Binary file not shown.
47,833 changes: 0 additions & 47,833 deletions libs/spring/Spring.Core.xml

This file was deleted.

1 change: 1 addition & 0 deletions packages/repositories.config
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@
<repository path="..\Agatha.Unity.Silverlight\packages.config" />
<repository path="..\Agatha.Ninject\packages.config" />
<repository path="..\Agatha.Ninject.Silverlight\packages.config" />
<repository path="..\Agatha.Spring\packages.config" />
</repositories>

0 comments on commit 4749f65

Please sign in to comment.