Adding gwt QR Code generator, and appspot configuration files.
[zxing.git] / zxing.appspot.com / generator / src / com / google / zxing / web / generator / Generator.gwt.xml
1 <module>
2       <!-- Inherit the core Web Toolkit stuff.                        -->
3       <inherits name='com.google.gwt.user.User'/>
4         
5       <!-- Inherit the default GWT style sheet.                       -->
6       <inherits name='com.google.gwt.user.theme.standard.Standard'/>
7
8       <!-- Other module inherits                                      -->
9       <inherits name="com.google.gwt.widgetideas.WidgetIdeas" />
10       <inherits name='com.google.gwt.libideas.LibIdeas' />
11
12       <!-- Specify the app entry point class.                         -->
13       <entry-point class='com.google.zxing.web.generator.client.Generator'/>
14     
15       <!-- Specify the application specific style sheet.              -->
16       <stylesheet src='Generator.css' />
17       <stylesheet src="DatePickerDemo.css" />
18 </module>