Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The File is structured as follows:


Code Block
languagexml
<?xml version="1.0"?>
<beroNetProvisioning>
	<!-- Created on 2016-09-16T02:43:00-06:00 -->
	<Config>
		<Update>yes</Update>
		<File>
			<Name>$FILENAME-1$</Name>
			<Contents>
$FILECONTENT-1$
			</Contents>
		</File>
       ...
        <File>
			<Name>$FILENAME-N$</Name>
			<Contents>
$FILECONTENT-N$
			</Contents>
		</File>
	</Config>
</beroNetProvisioning>