Index: /CKEditor/branches/features/adobeair/_samples/adobeair/application.xml
===================================================================
--- /CKEditor/branches/features/adobeair/_samples/adobeair/application.xml	(revision 5624)
+++ /CKEditor/branches/features/adobeair/_samples/adobeair/application.xml	(revision 5625)
@@ -1,13 +1,13 @@
 <?xml version="1.0" encoding="utf-8" ?>
 <application xmlns="http://ns.adobe.com/air/application/1.0">
-	<id>net.fckeditor.air.samples.sample01</id>
+	<id>com.ckeditor.air.samples</id>
 	<name>CKEditor Sample Application 1.0</name>
 	<version>1.0</version>
-	<filename>CKEditor AIR Sample</filename>
+	<filename>CKEditor AIR Samples</filename>
 	<description>This is a sample AIR application of CKEditor.</description>
-	<copyright>Copyright (C) 2003-2009 Frederico Caldeira Knabben</copyright>
+	<copyright>Copyright (C) 2003-2010 Frederico Caldeira Knabben</copyright>
 	<initialWindow>
-		<content>_samples/replacebyclass.html</content>
-		<title>Replace Textareas by Class Name - CKEditor Sample</title>
+		<content>_samples/adobeair/index.html</content>
+		<title>CKEditor AIR Samples</title>
 		<systemChrome>standard</systemChrome>
 		<transparent>false</transparent>
@@ -18,10 +18,11 @@
 		<x>100</x>
 		<y>80</y>
-		<width>820</width>
-		<height>600</height>
-		<minSize>600 400</minSize>
+		<width>1024</width>
+		<height>768</height>
+		<minSize>800 600</minSize>
 	</initialWindow>
-	<installFolder>CKEditor/AIR Samples/ReplaceByClassName</installFolder>
+	<installFolder>CKEditor/AIR Samples</installFolder>
 	<programMenuFolder>CKEditor/AIR Samples</programMenuFolder>
+<!--
 	<icon>
 		<image16x16>_samples/adobeair/icons/16.png</image16x16>
@@ -30,4 +31,5 @@
 		<image128x128>_samples/adobeair/icons/128.png</image128x128>
 	</icon>
+-->
 	<customUpdateUI>false</customUpdateUI>
 	<allowBrowserInvocation>false</allowBrowserInvocation>
Index: /CKEditor/branches/features/adobeair/_samples/adobeair/index.html
===================================================================
--- /CKEditor/branches/features/adobeair/_samples/adobeair/index.html	(revision 5625)
+++ /CKEditor/branches/features/adobeair/_samples/adobeair/index.html	(revision 5625)
@@ -0,0 +1,2 @@
+<input id="back" type="button" value="Back" onclick="document.getElementById( 'sample_frame' ).src = '../index.html' ">
+<iframe id="sample_frame" src='../index.html' style="width : 100%; height : 100%;"></iframe>		
Index: /CKEditor/branches/features/adobeair/_samples/adobeair/package.bat
===================================================================
--- /CKEditor/branches/features/adobeair/_samples/adobeair/package.bat	(revision 5624)
+++ /CKEditor/branches/features/adobeair/_samples/adobeair/package.bat	(revision 5625)
@@ -24,3 +24,3 @@
 :: adt -package SIGNING_OPTIONS air_file app_xml [file_or_dir | -C dir file_or_dir | -e file dir ...] ...
 
-adt -package -storetype pkcs12 -keystore sample01_cert.pfx -storepass 123abc FCKeditor.air application.xml -C ../../ .
+adt -package -storetype pkcs12 -keystore cert.pfx -storepass 123abc CKEditor.air application.xml -C ../../ .
