fixed SPRNET-1204: added Server Component support

This commit is contained in:
eeichinger
2009-05-13 18:17:11 +00:00
parent e4ecb38507
commit ab4fe93dfe
2 changed files with 4 additions and 2 deletions

View File

@@ -53,7 +53,7 @@ namespace Spring.Objects.Factory.Config
</foo>
</configuration>";
#if !NET_0 && !NET_1_1
#if NET_2_0
/// <summary>
/// Unfortunately ConfigurationManager doesn't accept uri's.
/// </summary>
@@ -93,7 +93,8 @@ namespace Spring.Objects.Factory.Config
string machineConfig = RuntimeEnvironment.SystemConfigurationFile;
}
#if !NET_1_0 && !NET_1_1
#if NET_2_0
[Test]
public void GetSectionLocalSectionHandler()
{

View File

@@ -38,6 +38,7 @@
<resources prefix="Spring" dynamicprefix="true" failonempty="true">
<include name="**/*.xml" />
<include name="**/*.wsdl" />
<include name="**/*.config" />
</resources>
<references basedir="${current.bin.dir}">
<include name="*.dll" />