1<!--                                                                        -->
2<!-- Copyright 2007 Google Inc.                                             -->
3<!-- Licensed under the Apache License, Version 2.0 (the "License"); you    -->
4<!-- may not use this file except in compliance with the License. You may   -->
5<!-- may obtain a copy of the License at                                    -->
6<!--                                                                        -->
7<!-- http://www.apache.org/licenses/LICENSE-2.0                             -->
8<!--                                                                        -->
9<!-- Unless required by applicable law or agreed to in writing, software    -->
10<!-- distributed under the License is distributed on an "AS IS" BASIS,      -->
11<!-- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or        -->
12<!-- implied. License for the specific language governing permissions and   -->
13<!-- limitations under the License.                                         -->
14
15<module rename-to="dynatablerf">
16  <source path="client"/>
17  <source path="shared"/>
18
19  <inherits name='com.google.gwt.user.User' />
20  <inherits name='com.google.gwt.editor.Editor' />
21  <inherits name='com.google.gwt.logging.Logging'/>
22  <inherits name='com.google.web.bindery.requestfactory.RequestFactory' />
23
24  <!-- Uncomment if you are enabling server-side deobfuscation of StackTraces
25  <set-property name="compiler.stackMode" value="emulated" />
26  <set-configuration-property name="compiler.emulatedStack.recordLineNumbers" value="true" />
27  <set-configuration-property name="compiler.emulatedStack.recordFileNames" value="true" />
28  -->
29
30  <entry-point class='com.google.gwt.sample.dynatablerf.client.DynaTableRf' />
31
32  <set-configuration-property name="CssResource.obfuscationPrefix" value="empty" />
33
34  <set-configuration-property name="CssResource.enableGss" value="true" />
35  <set-configuration-property name="CssResource.gssDefaultInUiBinder" value="true" />
36  <!-- CSS to GSS Conversion -->
37  <set-configuration-property name="CssResource.conversionMode" value="strict" />
38</module>
39