You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by jh...@apache.org on 2012/04/07 01:39:15 UTC

svn commit: r1310637 [23/45] - in /incubator/flex/whiteboard/jhouser: ./ FXGImage/ FXGImage/Workspace/ FXGImage/Workspace/.metadata/ FXGImage/Workspace/.metadata/.mylyn/ FXGImage/Workspace/.metadata/.mylyn/contexts/ FXGImage/Workspace/.metadata/.plugin...

Added: incubator/flex/whiteboard/jhouser/FXGImage/Workspace/.metadata/.plugins/com.adobe.flexbuilder.project/html-templates/Flex 4.5.1/air/Descriptor.1.5.2.xsd
URL: http://svn.apache.org/viewvc/incubator/flex/whiteboard/jhouser/FXGImage/Workspace/.metadata/.plugins/com.adobe.flexbuilder.project/html-templates/Flex%204.5.1/air/Descriptor.1.5.2.xsd?rev=1310637&view=auto
==============================================================================
--- incubator/flex/whiteboard/jhouser/FXGImage/Workspace/.metadata/.plugins/com.adobe.flexbuilder.project/html-templates/Flex 4.5.1/air/Descriptor.1.5.2.xsd (added)
+++ incubator/flex/whiteboard/jhouser/FXGImage/Workspace/.metadata/.plugins/com.adobe.flexbuilder.project/html-templates/Flex 4.5.1/air/Descriptor.1.5.2.xsd Fri Apr  6 23:38:20 2012
@@ -0,0 +1,160 @@
+<?xml version="1.0"?>
+<xs:schema 
+	xmlns:xs="http://www.w3.org/2001/XMLSchema" 
+	targetNamespace="http://ns.adobe.com/air/application/1.5.2" 
+	xmlns="http://ns.adobe.com/air/application/1.5.2" 
+	elementFormDefault="qualified"
+>
+  <xs:element name="application">
+    <xs:complexType>
+      <xs:all>
+        <!-- About this application -->
+        <xs:element name="id">
+          <xs:simpleType>
+            <xs:restriction base="xs:string">
+              <xs:pattern value="[A-Za-z0-9\-\.]{1,212}" />
+            </xs:restriction>
+          </xs:simpleType>
+        </xs:element>
+        <xs:element name="name" type="LocalizableType" minOccurs="0" />
+        <xs:element name="version" type="xs:string" />
+        <xs:element name="filename">
+          <xs:simpleType>
+            <xs:restriction base="xs:string">
+              <!-- name cannot begin with a ' ' (space), have any of these characters: *"/:<>?\|, and end with a . (dot) or ' ' (space) -->
+              <xs:pattern value='[^\*"/:&gt;&lt;\?\\\|\. ]|[^\*"/:&gt;&lt;\?\\\| ][^\*"/:&gt;&lt;\?\\\|]*[^\*"/:&gt;&lt;\?\\\|\. ]'/>
+            </xs:restriction>
+          </xs:simpleType>
+        </xs:element>
+        <xs:element name="description" type="LocalizableType" minOccurs="0" />
+        <xs:element name="copyright" type="xs:string" minOccurs="0" />
+        <xs:element name="icon" type="IconType" minOccurs="0" />
+
+        <!-- How to start this application -->
+        <xs:element name="initialWindow">
+          <xs:complexType>
+            <xs:all>
+              <xs:element name="content" type="xs:anyURI" minOccurs="1" />
+              <xs:element name="title" type="xs:string" minOccurs="0" />
+
+              <xs:element name="systemChrome" minOccurs="0">
+                <xs:simpleType>
+                  <xs:restriction base="xs:string">
+                    <xs:enumeration value="none" />
+                    <xs:enumeration value="standard" />
+                  </xs:restriction>
+                </xs:simpleType>
+              </xs:element>
+              <xs:element name="transparent" type="xs:boolean" minOccurs="0" />
+              <xs:element name="visible" type="xs:boolean" minOccurs="0" />
+			  
+              <xs:element name="minimizable" type="xs:boolean" minOccurs="0" />
+              <xs:element name="maximizable" type="xs:boolean" minOccurs="0" />
+              <xs:element name="resizable" type="xs:boolean" minOccurs="0" />
+			  
+              <xs:element name="x" type="xs:int" minOccurs="0" />
+              <xs:element name="y" type="xs:int" minOccurs="0" />
+              <xs:element name="width" type="xs:unsignedInt" minOccurs="0" />
+              <xs:element name="height" type="xs:unsignedInt" minOccurs="0" />
+              <xs:element name="minSize" type="BoundsSizeType" minOccurs="0" />
+              <xs:element name="maxSize" type="BoundsSizeType" minOccurs="0" />
+            </xs:all>
+          </xs:complexType>
+        </xs:element>
+		
+        <!-- About installing this application -->
+        <xs:element name="installFolder" minOccurs="0">
+          <xs:simpleType>
+            <xs:restriction base="xs:string">
+              <!-- installFolder cannot begin with a / (forward-slash) or a ' ' (space), have any of these characters: *":<>?\|, and end with a . (dot), ' ' (space), or / (forward slash) -->
+              <xs:pattern value='[^\*"/:&gt;&lt;\?\\\|\. ]|[^\*"/:&gt;&lt;\?\\\| ][^\*":&gt;&lt;\?\\\|]*[^\*":&gt;&lt;\?\\\|\. /]'/>
+            </xs:restriction>
+          </xs:simpleType>
+        </xs:element>
+        <xs:element name="programMenuFolder" minOccurs="0">
+          <xs:simpleType>
+            <xs:restriction base="xs:string">
+              <!-- programMenuFolder cannot begin with a / (forward-slash) or a ' ' (space), have any of these characters: *":<>?\|, and end with a . (dot), ' ' (space), or / (forward slash) -->
+              <xs:pattern value='[^\*"/:&gt;&lt;\?\\\|\. ]|[^\*"/:&gt;&lt;\?\\\| ][^\*":&gt;&lt;\?\\\|]*[^\*":&gt;&lt;\?\\\|\. /]'/>
+            </xs:restriction>
+          </xs:simpleType>
+        </xs:element>
+		
+        <!-- Features this application can opt in to -->
+        <xs:element name="customUpdateUI" type="xs:boolean" minOccurs="0" />
+        <xs:element name="allowBrowserInvocation" type="xs:boolean" minOccurs="0" />
+        <xs:element name="fileTypes" minOccurs="0">
+          <xs:complexType>
+            <xs:sequence>
+              <xs:element name="fileType" minOccurs="0" maxOccurs="unbounded">
+                <xs:complexType>
+                  <xs:all>
+                    <xs:element name="name">
+                      <xs:simpleType>
+                        <xs:restriction base="xs:string">
+                          <xs:pattern value='[A-Za-z]'/>
+                          <xs:pattern value='[A-Za-z][A-Za-z0-9\.]{0,36}[A-Za-z]'/>
+                        </xs:restriction>
+                      </xs:simpleType>
+                    </xs:element>
+                    <xs:element name="extension">
+                      <xs:simpleType>
+                        <xs:restriction base="xs:string">
+                          <xs:pattern value='[A-Za-z0-9]{1,38}'/>
+                        </xs:restriction>
+                      </xs:simpleType>
+                    </xs:element>
+                    <xs:element name="description" type="xs:string" minOccurs="0" />
+                    <xs:element name="contentType">
+                      <xs:simpleType>
+                        <xs:restriction base="xs:string">
+						  <!-- See RFC2045 for a more detailed grammar for valid content types -->
+                          <xs:pattern value='.+'/>
+                        </xs:restriction>
+                      </xs:simpleType>
+					</xs:element>
+                    <xs:element name="icon" type="IconType" minOccurs="0" />
+                  </xs:all>
+                </xs:complexType>
+              </xs:element>
+            </xs:sequence>
+          </xs:complexType>
+        </xs:element>
+      </xs:all>
+	  
+      <!-- About the runtime version required -->
+      <xs:attribute name="minimumPatchLevel" type="xs:unsignedInt" />
+    </xs:complexType>
+  </xs:element>
+  
+  <!-- Type definitions -->
+  <xs:complexType name="IconType">
+    <xs:all>
+      <xs:element name="image16x16" type="xs:anyURI" minOccurs="0" />
+      <xs:element name="image32x32" type="xs:anyURI" minOccurs="0" />
+      <xs:element name="image48x48" type="xs:anyURI" minOccurs="0" />
+      <xs:element name="image128x128" type="xs:anyURI" minOccurs="0" />
+    </xs:all>
+  </xs:complexType>
+  <xs:simpleType name="UnsignedIntListType">
+    <xs:list itemType="xs:unsignedInt" />
+  </xs:simpleType>
+  <xs:simpleType name="BoundsSizeType">
+    <xs:restriction base="UnsignedIntListType">
+      <xs:length value="2" />
+    </xs:restriction>
+  </xs:simpleType>
+  <xs:complexType name="LocalizableType" mixed="true">
+    <xs:sequence>
+      <xs:element name="text" minOccurs="0" maxOccurs="unbounded">
+        <xs:complexType>
+          <xs:simpleContent>
+            <xs:extension base="xs:string">
+              <xs:attribute ref="xml:lang" use="required"/>
+            </xs:extension>
+          </xs:simpleContent>
+        </xs:complexType>
+      </xs:element>
+    </xs:sequence>
+  </xs:complexType>
+</xs:schema>

