Subversion Repositories SmartDukaan

Rev

Rev 2570 | Go to most recent revision | 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'>
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'/>
2359 ankur.sing 21
 
22
  <servlet path="/mastersheet/download" 
23
   class="in.shop2020.catalog.dashboard.server.FileDownloadServlet" /> 
1961 ankur.sing 24
 
5128 amit.gupta 25
  <servlet path="/inactivewithinventory/download" 
26
   class="in.shop2020.catalog.dashboard.server.InactiveWithInventoryServlet" /> 
27
 
28
  <servlet path="/belowbreakeven/download" 
29
   class="in.shop2020.catalog.dashboard.server.ItemsBelowBreakevenServlet" /> 
30
 
1961 ankur.sing 31
</module>