Revision: 18600
          http://sourceforge.net/p/gate/code/18600
Author:   ian_roberts
Date:     2015-03-20 16:06:03 +0000 (Fri, 20 Mar 2015)
Log Message:
-----------
Switched initial-size schema type to string, to allow for property placeholder 
configuration

Modified Paths:
--------------
    gate/trunk/src/main/gate/util/spring/xml/gate-spring.xsd

Modified: gate/trunk/src/main/gate/util/spring/xml/gate-spring.xsd
===================================================================
--- gate/trunk/src/main/gate/util/spring/xml/gate-spring.xsd    2015-03-20 
09:08:52 UTC (rev 18599)
+++ gate/trunk/src/main/gate/util/spring/xml/gate-spring.xsd    2015-03-20 
16:06:03 UTC (rev 18600)
@@ -244,7 +244,7 @@
     <xsd:complexType>
       <xsd:attribute name="target-source-class" type="xsd:string" 
use="optional" />
       <xsd:attribute name="proxy-target-class" type="xsd:boolean" 
use="optional" />
-      <xsd:attribute name="initial-size" type="xsd:nonNegativeInteger" 
use="optional" />
+      <xsd:attribute name="initial-size" type="xsd:string" use="optional" />
       <!-- Allow any attributes, as they can pass through to the target source 
-->
       <xsd:anyAttribute processContents="skip"/>
     </xsd:complexType>

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to