Issue 294, don't actually generate nonstandard ORG value for MECARD
[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       <inherits name='com.google.gwt.maps.GoogleMaps' />
12
13       <!-- Specify the app entry point class.                         -->
14       <entry-point class='com.google.zxing.web.generator.client.Generator'/>
15     
16       <!-- Specify the application specific style sheet.              -->
17       <stylesheet src='Generator.css' />
18       <stylesheet src='DatePickerDemo.css' />
19       
20       <script src='http://maps.google.com/maps?file=api&amp;v=2&amp;key=ABQIAAAAjEOGGB_IEuss4QYUzB6Z0BRlY4xXjGBjgubjQXCS8Djm2jdpYBQn9f8dHtxpg30ararqd3GCyq_T4A' />
21 </module>