Propchange: incubator/flex/whiteboard/jhouser/FXGImage/Workspace/.metadata/.plugins/com.adobe.flexbuilder.project/html-templates/Flex 4.5.1/air/Descriptor.1.5.2.xsd
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/flex/whiteboard/jhouser/FXGImage/Workspace/.metadata/.plugins/com.adobe.flexbuilder.project/html-templates/Flex 4.5.1/air/Descriptor.1.5.3.xsd
URL: http://svn.apache.org/viewvc/incubator/flex/whiteboard/jhouser/FXGImage/Workspace/.metadata/.plugins/com.adobe.flexbuilder.project/html-templates/Flex%204.5.1/air/Descriptor.1.5.3.xsd?rev=1310637&view=auto
==============================================================================
--- incubator/flex/whiteboard/jhouser/FXGImage/Workspace/.metadata/.plugins/com.adobe.flexbuilder.project/html-templates/Flex 4.5.1/air/Descriptor.1.5.3.xsd (added)
+++ incubator/flex/whiteboard/jhouser/FXGImage/Workspace/.metadata/.plugins/com.adobe.flexbuilder.project/html-templates/Flex 4.5.1/air/Descriptor.1.5.3.xsd Fri Apr  6 23:38:20 2012
@@ -0,0 +1,167 @@
+<?xml version="1.0"?>
+<xs:schema 
+	xmlns:xs="http://www.w3.org/2001/XMLSchema" 
+	targetNamespace="http://ns.adobe.com/air/application/1.5.3" 
+	xmlns="http://ns.adobe.com/air/application/1.5.3" 
+	elementFormDefault="qualified"
+>
+  <xs:element name="application">
+    <xs:complexType>
+      <xs:all>
+        <!-- About this application -->
+        <xs:element name="id">
+          <xs:simpleType>
+            <xs:restriction base="xs:string">
+              <xs:pattern value="[A-Za-z0-9\-\.]{1,212}" />
+            </xs:restriction>
+          </xs:simpleType>
+        </xs:element>
+        <xs:element name="publisherID">
+          <xs:simpleType>
+            <xs:restriction base="xs:string">
+              <xs:pattern value="[A-Fa-f0-9]{40}\.1" />
+            </xs:restriction>
+          </xs:simpleType>
+        </xs:element>
+        <xs:element name="name" type="LocalizableType" minOccurs="0" />
+        <xs:element name="version" type="xs:string" />
+        <xs:element name="filename">
+          <xs:simpleType>
+            <xs:restriction base="xs:string">
+              <!-- name cannot begin with a ' ' (space), have any of these characters: *"/:<>?\|, and end with a . (dot) or ' ' (space) -->
+              <xs:pattern value='[^\*"/:&gt;&lt;\?\\\|\. ]|[^\*"/:&gt;&lt;\?\\\| ][^\*"/:&gt;&lt;\?\\\|]*[^\*"/:&gt;&lt;\?\\\|\. ]'/>
+            </xs:restriction>
+          </xs:simpleType>
+        </xs:element>
+        <xs:element name="description" type="LocalizableType" minOccurs="0" />
+        <xs:element name="copyright" type="xs:string" minOccurs="0" />
+        <xs:element name="icon" type="IconType" minOccurs="0" />
+
+        <!-- How to start this application -->
+        <xs:element name="initialWindow">
+          <xs:complexType>
+            <xs:all>
+              <xs:element name="content" type="xs:anyURI" minOccurs="1" />
+              <xs:element name="title" type="xs:string" minOccurs="0" />
+
+              <xs:element name="systemChrome" minOccurs="0">
+                <xs:simpleType>
+                  <xs:restriction base="xs:string">
+                    <xs:enumeration value="none" />
+                    <xs:enumeration value="standard" />
+                  </xs:restriction>
+                </xs:simpleType>
+              </xs:element>
+              <xs:element name="transparent" type="xs:boolean" minOccurs="0" />
+              <xs:element name="visible" type="xs:boolean" minOccurs="0" />
+			  
+              <xs:element name="minimizable" type="xs:boolean" minOccurs="0" />
+              <xs:element name="maximizable" type="xs:boolean" minOccurs="0" />
+              <xs:element name="resizable" type="xs:boolean" minOccurs="0" />
+			  
+              <xs:element name="x" type="xs:int" minOccurs="0" />
+              <xs:element name="y" type="xs:int" minOccurs="0" />
+              <xs:element name="width" type="xs:unsignedInt" minOccurs="0" />
+              <xs:element name="height" type="xs:unsignedInt" minOccurs="0" />
+              <xs:element name="minSize" type="BoundsSizeType" minOccurs="0" />
+              <xs:element name="maxSize" type="BoundsSizeType" minOccurs="0" />
+            </xs:all>
+          </xs:complexType>
+        </xs:element>
+		
+        <!-- About installing this application -->
+        <xs:element name="installFolder" minOccurs="0">
+          <xs:simpleType>
+            <xs:restriction base="xs:string">
+              <!-- installFolder cannot begin with a / (forward-slash) or a ' ' (space), have any of these characters: *":<>?\|, and end with a . (dot), ' ' (space), or / (forward slash) -->
+              <xs:pattern value='[^\*"/:&gt;&lt;\?\\\|\. ]|[^\*"/:&gt;&lt;\?\\\| ][^\*":&gt;&lt;\?\\\|]*[^\*":&gt;&lt;\?\\\|\. /]'/>
+            </xs:restriction>
+          </xs:simpleType>
+        </xs:element>
+        <xs:element name="programMenuFolder" minOccurs="0">
+          <xs:simpleType>
+            <xs:restriction base="xs:string">
+              <!-- programMenuFolder cannot begin with a / (forward-slash) or a ' ' (space), have any of these characters: *":<>?\|, and end with a . (dot), ' ' (space), or / (forward slash) -->
+              <xs:pattern value='[^\*"/:&gt;&lt;\?\\\|\. ]|[^\*"/:&gt;&lt;\?\\\| ][^\*":&gt;&lt;\?\\\|]*[^\*":&gt;&lt;\?\\\|\. /]'/>
+            </xs:restriction>
+          </xs:simpleType>
+        </xs:element>
+		
+        <!-- Features this application can opt in to -->
+        <xs:element name="customUpdateUI" type="xs:boolean" minOccurs="0" />
+        <xs:element name="allowBrowserInvocation" type="xs:boolean" minOccurs="0" />
+        <xs:element name="fileTypes" minOccurs="0">
+          <xs:complexType>
+            <xs:sequence>
+              <xs:element name="fileType" minOccurs="0" maxOccurs="unbounded">
+                <xs:complexType>
+                  <xs:all>
+                    <xs:element name="name">
+                      <xs:simpleType>
+                        <xs:restriction base="xs:string">
+                          <xs:pattern value='[A-Za-z]'/>
+                          <xs:pattern value='[A-Za-z][A-Za-z0-9\.]{0,36}[A-Za-z]'/>
+                        </xs:restriction>
+                      </xs:simpleType>
+                    </xs:element>
+                    <xs:element name="extension">
+                      <xs:simpleType>
+                        <xs:restriction base="xs:string">
+                          <xs:pattern value='[A-Za-z0-9]{1,38}'/>
+                        </xs:restriction>
+                      </xs:simpleType>
+                    </xs:element>
+                    <xs:element name="description" type="xs:string" minOccurs="0" />
+                    <xs:element name="contentType">
+                      <xs:simpleType>
+                        <xs:restriction base="xs:string">
+						  <!-- See RFC2045 for a more detailed grammar for valid content types -->
+                          <xs:pattern value='.+'/>
+                        </xs:restriction>
+                      </xs:simpleType>
+					</xs:element>
+                    <xs:element name="icon" type="IconType" minOccurs="0" />
+                  </xs:all>
+                </xs:complexType>
+              </xs:element>
+            </xs:sequence>
+          </xs:complexType>
+        </xs:element>
+      </xs:all>
+	  
+      <!-- About the runtime version required -->
+      <xs:attribute name="minimumPatchLevel" type="xs:unsignedInt" />
+    </xs:complexType>
+  </xs:element>
+  
+  <!-- Type definitions -->
+  <xs:complexType name="IconType">
+    <xs:all>
+      <xs:element name="image16x16" type="xs:anyURI" minOccurs="0" />
+      <xs:element name="image32x32" type="xs:anyURI" minOccurs="0" />
+      <xs:element name="image48x48" type="xs:anyURI" minOccurs="0" />
+      <xs:element name="image128x128" type="xs:anyURI" minOccurs="0" />
+    </xs:all>
+  </xs:complexType>
+  <xs:simpleType name="UnsignedIntListType">
+    <xs:list itemType="xs:unsignedInt" />
+  </xs:simpleType>
+  <xs:simpleType name="BoundsSizeType">
+    <xs:restriction base="UnsignedIntListType">
+      <xs:length value="2" />
+    </xs:restriction>
+  </xs:simpleType>
+  <xs:complexType name="LocalizableType" mixed="true">
+    <xs:sequence>
+      <xs:element name="text" minOccurs="0" maxOccurs="unbounded">
+        <xs:complexType>
+          <xs:simpleContent>
+            <xs:extension base="xs:string">
+              <xs:attribute ref="xml:lang" use="required"/>
+            </xs:extension>
+          </xs:simpleContent>
+        </xs:complexType>
+      </xs:element>
+    </xs:sequence>
+  </xs:complexType>
+</xs:schema>

