http://maven.apache.org/SETTINGS/1.0.0
complexType ActivationFile

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://maven.apache.org/SETTINGS/1.0.0}ActivationFile (restriction)

Documentation
1.0.0
        
        This is the file specification used to activate a profile. The missing value will be a the location
        of a file that needs to exist, and if it doesn't the profile must run.  On the other hand exists will test
        for the existence of the file and if it is there will run the profile.
        
      
Properties
This component is not nillable.

Model
<...>
(missing? ; exists?)
</...>


Nested Element Summary
xs:stringexists
          1.0.0 The name of the file that should exist to activate a profile.  
xs:stringmissing
          1.0.0 The name of the file that should be missing to activate a profile.  
Source
<xs:complexType name="ActivationFile">
<xs:all>
<xs:element minOccurs="0" name="missing" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="exists" type="xs:string">
</xs:element>
</xs:all>
</xs:complexType>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.