Ignore:
Timestamp:
08/28/10 23:54:43 (21 months ago)
Author:
kasper
Message:

Ticket #382: Improved testing and examples. Added classpath scanning and more to configuration.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • AnalyzerBeans/trunk/src/main/resources/configuration.xsd

    r982 r983  
    2020                                                minOccurs="1" maxOccurs="1" /> 
    2121                                </choice> 
     22                                <element name="classpath-scanner" minOccurs="0" maxOccurs="1" 
     23                                        type="ab:classpathScannerType" /> 
    2224                        </sequence> 
    2325                </complexType> 
     
    3840                        <element name="updated-date" type="date" minOccurs="0" 
    3941                                maxOccurs="1" /> 
     42                </sequence> 
     43        </complexType> 
     44 
     45        <complexType name="classpathScannerType"> 
     46                <sequence> 
     47                        <element name="package" minOccurs="1" maxOccurs="unbounded"> 
     48                                <complexType> 
     49                                        <simpleContent> 
     50                                                <extension base="string"> 
     51                                                        <attribute name="recursive" type="boolean" use="optional" /> 
     52                                                </extension> 
     53                                        </simpleContent> 
     54                                </complexType> 
     55                        </element> 
    4056                </sequence> 
    4157        </complexType> 
Note: See TracChangeset for help on using the changeset viewer.