Propchange: incubator/flex/whiteboard/jhouser/FXGImage/Workspace/.metadata/.plugins/com.adobe.flexbuilder.project/html-templates/Flex 4.5.1/air/Descriptor.1.5.3.xsd
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/flex/whiteboard/jhouser/FXGImage/Workspace/.metadata/.plugins/com.adobe.flexbuilder.project/html-templates/Flex 4.5.1/air/Descriptor.1.5.xsd
URL: http://svn.apache.org/viewvc/incubator/flex/whiteboard/jhouser/FXGImage/Workspace/.metadata/.plugins/com.adobe.flexbuilder.project/html-templates/Flex%204.5.1/air/Descriptor.1.5.xsd?rev=1310637&view=auto
==============================================================================
--- incubator/flex/whiteboard/jhouser/FXGImage/Workspace/.metadata/.plugins/com.adobe.flexbuilder.project/html-templates/Flex 4.5.1/air/Descriptor.1.5.xsd (added)
+++ incubator/flex/whiteboard/jhouser/FXGImage/Workspace/.metadata/.plugins/com.adobe.flexbuilder.project/html-templates/Flex 4.5.1/air/Descriptor.1.5.xsd Fri Apr  6 23:38:20 2012
@@ -0,0 +1,160 @@
+<?xml version="1.0"?>
+<xs:schema 
+	xmlns:xs="http://www.w3.org/2001/XMLSchema" 
+	targetNamespace="http://ns.adobe.com/air/application/1.5" 
+	xmlns="http://ns.adobe.com/air/application/1.5" 
+	elementFormDefault="qualified"
+>
+  <xs:element name="application">
+    <xs:complexType>
+      <xs:all>
+        <!-- About this application -->
+        <xs:element name="id">
+          <xs:simpleType>
+            <xs:restriction base="xs:string">
+              <xs:pattern value="[A-Za-z0-9\-\.]{1,212}" />
+            </xs:restriction>
+          </xs:simpleType>
+        </xs:element>
+        <xs:element name="name" type="LocalizableType" minOccurs="0" />
+        <xs:element name="version" type="xs:string" />
+        <xs:element name="filename">
+          <xs:simpleType>
+            <xs:restriction base="xs:string">
+              <!-- name cannot begin with a ' ' (space), have any of these characters: *"/:<>?\|, and end with a . (dot) or ' ' (space) -->
+              <xs:pattern value='[^\*"/:&gt;&lt;\?\\\|\. ]|[^\*"/:&gt;&lt;\?\\\| ][^\*"/:&gt;&lt;\?\\\|]*[^\*"/:&gt;&lt;\?\\\|\. ]'/>
+            </xs:restriction>
+          </xs:simpleType>
+        </xs:element>
+        <xs:element name="description" type="LocalizableType" minOccurs="0" />
+        <xs:element name="copyright" type="xs:string" minOccurs="0" />
+        <xs:element name="icon" type="IconType" minOccurs="0" />
+
+        <!-- How to start this application -->
+        <xs:element name="initialWindow">
+          <xs:complexType>
+            <xs:all>
+              <xs:element name="content" type="xs:anyURI" minOccurs="1" />
+              <xs:element name="title" type="xs:string" minOccurs="0" />
+
+              <xs:element name="systemChrome" minOccurs="0">
+                <xs:simpleType>
+                  <xs:restriction base="xs:string">
+                    <xs:enumeration value="none" />
+                    <xs:enumeration value="standard" />
+                  </xs:restriction>
+                </xs:simpleType>
+              </xs:element>
+              <xs:element name="transparent" type="xs:boolean" minOccurs="0" />
+              <xs:element name="visible" type="xs:boolean" minOccurs="0" />
+			  
+              <xs:element name="minimizable" type="xs:boolean" minOccurs="0" />
+              <xs:element name="maximizable" type="xs:boolean" minOccurs="0" />
+              <xs:element name="resizable" type="xs:boolean" minOccurs="0" />
+			  
+              <xs:element name="x" type="xs:int" minOccurs="0" />
+              <xs:element name="y" type="xs:int" minOccurs="0" />
+              <xs:element name="width" type="xs:unsignedInt" minOccurs="0" />
+              <xs:element name="height" type="xs:unsignedInt" minOccurs="0" />
+              <xs:element name="minSize" type="BoundsSizeType" minOccurs="0" />
+              <xs:element name="maxSize" type="BoundsSizeType" minOccurs="0" />
+            </xs:all>
+          </xs:complexType>
+        </xs:element>
+		
+        <!-- About installing this application -->
+        <xs:element name="installFolder" minOccurs="0">
+          <xs:simpleType>
+            <xs:restriction base="xs:string">
+              <!-- installFolder cannot begin with a / (forward-slash) or a ' ' (space), have any of these characters: *":<>?\|, and end with a . (dot), ' ' (space), or / (forward slash) -->
+              <xs:pattern value='[^\*"/:&gt;&lt;\?\\\|\. ]|[^\*"/:&gt;&lt;\?\\\| ][^\*":&gt;&lt;\?\\\|]*[^\*":&gt;&lt;\?\\\|\. /]'/>
+            </xs:restriction>
+          </xs:simpleType>
+        </xs:element>
+        <xs:element name="programMenuFolder" minOccurs="0">
+          <xs:simpleType>
+            <xs:restriction base="xs:string">
+              <!-- programMenuFolder cannot begin with a / (forward-slash) or a ' ' (space), have any of these characters: *":<>?\|, and end with a . (dot), ' ' (space), or / (forward slash) -->
+              <xs:pattern value='[^\*"/:&gt;&lt;\?\\\|\. ]|[^\*"/:&gt;&lt;\?\\\| ][^\*":&gt;&lt;\?\\\|]*[^\*":&gt;&lt;\?\\\|\. /]'/>
+            </xs:restriction>
+          </xs:simpleType>
+        </xs:element>
+		
+        <!-- Features this application can opt in to -->
+        <xs:element name="customUpdateUI" type="xs:boolean" minOccurs="0" />
+        <xs:element name="allowBrowserInvocation" type="xs:boolean" minOccurs="0" />
+        <xs:element name="fileTypes" minOccurs="0">
+          <xs:complexType>
+            <xs:sequence>
+              <xs:element name="fileType" minOccurs="0" maxOccurs="unbounded">
+                <xs:complexType>
+                  <xs:all>
+                    <xs:element name="name">
+                      <xs:simpleType>
+                        <xs:restriction base="xs:string">
+                          <xs:pattern value='[A-Za-z]'/>
+                          <xs:pattern value='[A-Za-z][A-Za-z0-9\.]{0,36}[A-Za-z]'/>
+                        </xs:restriction>
+                      </xs:simpleType>
+                    </xs:element>
+                    <xs:element name="extension">
+                      <xs:simpleType>
+                        <xs:restriction base="xs:string">
+                          <xs:pattern value='[A-Za-z0-9]{1,38}'/>
+                        </xs:restriction>
+                      </xs:simpleType>
+                    </xs:element>
+                    <xs:element name="description" type="xs:string" minOccurs="0" />
+                    <xs:element name="contentType">
+                      <xs:simpleType>
+                        <xs:restriction base="xs:string">
+						  <!-- See RFC2045 for a more detailed grammar for valid content types -->
+                          <xs:pattern value='.+'/>
+                        </xs:restriction>
+                      </xs:simpleType>
+					</xs:element>
+                    <xs:element name="icon" type="IconType" minOccurs="0" />
+                  </xs:all>
+                </xs:complexType>
+              </xs:element>
+            </xs:sequence>
+          </xs:complexType>
+        </xs:element>
+      </xs:all>
+	  
+      <!-- About the runtime version required -->
+      <xs:attribute name="minimumPatchLevel" type="xs:unsignedInt" />
+    </xs:complexType>
+  </xs:element>
+  
+  <!-- Type definitions -->
+  <xs:complexType name="IconType">
+    <xs:all>
+      <xs:element name="image16x16" type="xs:anyURI" minOccurs="0" />
+      <xs:element name="image32x32" type="xs:anyURI" minOccurs="0" />
+      <xs:element name="image48x48" type="xs:anyURI" minOccurs="0" />
+      <xs:element name="image128x128" type="xs:anyURI" minOccurs="0" />
+    </xs:all>
+  </xs:complexType>
+  <xs:simpleType name="UnsignedIntListType">
+    <xs:list itemType="xs:unsignedInt" />
+  </xs:simpleType>
+  <xs:simpleType name="BoundsSizeType">
+    <xs:restriction base="UnsignedIntListType">
+      <xs:length value="2" />
+    </xs:restriction>
+  </xs:simpleType>
+  <xs:complexType name="LocalizableType" mixed="true">
+    <xs:sequence>
+      <xs:element name="text" minOccurs="0" maxOccurs="unbounded">
+        <xs:complexType>
+          <xs:simpleContent>
+            <xs:extension base="xs:string">
+              <xs:attribute ref="xml:lang" use="required"/>
+            </xs:extension>
+          </xs:simpleContent>
+        </xs:complexType>
+      </xs:element>
+    </xs:sequence>
+  </xs:complexType>
+</xs:schema>

