blob: db30db414846851f13d4085bf0ee4340c6745486 [file] [log] [blame]
<!-- -->
<!-- Copyright 2007 Google Inc. -->
<!-- Licensed under the Apache License, Version 2.0 (the "License"); you -->
<!-- may not use this file except in compliance with the License. You may -->
<!-- may obtain a copy of the License at -->
<!-- -->
<!-- http://www.apache.org/licenses/LICENSE-2.0 -->
<!-- -->
<!-- Unless required by applicable law or agreed to in writing, software -->
<!-- distributed under the License is distributed on an "AS IS" BASIS, -->
<!-- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or -->
<!-- implied. License for the specific language governing permissions and -->
<!-- limitations under the License. -->
<module rename-to="dynatablerf">
<source path="client"/>
<source path="shared"/>
<inherits name='com.google.gwt.user.User' />
<inherits name='com.google.gwt.editor.Editor' />
<inherits name='com.google.gwt.logging.Logging'/>
<inherits name='com.google.web.bindery.requestfactory.RequestFactory' />
<!-- Uncomment if you are enabling server-side deobfuscation of StackTraces
<set-property name="compiler.stackMode" value="emulated" />
<set-configuration-property name="compiler.emulatedStack.recordLineNumbers" value="true" />
<set-configuration-property name="compiler.emulatedStack.recordFileNames" value="true" />
-->
<entry-point class='com.google.gwt.sample.dynatablerf.client.DynaTableRf' />
<set-configuration-property name="CssResource.obfuscationPrefix" value="empty" />
<set-configuration-property name="CssResource.enableGss" value="true" />
<set-configuration-property name="CssResource.gssDefaultInUiBinder" value="true" />
<!-- CSS to GSS Conversion -->
<set-configuration-property name="CssResource.conversionMode" value="strict" />
</module>