remove errant commit of extraneous nuspec file for AOP package

This commit is contained in:
Steve Bohlen
2012-05-08 15:05:35 -04:00
parent a2d100fd45
commit 1173ff2c21

View File

@@ -1,21 +0,0 @@
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
<metadata>
<id>Spring.Aop</id>
<version>2.0.0-alpha</version>
<title>Spring.Aop</title>
<authors>SpringSource</authors>
<owners>SpringSource</owners>
<licenseUrl>http://www.springframework.net/license.html</licenseUrl>
<projectUrl>http://www.springframework.net/</projectUrl>
<iconUrl>http://springframework.net/images/SpringSource_Leaves32x32.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Interfaces and classes that provide AOP support in Spring.Net</description>
<summary>Interfaces and classes that provide AOP support in Spring.Net</summary>
<language>en-US</language>
<dependencies>
<dependency id="Common.Logging" version="1.2.0" />
<dependency id="Spring.Core" version="2.0.0" />
</dependencies>
</metadata>
</package>