Propchange: incubator/flex/whiteboard/jhouser/FXGImage/Workspace/.metadata/.plugins/com.adobe.flexbuilder.project/html-templates/Flex 4.5.1/air/Descriptor.1.5.xsd
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/flex/whiteboard/jhouser/FXGImage/Workspace/.metadata/.plugins/com.adobe.flexbuilder.project/html-templates/Flex 4.5.1/air/Descriptor.2.0.xsd
URL: http://svn.apache.org/viewvc/incubator/flex/whiteboard/jhouser/FXGImage/Workspace/.metadata/.plugins/com.adobe.flexbuilder.project/html-templates/Flex%204.5.1/air/Descriptor.2.0.xsd?rev=1310637&view=auto
==============================================================================
--- incubator/flex/whiteboard/jhouser/FXGImage/Workspace/.metadata/.plugins/com.adobe.flexbuilder.project/html-templates/Flex 4.5.1/air/Descriptor.2.0.xsd (added)
+++ incubator/flex/whiteboard/jhouser/FXGImage/Workspace/.metadata/.plugins/com.adobe.flexbuilder.project/html-templates/Flex 4.5.1/air/Descriptor.2.0.xsd Fri Apr  6 23:38:20 2012
@@ -0,0 +1,231 @@
+<?xml version="1.0"?>
+<xs:schema 
+	xmlns:xs="http://www.w3.org/2001/XMLSchema" 
+	targetNamespace="http://ns.adobe.com/air/application/2.0" 
+	xmlns="http://ns.adobe.com/air/application/2.0" 
+	elementFormDefault="qualified"
+>
+  <xs:element name="application">
+    <xs:complexType>
+      <xs:all>
+        <!-- About this application -->
+        <xs:element name="id">
+          <xs:simpleType>
+            <xs:restriction base="xs:string">
+              <xs:pattern value="[A-Za-z0-9\-\.]{1,212}" />
+            </xs:restriction>
+          </xs:simpleType>
+        </xs:element>
+        <xs:element name="publisherID">
+          <xs:simpleType>
+            <xs:restriction base="xs:string">
+              <xs:pattern value="[A-Fa-f0-9]{40}\.1" />
+            </xs:restriction>
+          </xs:simpleType>
+        </xs:element>
+        <xs:element name="name" type="LocalizableType" minOccurs="0" />
+        <xs:element name="version" type="xs:string" />
+        <xs:element name="filename">
+          <xs:simpleType>
+            <xs:restriction base="xs:string">
+              <!-- name cannot begin with a ' ' (space), have any of these characters: *"/:<>?\|, and end with a . (dot) or ' ' (space) -->
+              <xs:pattern value='[^\*"/:&gt;&lt;\?\\\|\. ]|[^\*"/:&gt;&lt;\?\\\| ][^\*"/:&gt;&lt;\?\\\|]*[^\*"/:&gt;&lt;\?\\\|\. ]'/>
+            </xs:restriction>
+          </xs:simpleType>
+        </xs:element>
+        <xs:element name="description" type="LocalizableType" minOccurs="0" />
+        <xs:element name="copyright" type="xs:string" minOccurs="0" />
+        <xs:element name="icon" type="IconType" minOccurs="0" />
+
+        <!-- How to start this application -->
+        <xs:element name="initialWindow">
+          <xs:complexType>
+            <xs:all>
+              <xs:element name="content" type="xs:anyURI" minOccurs="1" />
+              <xs:element name="title" type="xs:string" minOccurs="0" />
+
+              <xs:element name="systemChrome" minOccurs="0">
+                <xs:simpleType>
+                  <xs:restriction base="xs:string">
+                    <xs:enumeration value="none" />
+                    <xs:enumeration value="standard" />
+                  </xs:restriction>
+                </xs:simpleType>
+              </xs:element>
+              <xs:element name="transparent" type="xs:boolean" minOccurs="0" />
+              <xs:element name="visible" type="xs:boolean" minOccurs="0" />
+			  
+			  <xs:element name="minimizable" type="xs:boolean" minOccurs="0" />
+              <xs:element name="maximizable" type="xs:boolean" minOccurs="0" />
+              <xs:element name="resizable" type="xs:boolean" minOccurs="0" />
+			  
+              <xs:element name="x" type="xs:int" minOccurs="0" />
+              <xs:element name="y" type="xs:int" minOccurs="0" />
+              <xs:element name="width" type="xs:unsignedInt" minOccurs="0" />
+              <xs:element name="height" type="xs:unsignedInt" minOccurs="0" />
+              <xs:element name="minSize" type="BoundsSizeType" minOccurs="0" />
+              <xs:element name="maxSize" type="BoundsSizeType" minOccurs="0" />
+
+			  <!-- Mobile only -->
+              <xs:element name="aspectRatio"                   minOccurs="0"  >
+                <xs:simpleType>
+                  <xs:restriction base="xs:string">
+                    <xs:enumeration value="portrait" />
+                    <xs:enumeration value="landscape"/>
+                  </xs:restriction>
+                </xs:simpleType>
+              </xs:element>
+
+              <!-- Mobile only; default is false -->
+              <xs:element name="autoOrients" type="xs:boolean"               />
+
+              <!-- Mobile only; default is false -->
+              <xs:element name="fullScreen"  type="xs:boolean"               />
+
+			  <!-- Mobile only; default is auto -->
+			  <xs:element name="renderMode"                   minOccurs="0"  >
+                <xs:simpleType>
+                  <xs:restriction base="xs:string">
+                    <xs:enumeration value="auto" />
+                    <xs:enumeration value="cpu"/>
+					<xs:enumeration value="gpu"/>
+                  </xs:restriction>
+                </xs:simpleType>
+              </xs:element>
+			  
+            </xs:all>
+          </xs:complexType>
+        </xs:element>
+		
+        <!-- About installing this application -->
+        <xs:element name="supportedProfiles" minOccurs="0" maxOccurs="1">
+		  <xs:simpleType>
+	        <xs:restriction base="profileList">
+		      <xs:minLength value="1"/>
+		    </xs:restriction>
+		  </xs:simpleType>
+        </xs:element>
+
+	    <xs:element name="installFolder"     minOccurs="0"              >
+          <xs:simpleType>
+            <xs:restriction base="xs:string">
+              <!-- installFolder cannot begin with a / (forward-slash) or a ' ' (space), have any of these characters: *":<>?\|, and end with a . (dot), ' ' (space), or / (forward slash) -->
+              <xs:pattern value='[^\*"/:&gt;&lt;\?\\\|\. ]|[^\*"/:&gt;&lt;\?\\\| ][^\*":&gt;&lt;\?\\\|]*[^\*":&gt;&lt;\?\\\|\. /]'/>
+            </xs:restriction>
+          </xs:simpleType>
+        </xs:element>
+        <xs:element name="programMenuFolder" minOccurs="0"              >
+          <xs:simpleType>
+            <xs:restriction base="xs:string">
+              <!-- programMenuFolder cannot begin with a / (forward-slash) or a ' ' (space), have any of these characters: *":<>?\|, and end with a . (dot), ' ' (space), or / (forward slash) -->
+              <xs:pattern value='[^\*"/:&gt;&lt;\?\\\|\. ]|[^\*"/:&gt;&lt;\?\\\| ][^\*":&gt;&lt;\?\\\|]*[^\*":&gt;&lt;\?\\\|\. /]'/>
+            </xs:restriction>
+          </xs:simpleType>
+        </xs:element>
+		
+        <!-- Features this application can opt in to -->
+        <xs:element name="customUpdateUI" type="xs:boolean" minOccurs="0" />
+        <xs:element name="allowBrowserInvocation" type="xs:boolean" minOccurs="0" />
+        <xs:element name="fileTypes" minOccurs="0">
+          <xs:complexType>
+            <xs:sequence>
+              <xs:element name="fileType" minOccurs="0" maxOccurs="unbounded">
+                <xs:complexType>
+                  <xs:all>
+                    <xs:element name="name">
+                      <xs:simpleType>
+                        <xs:restriction base="xs:string">
+                          <xs:pattern value='[A-Za-z]'/>
+                          <xs:pattern value='[A-Za-z][A-Za-z0-9\.]{0,36}[A-Za-z]'/>
+                        </xs:restriction>
+                      </xs:simpleType>
+                    </xs:element>
+                    <xs:element name="extension">
+                      <xs:simpleType>
+                        <xs:restriction base="xs:string">
+                          <xs:pattern value='[A-Za-z0-9]{1,38}'/>
+                        </xs:restriction>
+                      </xs:simpleType>
+                    </xs:element>
+                    <xs:element name="description" type="xs:string" minOccurs="0" />
+                    <xs:element name="contentType">
+                      <xs:simpleType>
+                        <xs:restriction base="xs:string">
+						  <!-- See RFC2045 for a more detailed grammar for valid content types -->
+                          <xs:pattern value='.+'/>
+                        </xs:restriction>
+                      </xs:simpleType>
+					</xs:element>
+                    <xs:element name="icon" type="IconType" minOccurs="0" />
+                  </xs:all>
+                </xs:complexType>
+              </xs:element>
+            </xs:sequence>
+          </xs:complexType>
+        </xs:element>
+
+      	<!-- iPhone-specific capabilities -->
+      	<xs:element name="iPhone" minOccurs="0">
+       	  <xs:complexType>
+       	    <xs:all>
+		 	  <!-- A list of plist key/value pairs to be added to the application Info.plist -->
+       	      <xs:element name="InfoAdditions" type="xs:string" minOccurs="0"/>
+       	    </xs:all>
+       	  </xs:complexType>
+      	</xs:element>
+      </xs:all>
+	  
+      <!-- About the runtime version required -->
+      <xs:attribute name="minimumPatchLevel" type="xs:unsignedInt" />
+    </xs:complexType>
+  </xs:element>
+
+  <xs:simpleType name="profileList">
+    <xs:list itemType="profileNameType"/>
+  </xs:simpleType>
+			
+  <xs:simpleType name="profileNameType">
+    <xs:restriction base="xs:string">
+      <xs:enumeration value="desktop"             />
+      <xs:enumeration value="extendedDesktop"     />
+      <xs:enumeration value="mobileDevice"        />
+      <xs:enumeration value="extendedMobileDevice"/>
+    </xs:restriction>
+  </xs:simpleType>
+
+  <!-- Type definitions -->
+  <xs:complexType name="IconType">
+    <xs:all>
+      <xs:element name="image16x16"   type="xs:anyURI" minOccurs="0" />
+      <xs:element name="image29x29"   type="xs:anyURI" minOccurs="0" />
+      <xs:element name="image32x32"   type="xs:anyURI" minOccurs="0" />
+      <xs:element name="image48x48"   type="xs:anyURI" minOccurs="0" />
+	  <!-- 57x57 is never used by file icons -->
+      <xs:element name="image57x57"   type="xs:anyURI" minOccurs="0" />
+      <xs:element name="image72x72"   type="xs:anyURI" minOccurs="0" />
+      <xs:element name="image128x128" type="xs:anyURI" minOccurs="0" />
+      <xs:element name="image512x512" type="xs:anyURI" minOccurs="0" />
+    </xs:all>
+  </xs:complexType>
+  <xs:simpleType name="UnsignedIntListType">
+    <xs:list itemType="xs:unsignedInt" />
+  </xs:simpleType>
+  <xs:simpleType name="BoundsSizeType">
+    <xs:restriction base="UnsignedIntListType">
+      <xs:length value="2" />
+    </xs:restriction>
+  </xs:simpleType>
+  <xs:complexType name="LocalizableType" mixed="true">
+    <xs:sequence>
+      <xs:element name="text" minOccurs="0" maxOccurs="unbounded">
+        <xs:complexType>
+          <xs:simpleContent>
+            <xs:extension base="xs:string">
+              <xs:attribute ref="xml:lang" use="required"/>
+            </xs:extension>
+          </xs:simpleContent>
+        </xs:complexType>
+      </xs:element>
+    </xs:sequence>
+  </xs:complexType>
+</xs:schema>

