<!-- build.pl configuration file
     See http://devguy.com/fp/cfgmgmt/tools/build-options-xml.txt

     This compiles Java code (release and debug)
-->

<Build-Option-Doc>
	<!--
		File Paths
	-->
	<Sandbox>d:\build\java</Sandbox>
	<BuildModule>build</BuildModle>
	<ConfigMapFile>build/configMap.xml</ConfigMapFile>
	<BuildFile>build/build_java.xml</BuildFile>
	<!-- 
	       Type of build
	-->
	<MajorBuildDescription>Java Build</MajorBuildDescription>
	<BuildDescription>Java Debug and Release(tagged)</BuildDescription>
	<!-- 
	       Which configuration(s) to build 
	-->
	<Configuration>alldebug<Sequence/>
	</Configuration>
	<Configuration>allrelease<Sequence/>
	</Configuration>
	<!-- 
	       CVS tag/branch information
	-->
	<Branch/>
	<BuildStamp/>
	<TagOverride/>
	<BuildStampPrefix>JAVA</BuildStampPrefix>
	<!-- 
	      Build statistics files
	-->
	<BuildNumberFile>source/c/buildNumber.h</BuildNumberFile>
	<BuildNumberFile>source/java/dgBuildNumber.java</BuildNumberFile>
	<VersionFile>source/c/constants.h</VersionFile>
	<ChangeLogInfoFile>build/build_stamp_java.txt</ChangeLogInfoFile>
	<!--
	      How to output HTML and targets
	-->
	<WebPath>d:\inetpub\wwwroot\builds</WebPath>
	<WebSubdir>nightly</WebSubdir>
	<WebAddress>http://acme/builds</WebAddress>
	<PackageDestination/>
	<PackageURL/>
	<!--
		Who to notify via net send
	-->
	<NetNotify>davis</NetNotify>
	<NetNotify>rainier</NetNotify>
	<!--
		Who to notify via email
	-->
	<SMTPNotify>build-notify@bogusdomain</SMTPNotify>
	<!-- 
	       Run-Time Switches
	-->
	<ShouldCleanSandbox>1</ShouldCleanSandbox>
	<ShouldGetSource>1</ShouldGetSource>
	<ShouldBuild>1</ShouldBuild>
	<ShouldPackage>1</ShouldPackage>
	<ShouldForcePackage>1</ShouldForcePackage>
	<ShouldIncrementBuildNumber>1</ShouldIncrementBuildNumber>
	<ShouldPostToWeb>1</ShouldPostToWeb>
	<ShouldOutputXML>1</ShouldOutputXML>
	<ShouldUpdateVersionResources>1</ShouldUpdateVersionResources>
	<ShouldCreateManifest>1</ShouldCreateManifest>
	<ShouldEmailNotification>1</ShouldEmailNotification>
	<ShouldTag>1</ShouldTag>
	<ShouldForceTag>1</ShouldForceTag>
	<ShouldCreateChangeLog>1</ShouldCreateChangeLog>
	<ShouldUpdateChangeLogInfo>1</ShouldUpdateChangeLogInfo>
	<ShouldForceUpdateChangeLogInfo>1</ShouldForceUpdateChangeLogInfo>
</Build-Option-Doc>
