* extended configuration XSD to carry init-factories attribute

git-svn-id: svn+ssh://svn.synyx.de/var/svn/synyx/opensource/synyx-plugin/trunk@2936 5a64d73e-33d6-4ccc-9058-23f8668ecac9
This commit is contained in:
Oliver Gierke
2008-10-07 19:59:51 +00:00
parent 3b020248e9
commit 3f204ceda2

View File

@@ -32,6 +32,7 @@
<xsd:complexType name="pluginType">
<xsd:attribute name="id" type="xsd:string" />
<xsd:attribute name="class" type="classType" />
<xsd:attribute name="init-factories" type="xsd:boolean" />
</xsd:complexType>
<xsd:simpleType name="classType">