included missing new spring-objects 1.3 as resource in build script

fixed compiler error
This commit is contained in:
eeichinger
2009-07-29 11:51:11 +00:00
parent f92a021425
commit dd5f7ec680
2 changed files with 2 additions and 0 deletions

View File

@@ -1292,6 +1292,7 @@ namespace Spring.Objects.Factory.Xml
/// The name of the object (definition) associated with the
/// name value collection mapping definition.
/// </param>
/// <param name="parserContext">the context carrying parsing state information</param>
/// <returns>The name value collection definition.</returns>
protected NameValueCollection ParseNameValueCollectionElement(XmlElement nameValueEle, string name, ParserContext parserContext)
{

View File

@@ -31,6 +31,7 @@
</sources>
<resources basedir="." prefix="Spring.Objects.Factory.Xml">
<include name="Objects/Factory/Xml/spring-objects-1.1.xsd" />
<include name="Objects/Factory/Xml/spring-objects-1.3.xsd" />
</resources>
<resources basedir="." prefix="Spring.Objects.Factory.Xml">
<include name="Objects/Factory/Xml/spring-tool-1.1.xsd" />