Propchange: incubator/flex/whiteboard/jhouser/FXGImage/Workspace/.metadata/.plugins/com.adobe.flexbuilder.project/html-templates/Flex 4.5.1/air/Descriptor.2.0.xsd
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/flex/whiteboard/jhouser/FXGImage/Workspace/.metadata/.plugins/com.adobe.flexbuilder.project/html-templates/Flex 4.5.1/air/Descriptor.2.5.xsd
URL: http://svn.apache.org/viewvc/incubator/flex/whiteboard/jhouser/FXGImage/Workspace/.metadata/.plugins/com.adobe.flexbuilder.project/html-templates/Flex%204.5.1/air/Descriptor.2.5.xsd?rev=1310637&view=auto
==============================================================================
--- incubator/flex/whiteboard/jhouser/FXGImage/Workspace/.metadata/.plugins/com.adobe.flexbuilder.project/html-templates/Flex 4.5.1/air/Descriptor.2.5.xsd (added)
+++ incubator/flex/whiteboard/jhouser/FXGImage/Workspace/.metadata/.plugins/com.adobe.flexbuilder.project/html-templates/Flex 4.5.1/air/Descriptor.2.5.xsd Fri Apr  6 23:38:20 2012
@@ -0,0 +1,265 @@
+<?xml version="1.0"?>
+<xs:schema 
+	xmlns:xs="http://www.w3.org/2001/XMLSchema" 
+	targetNamespace="http://ns.adobe.com/air/application/2.5" 
+	xmlns="http://ns.adobe.com/air/application/2.5" 
+	elementFormDefault="qualified"
+>
+  <xs:element name="application">
+    <xs:complexType>
+      <xs:all>
+        <!-- About this application -->
+        <xs:element name="id">
+          <xs:simpleType>
+            <xs:restriction base="xs:string">
+              <xs:pattern value="[A-Za-z0-9\-\.]{1,212}" />
+            </xs:restriction>
+          </xs:simpleType>
+        </xs:element>
+        <xs:element name="publisherID" minOccurs="0">
+          <xs:simpleType>
+            <xs:restriction base="xs:string">
+              <xs:pattern value="[A-Fa-f0-9]{40}\.1" />
+            </xs:restriction>
+          </xs:simpleType>
+        </xs:element>
+        <xs:element name="name" type="LocalizableType" minOccurs="0" />
+        <xs:element name="versionLabel" type="xs:string" minOccurs="0" />
+        <xs:element name="versionNumber">
+          <xs:simpleType>
+            <xs:restriction base="xs:string">
+              <!-- has to be of format <0-999>.<0-999>.<0-999> -->
+              <xs:pattern value='[0-9]{1,3}(\\.[0-9]{1,3}){0,2}' />
+            </xs:restriction>
+          </xs:simpleType>
+        </xs:element>
+        <xs:element name="filename">
+          <xs:simpleType>
+            <xs:restriction base="xs:string">
+              <!-- name cannot begin with a ' ' (space), have any of these characters: *"/:<>?\|, and end with a . (dot) or ' ' (space) -->
+              <xs:pattern value='[^\*"/:&gt;&lt;\?\\\|\. ]|[^\*"/:&gt;&lt;\?\\\| ][^\*"/:&gt;&lt;\?\\\|]*[^\*"/:&gt;&lt;\?\\\|\. ]'/>
+            </xs:restriction>
+          </xs:simpleType>
+        </xs:element>
+        <xs:element name="description" type="LocalizableType" minOccurs="0" />
+        <xs:element name="copyright" type="xs:string" minOccurs="0" />
+        <xs:element name="icon" type="IconType" minOccurs="0" />
+
+        <!-- How to start this application -->
+        <xs:element name="initialWindow">
+          <xs:complexType>
+            <xs:all>
+              <xs:element name="content" type="xs:anyURI" minOccurs="1" />
+              <xs:element name="title" type="xs:string" minOccurs="0" />
+
+              <xs:element name="systemChrome" minOccurs="0">
+                <xs:simpleType>
+                  <xs:restriction base="xs:string">
+                    <xs:enumeration value="none" />
+                    <xs:enumeration value="standard" />
+                  </xs:restriction>
+                </xs:simpleType>
+              </xs:element>
+              <xs:element name="transparent" type="xs:boolean" minOccurs="0" />
+              <xs:element name="visible" type="xs:boolean" minOccurs="0" />
+			  
+			  <xs:element name="minimizable" type="xs:boolean" minOccurs="0" />
+              <xs:element name="maximizable" type="xs:boolean" minOccurs="0" />
+              <xs:element name="resizable" type="xs:boolean" minOccurs="0" />
+			  
+              <xs:element name="x" type="xs:int" minOccurs="0" />
+              <xs:element name="y" type="xs:int" minOccurs="0" />
+              <xs:element name="width" type="xs:unsignedInt" minOccurs="0" />
+              <xs:element name="height" type="xs:unsignedInt" minOccurs="0" />
+              <xs:element name="minSize" type="BoundsSizeType" minOccurs="0" />
+              <xs:element name="maxSize" type="BoundsSizeType" minOccurs="0" />
+
+			  <!-- Mobile only -->
+              <xs:element name="aspectRatio" minOccurs="0"  >
+                <xs:simpleType>
+                  <xs:restriction base="xs:string">
+                    <xs:enumeration value="portrait" />
+                    <xs:enumeration value="landscape"/>
+                  </xs:restriction>
+                </xs:simpleType>
+              </xs:element>
+
+              <!-- Mobile only; default is false -->
+              <xs:element name="autoOrients" type="xs:boolean" minOccurs="0" />
+
+              <!-- Mobile only; default is false -->
+              <xs:element name="fullScreen"  type="xs:boolean" minOccurs="0" />
+
+			  <!-- Mobile only; default is auto -->
+			  <xs:element name="renderMode" minOccurs="0"  >
+                <xs:simpleType>
+                  <xs:restriction base="xs:string">
+                    <xs:enumeration value="auto" />
+                    <xs:enumeration value="cpu"/>
+					<xs:enumeration value="gpu"/>
+                  </xs:restriction>
+                </xs:simpleType>
+              </xs:element>
+			  
+            </xs:all>
+          </xs:complexType>
+        </xs:element>
+		
+        <!-- About installing this application -->
+        <xs:element name="supportedProfiles" minOccurs="0" maxOccurs="1">
+		  <xs:simpleType>
+	        <xs:restriction base="profileList">
+		      <xs:minLength value="1"/>
+		    </xs:restriction>
+		  </xs:simpleType>
+        </xs:element>
+
+	    <xs:element name="installFolder" minOccurs="0" >
+          <xs:simpleType>
+            <xs:restriction base="xs:string">
+              <!-- installFolder cannot begin with a / (forward-slash) or a ' ' (space), have any of these characters: *":<>?\|, and end with a . (dot), ' ' (space), or / (forward slash) -->
+              <xs:pattern value='[^\*"/:&gt;&lt;\?\\\|\. ]|[^\*"/:&gt;&lt;\?\\\| ][^\*":&gt;&lt;\?\\\|]*[^\*":&gt;&lt;\?\\\|\. /]'/>
+            </xs:restriction>
+          </xs:simpleType>
+        </xs:element>
+        <xs:element name="programMenuFolder" minOccurs="0" >
+          <xs:simpleType>
+            <xs:restriction base="xs:string">
+              <!-- programMenuFolder cannot begin with a / (forward-slash) or a ' ' (space), have any of these characters: *":<>?\|, and end with a . (dot), ' ' (space), or / (forward slash) -->
+              <xs:pattern value='[^\*"/:&gt;&lt;\?\\\|\. ]|[^\*"/:&gt;&lt;\?\\\| ][^\*":&gt;&lt;\?\\\|]*[^\*":&gt;&lt;\?\\\|\. /]'/>
+            </xs:restriction>
+          </xs:simpleType>
+        </xs:element>
+		
+        <!-- Features this application can opt in to -->
+        <xs:element name="customUpdateUI" type="xs:boolean" minOccurs="0" />
+        <xs:element name="allowBrowserInvocation" type="xs:boolean" minOccurs="0" />
+        <xs:element name="fileTypes" minOccurs="0">
+          <xs:complexType>
+            <xs:sequence>
+              <xs:element name="fileType" minOccurs="0" maxOccurs="unbounded">
+                <xs:complexType>
+                  <xs:all>
+                    <xs:element name="name">
+                      <xs:simpleType>
+                        <xs:restriction base="xs:string">
+                          <xs:pattern value='[A-Za-z]'/>
+                          <xs:pattern value='[A-Za-z][A-Za-z0-9\.]{0,36}[A-Za-z]'/>
+                        </xs:restriction>
+                      </xs:simpleType>
+                    </xs:element>
+                    <xs:element name="extension">
+                      <xs:simpleType>
+                        <xs:restriction base="xs:string">
+                          <xs:pattern value='[A-Za-z0-9]{1,38}'/>
+                        </xs:restriction>
+                      </xs:simpleType>
+                    </xs:element>
+                    <xs:element name="description" type="xs:string" minOccurs="0" />
+                    <xs:element name="contentType">
+                      <xs:simpleType>
+                        <xs:restriction base="xs:string">
+						  <!-- See RFC2045 for a more detailed grammar for valid content types -->
+                          <xs:pattern value='.+'/>
+                        </xs:restriction>
+                      </xs:simpleType>
+					</xs:element>
+                    <xs:element name="icon" type="IconType" minOccurs="0" />
+                  </xs:all>
+                </xs:complexType>
+              </xs:element>
+            </xs:sequence>
+          </xs:complexType>
+        </xs:element>
+        <!-- Flash Runtime Extension Support -->
+        <xs:element name="extensions" minOccurs="0" maxOccurs="1">
+          <xs:complexType>
+            <xs:sequence>
+              <xs:element name="extensionID" minOccurs="0" maxOccurs="unbounded">
+                <xs:simpleType>
+                  <xs:restriction base="xs:string">
+                    <xs:pattern value="[A-Za-z0-9\-\.]{1,212}" />
+                  </xs:restriction>
+                </xs:simpleType>
+              </xs:element>
+            </xs:sequence>
+          </xs:complexType>
+        </xs:element>
+
+
+        <!-- iPhone-specific capabilities -->
+      	<xs:element name="iPhone" minOccurs="0">
+       	  <xs:complexType>
+       	    <xs:all>
+		 	  <!-- A list of plist key/value pairs to be added to the application Info.plist -->
+       	      <xs:element name="InfoAdditions" type="xs:string" minOccurs="0"/>
+       	    </xs:all>
+       	  </xs:complexType>
+      	</xs:element>
+
+	<!-- android-specific capabilities -->
+        <xs:element name="android" minOccurs="0" maxOccurs="1">
+          <xs:complexType>
+            <xs:all>
+              <xs:element name="manifestAdditions" type="xs:string" minOccurs="0" maxOccurs="1"/>
+            </xs:all>
+          </xs:complexType>
+        </xs:element>
+
+	</xs:all>	  
+
+      <!-- About the runtime version required -->
+      <xs:attribute name="minimumPatchLevel" type="xs:unsignedInt" minOccurs="0"/>
+    </xs:complexType>
+  </xs:element>
+
+  <xs:simpleType name="profileList">
+    <xs:list itemType="profileNameType"/>
+  </xs:simpleType>
+			
+  <xs:simpleType name="profileNameType">
+    <xs:restriction base="xs:string">
+      <xs:enumeration value="desktop"             />
+      <xs:enumeration value="extendedDesktop"     />
+      <xs:enumeration value="mobileDevice"        />
+      <xs:enumeration value="extendedMobileDevice"/>
+    </xs:restriction>
+  </xs:simpleType>
+
+  <!-- Type definitions -->
+  <xs:complexType name="IconType">
+    <xs:all>
+      <xs:element name="image16x16"   type="xs:anyURI" minOccurs="0" />
+      <xs:element name="image29x29"   type="xs:anyURI" minOccurs="0" />
+      <xs:element name="image32x32"   type="xs:anyURI" minOccurs="0" />
+      <xs:element name="image36x36"   type="xs:anyURI" minOccurs="0" />
+      <xs:element name="image48x48"   type="xs:anyURI" minOccurs="0" />
+	  <!-- 57x57 is never used by file icons -->
+      <xs:element name="image57x57"   type="xs:anyURI" minOccurs="0" />
+      <xs:element name="image72x72"   type="xs:anyURI" minOccurs="0" />
+      <xs:element name="image128x128" type="xs:anyURI" minOccurs="0" />
+      <xs:element name="image512x512" type="xs:anyURI" minOccurs="0" />
+    </xs:all>
+  </xs:complexType>
+  <xs:simpleType name="UnsignedIntListType">
+    <xs:list itemType="xs:unsignedInt" />
+  </xs:simpleType>
+  <xs:simpleType name="BoundsSizeType">
+    <xs:restriction base="UnsignedIntListType">
+      <xs:length value="2" />
+    </xs:restriction>
+  </xs:simpleType>
+  <xs:complexType name="LocalizableType" mixed="true">
+    <xs:sequence>
+      <xs:element name="text" minOccurs="0" maxOccurs="unbounded">
+        <xs:complexType>
+          <xs:simpleContent>
+            <xs:extension base="xs:string">
+              <xs:attribute ref="xml:lang" use="required"/>
+            </xs:extension>
+          </xs:simpleContent>
+        </xs:complexType>
+      </xs:element>
+    </xs:sequence>
+  </xs:complexType>
+</xs:schema>

