fixed SPRNET-1204: added Server Component support
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user