Subversion Repositories SmartDukaan

Rev

Rev 5128 | Details | Compare with Previous | 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'>
21865 ashik.ali 3
 
1961 ankur.sing 4
  <!-- Inherit the core Web Toolkit stuff.                        -->
5
  <inherits name='com.google.gwt.user.User'/>
6
 
7
  <!-- Inherit the default GWT style sheet.  You can change       -->
8
  <!-- the theme of your GWT application by uncommenting          -->
9
  <!-- any one of the following lines.                            -->
10
  <inherits name='com.google.gwt.user.theme.standard.Standard'/>
11
  <!-- <inherits name='com.google.gwt.user.theme.chrome.Chrome'/> -->
12
  <!-- <inherits name='com.google.gwt.user.theme.dark.Dark'/>     -->
13
 
14
  <!-- Other module inherits                                      -->
15
 
16
  <!-- Specify the app entry point class.                         -->
17
  <entry-point class='in.shop2020.catalog.dashboard.client.CatalogDashboard'/>
18
 
19
  <!-- Specify the paths for translatable code                    -->
20
  <source path='client'/>
21
  <source path='shared'/>
2359 ankur.sing 22
 
23
  <servlet path="/mastersheet/download" 
24
   class="in.shop2020.catalog.dashboard.server.FileDownloadServlet" /> 
1961 ankur.sing 25
 
5128 amit.gupta 26
  <servlet path="/inactivewithinventory/download" 
27
   class="in.shop2020.catalog.dashboard.server.InactiveWithInventoryServlet" /> 
28
 
29
  <servlet path="/belowbreakeven/download" 
30
   class="in.shop2020.catalog.dashboard.server.ItemsBelowBreakevenServlet" /> 
31
 
1961 ankur.sing 32
</module>