<?xml version="1.0" encoding="UTF-8"?>
<!--
/*************************************************************************
*
* ADOBE CONFIDENTIAL
* ___________________
*
*  Copyright 2010 Adobe Systems Incorporated
*  All Rights Reserved.
*
* NOTICE:  All information contained herein is, and remains
* the property of Adobe Systems Incorporated and its suppliers,
* if any.  The intellectual and technical concepts contained
* herein are proprietary to Adobe Systems Incorporated and its
* suppliers and may be covered by U.S. and Foreign Patents,
* patents in process, and are protected by trade secret or copyright law.
* Dissemination of this information or reproduction of this material
* is strictly forbidden unless prior written permission is obtained
* from Adobe Systems Incorporated.
**************************************************************************/
-->
<ExtensionManifest Version="2.0" ExtensionBundleId="CSReviewBundle" ExtensionBundleVersion="3.1.0.20110216_m_649905"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
	<Author>Adobe Systems Incorporated</Author>
	<Contact mailto="support@adobe.com"/>
	<Legal href="http://www.adobe.com"/>
	<Abstract href="http://www.adobe.com"/>
	
	<ExtensionList>
		<Extension Id="CSREVIEW"/>
		<Extension Id="CREATENEWCSREVIEW"/>
	</ExtensionList>

	<ExecutionEnvironment>
		<HostList>
 			<Host Name="IDSN" Version="7"/>
			<Host Name="PHSP" Version="12"/>
  			<Host Name="PHXS" Version="12"/>
			<Host Name="ILST" Version="15"/>
			<Host Name="PPRO" Version="5"/>
			<Host Name="FLPR" Version="11" />
			<Host Name="FWKS" Version="11" />
			<Host Name="DRWV" Version="11" />
			<Host Name="AICY" Version="7" />
		</HostList>
		<LocaleList>
				<Locale Code="cs_CZ"/>
				<Locale Code="da_DK"/>
				<Locale Code="de_DE"/>
				<Locale Code="en_GB"/>
				<Locale Code="en_US"/>
				<Locale Code="es_ES"/>
				<Locale Code="es_MX"/>
				<Locale Code="fi_FI"/>
				<Locale Code="fr_CA"/>
				<Locale Code="fr_FR"/>
				<Locale Code="hu_HU"/>
				<Locale Code="it_IT"/>
				<Locale Code="ja_JP"/>
				<Locale Code="ko_KR"/>
				<Locale Code="nb_NO"/>
				<Locale Code="nl_NL"/>
				<Locale Code="pl_PL"/>
				<Locale Code="pt_BR"/>
				<Locale Code="ro_RO"/>
				<Locale Code="ru_RU"/>
				<Locale Code="sv_SE"/>
				<Locale Code="tr_TR"/>
				<Locale Code="uk_UA"/>
				<Locale Code="zh_CN"/>
				<Locale Code="zh_TW"/>
		</LocaleList>
		<RequiredRuntimeList>
		 	<RequiredRuntime Name="CSXS" Version="2.0" />
		</RequiredRuntimeList>
	</ExecutionEnvironment>
	
	<DispatchInfoList>
		<Extension Id="CREATENEWCSREVIEW">
			<DispatchInfo>
				<Resources>
      				<SwfPath>./reviewpanel.swf</SwfPath>
        		</Resources>
				<UI>
					<Type>Panel</Type>
				</UI>
				<Lifecycle>
					<AutoVisible>false</AutoVisible>
				</Lifecycle>
 				<ExtensionData>%NEW_EXTENSION_DATA</ExtensionData>
			</DispatchInfo>

			<DispatchInfo Host="IDSN">
				<Resources>
					<ScriptPath>./InDesign/reviewpanel.jsx</ScriptPath>
				</Resources>
				<UI>
					<Menu Placement="'Main:&amp;File',399.0,'KBSCE File menu'">%NEW_MENU_NAME</Menu>
				</UI>
			</DispatchInfo>
			
			<DispatchInfo Host="PHSP">
				<Resources>
					<ScriptPath>./Photoshop/reviewpanel.jsx</ScriptPath>
				</Resources>
				<UI>
					<Menu>%NEW_MENU_NAME</Menu>
				</UI>
			</DispatchInfo>
			
			<DispatchInfo Host="PHXS">
				<Resources>
					<ScriptPath>./Photoshop/reviewpanel.jsx</ScriptPath>
				</Resources>
				<UI>
					<Menu>%NEW_MENU_NAME</Menu>
				</UI>
			</DispatchInfo>
			

			<DispatchInfo Host="PPRO">	
				<Resources>
					<ScriptPath>./Premiere/reviewpanel.jsx</ScriptPath>
				</Resources>
				<UI>
					<Type>Custom</Type>
					<Menu>%NEW_MENU_NAME</Menu>
				</UI>
			</DispatchInfo>
		</Extension>
		<Extension Id="CSREVIEW">
			<DispatchInfo>
				<Resources>
      				<SwfPath>./reviewpanel.swf</SwfPath>
        		</Resources>
				<UI>
					<Type>Panel</Type>
					<Geometry>
							<Size>
								<Height>500</Height>
								<Width>240</Width>
							</Size>
							<MinSize>
								<Height>500</Height>
								<Width>240</Width>
							</MinSize>
							<MaxSize>
								<Height>1000</Height>
								<Width>1000</Width>
							</MaxSize>
					</Geometry>
					<Icons>
			            <Icon Type="Normal">./csxs/icons/csreview_N.png</Icon>
			            <Icon Type="RollOver">./csxs/icons/csreview_R.png</Icon>
			         </Icons>
				</UI>
				<Lifecycle>
					<AutoVisible>false</AutoVisible>
				</Lifecycle>
				<ExtensionData>
					<ExtensionBundleVersion buildNumber="3.1.0.20110216_m_649905"/>
				</ExtensionData>
			</DispatchInfo>

			<DispatchInfo Host="IDSN">
				<UI>
					<Menu>%MENU_NAME</Menu>
				</UI>
				<Resources>
					<ScriptPath>./InDesign/reviewpanel.jsx</ScriptPath>
				</Resources>
				<ExtensionData>%EXTENSION_DATA_ID</ExtensionData>
			</DispatchInfo>
			
			<DispatchInfo Host="PHSP">
				<UI>
					<Menu>%MENU_NAME</Menu>
				</UI>
				<Resources>
					<ScriptPath>./Photoshop/reviewpanel.jsx</ScriptPath>
				</Resources>
				<ExtensionData>%EXTENSION_DATA_PS</ExtensionData>
			</DispatchInfo>
			
			<DispatchInfo Host="PHXS">
				<UI>
					<Menu>%MENU_NAME</Menu>
				</UI>
				<Resources>
					<ScriptPath>./Photoshop/reviewpanel.jsx</ScriptPath>
				</Resources>
				<ExtensionData>%EXTENSION_DATA_PS</ExtensionData>
			</DispatchInfo>

			<DispatchInfo Host="ILST">	
				<UI>
					<Menu>%MENU_NAME</Menu>
				</UI>
				<Resources>
					<ScriptPath>./Illustrator/reviewpanel.jsx</ScriptPath>
				</Resources>
				<ExtensionData>%EXTENSION_DATA_IL</ExtensionData>
			</DispatchInfo>
			
			<DispatchInfo Host="PPRO">	
				<UI>
					<Menu>%MENU_NAME</Menu>
					<Geometry>
							<MinSize>
								<Height>0</Height>
								<Width>0</Width>
							</MinSize>
							<MaxSize>
								<Height>0</Height>
								<Width>0</Width>
							</MaxSize>
					</Geometry>				
				</UI>
				<Resources>
					<ScriptPath>./Premiere/reviewpanel.jsx</ScriptPath>
				</Resources>
				<ExtensionData>%EXTENSION_DATA_PP</ExtensionData>
			</DispatchInfo>

			<DispatchInfo Host="DRWV">	
				<ExtensionData>%EXTENSION_DATA_OTHER</ExtensionData>
			</DispatchInfo>

			<DispatchInfo Host="FLPR">	
				<ExtensionData>%EXTENSION_DATA_OTHER</ExtensionData>
			</DispatchInfo>
			
			<DispatchInfo Host="FWKS">	
				<ExtensionData>%EXTENSION_DATA_OTHER</ExtensionData>
			</DispatchInfo>
			
			<DispatchInfo Host="AICY">	
				<ExtensionData>%EXTENSION_DATA_OTHER</ExtensionData>
			</DispatchInfo>
		
		</Extension>
	</DispatchInfoList>
</ExtensionManifest>
