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 @@
<type name="fill-layout-data" extends="layout-data">
<builder jar="fill-layout-data.jar">
<thin-swt class="com.foundation.tcv.swt.builder.FillLayoutDataBuilder"/>
<thick-swt class="com.foundation.view.swt.builder.FillLayoutDataBuilder"/>
</builder>
<!-- The default width and height will override the control's reported preferred width and height. -->
<property name="default-width" type="positive-integer" required="false"/>
<property name="default-height" type="positive-integer" required="false"/>
</type>