Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1961 ankur.sing 1
<?xml version="1.0" encoding="UTF-8"?>
2
<module rename-to='catalogdashboard'>
3
  <!-- Inherit the core Web Toolkit stuff.                        -->
4
  <inherits name='com.google.gwt.user.User'/>
5
 
6
  <!-- Inherit the default GWT style sheet.  You can change       -->
7
  <!-- the theme of your GWT application by uncommenting          -->
8
  <!-- any one of the following lines.                            -->
9
  <inherits name='com.google.gwt.user.theme.standard.Standard'/>
10
  <!-- <inherits name='com.google.gwt.user.theme.chrome.Chrome'/> -->
11
  <!-- <inherits name='com.google.gwt.user.theme.dark.Dark'/>     -->
12
 
13
  <!-- Other module inherits                                      -->
14
 
15
  <!-- Specify the app entry point class.                         -->
16
  <entry-point class='in.shop2020.catalog.dashboard.client.CatalogDashboard'/>
17
 
18
  <!-- Specify the paths for translatable code                    -->
19
  <source path='client'/>
20
  <source path='shared'/>
21
 
22
</module>