Propchange: incubator/flex/whiteboard/jhouser/FXGImage/Workspace/.metadata/.plugins/com.adobe.flexbuilder.project/html-templates/Flex 4.5.1/air/Descriptor.2.5.xsd
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/flex/whiteboard/jhouser/FXGImage/Workspace/.metadata/.plugins/com.adobe.flexbuilder.project/html-templates/Flex 4.5.1/air/Descriptor.2.6.xsd
URL: http://svn.apache.org/viewvc/incubator/flex/whiteboard/jhouser/FXGImage/Workspace/.metadata/.plugins/com.adobe.flexbuilder.project/html-templates/Flex%204.5.1/air/Descriptor.2.6.xsd?rev=1310637&view=auto
==============================================================================
--- incubator/flex/whiteboard/jhouser/FXGImage/Workspace/.metadata/.plugins/com.adobe.flexbuilder.project/html-templates/Flex 4.5.1/air/Descriptor.2.6.xsd (added)
+++ incubator/flex/whiteboard/jhouser/FXGImage/Workspace/.metadata/.plugins/com.adobe.flexbuilder.project/html-templates/Flex 4.5.1/air/Descriptor.2.6.xsd Fri Apr  6 23:38:20 2012
@@ -0,0 +1,277 @@
+<?xml version="1.0"?>
+<xs:schema 
+	xmlns:xs="http://www.w3.org/2001/XMLSchema" 
+	targetNamespace="http://ns.adobe.com/air/application/2.6" 
+	xmlns="http://ns.adobe.com/air/application/2.6" 
+	elementFormDefault="qualified"
+>
+  <xs:element name="application">
+    <xs:complexType>
+      <xs:all>
+        <!-- About this application -->
+        <xs:element name="id">
+          <xs:simpleType>
+            <xs:restriction base="xs:string">
+              <xs:pattern value="[A-Za-z0-9\-\.]{1,212}" />
+            </xs:restriction>
+          </xs:simpleType>
+        </xs:element>
+        <xs:element name="publisherID" minOccurs="0">
+          <xs:simpleType>
+            <xs:restriction base="xs:string">
+              <xs:pattern value="[A-Fa-f0-9]{40}\.1" />
+            </xs:restriction>
+          </xs:simpleType>
+        </xs:element>
+        <xs:element name="name" type="LocalizableType" minOccurs="0" />
+        <xs:element name="versionLabel" type="xs:string" minOccurs="0" />
+        <xs:element name="versionNumber">
+          <xs:simpleType>
+            <xs:restriction base="xs:string">
+              <!-- has to be of format <0-999>.<0-999>.<0-999> -->
+              <xs:pattern value='[0-9]{1,3}(\\.[0-9]{1,3}){0,2}' />
+            </xs:restriction>
+          </xs:simpleType>
+        </xs:element>
+        <xs:element name="filename">
+          <xs:simpleType>
+            <xs:restriction base="xs:string">
+              <!-- name cannot begin with a ' ' (space), have any of these characters: *"/:<>?\|, and end with a . (dot) or ' ' (space) -->
+              <xs:pattern value='[^\*"/:&gt;&lt;\?\\\|\. ]|[^\*"/:&gt;&lt;\?\\\| ][^\*"/:&gt;&lt;\?\\\|]*[^\*"/:&gt;&lt;\?\\\|\. ]'/>
+            </xs:restriction>
+          </xs:simpleType>
+        </xs:element>
+        <xs:element name="description" type="LocalizableType" minOccurs="0" />
+        <xs:element name="copyright" type="xs:string" minOccurs="0" />
+        <xs:element name="icon" type="IconType" minOccurs="0" />
+
+        <!-- How to start this application -->
+        <xs:element name="initialWindow">
+          <xs:complexType>
+            <xs:all>
+              <xs:element name="content" type="xs:anyURI" minOccurs="1" />
+              <xs:element name="title" type="xs:string" minOccurs="0" />
+
+              <xs:element name="systemChrome" minOccurs="0">
+                <xs:simpleType>
+                  <xs:restriction base="xs:string">
+                    <xs:enumeration value="none" />
+                    <xs:enumeration value="standard" />
+                  </xs:restriction>
+                </xs:simpleType>
+              </xs:element>
+              <xs:element name="transparent" type="xs:boolean" minOccurs="0" />
+              <xs:element name="visible" type="xs:boolean" minOccurs="0" />
+			  
+			  <xs:element name="minimizable" type="xs:boolean" minOccurs="0" />
+              <xs:element name="maximizable" type="xs:boolean" minOccurs="0" />
+              <xs:element name="resizable" type="xs:boolean" minOccurs="0" />
+			  
+              <xs:element name="x" type="xs:int" minOccurs="0" />
+              <xs:element name="y" type="xs:int" minOccurs="0" />
+              <xs:element name="width" type="xs:unsignedInt" minOccurs="0" />
+              <xs:element name="height" type="xs:unsignedInt" minOccurs="0" />
+              <xs:element name="minSize" type="BoundsSizeType" minOccurs="0" />
+              <xs:element name="maxSize" type="BoundsSizeType" minOccurs="0" />
+
+			  <!-- default is 'pan'-->
+			  <xs:element name="softKeyboardBehavior" minOccurs="0"  >
+                <xs:simpleType>
+                  <xs:restriction base="xs:string">
+                    <xs:enumeration value="pan" />
+                    <xs:enumeration value="none"/>
+                  </xs:restriction>
+                </xs:simpleType>
+              </xs:element>
+	
+			  <!-- Mobile only -->
+              <xs:element name="aspectRatio" minOccurs="0"  >
+                <xs:simpleType>
+                  <xs:restriction base="xs:string">
+                    <xs:enumeration value="portrait" />
+                    <xs:enumeration value="landscape"/>
+                  </xs:restriction>
+                </xs:simpleType>
+              </xs:element>
+
+              <!-- Mobile only; default is false -->
+              <xs:element name="autoOrients" type="xs:boolean" minOccurs="0" />
+
+              <!-- Mobile only; default is false -->
+              <xs:element name="fullScreen"  type="xs:boolean" minOccurs="0" />
+
+			  <!-- Mobile only; default is auto -->
+			  <xs:element name="renderMode" minOccurs="0"  >
+                <xs:simpleType>
+                  <xs:restriction base="xs:string">
+                    <xs:enumeration value="auto" />
+                    <xs:enumeration value="cpu"/>
+					<xs:enumeration value="gpu"/>
+                  </xs:restriction>
+                </xs:simpleType>
+              </xs:element>
+			  
+            </xs:all>
+          </xs:complexType>
+        </xs:element>
+		
+        <!-- About installing this application -->
+        <xs:element name="supportedProfiles" minOccurs="0" maxOccurs="1">
+		  <xs:simpleType>
+	        <xs:restriction base="profileList">
+		      <xs:minLength value="1"/>
+		    </xs:restriction>
+		  </xs:simpleType>
+        </xs:element>
+
+	    <xs:element name="installFolder" minOccurs="0" >
+          <xs:simpleType>
+            <xs:restriction base="xs:string">
+              <!-- installFolder cannot begin with a / (forward-slash) or a ' ' (space), have any of these characters: *":<>?\|, and end with a . (dot), ' ' (space), or / (forward slash) -->
+              <xs:pattern value='[^\*"/:&gt;&lt;\?\\\|\. ]|[^\*"/:&gt;&lt;\?\\\| ][^\*":&gt;&lt;\?\\\|]*[^\*":&gt;&lt;\?\\\|\. /]'/>
+            </xs:restriction>
+          </xs:simpleType>
+        </xs:element>
+        <xs:element name="programMenuFolder" minOccurs="0" >
+          <xs:simpleType>
+            <xs:restriction base="xs:string">
+              <!-- programMenuFolder cannot begin with a / (forward-slash) or a ' ' (space), have any of these characters: *":<>?\|, and end with a . (dot), ' ' (space), or / (forward slash) -->
+              <xs:pattern value='[^\*"/:&gt;&lt;\?\\\|\. ]|[^\*"/:&gt;&lt;\?\\\| ][^\*":&gt;&lt;\?\\\|]*[^\*":&gt;&lt;\?\\\|\. /]'/>
+            </xs:restriction>
+          </xs:simpleType>
+        </xs:element>
+		
+        <!-- Features this application can opt in to -->
+        <xs:element name="customUpdateUI" type="xs:boolean" minOccurs="0" />
+        <xs:element name="allowBrowserInvocation" type="xs:boolean" minOccurs="0" />
+        <xs:element name="fileTypes" minOccurs="0">
+          <xs:complexType>
+            <xs:sequence>
+              <xs:element name="fileType" minOccurs="0" maxOccurs="unbounded">
+                <xs:complexType>
+                  <xs:all>
+                    <xs:element name="name">
+                      <xs:simpleType>
+                        <xs:restriction base="xs:string">
+                          <xs:pattern value='[A-Za-z]'/>
+                          <xs:pattern value='[A-Za-z][A-Za-z0-9\.]{0,36}[A-Za-z]'/>
+                        </xs:restriction>
+                      </xs:simpleType>
+                    </xs:element>
+                    <xs:element name="extension">
+                      <xs:simpleType>
+                        <xs:restriction base="xs:string">
+                          <xs:pattern value='[A-Za-z0-9]{1,38}'/>
+                        </xs:restriction>
+                      </xs:simpleType>
+                    </xs:element>
+                    <xs:element name="description" type="xs:string" minOccurs="0" />
+                    <xs:element name="contentType">
+                      <xs:simpleType>
+                        <xs:restriction base="xs:string">
+						  <!-- See RFC2045 for a more detailed grammar for valid content types -->
+                          <xs:pattern value='.+'/>
+                        </xs:restriction>
+                      </xs:simpleType>
+					</xs:element>
+                    <xs:element name="icon" type="IconType" minOccurs="0" />
+                  </xs:all>
+                </xs:complexType>
+              </xs:element>
+            </xs:sequence>
+          </xs:complexType>
+        </xs:element>
+        <!-- Flash Runtime Extension Support -->
+        <xs:element name="extensions" minOccurs="0" maxOccurs="1">
+          <xs:complexType>
+            <xs:sequence>
+              <xs:element name="extensionID" minOccurs="0" maxOccurs="unbounded">
+                <xs:simpleType>
+                  <xs:restriction base="xs:string">
+                    <xs:pattern value="[A-Za-z0-9\-\.]{1,212}" />
+                  </xs:restriction>
+                </xs:simpleType>
+              </xs:element>
+            </xs:sequence>
+          </xs:complexType>
+        </xs:element>
+
+
+        <!-- iPhone-specific capabilities -->
+      	<xs:element name="iPhone" minOccurs="0">
+       	  <xs:complexType>
+       	    <xs:all>
+		 	  <!-- A list of plist key/value pairs to be added to the application Info.plist -->
+       	      <xs:element name="InfoAdditions" type="xs:string" minOccurs="0"/>
+              <xs:element name="requestedDisplayResolution" type="xs:string" minOccurs="0"/>
+       	    </xs:all>
+       	  </xs:complexType>
+      	</xs:element>
+
+	<!-- android-specific capabilities -->
+        <xs:element name="android" minOccurs="0" maxOccurs="1">
+          <xs:complexType>
+            <xs:all>
+              <xs:element name="manifestAdditions" type="xs:string" minOccurs="0" maxOccurs="1"/>
+            </xs:all>
+          </xs:complexType>
+        </xs:element>
+
+	</xs:all>	  
+
+      <!-- About the runtime version required -->
+      <xs:attribute name="minimumPatchLevel" type="xs:unsignedInt" minOccurs="0"/>
+    </xs:complexType>
+  </xs:element>
+
+  <xs:simpleType name="profileList">
+    <xs:list itemType="profileNameType"/>
+  </xs:simpleType>
+			
+  <xs:simpleType name="profileNameType">
+    <xs:restriction base="xs:string">
+      <xs:enumeration value="desktop"             />
+      <xs:enumeration value="extendedDesktop"     />
+      <xs:enumeration value="mobileDevice"        />
+      <xs:enumeration value="extendedMobileDevice"/>
+    </xs:restriction>
+  </xs:simpleType>
+
+  <!-- Type definitions -->
+  <xs:complexType name="IconType">
+    <xs:all>
+      <xs:element name="image16x16"   type="xs:anyURI" minOccurs="0" />
+      <xs:element name="image29x29"   type="xs:anyURI" minOccurs="0" />
+      <xs:element name="image32x32"   type="xs:anyURI" minOccurs="0" />
+      <xs:element name="image36x36"   type="xs:anyURI" minOccurs="0" />
+      <xs:element name="image48x48"   type="xs:anyURI" minOccurs="0" />
+	  <!-- 57x57 is never used by file icons -->
+      <xs:element name="image57x57"   type="xs:anyURI" minOccurs="0" />
+      <xs:element name="image72x72"   type="xs:anyURI" minOccurs="0" />
+      <xs:element name="image114x114" type="xs:anyURI" minOccurs="0" />
+      <xs:element name="image128x128" type="xs:anyURI" minOccurs="0" />
+      <xs:element name="image512x512" type="xs:anyURI" minOccurs="0" />
+    </xs:all>
+  </xs:complexType>
+  <xs:simpleType name="UnsignedIntListType">
+    <xs:list itemType="xs:unsignedInt" />
+  </xs:simpleType>
+  <xs:simpleType name="BoundsSizeType">
+    <xs:restriction base="UnsignedIntListType">
+      <xs:length value="2" />
+    </xs:restriction>
+  </xs:simpleType>
+  <xs:complexType name="LocalizableType" mixed="true">
+    <xs:sequence>
+      <xs:element name="text" minOccurs="0" maxOccurs="unbounded">
+        <xs:complexType>
+          <xs:simpleContent>
+            <xs:extension base="xs:string">
+              <xs:attribute ref="xml:lang" use="required"/>
+            </xs:extension>
+          </xs:simpleContent>
+        </xs:complexType>
+      </xs:element>
+    </xs:sequence>
+  </xs:complexType>
+</xs:schema>

