Skip to content

Commit

Permalink
Created nuget packages
Browse files Browse the repository at this point in the history
  • Loading branch information
BennyM committed Jul 19, 2011
1 parent 4749f65 commit 2695719
Show file tree
Hide file tree
Showing 20 changed files with 67 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Agatha.Spring/packages.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Common.Logging" version="2.0.0" />
<package id="Spring.Core" version="1.3.1" />
</packages>
Binary file not shown.
17 changes: 17 additions & 0 deletions nuget/Agatha-Common-Spring/Agatha-Common-Spring.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Agatha-Common-Spring</id>
<version>1.3</version>
<authors>Davy Brion</authors>
<owners>davybrion</owners>
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
<projectUrl>http://github.com/davybrion/agatha</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Agatha Request/Response Service Layer - Common, for Spring. Don't forget to install Agatha-ServiceLayer-Spring as well for the server-side bits</description>
<dependencies>
<dependency id="Common.Logging" version="2.0.0" />
<dependency id="Spring.Core" version="1.3.1" />
</dependencies>
</metadata>
</package>
14 changes: 14 additions & 0 deletions nuget/Agatha-Common-Spring/content/app.config.transform
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0"?>
<configuration>
<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>
</configuration>
14 changes: 14 additions & 0 deletions nuget/Agatha-Common-Spring/content/web.config.transform
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0"?>
<configuration>
<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>
</configuration>
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
17 changes: 17 additions & 0 deletions nuget/Agatha-ServiceLayer-Spring/Agatha-ServiceLayer-Spring.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Agatha-ServiceLayer-Spring</id>
<version>1.3</version>
<authors>Davy Brion</authors>
<owners>davybrion</owners>
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
<projectUrl>http://github.com/davybrion/agatha</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Agatha Request/Response Service Layer - Server-side bits, for Spring.</description>
<dependencies>
<dependency id="Common.Logging" version="2.0.0" />
<dependency id="Agatha-Common-Spring" version="1.3" />
</dependencies>
</metadata>
</package>
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 2695719

Please sign in to comment.