uidesigner/com.nokia.carbide.cpp.uiq.ui/templates/shared/standardDirFields.inc
author ryall
Mon, 20 Sep 2010 13:13:27 -0600
changeset 2061 6e114e9bc527
parent 0 fb279309251b
permissions -rw-r--r--
Fix problems loading the EDC source file provider. Save changes to the common source lookup correctly.

		<description>%standardDirFields.desc</description>
		<filenameField 
				id="incDir"
				label="%standardDirFields.incDir.label"
		     	default="inc"
				mandatory="true"
				persist="true">
				<description>%standardDirFields.incDir.desc</description>
		</filenameField>
		<filenameField 
				id="sourceDir"
				label="%standardDirFields.sourceDir.label"
				default="src"
				mandatory="true"
				persist="true">
				<description>%standardDirFields.sourceDir.desc</description>
		</filenameField>
		<filenameField 
				id="groupDir"
				label="%standardDirFields.groupDir.label"
				default="group"
				mandatory="true"
				persist="true">
				<description>%standardDirFields.groupDir.desc</description>
		</filenameField>
		<filenameField 
				id="sisDir"
				label="%standardDirFields.sisDir.label"
				default="sis"
				mandatory="true"
				persist="true">
				<description>%standardDirFields.sisDir.desc</description>
		</filenameField>	
		<filenameField 
				id="gfxDir"
				label="%standardDirFields.gfxDir.label"
				default="data\appicons"
				mandatory="true"
				persist="true">
				<description>%standardDirFields.gfxDir.desc</description>
		</filenameField>
		<filenameField 
				id="resDir"
				label="%standardDirFields.resDir.label"
				default="rsc"
				mandatory="true"
				persist="true">
				<description>%standardDirFields.resDir.desc</description>
		</filenameField>
		<filenameField 
				id="regDir"
				label="%standardDirFields.regDir.label"
				default="reg"
				mandatory="true"
				persist="true">
				<description>%standardDirFields.regDir.desc</description>
		</filenameField>