Propchange: incubator/flex/whiteboard/jhouser/FXGImage/Workspace/.metadata/.plugins/com.adobe.flexbuilder.project/html-templates/Flex 4.5.1/air/Descriptor.2.6.xsd
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/flex/whiteboard/jhouser/FXGImage/Workspace/.metadata/.plugins/com.adobe.flexbuilder.project/html-templates/Flex 4.5.1/air/descriptor-template.xml
URL: http://svn.apache.org/viewvc/incubator/flex/whiteboard/jhouser/FXGImage/Workspace/.metadata/.plugins/com.adobe.flexbuilder.project/html-templates/Flex%204.5.1/air/descriptor-template.xml?rev=1310637&view=auto
==============================================================================
--- incubator/flex/whiteboard/jhouser/FXGImage/Workspace/.metadata/.plugins/com.adobe.flexbuilder.project/html-templates/Flex 4.5.1/air/descriptor-template.xml (added)
+++ incubator/flex/whiteboard/jhouser/FXGImage/Workspace/.metadata/.plugins/com.adobe.flexbuilder.project/html-templates/Flex 4.5.1/air/descriptor-template.xml Fri Apr  6 23:38:20 2012
@@ -0,0 +1,217 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<application xmlns="http://ns.adobe.com/air/application/2.6">
+
+<!-- Adobe AIR Application Descriptor File Template.
+
+	Specifies parameters for identifying, installing, and launching AIR applications.
+
+	xmlns - The Adobe AIR namespace: http://ns.adobe.com/air/application/2.6
+			The last segment of the namespace specifies the version 
+			of the AIR runtime required for this application to run.
+			
+	minimumPatchLevel - The minimum patch level of the AIR runtime required to run 
+			the application. Optional.
+-->
+
+	<!-- A universally unique application identifier. Must be unique across all AIR applications.
+	Using a reverse DNS-style name as the id is recommended. (Eg. com.example.ExampleApplication.) Required. -->
+	<id></id>
+
+	<!-- Used as the filename for the application. Required. -->
+	<filename></filename>
+
+	<!-- The name that is displayed in the AIR application installer. 
+	May have multiple values for each language. See samples or xsd schema file. Optional. -->
+	<name></name>
+	
+	<!-- A string value of the format <0-999>.<0-999>.<0-999> that represents application version which can be used to check for application upgrade. 
+	Values can also be 1-part or 2-part. It is not necessary to have a 3-part value.
+	An updated version of application must have a versionNumber value higher than the previous version. Required for namespace >= 2.5 . -->
+	<versionNumber>1.0.0</versionNumber>
+		         
+	<!-- A string value (such as "v1", "2.5", or "Alpha 1") that represents the version of the application, as it should be shown to users. Optional. -->
+	<!-- <versionLabel></versionLabel> -->
+
+	<!-- Description, displayed in the AIR application installer.
+	May have multiple values for each language. See samples or xsd schema file. Optional. -->
+	<!-- <description></description> -->
+
+	<!-- Copyright information. Optional -->
+	<!-- <copyright></copyright> -->
+
+	<!-- Publisher ID. Used if you're updating an application created prior to 1.5.3 -->
+	<!-- <publisherID></publisherID> -->
+
+	<!-- Settings for the application's initial window. Required. -->
+	<initialWindow>
+		<!-- The main SWF or HTML file of the application. Required. -->
+		<!-- Note: In Flash Builder, the SWF reference is set automatically. -->
+		<content></content>
+		
+		<!-- The title of the main window. Optional. -->
+		<!-- <title></title> -->
+
+		<!-- The type of system chrome to use (either "standard" or "none"). Optional. Default standard. -->
+		<!-- <systemChrome></systemChrome> -->
+
+		<!-- Whether the window is transparent. Only applicable when systemChrome is none. Optional. Default false. -->
+		<!-- <transparent></transparent> -->
+
+		<!-- Whether the window is initially visible. Optional. Default false. -->
+		<!-- <visible></visible> -->
+
+		<!-- Whether the user can minimize the window. Optional. Default true. -->
+		<!-- <minimizable></minimizable> -->
+
+		<!-- Whether the user can maximize the window. Optional. Default true. -->
+		<!-- <maximizable></maximizable> -->
+
+		<!-- Whether the user can resize the window. Optional. Default true. -->
+		<!-- <resizable></resizable> -->
+
+		<!-- The window's initial width in pixels. Optional. -->
+		<!-- <width></width> -->
+
+		<!-- The window's initial height in pixels. Optional. -->
+		<!-- <height></height> -->
+
+		<!-- The window's initial x position. Optional. -->
+		<!-- <x></x> -->
+
+		<!-- The window's initial y position. Optional. -->
+		<!-- <y></y> -->
+
+		<!-- The window's minimum size, specified as a width/height pair in pixels, such as "400 200". Optional. -->
+		<!-- <minSize></minSize> -->
+
+		<!-- The window's initial maximum size, specified as a width/height pair in pixels, such as "1600 1200". Optional. -->
+		<!-- <maxSize></maxSize> -->
+
+        <!-- The initial aspect ratio of the app when launched (either "portrait" or "landscape"). Optional. Mobile only. Default is the natural orientation of the device -->
+
+        <!-- <aspectRatio></aspectRatio> -->
+
+        <!-- Whether the app will begin auto-orienting on launch. Optional. Mobile only. Default false -->
+
+        <!-- <autoOrients></autoOrients> -->
+
+        <!-- Whether the app launches in full screen. Optional. Mobile only. Default false -->
+
+        <!-- <fullScreen></fullScreen> -->
+
+        <!-- The render mode for the app (either auto, cpu, or gpu). Optional. Mobile only. Default auto -->
+
+        <!-- <renderMode></renderMode> -->
+
+		<!-- Whether or not to pan when a soft keyboard is raised or lowered (either "pan" or "none").  Optional.  Defaults "pan." -->
+		<!-- <softKeyboardBehavior></softKeyboardBehavior> -->
+	</initialWindow>
+
+	<!-- We recommend omitting the supportedProfiles element, -->
+	<!-- which in turn permits your application to be deployed to all -->
+	<!-- devices supported by AIR. If you wish to restrict deployment -->
+	<!-- (i.e., to only mobile devices) then add this element and list -->
+	<!-- only the profiles which your application does support. -->
+	<!-- <supportedProfiles>desktop extendedDesktop mobileDevice extendedMobileDevice</supportedProfiles> -->
+
+	<!-- The subpath of the standard default installation location to use. Optional. -->
+	<!-- <installFolder></installFolder> -->
+
+	<!-- The subpath of the Programs menu to use. (Ignored on operating systems without a Programs menu.) Optional. -->
+	<!-- <programMenuFolder></programMenuFolder> -->
+
+	<!-- The icon the system uses for the application. For at least one resolution,
+	specify the path to a PNG file included in the AIR package. Optional. -->
+	<!-- <icon>
+		<image16x16></image16x16>
+		<image32x32></image32x32>
+		<image36x36></image36x36>
+		<image48x48></image48x48>
+		<image72x72></image72x72>
+		<image114x114></image114x114>
+		<image128x128></image128x128>
+	</icon> -->
+
+	<!-- Whether the application handles the update when a user double-clicks an update version
+	of the AIR file (true), or the default AIR application installer handles the update (false).
+	Optional. Default false. -->
+	<!-- <customUpdateUI></customUpdateUI> -->
+	
+	<!-- Whether the application can be launched when the user clicks a link in a web browser.
+	Optional. Default false. -->
+	<!-- <allowBrowserInvocation></allowBrowserInvocation> -->
+
+	<!-- Listing of file types for which the application can register. Optional. -->
+	<!-- <fileTypes> -->
+
+		<!-- Defines one file type. Optional. -->
+		<!-- <fileType> -->
+
+			<!-- The name that the system displays for the registered file type. Required. -->
+			<!-- <name></name> -->
+
+			<!-- The extension to register. Required. -->
+			<!-- <extension></extension> -->
+			
+			<!-- The description of the file type. Optional. -->
+			<!-- <description></description> -->
+			
+			<!-- The MIME content type. -->
+			<!-- <contentType></contentType> -->
+			
+			<!-- The icon to display for the file type. Optional. -->
+			<!-- <icon>
+				<image16x16></image16x16>
+				<image32x32></image32x32>
+				<image48x48></image48x48>
+				<image128x128></image128x128>
+			</icon> -->
+			
+		<!-- </fileType> -->
+	<!-- </fileTypes> -->
+
+    <!-- iOS specific capabilities -->
+	<!-- <iPhone> -->
+		<!-- A list of plist key/value pairs to be added to the application Info.plist -->
+		<!-- <InfoAdditions>
+            <![CDATA[
+                <key>UIDeviceFamily</key>
+                <array>
+                    <string>1</string>
+                    <string>2</string>
+                </array>
+                <key>UIStatusBarStyle</key>
+                <string>UIStatusBarStyleBlackOpaque</string>
+                <key>UIRequiresPersistentWiFi</key>
+                <string>YES</string>
+            ]]>
+        </InfoAdditions> -->
+        <!-- <requestedDisplayResolution></requestedDisplayResolution> -->
+	<!-- </iPhone> -->
+
+	<!-- Specify Android specific tags that get passed to AndroidManifest.xml file. -->
+	<!--<android> 
+		<manifestAdditions>
+		<![CDATA[
+			<manifest android:installLocation="auto">
+				<uses-permission android:name="android.permission.INTERNET"/>
+				<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
+				<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/>
+				<uses-configuration android:reqFiveWayNav="true"/>
+				<supports-screens android:normalScreens="true"/>
+				<uses-feature android:required="true" android:name="android.hardware.touchscreen.multitouch"/>
+				<application android:enabled="true">
+					<activity android:excludeFromRecents="false">
+						<intent-filter>
+							<action android:name="android.intent.action.MAIN"/>
+							<category android:name="android.intent.category.LAUNCHER"/>
+						</intent-filter>
+					</activity>
+				</application>
+			</manifest>
+		]]>
+		</manifestAdditions> 
+	</android> -->
+	<!-- End of the schema for adding the android specific tags in AndroidManifest.xml file -->
+
+</application>

