Initial commit from SVN.

This commit is contained in:
wcrisman
2014-05-30 10:31:51 -07:00
commit b45e56b890
1968 changed files with 370949 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
<!--
The view container is used solely on the thin client to display a thick client view within a thin client view.
-->
<type name="view-container" extends="container" inherit-styles="false">
<builder jar="view-container.jar">
<thin-swt class="com.foundation.tcv.swt.builder.ViewContainerBuilder"/>
</builder>
<property name="controller-class-name" type="string" required="true"/>
</type>