Adding gwt QR Code generator, and appspot configuration files.
[zxing.git] / zxing.appspot.com / generator / src / com / google / zxing / web / generator / Generator.gwt.xml
diff --git a/zxing.appspot.com/generator/src/com/google/zxing/web/generator/Generator.gwt.xml b/zxing.appspot.com/generator/src/com/google/zxing/web/generator/Generator.gwt.xml
new file mode 100644 (file)
index 0000000..6508ee8
--- /dev/null
@@ -0,0 +1,18 @@
+<module>
+      <!-- Inherit the core Web Toolkit stuff.                        -->
+      <inherits name='com.google.gwt.user.User'/>
+       
+      <!-- Inherit the default GWT style sheet.                       -->
+      <inherits name='com.google.gwt.user.theme.standard.Standard'/>
+
+      <!-- Other module inherits                                      -->
+      <inherits name="com.google.gwt.widgetideas.WidgetIdeas" />
+      <inherits name='com.google.gwt.libideas.LibIdeas' />
+
+      <!-- Specify the app entry point class.                         -->
+      <entry-point class='com.google.zxing.web.generator.client.Generator'/>
+    
+      <!-- Specify the application specific style sheet.              -->
+      <stylesheet src='Generator.css' />
+      <stylesheet src="DatePickerDemo.css" />
+</module>