All Downloads are FREE. Search and download functionalities are using the official Maven repository.

xmlpage.components.xml Maven / Gradle / Ivy

<Components Version="4.0" Count="$files.size()">
#foreach( $file in $files )
	<VcmComponent>
		<ModelType>$file.modelType</ModelType>
		<Name>$!esc.xml($file.componentData.name)</Name>
		<Description>$!esc.xml($file.componentData.description)</Description>
		<Type>$!esc.xml($file.componentData.keywords["Type"])</Type>
		<Manufacturer>$!esc.xml($!file.componentData.keywords["Manufacturer"])</Manufacturer>
		<MaxPayLoad/>
		<Author>$!esc.xml($author)</Author>
		<Email>$!esc.xml($!file.componentData.keywords["Email"])</Email>
		<Website>$ecaturl</Website>
		<DetailedRevision>$!file.componentData.values["DetailedRevision"]</DetailedRevision>
		<Revision>$!file.componentData.revision</Revision>
		<VcId>$!file.componentData.values["VcId"]</VcId>
		<Tags>$!esc.xml($!file.componentData.values["Tags"])</Tags>
		<File>$esc.xml($!baseURL)$esc.xml($file.relativePath)$esc.xml($file.name)</File>
		<Icon>$esc.xml($!baseURL)$esc.xml($file.relativePath)$esc.xml($file.thumbnailName)</Icon>
		<PreviewIcon>$esc.xml($!baseURL)$esc.xml($file.relativePath)$esc.xml($file.thumbnailName)</PreviewIcon>
		<DateModified>$!file.lastModifiedStr</DateModified>
		<FileSize>$!file.fileSize</FileSize>
		<IsDeprecated>$file.isDeprecated</IsDeprecated>
	</VcmComponent>
#end
</Components>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy