Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
hallgrimur committed May 5, 2014
1 parent ade1a38 commit ca895a8
Show file tree
Hide file tree
Showing 51 changed files with 28,922 additions and 0 deletions.
42 changes: 42 additions & 0 deletions UI_Showcase/CSXS/manifest.xml
@@ -0,0 +1,42 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<ExtensionManifest xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ExtensionBundleId="com.adobe.ui" ExtensionBundleName="UI" ExtensionBundleVersion="1.0.0" Version="4.0">
<ExtensionList>
<Extension Id="com.adobe.ui.extension" Version="1.0"/>
</ExtensionList>
<ExecutionEnvironment>
<HostList>
<Host Name="ILST" Version="[17.0,17.9]" />
<Host Name="PHSP" Version="[14.0,14.9]"/>
<Host Name="PHXS" Version="[14.0,14.9]"/>
<Host Name="PPRO" Version="[7.0,7.9]" />
</HostList>
<LocaleList>
<Locale Code="All"/>
</LocaleList>
<RequiredRuntimeList>
<RequiredRuntime Name="CSXS" Version="4.0"/>
</RequiredRuntimeList>
</ExecutionEnvironment>
<DispatchInfoList>
<Extension Id="com.adobe.ui.extension">
<DispatchInfo>
<Resources>
<MainPath>./index.html</MainPath>
</Resources>
<Lifecycle>
<AutoVisible>true</AutoVisible>
</Lifecycle>
<UI>
<Type>Panel</Type>
<Menu>UI</Menu>
<Geometry>
<Size>
<Height>500</Height>
<Width>250</Width>
</Size>
</Geometry>
</UI>
</DispatchInfo>
</Extension>
</DispatchInfoList>
</ExtensionManifest>

0 comments on commit ca895a8

Please sign in to comment.