Propchange: incubator/flex/whiteboard/jhouser/FXGImage/Workspace/.metadata/.plugins/com.adobe.flexbuilder.project/html-templates/Flex 4.5.1/air/descriptor-template.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/flex/whiteboard/jhouser/FXGImage/Workspace/.metadata/.plugins/com.adobe.flexbuilder.project/html-templates/Flex 4.5.1/automation-runtimeloading-files/RunTimeLoading.html
URL: http://svn.apache.org/viewvc/incubator/flex/whiteboard/jhouser/FXGImage/Workspace/.metadata/.plugins/com.adobe.flexbuilder.project/html-templates/Flex%204.5.1/automation-runtimeloading-files/RunTimeLoading.html?rev=1310637&view=auto
==============================================================================
--- incubator/flex/whiteboard/jhouser/FXGImage/Workspace/.metadata/.plugins/com.adobe.flexbuilder.project/html-templates/Flex 4.5.1/automation-runtimeloading-files/RunTimeLoading.html (added)
+++ incubator/flex/whiteboard/jhouser/FXGImage/Workspace/.metadata/.plugins/com.adobe.flexbuilder.project/html-templates/Flex 4.5.1/automation-runtimeloading-files/RunTimeLoading.html Fri Apr  6 23:38:20 2012
@@ -0,0 +1,54 @@
+<!-- saved from url=(0014)about:internet -->
+<html lang="en">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+<title>FlexApp</title>
+ <style type="text/css">
+<!--
+body {
+	margin-left: 0px;
+	margin-top: 0px;
+	margin-right: 0px;
+	margin-bottom: 0px;
+	background-color: #808080;
+}
+#fileLayer {
+	position:absolute;
+	width:319px;
+	height:30px;
+	z-index:1;
+	left: 486px;
+	top: 603px;
+	visibility: hidden;
+}
+-->
+</style></head>
+
+<body scroll="no" top="0" left="0" >
+<script language='javascript' charset='utf-8'>
+function getQueryVariable(variable)
+{
+  var atquery = window.location.search.substring(1);
+  var atstr = atquery.split("&");
+  for (var i=0;i<atstr.length;i++)
+  {
+    var atvar = atstr[i].split("=");
+    if (atvar[0] == variable)
+	{
+      return atvar[1];
+    }
+ }
+ }
+
+document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id="app" width="100%" height="100% codebase="http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab">');
+document.write('<param name="movie" value="runtimeloading.swf" />');
+document.write('<param name="quality" value="high" />');
+document.write('<param name="bgcolor" value="#869ca7" />');
+document.write('<param name="allowScriptAccess" value="sameDomain" />');
+document.write('<param name="flashvars" value="automationswfurl='+getQueryVariable("automationswfurl")+'" />');
+document.write('</object>');
+</script>
+
+
+</body>
+</html>

Propchange: incubator/flex/whiteboard/jhouser/FXGImage/Workspace/.metadata/.plugins/com.adobe.flexbuilder.project/html-templates/Flex 4.5.1/automation-runtimeloading-files/RunTimeLoading.html
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/flex/whiteboard/jhouser/FXGImage/Workspace/.metadata/.plugins/com.adobe.flexbuilder.project/html-templates/Flex 4.5.1/automation-runtimeloading-files/build.bat
URL: http://svn.apache.org/viewvc/incubator/flex/whiteboard/jhouser/FXGImage/Workspace/.metadata/.plugins/com.adobe.flexbuilder.project/html-templates/Flex%204.5.1/automation-runtimeloading-files/build.bat?rev=1310637&view=auto
==============================================================================
--- incubator/flex/whiteboard/jhouser/FXGImage/Workspace/.metadata/.plugins/com.adobe.flexbuilder.project/html-templates/Flex 4.5.1/automation-runtimeloading-files/build.bat (added)
+++ incubator/flex/whiteboard/jhouser/FXGImage/Workspace/.metadata/.plugins/com.adobe.flexbuilder.project/html-templates/Flex 4.5.1/automation-runtimeloading-files/build.bat Fri Apr  6 23:38:20 2012
@@ -0,0 +1,3 @@
+SET OPTS=-include-libraries+=..\..\frameworks\libs\automation\automation.swc;..\..\frameworks\libs\automation\automation_agent.swc;..\..\frameworks\libs\automation\automation_dmv.swc;..\..\frameworks\libs\automation\qtp.swc;..\..\frameworks\libs\automation\automation_spark.swc;..\..\frameworks\libs\automation\automation_flashflexkit.swc;
+
+..\..\bin\mxmlc.exe %OPTS% runtimeloading.mxml

Propchange: incubator/flex/whiteboard/jhouser/FXGImage/Workspace/.metadata/.plugins/com.adobe.flexbuilder.project/html-templates/Flex 4.5.1/automation-runtimeloading-files/build.bat
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/flex/whiteboard/jhouser/FXGImage/Workspace/.metadata/.plugins/com.adobe.flexbuilder.project/html-templates/Flex 4.5.1/automation-runtimeloading-files/runtimeloading.mxml
URL: http://svn.apache.org/viewvc/incubator/flex/whiteboard/jhouser/FXGImage/Workspace/.metadata/.plugins/com.adobe.flexbuilder.project/html-templates/Flex%204.5.1/automation-runtimeloading-files/runtimeloading.mxml?rev=1310637&view=auto
==============================================================================
--- incubator/flex/whiteboard/jhouser/FXGImage/Workspace/.metadata/.plugins/com.adobe.flexbuilder.project/html-templates/Flex 4.5.1/automation-runtimeloading-files/runtimeloading.mxml (added)
+++ incubator/flex/whiteboard/jhouser/FXGImage/Workspace/.metadata/.plugins/com.adobe.flexbuilder.project/html-templates/Flex 4.5.1/automation-runtimeloading-files/runtimeloading.mxml Fri Apr  6 23:38:20 2012
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="utf-8"?>
+<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" creationComplete="actionScriptFunction()" >
+	<mx:Script>
+		<![CDATA[
+		import flash.external.*;
+
+		 
+ 	public function init():void
+	{
+	 myLoader.addEventListener(IOErrorEvent.IO_ERROR, ioErrorHandler);
+  	}
+	private function ioErrorHandler(event:IOErrorEvent):void {
+            trace("ioErrorHandler: " + event);
+        }
+	public function actionScriptFunction():void
+	{
+		init()
+ 	 
+	 	myLoader.source = Application.application.parameters.automationswfurl;
+      }
+
+]]>
+	</mx:Script>
+	
+	 <mx:SWFLoader  id="myLoader"   width="100%" height="100%" preinitialize="myLoader.loaderContext = new LoaderContext(false, ApplicationDomain.currentDomain)" >
+	</mx:SWFLoader>
+	
+	
+</mx:Application>

Propchange: incubator/flex/whiteboard/jhouser/FXGImage/Workspace/.metadata/.plugins/com.adobe.flexbuilder.project/html-templates/Flex 4.5.1/automation-runtimeloading-files/runtimeloading.mxml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/flex/whiteboard/jhouser/FXGImage/Workspace/.metadata/.plugins/com.adobe.flexbuilder.project/html-templates/Flex 4.5.1/swfobject/history/history.css
URL: http://svn.apache.org/viewvc/incubator/flex/whiteboard/jhouser/FXGImage/Workspace/.metadata/.plugins/com.adobe.flexbuilder.project/html-templates/Flex%204.5.1/swfobject/history/history.css?rev=1310637&view=auto
==============================================================================
--- incubator/flex/whiteboard/jhouser/FXGImage/Workspace/.metadata/.plugins/com.adobe.flexbuilder.project/html-templates/Flex 4.5.1/swfobject/history/history.css (added)
+++ incubator/flex/whiteboard/jhouser/FXGImage/Workspace/.metadata/.plugins/com.adobe.flexbuilder.project/html-templates/Flex 4.5.1/swfobject/history/history.css Fri Apr  6 23:38:20 2012
@@ -0,0 +1,6 @@
+/* This CSS stylesheet defines styles used by required elements in a flex application page that supports browser history */
+
+#ie_historyFrame { width: 0px; height: 0px; display:none }
+#firefox_anchorDiv { width: 0px; height: 0px; display:none }
+#safari_formDiv { width: 0px; height: 0px; display:none }
+#safari_rememberDiv { width: 0px; height: 0px; display:none }

Propchange: incubator/flex/whiteboard/jhouser/FXGImage/Workspace/.metadata/.plugins/com.adobe.flexbuilder.project/html-templates/Flex 4.5.1/swfobject/history/history.css
------------------------------------------------------------------------------
    svn:eol-style = native